@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
	   v2.0 | 20110126
	   License: none (public domain)
	*/
@import url(//fonts.googleapis.com/css?family=Inconsolata:400,700);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

li {
  display: block; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box; }

button,
input,
select,
textarea {
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  -webkit-appearance: none;
  border-radius: 0; }
  button:focus,
  input:focus,
  select:focus,
  textarea:focus {
    outline: none; }

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

pre, code {
  font-family: monospace; }

@font-face {
  font-family: 'GarvisPro-Book';
  src: url("fonts/330ADA_1_0.eot");
  src: url("fonts/330ADA_1_0.eot?#iefix") format("embedded-opentype"), url("fonts/330ADA_1_0.woff2") format("woff2"), url("fonts/330ADA_1_0.woff") format("woff"), url("fonts/330ADA_1_0.ttf") format("truetype"); }

@font-face {
  font-family: 'GarvisPro-SemiBold';
  src: url("fonts/330ADA_0_0.eot");
  src: url("fonts/330ADA_0_0.eot?#iefix") format("embedded-opentype"), url("fonts/330ADA_0_0.woff2") format("woff2"), url("fonts/330ADA_0_0.woff") format("woff"), url("fonts/330ADA_0_0.ttf") format("truetype"); }

html {
  font-size: 22px; }

@media only screen and (max-width: 1680px) {
  html {
    font-size: 20.9px; } }

@media only screen and (max-width: 1460px) {
  html {
    font-size: 19.8px; } }

body {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.25em; }

em {
  font-style: italic; }

strong, b {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500; }

a[href^="tel:"] {
  white-space: nowrap; }

.serif {
  font-family: "begum", "Georgia", serif; }
  .serif strong {
    font-family: "begum", "Georgia", serif; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1em;
  margin-bottom: 0.5rem; }
  h1 em, h2 em, h3 em, h4 em, h5 em, h6 em {
    position: relative;
    padding-left: 1.25rem; }
    h1 em:before, h2 em:before, h3 em:before, h4 em:before, h5 em:before, h6 em:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 0.75rem;
      height: 0.75rem;
      border-radius: 100%;
      background-image: url("images/icon-tick-small.svg");
      background-size: 40% auto;
      background-color: #002a68;
      background-position: center center;
      background-repeat: no-repeat; }

h1 {
  font-size: 1.25rem;
  color: #002a68;
  font-family: "begum", "Georgia", serif;
  font-weight: 600; }

h2 {
  font-size: 1.25rem;
  color: #002a68;
  font-family: "begum", "Georgia", serif;
  font-weight: 600; }

h3 {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #002a68; }
  .director h3,
  .team-member h3 {
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #002a68; }
  .news-post h3,
  #latest-post h3 {
    font-family: "begum", "Georgia", serif;
    font-size: 1.75rem;
    margin-bottom: 1em;
    color: #002a68; }
  #latest-post h3 {
    color: #002a68; }
  .single-news h3 {
    margin-bottom: 2rem;
    color: inherit; }

h4 {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 0.85rem; }
  .director h4 {
    font-family: "begum", "Georgia", serif;
    font-weight: normal;
    color: #002a68;
    margin-bottom: 1rem; }
  .team-member h4 {
    font-family: "begum", "Georgia", serif;
    font-weight: normal;
    color: #002a68;
    margin-bottom: 0; }
  .news-post h4,
  .post-content h4,
  #latest-post h4 {
    font-size: 0.9rem;
    font-weight: 600; }
  .related-post h4 {
    font-family: "begum", "Georgia", serif;
    line-height: 1.25em; }

h5 {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 0.85rem; }
  .director h5,
  .team-member h5 {
    margin-bottom: 0; }

p, ul, ol {
  margin-bottom: 1rem; }

.wp-caption {
  width: 88% !important; }

.wp-caption-text {
  margin: 1rem 0;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 0.85rem;
  line-height: 1.25em;
  max-width: 50%; }

.post-content ul, .post-content ol,
.section-content ul,
.section-content ol {
  list-style: none; }
  .post-content ul li, .post-content ol li,
  .section-content ul li,
  .section-content ol li {
    position: relative;
    padding-left: 1.5em; }
    .post-content ul li:before, .post-content ol li:before,
    .section-content ul li:before,
    .section-content ol li:before {
      position: absolute;
      top: 0;
      left: 0;
      width: auto;
      min-width: 1.5em;
      color: inherit; }
    .post-content ul li ul, .post-content ul li ol, .post-content ol li ul, .post-content ol li ol,
    .section-content ul li ul,
    .section-content ul li ol,
    .section-content ol li ul,
    .section-content ol li ol {
      width: 100%;
      margin-top: 0.5em; }
    .post-content ul li ~ li, .post-content ol li ~ li,
    .section-content ul li ~ li,
    .section-content ol li ~ li {
      margin-top: 0.5em; }

.post-content ol,
.section-content ol {
  counter-reset: ordered-list; }
  .post-content ol li,
  .section-content ol li {
    counter-increment: ordered-list; }
    .post-content ol li:before,
    .section-content ol li:before {
      content: counter(ordered-list, numeral) ". ";
      background-color: transparent;
      color: inherit;
      font-weight: normal; }

.post-content ul,
.section-content ul {
  counter-reset: ordered-list; }
  .post-content ul li:before,
  .section-content ul li:before {
    display: block;
    content: "•"; }
  .post-content ul ol,
  .section-content ul ol {
    counter-reset: ordered-list; }
    .post-content ul ol li,
    .section-content ul ol li {
      counter-increment: ordered-list; }
      .post-content ul ol li:before,
      .section-content ul ol li:before {
        content: counter(ordered-list, lower-alpha) ". ";
        background-color: transparent;
        color: inherit;
        font-weight: normal; }
      .post-content ul ol li ol,
      .section-content ul ol li ol {
        counter-reset: ordered-list-a; }
        .post-content ul ol li ol li,
        .section-content ul ol li ol li {
          counter-increment: ordered-list-a; }
          .post-content ul ol li ol li:before,
          .section-content ul ol li ol li:before {
            content: counter(ordered-list-a, lower-roman) ". ";
            font-weight: inherit;
            color: inherit; }

blockquote {
  padding: 1.5rem; }
  blockquote p {
    width: 88%;
    font-family: "begum", "Georgia", serif;
    font-size: 1.25rem;
    line-height: 1.25em;
    color: #002a68; }
    blockquote p strong {
      font-family: "begum", "Georgia", serif; }
    blockquote p + p {
      margin-top: -0.5em; }

address {
  margin-bottom: 1.5em; }

p {
  max-width: 88%; }
  .director p {
    font-size: 0.85rem;
    line-height: 1.25em; }

.quick-navigation {
  font-size: 1.25rem; }

.layout--page-header h2 {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 1.75rem;
  color: #002a68; }

.layout--page-header .header-content {
  color: #002a68;
  font-size: 1.75rem;
  line-height: 1.25em; }
  .layout--page-header .header-content p {
    width: 100%;
    max-width: 960px; }

.layout--overview h2 {
  font-family: "begum", "Georgia", serif;
  font-weight: 500;
  font-size: 1.5rem;
  margin-bottom: 1em; }

.layout--overview p, .layout--overview li {
  font-size: 17.6px;
  line-height: 1.5em;
  margin-bottom: 1rem;
  max-width: 95%; }

.layout--overview ol, .layout--overview ul {
  padding-left: 1rem; }

.layout--overview ul {
  list-style: disc; }

.layout--overview ol {
  list-style: decimal; }

.layout--overview a {
  border-bottom: 1px solid #30aad7;
  color: #30aad7; }

.layout--overview #overview-quote span {
  display: block; }

.layout--overview #overview-quote .team-member-name {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.5em;
  color: #002a68; }

.layout--overview #overview-quote .team-member-role {
  font-family: "begum", "Georgia", serif;
  font-size: 0.85rem;
  line-height: 1em; }

.layout--team .team-member-content {
  font-size: 0.85rem;
  line-height: 1.25em; }

.layout--team .team-member-name {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.5em;
  color: #002a68; }

.layout--team .team-member-role {
  font-family: "begum", "Georgia", serif;
  font-size: 0.85rem;
  line-height: 1em;
  color: #002a68; }

.layout--team .team-member-education {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 0.85rem;
  line-height: 1em;
  color: #002a68; }

.layout--team .team-member-contact-details {
  font-size: 0.85rem;
  line-height: 1.25em; }

.layout--a-feature .slide-copy {
  font-family: "begum", "Georgia", serif;
  font-size: 3rem;
  line-height: 1em; }

.layout--a-feature .slide-cta {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 0.85rem; }

.layout--home-fund-snapshot {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400; }
  .layout--home-fund-snapshot h4 {
    color: #d4effc; }
  .layout--home-fund-snapshot .fund-name, .layout--home-fund-snapshot .fund-code {
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #fff; }
  .layout--home-fund-snapshot .fund-value {
    white-space: nowrap;
    color: #fff; }

.fund-overview div dt {
  font-family: "begum", "Georgia", serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.25em; }

.fund-overview div dd {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.5em;
  color: #002a68;
  white-space: nowrap; }

#home-fund-snapshot-news-insights h4, #home-fund-mobile-slideshow h4 {
  font-size: 0.75rem;
  line-height: 1rem; }

.fund--snapshot-table {
  font-family: "begum", "Georgia", serif; }
  .fund--snapshot-table .fund-headers {
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .fund--snapshot-table .fund-headers p {
      font-size: 1.25rem; }
  .fund--snapshot-table dt {
    font-size: 0.75rem;
    line-height: 1.25em; }
  .fund--snapshot-table dd {
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.5em;
    color: #002a68;
    white-space: nowrap; }

.layout--single-post h1 {
  font-family: "begum", "Georgia", serif;
  font-size: 1.75rem;
  margin-bottom: 0.5em;
  line-height: 1.25em;
  color: #002a68; }

.layout--single-post h3 {
  color: inherit;
  margin-bottom: 2rem;
  font-weight: 600; }

.layout--single-post .post-content h4 {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #002a68; }

.layout--single-post .post-content p {
  max-width: 900px; }

.layout--single-post a {
  text-decoration: underline; }

.post-category,
.social-buttons-header {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 0.85rem;
  color: #002a68; }

.post-publish-date,
.post-source {
  display: block;
  font-family: "begum", "Georgia", serif;
  font-size: 0.85rem; }
  .post-publish-date a,
  .post-source a {
    text-decoration: underline; }

.fund-snapshot {
  font-family: "begum", "Georgia", serif; }
  .fund-snapshot dl dt {
    font-size: 0.75rem;
    line-height: 1.25em; }
  .fund-snapshot dl dd {
    font-size: 2rem;
    line-height: 1.5em;
    color: #002a68; }

.quick-nav-item {
  font-size: 1.25rem;
  line-heigt: 2em; }

.overview h2,
.page-intro h2 {
  margin-bottom: 3rem;
  font-family: "begum", "Georgia", serif;
  font-size: 1.75em;
  font-weight: 600;
  line-height: 1em;
  color: #002a68; }

.overview p {
  font-size: 2rem;
  line-height: 1.25em; }

.page-intro p {
  font-size: 3.5rem;
  line-height: 1.25em; }

.section-intro p, .section-intro ul {
  font-size: 1.25rem;
  line-height: 1.25em; }

.section-intro ul, .section-intro ol {
  max-width: 88%; }
  .section-intro ul li, .section-intro ol li {
    display: list-item; }

.section-intro ul li {
  list-style: disc; }

a {
  color: inherit;
  text-decoration: none;
  -moz-transition-property: color,background-color;
  -o-transition-property: color,background-color;
  -webkit-transition-property: color,background-color;
  transition-property: color,background-color;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: "ease-in";
  -o-transition-timing-function: "ease-in";
  -webkit-transition-timing-function: "ease-in";
  transition-timing-function: "ease-in";
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }
  a:hover,
  .current-menu-item a,
  .current_page_parent a,
  .current-menu-parent a {
    color: #002a68; }
  .current-menu-parent li a {
    color: #30aad7; }
  .current-menu-item a,
  .current_page_parent a,
  .current-menu-parent a {
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400; }

#main-navigation {
  font-size: 0.87rem;
  line-height: 1.5em; }

footer {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.25em;
  color: #d4effc; }
  footer a:hover {
    color: #fff; }
  footer h5 {
    font-size: 0.75rem;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #fff; }

.layout--overview #overview-quote .team-member-name, .layout--team .team-member-name, .layout--a-feature .slide-cta, .auth__heading:after, .gfield_required {
  text-transform: uppercase; }

.wrapper {
  position: relative;
  margin: 0 auto;
  width: 90%;
  max-width: 1680px; }
  .wrapper:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden; }

.row .column.border--right:last-child,
.row .column.border--left:first-child {
  border: none; }

.row:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden; }

.column {
  position: relative;
  float: left; }
  .column.reverse {
    float: right; }
  .column--half {
    width: 50%; }
  .column--third {
    width: 33.3333333333%; }
  .column--twothirds {
    width: 66.6666666667%; }
  .column--quarter {
    width: 25%; }
  .column--threequarters {
    width: 75%; }
  .column--sixth {
    width: 16.6666666667%; }
  .column--foursixths {
    width: 66.6666666667%; }
  .column--fivesixths {
    width: 83.3333333333%; }

.column--logo {
  padding: 0 0.5rem;
  padding-bottom: 1rem; }

.pad--left {
  padding-left: 1rem; }

.border {
  height: 100%; }
  .border--left {
    padding-left: 1rem;
    border-left: 1px solid #48387a; }
  .border--right {
    padding-left: 1rem;
    border-right: 1px solid #48387a; }
  .border--bottom, .single-news .post-related .related-post, .layout--single-post .post-related .related-post {
    border-bottom: 1px solid #48387a; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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 {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .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; }

[src*="spinner.svg"],
.gform_ajax_spinner {
  display: none; }

::-webkit-input-placeholder {
  color: #666;
  line-height: 1.25; }

:-moz-placeholder {
  color: #666;
  line-height: 1.25; }

::-moz-placeholder {
  color: #666;
  line-height: 1.25; }

:-ms-input-placeholder {
  color: #666;
  line-height: 1.25; }

[class*="gform"] button,
[class*="gform"] input,
[class*="gform"] textarea,
[class*="gform"] select {
  width: 100%;
  padding: 0.5em;
  font-size: 0.8181818182rem;
  line-height: 1.25;
  border: 1px solid #807f7f;
  border-radius: 3px;
  appearance: none; }
  [class*="gform"] button:hover,
  [class*="gform"] input:hover,
  [class*="gform"] textarea:hover,
  [class*="gform"] select:hover {
    border-color: #404040; }
  [class*="gform"] button:focus,
  [class*="gform"] input:focus,
  [class*="gform"] textarea:focus,
  [class*="gform"] select:focus {
    border-color: #000; }
  [class*="gform"] button[disabled],
  [class*="gform"] input[disabled],
  [class*="gform"] textarea[disabled],
  [class*="gform"] select[disabled] {
    background-color: #e6e5e5;
    border-color: #e6e5e5; }
    [class*="gform"] button[disabled] ~ .instruction,
    [class*="gform"] input[disabled] ~ .instruction,
    [class*="gform"] textarea[disabled] ~ .instruction,
    [class*="gform"] select[disabled] ~ .instruction {
      display: none; }

[class*="gform"] button,
[class*="gform"] input[type="submit"] {
  display: inline-block;
  width: auto;
  padding: 0.5em 1em;
  font-weight: 500;
  color: #fff;
  background-color: #000;
  border: none; }

[class*="gform"] input[type="radio"] {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-radius: 100%; }
  [class*="gform"] input[type="radio"] + label {
    display: inline-block; }

[class*="gform"] label,
[class*="gform"] legend,
[class*="gform"] .instruction {
  font-weight: 500;
  font-size: 0.7272727273rem; }

#field_3_4 {
  margin-top: 0; }

.auth__heading {
  margin-top: 1rem !important; }
  .auth__heading:after {
    content: "(REQUIRED)";
    display: inline-block;
    height: 1em;
    font-size: 0.5454545455rem;
    font-weight: 500;
    color: #e74c3c;
    margin-left: 0.5em; }
  .auth__heading h3.gsection_title {
    display: inline-block;
    font-size: 0.7272727273rem;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important; }

.gform_required_legend {
  padding: 0.5em;
  font-size: 0.5454545455rem;
  background-color: #f2f2f2;
  border-radius: 3px; }

.gfield_required {
  display: inline-block;
  height: 1em;
  font-size: 0.5454545455rem;
  font-weight: 500;
  color: #e74c3c;
  margin-left: 0.5em; }

.gfield_description,
.instruction {
  clear: both;
  margin-top: 0.25rem;
  padding: 0.5em 0;
  font-size: 0.6363636364rem;
  line-height: 1.25;
  font-weight: 400;
  color: #666666; }
  .gfield_description.validation_message,
  .instruction.validation_message {
    color: #e74c3c;
    padding: 0.5em;
    background-color: rgba(231, 76, 60, 0.25);
    border-radius: 3px; }

.gform_wrapper {
  margin-top: 1rem; }
  .gform_wrapper .gpnf-nested-entries {
    font-size: 0.8181818182rem;
    width: 100%;
    margin-bottom: 1rem; }
    .gform_wrapper .gpnf-nested-entries .gpnf-nested-entries__footer {
      font-size: 0.8181818182rem; }
      .gform_wrapper .gpnf-nested-entries .gpnf-nested-entries__footer td {
        font-weight: 500 !important; }
    .gform_wrapper .gpnf-nested-entries .gpnf-row-actions {
      text-align: right;
      font-size: 0.6363636364rem;
      font-weight: 500; }
      .gform_wrapper .gpnf-nested-entries .gpnf-row-actions .delete {
        color: #e74c3c; }
  .gform_wrapper .gform_heading {
    padding: 2rem 0; }
    .gform_wrapper .gform_heading .gform_title {
      display: none; }
    .gform_wrapper .gform_heading headings {
      margin-bottom: 2rem; }
  .gform_wrapper .gform_body {
    margin: 1rem 0; }
    .gform_wrapper .gform_body .gform_fields {
      display: flex;
      flex-wrap: wrap;
      margin: -0.25rem; }
    .gform_wrapper .gform_body .gfield {
      width: 100%;
      padding: 0 0.25rem 1rem; }
      .gform_wrapper .gform_body .gfield.gfield--width-half {
        width: 50%; }
        @media screen and (max-width: 712px) {
          .gform_wrapper .gform_body .gfield.gfield--width-half {
            width: 100%; } }
      .gform_wrapper .gform_body .gfield + .gsection {
        margin-top: 2rem; }
      .gform_wrapper .gform_body .gfield.gfield_visibility_hidden {
        padding-bottom: 0; }
        .gform_wrapper .gform_body .gfield.gfield_visibility_hidden .admin-hidden-markup,
        .gform_wrapper .gform_body .gfield.gfield_visibility_hidden .gfield_label,
        .gform_wrapper .gform_body .gfield.gfield_visibility_hidden .ginput_container {
          display: none; }
        .gform_wrapper .gform_body .gfield.gfield_visibility_hidden .validation_message {
          margin-bottom: 1rem; }
      .gform_wrapper .gform_body .gfield.gfield_visibility_administrative {
        display: none; }
    .gform_wrapper .gform_body fieldset .gfield_label {
      float: left;
      width: 33.3333333333%; }
    .gform_wrapper .gform_body fieldset .ginput_container {
      float: right;
      width: 66.6666666667%;
      text-align: right; }
      .gform_wrapper .gform_body fieldset .ginput_container.ginput_container_checkbox {
        float: none;
        width: 100%; }
    .gform_wrapper .gform_body fieldset:after {
      content: " ";
      display: block;
      height: 0;
      clear: both;
      overflow: hidden;
      visibility: hidden; }
    .gform_wrapper .gform_body .ginput_container_select {
      position: relative; }
      .gform_wrapper .gform_body .ginput_container_select:after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        right: 0.25em;
        width: 0.9090909091rem;
        height: 0.9090909091rem;
        -moz-transform: translate(0%, -50%);
        -o-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
        -webkit-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
        pointer-events: none;
        background-image: url("images/select_arrow.svg");
        background-repeat: no-repeat;
        background-size: 100% 100%; }
    .gform_wrapper .gform_body .gsection .gsection_title {
      margin-bottom: 1rem; }
    .gform_wrapper .gform_body .gsection .gsection_description {
      font-size: 0.7272727273rem;
      line-height: 1.25;
      max-width: 1120px; }
      .gform_wrapper .gform_body .gsection .gsection_description p ~ p {
        margin-top: 0.75em; }
  .gform_wrapper .gform_footer {
    padding-top: 2rem; }
    .gform_wrapper .gform_footer [id*="gform_submit_button"] {
      font-weight: 500;
      font-size: 1.0909090909rem !important; }

.gfield_checkbox .gchoice {
  display: table-cell; }
  .gfield_checkbox .gchoice input {
    position: relative;
    float: left;
    margin-top: 0.25em;
    margin-right: 0.5em;
    width: 1.0909090909rem !important;
    height: 1.0909090909rem !important; }
    .gfield_checkbox .gchoice input + label {
      float: left;
      display: block !important;
      visibility: visible !important;
      opacity: 1 !important;
      line-height: 2;
      position: relative;
      font-weight: 400; }
    .gfield_checkbox .gchoice input:checked:before {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 41.6666666667%;
      height: 41.6666666667%;
      border-radius: 100%;
      background-color: #000;
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

.gfield_radio {
  display: table;
  width: 100%; }
  .gfield_radio .gchoice {
    display: table-cell; }
    .gfield_radio .gchoice input {
      position: relative;
      margin-top: 0.25em;
      margin-right: 0.5em; }
      .gfield_radio .gchoice input + label {
        position: relative;
        top: -0.33em; }
      .gfield_radio .gchoice input:checked:before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 41.6666666667%;
        height: 41.6666666667%;
        border-radius: 100%;
        background-color: #000;
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }

.fg-form-note,
.gform_validation_errors {
  padding: 1rem;
  border: 1px solid #807f7f;
  border-radius: 3px;
  background-color: #cccccc;
  font-size: 0.7272727273rem; }
  .fg-form-note h2, .fg-form-note h4,
  .gform_validation_errors h2,
  .gform_validation_errors h4 {
    font-size: 0.7272727273rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0.75; }
  .fg-form-note p ~ p,
  .gform_validation_errors p ~ p {
    margin-top: 0.75; }

.gform_validation_errors {
  color: #e74c3c !important;
  border-color: #e74c3c !important;
  background-color: rgba(231, 76, 60, 0.25) !important; }
  .gform_validation_errors h2 {
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #e74c3c !important;
    margin-bottom: 0 !important; }
    .gform_validation_errors h2 ~ * {
      margin-top: 0.25em; }
  .gform_validation_errors a {
    text-decoration: none; }
  .gform_validation_errors ol {
    margin-bottom: 0; }

.gpnf-modal.tingle-modal {
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5); }
  .gpnf-modal.tingle-modal .gform_heading {
    padding: 0; }
  .gpnf-modal.tingle-modal .gform_title {
    display: none; }
  .gpnf-modal.tingle-modal .gpnf-modal-header {
    height: 3rem;
    display: block;
    margin: -1rem -1rem 1rem;
    padding: 0 1rem;
    font-size: 0.9090909091rem;
    font-weight: bold;
    line-height: 3rem;
    color: #fff;
    border-radius: 3px 3px 0 0;
    font-size: 1.2rem;
    background-color: #4d4c4c !important; }
  .gpnf-modal.tingle-modal .tingle-modal-box {
    width: 95%;
    max-width: 760px;
    margin: 0 auto; }
  .gpnf-modal.tingle-modal .tingle-modal-box__content {
    padding: 1rem; }
  .gpnf-modal.tingle-modal .tingle-btn {
    width: auto;
    padding: 0.5em 1em;
    font-weight: 500;
    font-size: 0.8181818182rem;
    color: #fff;
    background-color: #000;
    border: none;
    margin: 0 0 0 0.5em; }
    @media screen and (max-width: 712px) {
      .gpnf-modal.tingle-modal .tingle-btn {
        margin: 0 0 0.5em 0; } }
  .gpnf-modal.tingle-modal .tingle-modal-box__footer {
    padding: 1rem;
    background-color: #fff; }
  .gpnf-modal.tingle-modal .tingle-modal__close {
    top: 20px;
    right: 20px; }
    .gpnf-modal.tingle-modal .tingle-modal__close .tingle-modal__closeIcon {
      display: block;
      font-size: 0.8181818182rem;
      height: 1.0909090909rem; }
      .gpnf-modal.tingle-modal .tingle-modal__close .tingle-modal__closeIcon svg {
        display: none; }
      .gpnf-modal.tingle-modal .tingle-modal__close .tingle-modal__closeIcon:before {
        content: 'Close';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        font-weight: 600; }
  @media screen and (max-width: 740px) {
    .gpnf-modal.tingle-modal .gform_wrapper .gform_body .gform_fields {
      flex-direction: column; }
    .gpnf-modal.tingle-modal .gform_wrapper .gform_body .gfield {
      width: 100%; } }

.fg-donation {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 4rem auto; }
  .fg-donation__intro {
    width: 50%; }
    .fg-donation__intro h3 {
      margin-bottom: 0.5em; }
    .fg-donation__intro em {
      font-weight: bold;
      font-style: normal; }
  .fg-donation__amount {
    width: 50%;
    font-size: 3.5rem;
    line-height: 1.25em;
    text-align: center; }
  @media screen and (max-width: 712px) {
    .fg-donation {
      flex-direction: column; }
      .fg-donation__intro, .fg-donation__amount {
        width: 100%; } }

@media screen and (max-height: 900px) {
  .gpnf-modal.tingle-modal {
    padding: 4rem 0;
    justify-content: flex-start;
    overflow: scroll; } }

svg[data-name*="icon-"] {
  width: 1rem;
  height: 1rem; }

.button, #wpas-load-btn {
  position: relative;
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f1eae2;
  height: 2rem;
  border-radius: 2rem;
  font-size: 0.7rem;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #002a68; }
  .button-label {
    position: relative;
    display: block;
    width: 100%;
    line-height: 1.4em; }
  .button [data-name*="icon"], #wpas-load-btn [data-name*="icon"] {
    position: relative;
    margin-right: -0.25em;
    margin-left: 0.25em;
    width: 0.5rem;
    height: 0.5rem;
    -moz-transition-property: transform;
    -o-transition-property: transform;
    -webkit-transition-property: transform;
    transition-property: transform;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -moz-transition-timing-function: "ease-in-out";
    -o-transition-timing-function: "ease-in-out";
    -webkit-transition-timing-function: "ease-in-out";
    transition-timing-function: "ease-in-out";
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s; }
    .button [data-name*="icon"] *, #wpas-load-btn [data-name*="icon"] * {
      fill: #002a68; }
  .button:hover, #wpas-load-btn:hover {
    color: #fff !important;
    background-color: #000; }
    .button:hover [data-name*="chevron"] *, #wpas-load-btn:hover [data-name*="chevron"] * {
      fill: #fff !important; }
    .button:hover [data-name*="icon"] *, #wpas-load-btn:hover [data-name*="icon"] * {
      fill: #fff !important; }

.button--light {
  background-color: #fff;
  color: #002a68; }
  .button--light svg * {
    fill: #002a68; }
  .button--light:hover {
    background-color: #30aad7; }

.button--over-navy {
  background-color: #fff;
  color: #002a68;
  font-weight: 600; }
  .button--over-navy [data-name*="chevron"] *,
  .button--over-navy [data-name*="icon"] * {
    fill: #002a68; }
  .button--over-navy:hover {
    background-color: #30aad7; }

.button--dark {
  background-color: #002a68;
  color: #fff; }
  .button--dark svg * {
    fill: #fff !important; }

.button--submit {
  display: inline-block;
  position: relative;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 100%;
  background-color: #fff; }
  .button--submit [data-name*="chevron"] {
    margin-left: 1px;
    width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .button--submit [data-name*="chevron"] * {
      fill: #30aad7; }
  [data-shade="dark"] .button--submit {
    background-color: #002a68; }
    [data-shade="dark"] .button--submit svg * {
      fill: #fff; }

.button--small {
  height: 1.75rem;
  border-radius: 1.75rem;
  font-size: 0.75rem; }
  .button--small [data-name*="chevron"] {
    top: 2px; }

.button--round {
  position: relative;
  width: 2rem;
  height: 2rem;
  min-width: 0; }
  .button--round [data-name*="icon-"] {
    margin: 0;
    width: 1rem;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.button--round-small {
  position: relative;
  float: left;
  padding: 0;
  min-width: 0;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 100%;
  margin-right: 0.25rem; }
  .button--round-small [data-name*="icon-"] {
    margin: 0;
    width: 1rem;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.chosen-container {
  position: relative;
  width: 100% !important;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1rem;
  cursor: pointer;
  z-index: 4000; }
  .chosen-container .chosen-search {
    display: none; }
  .chosen-container:after {
    content: "";
    display: block;
    position: absolute;
    right: 1rem;
    bottom: 0.5rem;
    width: 5px;
    height: 5px;
    background-color: transparent;
    border: 5px solid transparent;
    border-top-color: #30aad7;
    -moz-transition-property: border-color;
    -o-transition-property: border-color;
    -webkit-transition-property: border-color;
    transition-property: border-color;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -moz-transition-timing-function: "ease-in-out";
    -o-transition-timing-function: "ease-in-out";
    -webkit-transition-timing-function: "ease-in-out";
    transition-timing-function: "ease-in-out";
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s; }

.chosen-drop {
  display: none;
  background-color: #5c489d;
  padding: 0.5em; }

.chosen-with-drop .chosen-drop {
  position: absolute;
  left: 0;
  width: calc( 100% - 1rem);
  font-size: 0.75rem;
  display: block;
  z-index: 4000; }

.chosen-with-drop:after {
  border-top-color: #002a68; }

.chosen-results {
  margin-bottom: 0; }
  .chosen-results li:hover,
  .chosen-results li.result-selected {
    color: #002a68; }

.oembed-container {
  position: relative;
  height: 0;
  width: 88%;
  padding-bottom: 56.25%; }
  .oembed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

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

body {
  background-color: #f1eae2;
  color: #323232; }
  body.noscroll {
    overflow: hidden; }
  body.error404 footer {
    margin-top: 0; }

[class*="xdebug"] {
  display: none !important; }

header,
section,
footer {
  position: relative; }
  header:after,
  section:after,
  footer:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden; }

@keyframes pulse_animation {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.pulse, #loader svg {
  animation-name: pulse_animation;
  animation-duration: 2400ms;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out; }

#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #002a68;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -moz-transition-timing-function: "linear";
  -o-transition-timing-function: "linear";
  -webkit-transition-timing-function: "linear";
  transition-timing-function: "linear";
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  z-index: 8000; }
  #loader svg {
    width: 20%;
    height: 10%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    #loader svg * {
      fill: #fff !important; }
  .loaded #loader {
    opacity: 0;
    pointer-events: none; }

img,
svg {
  width: 100%;
  height: auto; }
  img.size-logos,
  svg.size-logos {
    width: auto;
    max-height: 72px; }

.alignleft,
.aligncenter {
  width: auto;
  max-width: 100%; }

.alignleft {
  float: left;
  margin-right: 1rem; }

.alignright {
  float: right;
  margin-left: 1rem; }

svg * {
  -moz-transition-property: fill;
  -o-transition-property: fill;
  -webkit-transition-property: fill;
  transition-property: fill;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: "linear";
  -o-transition-timing-function: "linear";
  -webkit-transition-timing-function: "linear";
  transition-timing-function: "linear";
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }

[data-name="wam-icon"] {
  width: 3.3rem;
  height: 2.75rem; }

#overlay-wam-social a:hover {
  color: #30aad7; }

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #002a68;
  background-color: rgba(0, 42, 104, 0.9);
  opacity: 0;
  overflow: auto;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -moz-transition-timing-function: "linear";
  -o-transition-timing-function: "linear";
  -webkit-transition-timing-function: "linear";
  transition-timing-function: "linear";
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  pointer-events: none;
  z-index: -4000; }
  .overlay .wrapper {
    height: 100%; }
  .overlay-content {
    padding-top: 8rem;
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .overlay-close {
    position: absolute;
    top: 2rem;
    right: 1rem;
    z-index: 4000; }
  .overlay[data-state="open"] {
    opacity: 1;
    pointer-events: initial;
    z-index: 8000; }

#overlay-share .overlay-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

#overlay-share ul {
  margin: 0 auto;
  width: 90%;
  max-width: 1260px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
  #overlay-share ul li {
    float: left;
    margin: 0.65em 0 0.7em;
    padding-top: 0.35em;
    font-size: 1.75rem;
    width: 25%;
    border-right: 1px solid rgba(255, 255, 255, 0.5); }
    #overlay-share ul li:last-child {
      border: none; }
  #overlay-share ul:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden; }

#overlay-signup .overlay-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

#overlay-invest .overlay-content {
  text-align: left; }

#overlay-contact .overlay-logo {
  width: 200px;
  height: 86px;
  margin-bottom: 4rem; }
  #overlay-contact .overlay-logo svg > * {
    fill: #fff !important; }

#overlay-contact .overlay-content {
  text-align: left; }
  #overlay-contact .overlay-content h5 {
    color: #30aad7;
    margin-bottom: 1rem; }
  #overlay-contact .overlay-content ul, #overlay-contact .overlay-content p {
    margin-bottom: 2rem;
    font-size: 1.75rem;
    line-height: 1.25em; }
    #overlay-contact .overlay-content ul li:after, #overlay-contact .overlay-content p li:after {
      content: " ";
      display: block;
      height: 0;
      clear: both;
      overflow: hidden;
      visibility: hidden; }
  #overlay-contact .overlay-content address p {
    margin: 0; }
  #overlay-contact .overlay-content .button, #overlay-contact .overlay-content #wpas-load-btn {
    float: left; }
  #overlay-contact .overlay-content .button, #overlay-contact .overlay-content #wpas-load-btn {
    margin-right: 0.5rem; }

#overlay-contact .column > * {
  max-width: 60%; }

#news-posts-default #posts-nav {
  display: none; }

#news-posts-default #posts-load {
  text-align: center;
  padding-bottom: 0;
  margin-bottom: 0; }
  #news-posts-default #posts-load .button, #news-posts-default #posts-load #wpas-load-btn {
    margin: 0 auto; }

.news-post-content {
  position: relative;
  padding: 1rem 0;
  z-index: 1000; }

.news-post-leadin headings {
  display: none; }

.news-post-image {
  background-color: #5c489d;
  margin-bottom: 1rem;
  margin-right: 1rem; }
  .news-post-large .news-post-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0; }
    .news-post-large .news-post-image img {
      height: 100%;
      width: auto;
      max-width: 9999999px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -moz-transition-property: opacity;
      -o-transition-property: opacity;
      -webkit-transition-property: opacity;
      transition-property: opacity;
      -moz-transition-duration: 0.2s;
      -o-transition-duration: 0.2s;
      -webkit-transition-duration: 0.2s;
      transition-duration: 0.2s;
      -moz-transition-timing-function: "linear";
      -o-transition-timing-function: "linear";
      -webkit-transition-timing-function: "linear";
      transition-timing-function: "linear";
      -moz-transition-delay: 0s;
      -o-transition-delay: 0s;
      -webkit-transition-delay: 0s;
      transition-delay: 0s; }

.news-post-large {
  padding-left: 0; }
  .news-post-large .news-post-content {
    height: 100%;
    border-left: 1rem solid #fff;
    border-right: 1rem solid #fff;
    border-color: #fff !important;
    padding: 1rem;
    pointer-events: none; }
    .news-post-large .news-post-content * {
      width: 66.6666666667%; }
  .news-post-large .news-post-image-search {
    display: none; }
  .news-post-large .news-post-buttons {
    left: 2rem; }

.news-post-buttons {
  position: absolute;
  bottom: 2rem;
  left: 1rem; }
  .news-post-buttons .button, .news-post-buttons #wpas-load-btn {
    float: left;
    margin-right: 0.5rem; }

.home-news-index .row {
  padding-bottom: 1rem;
  margin-bottom: 1rem; }
  .home-news-index .row:last-child {
    border: none; }

.home-news-index .column {
  margin-bottom: 2rem; }

.single-news .post-details {
  position: relative;
  padding-bottom: 4rem; }

.single-news .post-category {
  display: inline-block;
  margin-bottom: 4rem; }

.single-news .post-content {
  padding-left: 0; }

.single-news .post-related {
  padding-left: 2rem; }
  .single-news .post-related h3 {
    padding: 1.25em 0 1em;
    margin-bottom: 1em;
    border-top: 1px solid #48387a;
    border-bottom: 1px solid #48387a; }
  .single-news .post-related .related-post {
    padding-bottom: 1rem;
    margin-bottom: 1rem; }
    .single-news .post-related .related-post img {
      margin-bottom: 1em; }
    .single-news .post-related .related-post h4 {
      margin-bottom: 1em; }
    .single-news .post-related .related-post:last-child {
      border: none; }

.single-news .post-buttons {
  padding: 6rem 0 3.5rem; }
  .single-news .post-buttons .button, .single-news .post-buttons #wpas-load-btn {
    float: left;
    margin-right: 0.5rem; }

.single-news .social-buttons-header {
  display: block;
  width: 100%;
  text-align: right;
  margin-bottom: 4rem; }

.single-news .social-buttons {
  width: 100%;
  text-align: right; }
  .single-news .social-buttons .button svg, .single-news .social-buttons #wpas-load-btn svg {
    width: 1.25rem;
    height: 1.25rem; }
  .single-news .social-buttons .button svg *, .single-news .social-buttons #wpas-load-btn svg * {
    fill: #002a68; }
  .single-news .social-buttons .button:hover svg *, .single-news .social-buttons #wpas-load-btn:hover svg * {
    fill: #fff; }

.slick-dots {
  position: absolute;
  bottom: 0;
  margin-bottom: 2rem;
  z-index: 1000; }
  .slick-dots li {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    opacity: 1;
    -moz-transition-property: border-color;
    -o-transition-property: border-color;
    -webkit-transition-property: border-color;
    transition-property: border-color;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -moz-transition-timing-function: "linear";
    -o-transition-timing-function: "linear";
    -webkit-transition-timing-function: "linear";
    transition-timing-function: "linear";
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s; }
    .slick-dots li:hover {
      opacity: 0.8; }
    .slick-dots li button {
      position: relative;
      cursor: pointer;
      margin: 0 auto;
      width: 1rem;
      height: 1rem;
      font-size: 0;
      border-color: #fff !important; }
      .slick-dots li button:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -4px;
        width: 8px;
        height: 8px;
        border-radius: 100%; }
    .slick-dots li.slick-active {
      opacity: 1; }
      .slick-dots li.slick-active button {
        border-color: #002a68 !important; }

.slick-arrow {
  position: absolute;
  top: 0;
  height: 100%;
  width: 5%;
  opacity: 0;
  background-color: lime !important;
  z-index: 500; }
  .slick-arrow.slick-prev {
    left: 0; }
  .slick-arrow.slick-next {
    right: 0; }
  .touch .slick-arrow {
    display: none; }

.gform_validation_container,
.gform_required_legend,
.hidden_label label,
.hidden_label legend,
#field_3_24, .fg-percentage-allocation .instruction,
.hide,
.hidden--hard {
  display: none !important; }

.hidden--soft {
  visibility: none;
  opacity: 0;
  pointer-events: none; }

[data-shade="light"],
.color--light {
  color: #fff; }
  [data-shade="light"] *,
  .color--light * {
    border-color: #fff;
    border-color: rgba(255, 255, 255, 0.25) !important; }
  [data-shade="light"] svg *,
  .color--light svg * {
    fill: #fff; }
  [data-shade="light"] a:hover,
  .color--light a:hover {
    color: #000; }
  [data-shade="light"] .slick-dots button:after,
  .color--light .slick-dots button:after {
    background-color: #000; }

[data-shade="light-dark"],
.color--light-dark {
  color: #fff; }
  [data-shade="light-dark"] *,
  .color--light-dark * {
    border-color: #fff;
    border-color: rgba(255, 255, 255, 0.25) !important; }
  [data-shade="light-dark"] svg *,
  .color--light-dark svg * {
    fill: #fff; }
  [data-shade="light-dark"] headings,
  .color--light-dark headings {
    color: #002a68; }
  [data-shade="light-dark"] a:hover,
  .color--light-dark a:hover {
    color: #002a68; }
  [data-shade="light-dark"] .slick-dots button:after,
  .color--light-dark .slick-dots button:after {
    background-color: #fff; }

[data-shade="dark"],
.color--dark {
  color: #002a68; }
  [data-shade="dark"] *,
  .color--dark * {
    border-color: #002a68;
    border-color: rgba(0, 42, 104, 0.25) !important; }
  [data-shade="dark"] svg *,
  .color--dark svg * {
    fill: #002a68; }
  [data-shade="dark"] headings,
  .color--dark headings {
    color: #002a68; }
  [data-shade="dark"] .slick-dots button:after,
  .color--dark .slick-dots button:after {
    background-color: #002a68; }

.page-template-template-landing-page .landing-page-header {
  background: #002a68;
  color: #fff;
  text-align: center;
  position: relative;
  height: 30vh;
  min-height: 440px;
  max-height: 440px; }
  .page-template-template-landing-page .landing-page-header h2 {
    color: #fff;
    font-size: 4rem;
    margin-bottom: 1rem !important; }
  .page-template-template-landing-page .landing-page-header h3 {
    color: #30aad7;
    font-family: "begum", "Georgia", serif;
    font-size: 1.25rem; }
  .page-template-template-landing-page .landing-page-header .wrapper {
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.page-template-template-landing-page section#content {
  background: #f1eae2 url("images/background-clouds.svg") no-repeat center 170%;
  background-size: 100%;
  height: auto; }
  .page-template-template-landing-page section#content .content-wrapper {
    max-width: 1344px;
    padding: 40px 40px 0;
    background: #fff;
    margin: 0 auto 20rem;
    box-shadow: 4px 4px 7px #bbb;
    position: relative;
    top: -40px;
    display: flex; }
    .page-template-template-landing-page section#content .content-wrapper.smaller {
      max-width: 600px; }
    .page-template-template-landing-page section#content .content-wrapper h3 {
      color: #30aad7;
      font-weight: 700;
      margin-bottom: 30px;
      font-size: 1.5rem;
      line-height: 1.75rem; }
    .page-template-template-landing-page section#content .content-wrapper p {
      font-size: 16px;
      line-height: 23px;
      max-width: 100%; }
    .page-template-template-landing-page section#content .content-wrapper .main.smaller {
      width: 100%;
      margin: 0 auto; }
    .page-template-template-landing-page section#content .content-wrapper .foreward {
      margin-right: 5%;
      background: url("images/LouiseWalsh_profile.png") no-repeat right bottom;
      background-size: 340px;
      padding-bottom: 50px;
      flex: 2; }
      .page-template-template-landing-page section#content .content-wrapper .foreward img {
        width: auto !important; }
    .page-template-template-landing-page section#content .content-wrapper .form {
      padding-left: 40px;
      border-left: 1px solid #ddd;
      flex: 1; }
      .page-template-template-landing-page section#content .content-wrapper .form h2 {
        line-height: 1.5rem; }
      .page-template-template-landing-page section#content .content-wrapper .form img {
        margin-top: -40px !important; }

.page-template-template-landing-page footer {
  margin-top: 0; }

div#investment-portfolio-performance {
  margin-top: 4rem; }
  div#investment-portfolio-performance h3 {
    margin-bottom: 2rem; }
  div#investment-portfolio-performance p {
    margin-top: 1rem; }
    div#investment-portfolio-performance p small {
      display: inline-block;
      font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 14px;
      line-height: 1.25; }
  div#investment-portfolio-performance table {
    width: 100%;
    max-width: 100%; }
    div#investment-portfolio-performance table thead tr td {
      font-size: 0.65rem;
      line-height: 1.25em;
      border-top: 0;
      font-family: "begum", "Georgia", serif;
      font-weight: bold; }
    div#investment-portfolio-performance table tr:nth-child(even) {
      background: rgba(255, 255, 255, 0.5); }
    div#investment-portfolio-performance table tr td {
      display: table-cell;
      padding: 0.5rem;
      border-top: 1px solid #fff;
      font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 16px; }
      div#investment-portfolio-performance table tr td:first-child {
        padding-left: 1rem; }
    div#investment-portfolio-performance table tr.bold td {
      font-weight: bold; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto !important;
  z-index: 4000; }

header#mobile {
  display: none; }

.hide-logo header#main {
  border-bottom: 1px solid #ddd; }

#logo-main {
  width: 16%;
  margin-top: -0.35em;
  padding-top: 2rem;
  padding-bottom: 0;
  float: right; }
  #logo-main h1 {
    display: inline-block;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #002a68;
    font-weight: 500;
    font-size: 1.4rem;
    margin-bottom: 1em;
    margin-left: 1rem;
    line-height: 1.5rem;
    position: relative;
    top: -0.07rem; }

#logo-icon {
  position: fixed;
  top: 1rem;
  text-align: right;
  -moz-transition-property: top;
  -o-transition-property: top;
  -webkit-transition-property: top;
  transition-property: top;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -moz-transition-timing-function: "linear";
  -o-transition-timing-function: "linear";
  -webkit-transition-timing-function: "linear";
  transition-timing-function: "linear";
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }

#main {
  background-color: #fff;
  padding: 1rem 0; }

footer {
  margin-top: 2rem;
  padding: 3rem 0;
  background-color: #002a68; }
  footer h5 {
    color: #30aad7; }
  footer ul {
    margin-bottom: 0; }
  footer #footer-social-newsletter ul {
    height: 100%; }
  footer #footer-social-newsletter .subscribe-button {
    position: absolute;
    bottom: 0; }
  footer #top50-badge {
    position: absolute;
    top: 0;
    right: 0;
    width: 8.3333333333%; }
    footer #top50-badge img,
    footer #top50-badge svg {
      width: 60%;
      margin-right: 0;
      margin-left: auto; }

nav ul {
  margin-bottom: 0; }

nav li {
  position: relative;
  display: block; }

footer nav .current-menu-item a {
  color: #fff; }

#main-navigation {
  position: relative;
  float: left;
  clear: left;
  padding-top: 2rem;
  z-index: 3000; }
  #main-navigation li {
    display: inline-block;
    padding: 0.25em 1rem;
    border-right: 1px solid #48387a;
    font-size: 0.87rem; }
    #main-navigation li a {
      font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 400;
      color: #002a68; }
    #main-navigation li.current-menu-item a {
      font-weight: 500;
      color: #30aad7; }
    #main-navigation li a[rel="dropdown"] {
      padding-right: 2px; }
    #main-navigation li:first-child {
      padding-left: 0; }
    #main-navigation li:last-child {
      border-right: none; }
    #main-navigation li .sub-menu {
      position: fixed;
      width: 100%;
      left: 0;
      display: none;
      background-color: #002a68; }
    #main-navigation li[data-state="open"] a[rel="dropdown"] {
      color: #002a68; }
    #main-navigation li[data-state="open"] .sub-menu {
      display: block;
      padding: 1rem 0; }
      #main-navigation li[data-state="open"] .sub-menu li {
        font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 400;
        font-size: 1.1rem;
        padding: 1em 1rem 0.75em;
        border-color: rgba(255, 255, 255, 0.25); }
        #main-navigation li[data-state="open"] .sub-menu li a {
          color: #fff; }
        #main-navigation li[data-state="open"] .sub-menu li:first-child {
          border-left: 1px solid rgba(255, 255, 255, 0.25); }
        #main-navigation li[data-state="open"] .sub-menu li:last-child {
          border-right: 1px solid rgba(255, 255, 255, 0.25); }
        #main-navigation li[data-state="open"] .sub-menu li.current-menu-item a {
          border-bottom: 1px solid; }
        #main-navigation li[data-state="open"] .sub-menu li a:hover {
          color: #5c489d; }

#footer-funds li [data-name*="chevron"] {
  width: 0.45rem;
  height: 0.45rem;
  margin-right: 0.25em; }
  #footer-funds li [data-name*="chevron"] * {
    fill: #30aad7; }

#footer-funds li:hover [data-name*="chevron"] * {
  fill: #fff; }

#home-snapshots {
  padding: 2rem 0;
  background-color: #002a68; }
  #home-snapshots h4 {
    color: #fff; }
  #home-snapshots .fund-name,
  #home-snapshots .fund-code {
    float: left;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  #home-snapshots .fund-code {
    margin-left: 0.25em; }
  #home-snapshots .fund-value {
    float: right;
    white-space: nowrap; }
  #home-snapshots .button, #home-snapshots #wpas-load-btn {
    color: #002a68; }
  #home-snapshots ul {
    margin-bottom: 0;
    padding-right: 2rem; }
    #home-snapshots ul li {
      max-width: 12rem; }
      #home-snapshots ul li:after {
        content: " ";
        display: block;
        height: 0;
        clear: both;
        overflow: hidden;
        visibility: hidden; }

#snapshot-news-insights ul {
  margin: 1rem 0 0; }

#snapshot-news-insights li {
  margin-bottom: 1rem; }

#home-fund-snapshots .column--quarter {
  width: 22.5%; }

#home-fund-snapshots #home-fund-snapshot-news-insights {
  width: 35%;
  padding-left: 2rem;
  float: right; }
  #home-fund-snapshots #home-fund-snapshot-news-insights .button.ew [data-name="icon-chevron-left"], #home-fund-snapshots #home-fund-snapshot-news-insights .ew#wpas-load-btn [data-name="icon-chevron-left"] {
    position: absolute;
    right: 0;
    top: 0.2857142857rem; }

#home-fund-snapshot-recent-updates {
  width: 20%; }
  #home-fund-snapshot-recent-updates .link {
    width: 60%;
    max-width: 7rem; }
    #home-fund-snapshot-recent-updates .link [data-name="icon-download"] {
      float: right;
      width: 0.75rem;
      height: 0.75rem; }
      #home-fund-snapshot-recent-updates .link [data-name="icon-download"] * {
        fill: #30aad7; }

#home-funds {
  padding: 2rem 0; }
  #home-funds-intro {
    padding-bottom: 4rem; }
  #home-funds .fund {
    padding: 2rem 0;
    border-bottom: 1px solid #48387a; }
    #home-funds .fund .primary-cta {
      position: absolute;
      left: 0;
      bottom: 0; }
    #home-funds .fund:last-child {
      border: none; }
  #home-funds .fund-snapshot {
    padding: 1rem 0 0; }
    #home-funds .fund-snapshot dt {
      margin-bottom: -0.5em; }
    #home-funds .fund-snapshot .nta-before-tax,
    #home-funds .fund-snapshot .gross-assets {
      max-width: 80%;
      margin-bottom: 1rem;
      padding-bottom: 1rem;
      border-bottom: 1px solid #48387a; }
    #home-funds .fund-snapshot:after {
      content: " ";
      display: block;
      height: 0;
      clear: both;
      overflow: hidden;
      visibility: hidden; }

#investment-process-diagram {
  text-align: center; }

.fund-template-default {
  background: #fff; }
  .fund-template-default #future-generation-global-investment-company-header .fund--snapshot-table dl dd {
    color: #5c489d; }
  .fund-template-default #future-generation-global-investment-company-header svg * {
    fill: #5c489d; }
  .fund-template-default #future-generation-investment-company-header .fund--snapshot-table dl dd {
    color: #30aad7; }
  .fund-template-default #future-generation-investment-company-header svg * {
    fill: #30aad7; }
  .fund-template-default #future-generation-investment-company-overview .wrapper {
    background: #30aad7;
    color: #fff; }
    .fund-template-default #future-generation-investment-company-overview .wrapper h2 {
      font-size: 28px;
      color: #fff; }
  .fund-template-default #future-generation-global-investment-company-overview .wrapper {
    background: #5c489d;
    color: #fff; }
    .fund-template-default #future-generation-global-investment-company-overview .wrapper h2 {
      font-size: 28px;
      color: #fff; }
  .fund-template-default .layout--fund-logo-section .logo a {
    display: block;
    border: 1px solid #c6c6c6;
    height: 190px;
    position: relative; }
    .fund-template-default .layout--fund-logo-section .logo a img {
      max-width: 70%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .fund-template-default #future-generation-investment-company-board-of-directors {
    background-color: rgba(48, 170, 215, 0.15); }
    .fund-template-default #future-generation-investment-company-board-of-directors .section-header {
      border-bottom: 0; }
    .fund-template-default #future-generation-investment-company-board-of-directors .director-content h3, .fund-template-default #future-generation-investment-company-board-of-directors .director-content h4 {
      color: #30aad7; }
  .fund-template-default #future-generation-global-investment-company-board-of-directors {
    background-color: rgba(92, 72, 157, 0.15); }
    .fund-template-default #future-generation-global-investment-company-board-of-directors .section-header {
      border-bottom: 0; }
    .fund-template-default #future-generation-global-investment-company-board-of-directors .director-content h3, .fund-template-default #future-generation-global-investment-company-board-of-directors .director-content h4 {
      color: #5c489d; }

.news-filters {
  padding: 1.5rem 4rem !important; }
  .news-filters .row.border--bottom, .news-filters .single-news .post-related .row.related-post, .single-news .post-related .news-filters .row.related-post, .news-filters .layout--single-post .post-related .row.related-post, .layout--single-post .post-related .news-filters .row.related-post {
    padding-bottom: 1rem;
    margin-bottom: 0;
    border-bottom: 1px solid #48387a; }

.filter-label {
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-right: 0.5rem;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  color: #002a68; }
  .filter-label svg {
    position: relative;
    top: 1px;
    height: 0.5rem;
    width: 0.5rem; }
    .filter-label svg > * {
      fill: #002a68; }

input[type="radio"] {
  display: none; }

#wpas-results {
  display: none; }
  #wpas-results:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden; }

#wpas-load {
  clear: both;
  padding-top: 2rem;
  text-align: center; }
  #wpas-load img {
    width: 32px;
    height: 32px; }

#wpas-load-btn {
  margin: 0 auto;
  padding-top: 0.35em;
  cursor: pointer;
  background-color: #002a68;
  color: #fff;
  -moz-transition-property: color,background-color;
  -o-transition-property: color,background-color;
  -webkit-transition-property: color,background-color;
  transition-property: color,background-color;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: "ease-in";
  -o-transition-timing-function: "ease-in";
  -webkit-transition-timing-function: "ease-in";
  transition-timing-function: "ease-in";
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }

[class*="infscr"] {
  display: none; }

img[src*="ajax-loader.gif"] {
  width: 24px;
  height: 24px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

#wam-category-filter,
#wam-date-filter,
#wam-keyword-search {
  margin-bottom: 0;
  min-height: 3rem; }

#wam-date-filter {
  border-left: 1px solid #48387a; }
  #wam-date-filter .filter-label {
    padding-bottom: 0.3em; }

#wam-category-filter .filter-label {
  padding-bottom: 0.3em; }

#wam-category-filter .wpas-radio-buttons {
  float: left;
  display: inline-block; }

#wam-category-filter #wpas-reset,
#wam-category-filter #wpas-tax_category {
  position: relative;
  float: left;
  display: inline-block; }
  #wam-category-filter #wpas-reset input,
  #wam-category-filter #wpas-reset input + label,
  #wam-category-filter #wpas-tax_category input,
  #wam-category-filter #wpas-tax_category input + label {
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 1rem;
    cursor: pointer;
    -moz-transition-property: color,background-color;
    -o-transition-property: color,background-color;
    -webkit-transition-property: color,background-color;
    transition-property: color,background-color;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -moz-transition-timing-function: "ease-in";
    -o-transition-timing-function: "ease-in";
    -webkit-transition-timing-function: "ease-in";
    transition-timing-function: "ease-in";
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s; }
    #wam-category-filter #wpas-reset input:hover,
    #wam-category-filter #wpas-reset input + label:hover,
    #wam-category-filter #wpas-tax_category input:hover,
    #wam-category-filter #wpas-tax_category input + label:hover {
      color: #002a68; }
  #wam-category-filter #wpas-reset .wpas-radio-container,
  #wam-category-filter #wpas-tax_category .wpas-radio-container {
    float: left;
    padding-right: 1rem;
    display: inline-block; }
    #wam-category-filter #wpas-reset .wpas-radio-container input[type="radio"],
    #wam-category-filter #wpas-tax_category .wpas-radio-container input[type="radio"] {
      display: none; }
    #wam-category-filter #wpas-reset .wpas-radio-container input:checked + label,
    #wam-category-filter #wpas-tax_category .wpas-radio-container input:checked + label {
      color: #002a68; }
    #wam-category-filter #wpas-reset .wpas-radio-container:first-child,
    #wam-category-filter #wpas-tax_category .wpas-radio-container:first-child {
      padding-left: 2rem; }
    #wam-category-filter #wpas-reset .wpas-radio-container:last-child,
    #wam-category-filter #wpas-tax_category .wpas-radio-container:last-child {
      padding-right: 0; }

#wam-category-filter #wpas-tax_category {
  position: absolute;
  width: 90%;
  left: 0;
  z-index: 1000; }

#wam-category-filter #wpas-reset {
  position: relative;
  display: inline-block;
  z-index: 2000; }
  #wam-category-filter #wpas-reset input[type="reset"] {
    color: inherit; }
    #wam-category-filter #wpas-reset input[type="reset"]:hover {
      color: #002a68; }

#document-date-filter .label-container,
#wpas-date_y .label-container {
  display: none;
  float: left;
  width: 30%;
  padding-right: 5%;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1rem;
  cursor: pointer; }

#document-date-filter select,
#wpas-date_y select {
  float: left; }

#document-date-filter:after,
#wpas-date_y:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden; }

#wam-keyword-search input {
  display: inline-block;
  padding: 0.25em 0;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1rem;
  width: 75%; }

#wam-keyword-search [data-name="icon-search"] {
  width: 0.6rem;
  height: auto;
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  #wam-keyword-search [data-name="icon-search"] * {
    fill: #30aad7; }

#our-investment-process {
  padding: 0; }

#investment-flowchart {
  height: 38rem; }

#investment-process,
#investment-process-new {
  margin: 0 auto;
  max-width: 1600px;
  height: 35rem; }
  #investment-process-mobile,
  #investment-process-new-mobile {
    display: none; }

path[id*="circle"] {
  fill: #e4e8eb;
  opacity: 0.4;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: "linear";
  -o-transition-timing-function: "linear";
  -webkit-transition-timing-function: "linear";
  transition-timing-function: "linear";
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }

@media only screen and (max-width: 960px) {
  #our-investment-process {
    background-color: transparent;
    overflow: hidden; }
    #our-investment-process > .wrapper {
      padding: 2rem 1rem; }
  #investment-process,
  #investment-process-new,
  #investment-flowchart {
    height: auto; } }

#events-page-header {
  min-height: 320px; }
  #events-page-header .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000; }
  #events-page-header .wrapper {
    height: 100%;
    z-index: 500; }
    #events-page-header .wrapper .title {
      color: #fff;
      position: absolute;
      bottom: 2rem;
      width: 50%; }
      #events-page-header .wrapper .title h1 {
        font-size: 3.5em;
        line-height: 1;
        font-weight: 500;
        margin-bottom: -0.2em; }
        #events-page-header .wrapper .title h1 .serif {
          font-size: 0.85em; }
    #events-page-header .wrapper .logo {
      position: absolute;
      bottom: 2rem;
      right: 0;
      width: 20%;
      height: 0;
      padding-bottom: 7.6569037657%; }
    #events-page-header .wrapper svg {
      position: absolute;
      width: 100%;
      height: 100%; }
      #events-page-header .wrapper svg * {
        fill: #fff; }

#events-shareholder-presentations hr {
  clear: both;
  margin: 0 auto;
  height: 1px;
  border: none;
  background-color: #002a68;
  max-width: 1680px; }

#events-shareholder-presentations .section-header {
  border-color: #002a68; }

#events-shareholder-presentations .section-intro {
  padding-top: 1rem;
  color: #002a68; }

#events-shareholder-presentations .events {
  margin-bottom: 2rem; }
  #events-shareholder-presentations .events .event {
    float: left;
    width: 33.3333333333%;
    margin-top: 2rem; }
    #events-shareholder-presentations .events .event h3 {
      font-weight: 500;
      margin-bottom: 0;
      color: #30aad7; }
    #events-shareholder-presentations .events .event .date, #events-shareholder-presentations .events .event .time, #events-shareholder-presentations .events .event address {
      display: block;
      font-size: 0.85em; }
    #events-shareholder-presentations .events .event .date {
      display: block;
      color: #002a68;
      margin-bottom: 0.25em; }
    #events-shareholder-presentations .events .event .button, #events-shareholder-presentations .events .event #wpas-load-btn {
      color: #002a68;
      background-color: #fff; }
      #events-shareholder-presentations .events .event .button .button-label, #events-shareholder-presentations .events .event #wpas-load-btn .button-label {
        -moz-transform: translate(0%, -12.5%);
        -o-transform: translate(0%, -12.5%);
        -ms-transform: translate(0%, -12.5%);
        -webkit-transform: translate(0%, -12.5%);
        transform: translate(0%, -12.5%); }
        #events-shareholder-presentations .events .event .button .button-label svg *, #events-shareholder-presentations .events .event #wpas-load-btn .button-label svg * {
          fill: #002a68; }
      #events-shareholder-presentations .events .event .button:hover, #events-shareholder-presentations .events .event #wpas-load-btn:hover {
        background-color: #002a68; }
  #events-shareholder-presentations .events:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden; }

#events-investment-forum h2 {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 1em;
  color: #30aad7;
  margin-bottom: 0; }

#events-investment-forum .date {
  display: block;
  font-weight: 500;
  color: #002a68; }

#events-investment-forum .address {
  display: block;
  margin: 0.75em 0; }

#events-investment-forum .content {
  margin-bottom: 1.5em; }

#events-investment-forum .button, #events-investment-forum #wpas-load-btn {
  color: #002a68;
  background-color: #fff; }
  #events-investment-forum .button .button-label, #events-investment-forum #wpas-load-btn .button-label {
    -moz-transform: translate(0%, -12.5%);
    -o-transform: translate(0%, -12.5%);
    -ms-transform: translate(0%, -12.5%);
    -webkit-transform: translate(0%, -12.5%);
    transform: translate(0%, -12.5%); }
    #events-investment-forum .button .button-label svg *, #events-investment-forum #wpas-load-btn .button-label svg * {
      fill: #002a68; }
  #events-investment-forum .button:hover, #events-investment-forum #wpas-load-btn:hover {
    background-color: #002a68; }

#events-additional hr {
  margin: 0 auto 2rem;
  height: 1px;
  border: none;
  background-color: #002a68;
  max-width: 1680px; }

#events-additional .previous {
  float: left;
  width: 33.3333333333%;
  padding-right: 2rem; }
  #events-additional .previous > div {
    padding: 1rem;
    background-color: #fff; }
  #events-additional .previous h3 {
    margin-bottom: 2rem;
    font-weight: 500; }
  #events-additional .previous.wide {
    width: 66.6666666667%; }
  #events-additional .previous.right {
    float: right;
    padding-right: 0; }

#events-additional .call-details li ~ li {
  margin-top: 0.5em; }

#events-additional .call-details li h4 {
  float: left;
  width: 33.3333333333%;
  line-height: 1.25;
  margin-bottom: 0;
  color: #30aad7; }

#events-additional .call-details li > span {
  display: block;
  float: left;
  font-size: 0.85em;
  line-height: 1.25;
  width: 66.6666666667%; }
  #events-additional .call-details li > span a {
    display: block;
    color: #ddd8ec; }
    #events-additional .call-details li > span a svg {
      float: left;
      width: 1em;
      height: 1em;
      margin-right: 0.75em; }
      #events-additional .call-details li > span a svg #circle {
        fill: #ddd8ec; }
    #events-additional .call-details li > span a span {
      text-decoration: underline;
      float: left; }
    #events-additional .call-details li > span a:after {
      content: " ";
      display: block;
      height: 0;
      clear: both;
      overflow: hidden;
      visibility: hidden; }

#events-additional .call-details li:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden; }

#events-additional .presentations {
  border-bottom: 1px solid #002a68; }
  #events-additional .presentations li {
    display: block;
    color: #002a68;
    border-top: 1px solid #002a68;
    padding-top: 0.75em;
    padding-bottom: 0.5em; }
    #events-additional .presentations li > svg {
      float: left;
      width: 1rem;
      height: 1rem;
      margin-right: 0.75em; }
      #events-additional .presentations li > svg #circle {
        fill: #002a68; }
    #events-additional .presentations li h4, #events-additional .presentations li .links {
      line-height: 1.5; }
    #events-additional .presentations li h4 {
      float: left;
      display: inline-block;
      margin-bottom: 0; }
    #events-additional .presentations li .links {
      float: right;
      font-size: 0.85em; }
      #events-additional .presentations li .links a {
        text-decoration: underline; }
    #events-additional .presentations li:after {
      content: " ";
      display: block;
      height: 0;
      clear: both;
      overflow: hidden;
      visibility: hidden; }

#overlay-video .overlay-content > div {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  -moz-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%); }
  #overlay-video .overlay-content > div iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

@media only screen and (max-width: 980px) {
  #events-page-header .wrapper {
    height: 100%; }
    #events-page-header .wrapper .title {
      color: #fff;
      position: absolute;
      bottom: 2rem;
      width: 50%; }
      #events-page-header .wrapper .title h1 {
        font-size: 2.5em; }
        #events-page-header .wrapper .title h1 .serif {
          font-size: 0.85em;
          white-space: nowrap; }
    #events-page-header .wrapper .logo {
      width: 30%;
      padding-bottom: 11.4853556485%; }
  #events-shareholder-presentations .events .event {
    width: 50%; }
  #events-additional .previous {
    float: none !important;
    width: 100% !important;
    padding-right: 0; }
    #events-additional .previous > div {
      height: auto !important; }
    #events-additional .previous ~ .previous {
      margin-top: 2rem; } }

body.page-template-template-vault-holding {
  background: #000 url("images/vault-background.jpg") no-repeat right bottom;
  background-size: 100%;
  color: #fff;
  padding-bottom: 5rem; }
  body.page-template-template-vault-holding header {
    padding: 2rem 0;
    position: relative; }
    body.page-template-template-vault-holding header svg {
      max-width: 180px;
      float: right; }
  body.page-template-template-vault-holding section#vault-page-header, body.page-template-template-vault-holding section#wam-vault-page-header, body.page-template-template-vault-holding section#virtualforum-page-header {
    background: transparent;
    padding: 0;
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    body.page-template-template-vault-holding section#vault-page-header svg, body.page-template-template-vault-holding section#wam-vault-page-header svg, body.page-template-template-vault-holding section#virtualforum-page-header svg {
      max-width: 374px;
      margin: 0 auto 3rem -16px; }
    body.page-template-template-vault-holding section#vault-page-header p, body.page-template-template-vault-holding section#wam-vault-page-header p, body.page-template-template-vault-holding section#virtualforum-page-header p {
      font-size: 18px;
      line-height: 1.35;
      font-weight: 400;
      max-width: 620px;
      margin-bottom: 1.5rem;
      color: #fff; }
      body.page-template-template-vault-holding section#vault-page-header p strong, body.page-template-template-vault-holding section#wam-vault-page-header p strong, body.page-template-template-vault-holding section#virtualforum-page-header p strong {
        font-weight: 600;
        color: #fff; }
    body.page-template-template-vault-holding section#vault-page-header .button, body.page-template-template-vault-holding section#vault-page-header #wpas-load-btn, body.page-template-template-vault-holding section#wam-vault-page-header .button, body.page-template-template-vault-holding section#wam-vault-page-header #wpas-load-btn, body.page-template-template-vault-holding section#virtualforum-page-header .button, body.page-template-template-vault-holding section#virtualforum-page-header #wpas-load-btn {
      font-size: 16px;
      font-weight: 600;
      background: #30aad7;
      color: #fff;
      line-height: 16px;
      margin-top: 1.5rem; }
  body.page-template-template-vault-holding footer {
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    background: transparent;
    padding: 0;
    position: absolute;
    bottom: 1rem;
    width: 100%; }
    body.page-template-template-vault-holding footer nav li {
      display: inline-block;
      padding: 0 1rem 0 0; }

@media only screen and (max-width: 980px) {
  body.page-template-template-vault-holding {
    background: #000; }
    body.page-template-template-vault-holding header svg {
      max-width: 140px; }
    body.page-template-template-vault-holding section#vault-page-header, body.page-template-template-vault-holding section#wam-vault-page-header, body.page-template-template-vault-holding section#virtualforum-page-header {
      position: static;
      padding-bottom: 16rem;
      background: #000 url("images/vault-background.jpg") no-repeat bottom center;
      background-size: 150%;
      -moz-transform: translate(0%, 0%);
      -o-transform: translate(0%, 0%);
      -ms-transform: translate(0%, 0%);
      -webkit-transform: translate(0%, 0%);
      transform: translate(0%, 0%); }
      body.page-template-template-vault-holding section#vault-page-header svg, body.page-template-template-vault-holding section#wam-vault-page-header svg, body.page-template-template-vault-holding section#virtualforum-page-header svg {
        max-width: 234px;
        margin-left: -6px; }
      body.page-template-template-vault-holding section#vault-page-header p, body.page-template-template-vault-holding section#wam-vault-page-header p, body.page-template-template-vault-holding section#virtualforum-page-header p {
        font-size: 16px; }
        body.page-template-template-vault-holding section#vault-page-header p br, body.page-template-template-vault-holding section#wam-vault-page-header p br, body.page-template-template-vault-holding section#virtualforum-page-header p br {
          display: none; }
      body.page-template-template-vault-holding section#vault-page-header .button, body.page-template-template-vault-holding section#vault-page-header #wpas-load-btn, body.page-template-template-vault-holding section#wam-vault-page-header .button, body.page-template-template-vault-holding section#wam-vault-page-header #wpas-load-btn, body.page-template-template-vault-holding section#virtualforum-page-header .button, body.page-template-template-vault-holding section#virtualforum-page-header #wpas-load-btn {
        font-size: 16px; }
    body.page-template-template-vault-holding footer {
      position: relative;
      bottom: auto;
      margin: -5rem 0 0; }
      body.page-template-template-vault-holding footer p, body.page-template-template-vault-holding footer li, body.page-template-template-vault-holding footer a {
        font-size: 12px; } }

@media only screen and (max-height: 900px) {
  footer {
    position: relative !important;
    bottom: auto !important;
    margin: 1rem 0 4rem; } }

.page-id-9900 #voting-its-time-to-submit-your-vote .section-intro .column--half {
  width: 100%; }
  .page-id-9900 #voting-its-time-to-submit-your-vote .section-intro .column--half blockquote {
    padding-left: 0;
    padding-right: 0; }
    .page-id-9900 #voting-its-time-to-submit-your-vote .section-intro .column--half blockquote p {
      width: 100%;
      max-width: 100%; }

.page-id-9900 #voting-its-time-to-submit-your-vote .button, .page-id-9900 #voting-its-time-to-submit-your-vote #wpas-load-btn {
  height: auto;
  font-size: 1.125em; }

.page-id-10026 .layout--fund-logo-section .logo.has-description,
.page-id-9949 .layout--fund-logo-section .logo.has-description {
  max-width: 1400px; }
  .page-id-10026 .layout--fund-logo-section .logo.has-description figure,
  .page-id-9949 .layout--fund-logo-section .logo.has-description figure {
    width: 400px;
    max-width: 400px; }

.ie11 .unsupported {
  display: block !important;
  margin-bottom: 25%; }

.ie11 [id*="page-content"] {
  display: none !important; }

.unsupported {
  display: none !important; }

body[class*="template-voting"] p:empty {
  display: none; }

body[class*="template-voting"] p ~ .column {
  margin-top: 4rem; }

body[class*="template-voting"] img.vote__logo {
  margin: 2rem auto;
  width: auto;
  max-width: 320px !important;
  max-width: 100%; }
  body[class*="template-voting"] img.vote__logo_left {
    width: auto;
    max-width: 150px !important;
    max-width: 100%;
    margin-left: -1rem;
    margin-bottom: 2rem; }

body[class*="template-voting"] .layout--page-header {
  background-color: #002a68;
  min-height: 1px; }
  body[class*="template-voting"] .layout--page-header .wrapper {
    max-width: 1200px; }
  body[class*="template-voting"] .layout--page-header .large__title,
  body[class*="template-voting"] .layout--page-header h1 {
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 2em;
    line-height: 1; }
  body[class*="template-voting"] .layout--page-header h1 {
    color: #30aad7; }
  body[class*="template-voting"] .layout--page-header .large__title {
    color: #fff; }

body[class*="template-voting"] .layout--single-post {
  margin-bottom: 4rem; }
  body[class*="template-voting"] .layout--single-post h1,
  body[class*="template-voting"] .layout--single-post h2 {
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  body[class*="template-voting"] .layout--single-post .button, body[class*="template-voting"] .layout--single-post #wpas-load-btn {
    background-color: #002a68;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.7272727273rem; }
    body[class*="template-voting"] .layout--single-post .button [data-name*="icon"] *, body[class*="template-voting"] .layout--single-post #wpas-load-btn [data-name*="icon"] * {
      fill: #fff; }
  body[class*="template-voting"] .layout--single-post .wrapper {
    max-width: 1200px; }
  body[class*="template-voting"] .layout--single-post .wrapper > div {
    background-color: #fff;
    padding: 4rem; }
    body[class*="template-voting"] .layout--single-post .wrapper > div:after {
      content: " ";
      display: block;
      height: 0;
      clear: both;
      overflow: hidden;
      visibility: hidden; }
  body[class*="template-voting"] .layout--single-post .column {
    padding: 0 2rem; }
    body[class*="template-voting"] .layout--single-post .column > div {
      margin-bottom: 2rem; }
    body[class*="template-voting"] .layout--single-post .column p {
      max-width: none; }
    body[class*="template-voting"] .layout--single-post .column:last-of-type {
      border-left: 1px solid #cccccc; }

body[class*="template-voting"] .gform_validation_errors {
  color: #e74c3c !important;
  border-color: #e74c3c !important;
  background-color: #f8c9c4 !important; }
  body[class*="template-voting"] .gform_validation_errors h2 {
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #e74c3c !important;
    margin-bottom: 0 !important; }
    body[class*="template-voting"] .gform_validation_errors h2 ~ * {
      margin-top: 0.25em; }
  body[class*="template-voting"] .gform_validation_errors a {
    text-decoration: none; }
  body[class*="template-voting"] .gform_validation_errors ol {
    margin-bottom: 0; }

body[class*="template-voting"] .gform_body {
  margin: 0; }

body[class*="template-voting"] .gform_heading {
  padding-top: 0; }
  body[class*="template-voting"] .gform_heading .gform_description {
    display: block;
    font-size: 1.4545454545rem;
    line-height: 1.25;
    width: 88%;
    max-width: 1120px;
    color: #002a68; }

body[class*="template-voting"] .fg-form-note,
body[class*="template-voting"] .gform_validation_errors {
  margin-bottom: 1rem;
  padding: 1rem;
  border: none;
  border-radius: 3px;
  background-color: #fcf3d0;
  font-size: 0.8rem; }
  body[class*="template-voting"] .fg-form-note p,
  body[class*="template-voting"] .gform_validation_errors p {
    margin-bottom: 0; }
  body[class*="template-voting"] .fg-form-note strong,
  body[class*="template-voting"] .gform_validation_errors strong {
    text-transform: uppercase;
    font-size: 0.7rem; }

body[class*="template-voting"] .fg-donation__amount {
  font-weight: 500; }

body[class*="template-voting"] .fg-donation {
  margin: 1rem auto; }

body[class*="template-voting"] [class*="gform"] button,
body[class*="template-voting"] [class*="gform"] input,
body[class*="template-voting"] [class*="gform"] textarea,
body[class*="template-voting"] [class*="gform"] select {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 100%;
  height: auto;
  padding: 0.5em;
  font-size: 0.8181818182rem;
  line-height: 1.25;
  border: 1px solid #807f7f;
  border-radius: 3px;
  appearance: none; }
  body[class*="template-voting"] [class*="gform"] button:hover,
  body[class*="template-voting"] [class*="gform"] input:hover,
  body[class*="template-voting"] [class*="gform"] textarea:hover,
  body[class*="template-voting"] [class*="gform"] select:hover {
    border-color: #404040; }
  body[class*="template-voting"] [class*="gform"] button:focus,
  body[class*="template-voting"] [class*="gform"] input:focus,
  body[class*="template-voting"] [class*="gform"] textarea:focus,
  body[class*="template-voting"] [class*="gform"] select:focus {
    border-color: #000; }
  body[class*="template-voting"] [class*="gform"] button[disabled],
  body[class*="template-voting"] [class*="gform"] input[disabled],
  body[class*="template-voting"] [class*="gform"] textarea[disabled],
  body[class*="template-voting"] [class*="gform"] select[disabled] {
    background-color: #e6e5e5;
    border-color: #e6e5e5; }
    body[class*="template-voting"] [class*="gform"] button[disabled] ~ .instruction,
    body[class*="template-voting"] [class*="gform"] input[disabled] ~ .instruction,
    body[class*="template-voting"] [class*="gform"] textarea[disabled] ~ .instruction,
    body[class*="template-voting"] [class*="gform"] select[disabled] ~ .instruction {
      display: none; }

body[class*="template-voting"] [class*="gform"] button,
body[class*="template-voting"] [class*="gform"] input[type="submit"] {
  display: inline-block;
  width: auto;
  padding: 0.5em 1em;
  font-weight: 500;
  color: #fff;
  background-color: #002a68;
  border: none;
  border-radius: 1.5em; }
  body[class*="template-voting"] [class*="gform"] button.gpnf-add-entry,
  body[class*="template-voting"] [class*="gform"] input[type="submit"].gpnf-add-entry {
    background-color: #30aad7 !important; }

body[class*="template-voting"] [class*="gform"] input[type="radio"] {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-radius: 100%; }
  body[class*="template-voting"] [class*="gform"] input[type="radio"] + label {
    display: inline-block; }

body[class*="template-voting"] [class*="gform"] label,
body[class*="template-voting"] [class*="gform"] legend,
body[class*="template-voting"] [class*="gform"] .instruction {
  font-weight: 500;
  font-size: 0.7272727273rem; }

body[class*="template-voting"] .gpnf-nested-entries-container .gfield-description {
  margin-top: 0.5em; }

body[class*="template-voting"] .gpnf-nested-entries {
  border-top: none;
  margin-bottom: 0; }
  body[class*="template-voting"] .gpnf-nested-entries th {
    border-top: none;
    background-color: transparent;
    font-weight: 500; }
    body[class*="template-voting"] .gpnf-nested-entries th.gpnf-row-actions {
      color: transparent; }
  body[class*="template-voting"] .gpnf-nested-entries th,
  body[class*="template-voting"] .gpnf-nested-entries td {
    padding: 0.75em 0; }
  body[class*="template-voting"] .gpnf-nested-entries .gpnf-field-allocation {
    text-align: center; }
    body[class*="template-voting"] .gpnf-nested-entries .gpnf-field-allocation > span:before {
      content: "$"; }
  body[class*="template-voting"] .gpnf-nested-entries .gpnf-field-donation {
    text-align: right; }
    body[class*="template-voting"] .gpnf-nested-entries .gpnf-field-donation > span:before {
      content: "$"; }
  body[class*="template-voting"] .gpnf-nested-entries .gpnf-nested-entries__footer {
    font-size: 0.9090909091rem;
    font-weight: 500 !important; }
    body[class*="template-voting"] .gpnf-nested-entries .gpnf-nested-entries__footer td {
      border-bottom: none; }

body[class*="template-voting"] .gpnf-modal.tingle-modal {
  z-index: 4000; }
  body[class*="template-voting"] .gpnf-modal.tingle-modal .gform_validation_errors {
    display: none !important; }
  body[class*="template-voting"] .gpnf-modal.tingle-modal .gpnf-modal-header {
    background-color: #30aad7 !important; }
  body[class*="template-voting"] .gpnf-modal.tingle-modal .tingle-btn {
    width: auto;
    padding: 0.5em 1em;
    font-weight: 500;
    color: #fff;
    background-color: #002a68;
    border: none;
    border-radius: 1.5em; }
    body[class*="template-voting"] .gpnf-modal.tingle-modal .tingle-btn.gpnf-btn-delete {
      display: none !important; }

@media only screen and (max-width: 980px) {
  body[class*="template-voting"] .layout--single-post .wrapper > div {
    padding: 2rem 1rem; }
  body[class*="template-voting"] .layout--single-post .column:last-of-type {
    border: none; }
  body[class*="template-voting"] .layout--single-post .column .equal {
    height: auto !important; }
  body[class*="template-voting"] .layout--single-post .column ~ .column {
    margin-top: 2rem; } }

[class*="eoi-fgg"] {
  --color1: #5c489d;
  --color1a: #48387a;
  --color1b: black;
  --color2: #002769;
  --color3: #dc76b0;
  --color3a: #d24d99;
  --color4: #eeecf5; }

[class*="eoi-fgx"],
[class*="fgx-form"] {
  --color1: #30aad7;
  --color1a: #228bb2;
  --color1b: #010507;
  --color2: #002769;
  --color3: #002a68;
  --color3a: #001535;
  --color4: #d4effc; }

.eoi {
  background-color: #fff; }
  .eoi[class*="form"] header {
    min-height: 400px; }
    .eoi[class*="form"] header .content .body {
      width: 100%;
      padding: 0; }
  .eoi[class*="form"] main section {
    padding: 4rem; }
  .eoi[class*="form"] main .content {
    width: 83.3333333333%; }
  .eoi .wrapper {
    width: 95%;
    max-width: 1380px;
    margin: 0 auto; }
    .eoi .wrapper:after {
      content: " ";
      display: block;
      height: 0;
      clear: both;
      overflow: hidden;
      visibility: hidden; }
  .eoi .oembed-container {
    width: 125% !important;
    padding-bottom: 70.3125% !important;
    border-radius: 8px;
    overflow: hidden;
    margin-top: 2rem; }
  .eoi headings {
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .eoi .button, .eoi #wpas-load-btn {
    background-color: var(--color3);
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 0.8rem;
    line-height: 1;
    height: auto;
    border: 2px solid var(--color3); }
    .eoi .button .button-label, .eoi #wpas-load-btn .button-label {
      letter-spacing: 0.0625em;
      line-height: 1;
      padding: 0.25em 0 0.125em;
      padding-right: 0;
      padding-right: 1rem; }
    .eoi .button svg, .eoi #wpas-load-btn svg {
      position: absolute;
      top: 50%;
      right: 0;
      width: 0.8em;
      height: 0.8em;
      -moz-transform: translate(0%, -55%);
      -o-transform: translate(0%, -55%);
      -ms-transform: translate(0%, -55%);
      -webkit-transform: translate(0%, -55%);
      transform: translate(0%, -55%); }
    .eoi .button svg > *, .eoi #wpas-load-btn svg > * {
      fill: #fff; }
    .eoi .button:hover, .eoi #wpas-load-btn:hover {
      background-color: var(--color3a) !important;
      border-color: var(--color3a) !important; }
    .eoi .button:focus, .eoi #wpas-load-btn:focus {
      background-color: var(--color3a) !important;
      border-color: var(--color3a) !important; }
    .eoi .button + *, .eoi #wpas-load-btn + * {
      margin-top: 2rem; }
  .eoi .nav-link {
    font-weight: 500; }
    .eoi .nav-link .icon {
      position: relative;
      display: block;
      width: 1em;
      height: 1em;
      float: left;
      margin-top: 0.0625em; }
      .eoi .nav-link .icon svg {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 75%;
        height: 75%;
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .eoi .nav-link .label {
      float: left;
      display: inline-block;
      margin-left: 0.5em; }
    .eoi .nav-link-back .icon {
      -moz-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
  .eoi header {
    position: relative;
    overflow: hidden;
    background-color: var(--color1);
    color: #fff; }
    .eoi header .fgg__logo {
      position: absolute;
      top: 2rem;
      right: 2.5%;
      width: 10em;
      height: auto; }
      .eoi header .fgg__logo svg > * {
        fill: #fff; }
    .eoi header .nav-link {
      position: absolute;
      top: 2rem;
      left: 2.5%; }
      .eoi header .nav-link .icon svg * {
        fill: #fff; }
    .eoi header .content {
      position: relative;
      padding: 2rem 0 0;
      z-index: 1000; }
      .eoi header .content .body {
        clear: both;
        margin-top: 8rem;
        width: 91.6666666667%;
        padding: 6rem;
        padding-top: 2rem;
        padding-left: 8.3333333333%; }
        .eoi header .content .body > div {
          max-width: 720px; }
        .eoi header .content .body h1 {
          font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
          font-size: 3em;
          max-width: 900px;
          color: #fff;
          margin-bottom: 4rem; }
        .eoi header .content .body p {
          font-size: 1.25em;
          line-height: 1.25; }
          .eoi header .content .body p + .button, .eoi header .content .body p + #wpas-load-btn {
            margin-top: 4rem; }
    .eoi header figure {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 0; }
      .eoi header figure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: bottom right; }
  .eoi main .content,
  .eoi main .sidebar {
    float: left; }
  .eoi main .content {
    margin-left: 8.3333333333%;
    width: 50%;
    font-size: 0.8em; }
    .eoi main .content em {
      font-style: normal;
      font-size: 1.25em;
      color: var(--color1); }
  .eoi main .sidebar {
    float: right;
    font-size: 0.66em;
    line-height: 1.5em;
    border-radius: 8px;
    border: 1px solid #999;
    padding: 20px;
    width: 50%;
    max-width: 360px; }
    .eoi main .sidebar .section .button, .eoi main .sidebar .section #wpas-load-btn {
      display: block;
      font-size: 1em;
      background-color: var(--color1);
      border-color: var(--color1); }
      .eoi main .sidebar .section .button ~ .button, .eoi main .sidebar .section #wpas-load-btn ~ .button, .eoi main .sidebar .section .button ~ #wpas-load-btn, .eoi main .sidebar .section #wpas-load-btn ~ #wpas-load-btn {
        margin-top: 1rem; }
    .eoi main .sidebar .section ~ .section {
      margin-top: 2rem; }
    .eoi main .sidebar .section:nth-child(2) .button:first-of-type, .eoi main .sidebar .section:nth-child(2) #wpas-load-btn:first-of-type {
      background-color: var(--color1);
      border-color: var(--color1);
      color: #fff; }
      .eoi main .sidebar .section:nth-child(2) .button:first-of-type svg *, .eoi main .sidebar .section:nth-child(2) #wpas-load-btn:first-of-type svg * {
        fill: #fff; }
    .eoi main .sidebar .section:nth-child(2) .button, .eoi main .sidebar .section:nth-child(2) #wpas-load-btn {
      background-color: transparent;
      border: 2px solid var(--color1);
      color: var(--color1); }
      .eoi main .sidebar .section:nth-child(2) .button svg *, .eoi main .sidebar .section:nth-child(2) #wpas-load-btn svg * {
        fill: var(--color1); }
      .eoi main .sidebar .section:nth-child(2) .button:hover, .eoi main .sidebar .section:nth-child(2) #wpas-load-btn:hover {
        background-color: var(--color1); }
    .eoi main .sidebar headings {
      color: var(--color2);
      margin-bottom: 1em; }
    .eoi main .sidebar .footer {
      margin-top: 2rem; }
      .eoi main .sidebar .footer p {
        max-width: 100%;
        margin-bottom: 0; }
      .eoi main .sidebar .footer a:not(.button):not(#wpas-load-btn) {
        color: var(--color3);
        text-decoration: underline; }
  .eoi section {
    padding: 6rem; }
  .eoi #about {
    background-color: var(--color4); }
  .eoi footer {
    padding: 2rem 0 6rem;
    color: #666;
    background-color: transparent; }
    .eoi footer .fgg__logo {
      position: absolute;
      top: 0;
      right: 0;
      width: 12.5%;
      height: auto;
      z-index: 1000; }
      .eoi footer .fgg__logo svg * {
        fill: var(--color1); }
    .eoi footer a {
      color: var(--color2); }
      .eoi footer a svg * {
        fill: var(--color2); }
    .eoi footer .top, .eoi footer .bottom {
      position: relative;
      z-index: 0; }
    .eoi footer .bottom {
      opacity: 0.5;
      clear: both;
      position: relative;
      padding-top: 2.5rem; }
      .eoi footer .bottom a {
        color: #666; }
      .eoi footer .bottom > span {
        display: block;
        position: absolute;
        bottom: 0;
        left: 50%; }
  .eoi [src*="spinner.svg"],
  .eoi .gform_ajax_spinner {
    display: block; }
  .eoi .gform_validation_errors {
    margin-bottom: 4rem; }
  .eoi .partial_entry_warning {
    display: none !important; }
  .eoi .gfield_description a,
  .eoi .form__cta,
  .eoi #view-faqs #faq__content .question .question__content a {
    font-weight: 500;
    color: var(--color1);
    text-decoration: underline; }
  .eoi .gfield_checkbox,
  .eoi .gfield_radio {
    display: flex;
    gap: 1rem; }
  .eoi #field_7_2 legend,
  .eoi #field_7_15 legend,
  .eoi #field_7_26 legend,
  .eoi #field_7_32 legend,
  .eoi #field_9_2 legend,
  .eoi #field_9_15 legend,
  .eoi #field_9_26 legend,
  .eoi #field_9_32 legend {
    width: 100%; }
  .eoi #field_7_2 .ginput_container,
  .eoi #field_7_15 .ginput_container,
  .eoi #field_7_26 .ginput_container,
  .eoi #field_7_32 .ginput_container,
  .eoi #field_9_2 .ginput_container,
  .eoi #field_9_15 .ginput_container,
  .eoi #field_9_26 .ginput_container,
  .eoi #field_9_32 .ginput_container {
    width: 100%; }
    .eoi #field_7_2 .ginput_container > span,
    .eoi #field_7_15 .ginput_container > span,
    .eoi #field_7_26 .ginput_container > span,
    .eoi #field_7_32 .ginput_container > span,
    .eoi #field_9_2 .ginput_container > span,
    .eoi #field_9_15 .ginput_container > span,
    .eoi #field_9_26 .ginput_container > span,
    .eoi #field_9_32 .ginput_container > span {
      float: left;
      width: 50%; }
      .eoi #field_7_2 .ginput_container > span label,
      .eoi #field_7_15 .ginput_container > span label,
      .eoi #field_7_26 .ginput_container > span label,
      .eoi #field_7_32 .ginput_container > span label,
      .eoi #field_9_2 .ginput_container > span label,
      .eoi #field_9_15 .ginput_container > span label,
      .eoi #field_9_26 .ginput_container > span label,
      .eoi #field_9_32 .ginput_container > span label {
        display: block;
        text-align: left; }
      .eoi #field_7_2 .ginput_container > span:nth-child(odd),
      .eoi #field_7_15 .ginput_container > span:nth-child(odd),
      .eoi #field_7_26 .ginput_container > span:nth-child(odd),
      .eoi #field_7_32 .ginput_container > span:nth-child(odd),
      .eoi #field_9_2 .ginput_container > span:nth-child(odd),
      .eoi #field_9_15 .ginput_container > span:nth-child(odd),
      .eoi #field_9_26 .ginput_container > span:nth-child(odd),
      .eoi #field_9_32 .ginput_container > span:nth-child(odd) {
        padding-right: 10px; }
      .eoi #field_7_2 .ginput_container > span:nth-child(even),
      .eoi #field_7_15 .ginput_container > span:nth-child(even),
      .eoi #field_7_26 .ginput_container > span:nth-child(even),
      .eoi #field_7_32 .ginput_container > span:nth-child(even),
      .eoi #field_9_2 .ginput_container > span:nth-child(even),
      .eoi #field_9_15 .ginput_container > span:nth-child(even),
      .eoi #field_9_26 .ginput_container > span:nth-child(even),
      .eoi #field_9_32 .ginput_container > span:nth-child(even) {
        padding-left: 10px; }
  .eoi #field_7_23 legend {
    width: 100%; }
  .eoi #field_7_23 .gfield_checkbox .gchoice {
    display: block;
    float: left;
    margin-right: 1rem; }
  .eoi #field_7_23 .gfield_checkbox #button_23_select_all {
    clear: both; }
  .eoi [class*="gform"] input,
  .eoi [class*="gform"] textarea {
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .eoi [class*="gform"] .gsection_title {
    font-size: 1.5em;
    font-weight: 500;
    color: var(--color1);
    margin-bottom: 0 !important; }
  .eoi [class*="gform"] .gf_page_steps {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #eee; }
    .eoi [class*="gform"] .gf_page_steps .gf_step {
      display: table-cell; }
      .eoi [class*="gform"] .gf_page_steps .gf_step .gf_step_number {
        display: block;
        font-size: 1.5em;
        color: #999;
        font-weight: 500; }
      .eoi [class*="gform"] .gf_page_steps .gf_step .gf_step_label {
        color: #999;
        font-weight: 500; }
      .eoi [class*="gform"] .gf_page_steps .gf_step_active .gf_step_number {
        color: var(--color1); }
      .eoi [class*="gform"] .gf_page_steps .gf_step_active .gf_step_label {
        color: #000; }
      .eoi [class*="gform"] .gf_page_steps .gf_step_completed .gf_step_number {
        color: var(--color1); }
      .eoi [class*="gform"] .gf_page_steps .gf_step_completed .gf_step_label {
        color: #000; }
  .eoi [class*="gform"] .button ~ .button, .eoi [class*="gform"] #wpas-load-btn ~ .button, .eoi [class*="gform"] .button ~ #wpas-load-btn, .eoi [class*="gform"] #wpas-load-btn ~ #wpas-load-btn {
    margin-left: 20px; }
  .eoi [class*="gform"] .gform_next_button,
  .eoi [class*="gform"] .gform_previous_button {
    float: left;
    width: auto;
    min-width: 200px;
    display: inline-block;
    padding: 1em;
    border-radius: 40px;
    margin-top: 0 !important; }
  .eoi [class*="gform"] .gform_save_link {
    float: left;
    display: inline-block;
    border-radius: 40px;
    padding: 1em;
    margin-top: 0;
    padding-right: 2rem;
    background-color: transparent;
    border: 2px solid var(--color1);
    color: var(--color1); }
    .eoi [class*="gform"] .gform_save_link svg {
      display: block;
      width: 1em;
      height: 1em;
      position: absolute;
      top: 50%;
      right: 1em;
      -moz-transform: translate(0%, -50%);
      -o-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
      -webkit-transform: translate(0%, -50%);
      transform: translate(0%, -50%); }
      .eoi [class*="gform"] .gform_save_link svg * {
        fill: var(--color1); }
    .eoi [class*="gform"] .gform_save_link:hover {
      background-color: var(--color1); }
      .eoi [class*="gform"] .gform_save_link:hover svg * {
        fill: #fff; }
  .eoi [class*="gform"] .gform_button {
    float: right;
    display: inline-block;
    border-radius: 40px;
    padding: 1em;
    min-width: 200px;
    margin-top: 0;
    background-color: var(--color1);
    border: 2px solid var(--color1); }
    .eoi [class*="gform"] .gform_button:hover {
      background-color: var(--color1a); }
  .eoi [class*="gform"] .gform_page_footer {
    padding-top: 2rem;
    margin-top: 2rem;
    border-top: 1px solid #eee; }
  .eoi #view-faqs {
    overflow: hidden; }
    .eoi #view-faqs .overlay-close {
      position: absolute;
      top: 0;
      right: 0;
      -moz-transform: translate(0%, -200%);
      -o-transform: translate(0%, -200%);
      -ms-transform: translate(0%, -200%);
      -webkit-transform: translate(0%, -200%);
      transform: translate(0%, -200%); }
      .eoi #view-faqs .overlay-close svg * {
        fill: #fff; }
    .eoi #view-faqs #faq__content {
      margin-top: 6rem;
      border-radius: 8px;
      padding: 2rem;
      background-color: #fff;
      height: calc( 100vh - 12rem);
      overflow: scroll; }
      .eoi #view-faqs #faq__content h2 {
        font-size: 1.75em;
        font-weight: 500;
        margin-bottom: 4rem; }
      .eoi #view-faqs #faq__content h3 {
        font-size: 1.75em;
        font-weight: 500 !important;
        color: var(--color3); }
      .eoi #view-faqs #faq__content .question {
        padding: 1rem 0;
        border-bottom: 1px solid #ddd; }
        .eoi #view-faqs #faq__content .question .question__title {
          position: relative;
          cursor: pointer;
          font-weight: 500;
          color: var(--color2); }
          .eoi #view-faqs #faq__content .question .question__title .icon {
            position: absolute;
            right: 0;
            top: 50%;
            display: block;
            width: 1em;
            height: 1em;
            -moz-transform: translate(-50%, 0%);
            -o-transform: translate(-50%, 0%);
            -ms-transform: translate(-50%, 0%);
            -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%); }
            .eoi #view-faqs #faq__content .question .question__title .icon > span {
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              -moz-transform: rotate(90deg);
              -o-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
              -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
              .eoi #view-faqs #faq__content .question .question__title .icon > span svg * {
                fill: var(--color2); }
        .eoi #view-faqs #faq__content .question .question__content {
          max-width: 800px;
          height: 0;
          overflow: hidden; }
          .eoi #view-faqs #faq__content .question .question__content > div {
            padding: 1rem 0 0; }
          .eoi #view-faqs #faq__content .question .question__content p, .eoi #view-faqs #faq__content .question .question__content ul, .eoi #view-faqs #faq__content .question .question__content ol {
            width: 90%;
            max-width: 100%; }
          .eoi #view-faqs #faq__content .question .question__content ul li {
            position: relative;
            padding-left: 1rem; }
            .eoi #view-faqs #faq__content .question .question__content ul li:before {
              display: block;
              content: "•";
              position: absolute;
              top: 0.5em;
              left: 0;
              -moz-transform: translate(0%, -50%);
              -o-transform: translate(0%, -50%);
              -ms-transform: translate(0%, -50%);
              -webkit-transform: translate(0%, -50%);
              transform: translate(0%, -50%); }
            .eoi #view-faqs #faq__content .question .question__content ul li ~ li {
              margin-top: 0.25em; }
        .eoi #view-faqs #faq__content .question[data-state="open"] .question__title .icon > span {
          -moz-transform: rotate(-90deg);
          -o-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
          -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg); }
        .eoi #view-faqs #faq__content .question[data-state="open"] .question__content {
          height: auto; }
      .eoi #view-faqs #faq__content .question__section ~ .question__section {
        margin-top: 3rem; }

@media only screen and (min-width: 1440px) {
  .eoi header .content .body > div {
    max-width: 100%; } }

@media only screen and (max-width: 1200px) {
  .eoi header .content {
    padding-top: 5rem;
    padding-bottom: 3rem; }
    .eoi header .content .body {
      margin-top: 0;
      width: 60%;
      padding: 3rem 1rem 0; }
      .eoi header .content .body h1 {
        font-size: 2em;
        margin-bottom: 2rem; }
      .eoi header .content .body p {
        font-size: 1.125em; }
        .eoi header .content .body p + .button, .eoi header .content .body p + #wpas-load-btn {
          margin-top: 2rem; }
      .eoi header .content .body .button ~ .button, .eoi header .content .body #wpas-load-btn ~ .button, .eoi header .content .body .button ~ #wpas-load-btn, .eoi header .content .body #wpas-load-btn ~ #wpas-load-btn {
        margin-top: 0.5em; }
  .eoi #eoi-body {
    padding: 3rem 0; }
  .eoi #about {
    padding: 3rem 0; } }

@media only screen and (max-width: 960px) {
  .eoi main .content {
    margin-left: 1rem;
    width: 50%; } }

@media only screen and (max-width: 720px) {
  .eoi header .fgg__logo {
    width: 7em; }
  .eoi header .content {
    width: 100%; }
    .eoi header .content .body {
      padding-top: 4rem;
      width: 100%; }
  .eoi header figure {
    background-color: var(--color1b); }
    .eoi header figure img {
      opacity: 0.5; }
  .eoi main .content {
    margin-left: 0;
    padding: 0 1rem;
    width: 100%; }
  .eoi main .sidebar {
    clear: both;
    float: none;
    margin-top: 3rem;
    width: 100%;
    max-width: 100%; }
  .eoi .oembed-container {
    width: 100% !important;
    padding-bottom: 56.25% !important; }
  .eoi footer {
    padding-bottom: 3rem; }
    .eoi footer .fgg__logo {
      width: 150px; }
    .eoi footer .bottom {
      padding-top: 6rem; }
    .eoi footer .bottom > span {
      left: auto;
      right: 0; } }

:root {
  --brand1: #fc5a4d; }

.layout--fund-afeature {
  padding: 0 !important; }
  .layout--fund-afeature .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 2rem 0; }
    .layout--fund-afeature .content .wrapper {
      display: flex;
      flex-direction: column;
      gap: 30px; }
    .layout--fund-afeature .content * {
      color: #fff; }
    .layout--fund-afeature .content h1 {
      font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 2.3636363636rem;
      line-height: 1;
      font-weight: 600;
      margin-top: 1em; }
    .layout--fund-afeature .content p {
      width: 66%;
      max-width: 640px;
      font-family: "begum", "Georgia", serif;
      font-size: 1.4545454545rem;
      line-height: 1.5;
      font-weight: 500; }
    .layout--fund-afeature .content img[src*=".svg"] {
      max-width: 15rem; }
  .layout--fund-afeature figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right center; }

[class*="single-fund-fgw"] {
  color: #323232;
  background-color: #faede7; }
  [class*="single-fund-fgw"] footer {
    margin-top: 0; }
  [class*="single-fund-fgw"] h3 {
    color: var(--brand1, #000); }
  [class*="single-fund-fgw"] .layout--fund-afeature .content p {
    width: 66%;
    max-width: 640px;
    font-family: "begum", "Georgia", serif;
    font-size: 1.4545454545rem;
    line-height: 1.5;
    font-weight: 500; }
  [class*="single-fund-fgw"] #future-generation-women-latest {
    padding-top: 0; }
  [class*="single-fund-fgw"] section#future-generation-women-documents {
    padding-top: 0; }
  [class*="single-fund-fgw"] .fgw--section {
    padding: 4rem 0; }
    [class*="single-fund-fgw"] .fgw--section .button, [class*="single-fund-fgw"] .fgw--section #wpas-load-btn {
      height: auto;
      font-size: 0.9rem;
      background-color: var(--brand1, #000);
      color: #fff; }
      [class*="single-fund-fgw"] .fgw--section .button [data-name*="icon"] *, [class*="single-fund-fgw"] .fgw--section #wpas-load-btn [data-name*="icon"] * {
        fill: #fff !important; }
      [class*="single-fund-fgw"] .fgw--section .button:hover, [class*="single-fund-fgw"] .fgw--section #wpas-load-btn:hover {
        background-color: #fff; }
        [class*="single-fund-fgw"] .fgw--section .button:hover .button-label, [class*="single-fund-fgw"] .fgw--section #wpas-load-btn:hover .button-label {
          color: var(--brand1, #000); }
        [class*="single-fund-fgw"] .fgw--section .button:hover [data-name*="icon"] *, [class*="single-fund-fgw"] .fgw--section #wpas-load-btn:hover [data-name*="icon"] * {
          fill: var(--brand1, #000) !important; }
    [class*="single-fund-fgw"] .fgw--section ul li {
      position: relative;
      padding-left: 1em; }
      [class*="single-fund-fgw"] .fgw--section ul li:before {
        content: "•";
        color: var(--brand1);
        position: absolute;
        top: 0;
        left: 0; }
      [class*="single-fund-fgw"] .fgw--section ul li ~ li {
        margin-top: 0.75em; }
  [class*="single-fund-fgw"] .boxes {
    display: flex;
    gap: 30px;
    padding-top: 2rem; }
    [class*="single-fund-fgw"] .boxes .box {
      padding: 30px;
      display: flex;
      flex-direction: column;
      flex-basis: 0;
      flex-grow: 1;
      gap: 30px;
      background-color: #fac9c2;
      color: #052A61; }
      [class*="single-fund-fgw"] .boxes .box:nth-child(2) {
        color: #052A61;
        background-color: #fff; }
      [class*="single-fund-fgw"] .boxes .box:nth-child(3) {
        color: #fff;
        background-color: #052A61; }
      [class*="single-fund-fgw"] .boxes .box--header {
        display: flex;
        align-items: center; }
        [class*="single-fund-fgw"] .boxes .box--header .title {
          font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
          font-weight: 500; }
        [class*="single-fund-fgw"] .boxes .box--header .icon {
          display: flex;
          align-items: center;
          justify-content: center;
          margin-right: 0;
          margin-left: auto;
          width: 3.2727272727rem;
          height: 3.2727272727rem;
          color: #fff; }
          [class*="single-fund-fgw"] .boxes .box--header .icon img {
            display: block;
            width: auto;
            height: 100%; }
      [class*="single-fund-fgw"] .boxes .box--cta {
        margin-top: auto;
        margin-bottom: 0; }
  [class*="single-fund-fgw"] .quick-navigation {
    margin-bottom: 4rem; }
  [class*="single-fund-fgw"] .chosen-drop {
    background-color: #f5f5f5; }
  [class*="single-fund-fgw"] #fund-facts .wrapper {
    display: flex;
    gap: 30px; }
    [class*="single-fund-fgw"] #fund-facts .wrapper h2 {
      width: 33%;
      flex-shrink: 0; }
    [class*="single-fund-fgw"] #fund-facts .wrapper .facts {
      width: 66%;
      flex-shrink: 0; }
    [class*="single-fund-fgw"] #fund-facts .wrapper .footnotes {
      margin-top: 2rem;
      display: flex;
      flex-direction: column;
      gap: 0.75em;
      font-size: 0.8em;
      line-height: 1.25; }
  [class*="single-fund-fgw"] .facts {
    border-top: 1px solid var(--brand1);
    color: #052A61; }
    [class*="single-fund-fgw"] .facts .facts--row {
      border-bottom: 1px solid var(--brand1);
      padding: 2rem 0;
      display: flex;
      gap: 30px; }
      [class*="single-fund-fgw"] .facts .facts--row .facts--value {
        flex-basis: 0;
        flex-grow: 1;
        display: flex;
        flex-direction: column; }
        [class*="single-fund-fgw"] .facts .facts--row .facts--value.multi .data .data--item {
          flex-basis: 0;
          flex-grow: 1; }
        [class*="single-fund-fgw"] .facts .facts--row .facts--value .data {
          display: flex;
          gap: 30px; }
        [class*="single-fund-fgw"] .facts .facts--row .facts--value .data--item {
          display: flex;
          flex-direction: column;
          flex-grow: 1;
          flex-basis: 0; }
        [class*="single-fund-fgw"] .facts .facts--row .facts--value .label {
          text-transform: uppercase;
          font-size: 0.6363636364rem;
          letter-spacing: 0.0625em;
          font-weight: 600;
          color: var(--brand1); }
        [class*="single-fund-fgw"] .facts .facts--row .facts--value .value {
          order: 1;
          font-weight: 600;
          line-height: 1.25; }
          [class*="single-fund-fgw"] .facts .facts--row .facts--value .value.large {
            font-size: 1.4545454545rem; }
        [class*="single-fund-fgw"] .facts .facts--row .facts--value .sublabel {
          order: 0;
          letter-spacing: 0.03125em;
          font-size: 0.7272727273rem;
          font-weight: 500; }
  [class*="single-fund-fgw"] #social-investment {
    background-color: #fff; }
    [class*="single-fund-fgw"] #social-investment h3, [class*="single-fund-fgw"] #social-investment h4, [class*="single-fund-fgw"] #social-investment h5, [class*="single-fund-fgw"] #social-investment h6 {
      color: var(--brand1); }
    [class*="single-fund-fgw"] #social-investment .wrapper {
      display: flex;
      flex-direction: column;
      gap: 30px; }
    [class*="single-fund-fgw"] #social-investment .content {
      border-top: 1px solid var(--brand1); }
      [class*="single-fund-fgw"] #social-investment .content .row {
        border-bottom: 1px solid var(--brand1);
        padding: 1rem 0;
        display: flex;
        gap: 30px; }
        [class*="single-fund-fgw"] #social-investment .content .row .column {
          flex-basis: 0;
          flex-grow: 1; }
    [class*="single-fund-fgw"] #social-investment .inline--columns {
      columns: 2;
      column-gap: 30px; }
  [class*="single-fund-fgw"] #people {
    background-color: #fff; }
    [class*="single-fund-fgw"] #people .group ~ .group {
      margin-top: 4rem; }
    [class*="single-fund-fgw"] #people .group h2 {
      margin-bottom: 2rem; }
    [class*="single-fund-fgw"] #people .group .row h3 {
      margin-bottom: 1rem; }
    [class*="single-fund-fgw"] #people .group .row ~ .row {
      margin-top: 2rem; }
    [class*="single-fund-fgw"] #people .group .row--content {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      gap: 30px;
      flex-wrap: wrap; }
      [class*="single-fund-fgw"] #people .group .row--content:after {
        display: none; }
      [class*="single-fund-fgw"] #people .group .row--content .person {
        display: flex;
        flex-direction: column;
        grid-column: span 2;
        font-size: 0.7727272727rem; }
        [class*="single-fund-fgw"] #people .group .row--content .person figure {
          width: 100%;
          aspect-ratio: 1/1;
          border-radius: 100%;
          background-color: #F0ECE3;
          display: flex;
          align-items: center;
          justify-content: center;
          font-weight: 600;
          margin-bottom: 1rem;
          overflow: hidden; }
          [class*="single-fund-fgw"] #people .group .row--content .person figure img {
            width: 100%;
            height: 100%;
            object-fit: cover; }
        [class*="single-fund-fgw"] #people .group .row--content .person span {
          display: block; }
        [class*="single-fund-fgw"] #people .group .row--content .person .name {
          color: #052A61;
          font-weight: 600;
          margin-bottom: 0.5rem; }
        [class*="single-fund-fgw"] #people .group .row--content .person .title {
          line-height: 1.25; }
  [class*="single-fund-fgw"] #footnotes {
    background-color: #fff;
    border-top: 1px solid #DDD; }
    [class*="single-fund-fgw"] #footnotes .footnotes {
      display: flex;
      flex-direction: column;
      gap: 0.75em;
      font-size: 0.8em;
      line-height: 1.25; }

@media screen and (max-width: 960px) {
  .layout--fund-header {
    padding-top: 6rem !important; }
  .column {
    width: 100% !important;
    float: none; }
  .layout--fund-afeature {
    min-height: 30vh;
    display: flex;
    align-items: center; }
    .layout--fund-afeature .content {
      position: relative;
      z-index: 1000; }
    .layout--fund-afeature figure {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 0; }
  [class*="single-fund-fgw"] #how-to-invest .boxes {
    flex-direction: column; }
  [class*="single-fund-fgw"] #fund-facts .wrapper {
    flex-direction: column; }
    [class*="single-fund-fgw"] #fund-facts .wrapper h2,
    [class*="single-fund-fgw"] #fund-facts .wrapper .facts {
      width: 100%; }
  [class*="single-fund-fgw"] #social-investment .content .row {
    flex-direction: column; }
  [class*="single-fund-fgw"] #social-investment .content .inline--columns {
    columns: unset; }
  [class*="single-fund-fgw"] #people .row .row--content:after {
    display: none; }
  [class*="single-fund-fgw"] #people .row .row--content .person {
    grid-column: span 3; } }

@media screen and (max-width: 640px) {
  [class*="single-fund-fgw"] #people .row .row--content .person {
    grid-column: span 6; } }

.fund--snapshot-table {
  width: 100%;
  display: grid;
  gap: 0;
  grid-template-columns: repeat(2, 1fr); }
  .fund--snapshot-table p {
    max-width: none;
    padding-top: 0.5em;
    border-top: 1px solid; }
  .fund--snapshot-table > div {
    grid-column: 1/-1; }
    .fund--snapshot-table > div h4 {
      grid-column: 1/-1; }
      .fund--snapshot-table > div h4.date_full {
        padding-bottom: 0.5rem;
        margin-bottom: 0;
        border-bottom: 1px solid; }
  .fund--snapshot-table dl {
    border-bottom: 1px solid;
    padding: 1rem 0 0.5rem 0; }
    .fund--snapshot-table dl dt, .fund--snapshot-table dl dd {
      padding-right: 1rem; }
    .fund--snapshot-table dl dt {
      font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 600;
      font-size: 12px;
      letter-spacing: 0.05rem;
      text-transform: uppercase;
      color: #002a68; }
    .fund--snapshot-table dl .dd,
    .fund--snapshot-table dl dd {
      font-weight: bold; }
  .fund--snapshot-table .fund-headers {
    height: 10.75rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr); }
    .fund--snapshot-table .fund-headers h4 {
      height: 2em; }
    .fund--snapshot-table .fund-headers dl {
      border: none; }
  .fund--snapshot-table .priority_field_wrapper {
    grid-column: 1/-1;
    padding-bottom: 2.2rem; }
    .fund--snapshot-table .priority_field_wrapper > * {
      grid-column: 1/-1; }

.snapshot-footnote sup {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.snapshot-footnote div {
  width: 100%; }

.snapshot-footnote p {
  margin: 0;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.25; }
  .snapshot-footnote p ~ p {
    margin-top: 1em; }

body {
  margin: 0; }

.layout {
  padding: 2rem 0 0; }

.display--table {
  display: table; }
  .display--table > * {
    display: table-row; }
    .display--table > * > * {
      display: table-cell;
      padding-right: 0.5em; }
      .display--table > * > *:last-child {
        padding-right: 0; }

.section-header {
  padding-top: 1em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #48387a;
  color: #002a68; }

.section-intro {
  padding: 3rem 0 0; }

.section-content {
  padding: 3rem 0 0; }

.section-content-block {
  padding: 3rem 0 0; }
  .section-content-block > .wrapper {
    max-width: 1680px;
    padding: 4rem;
    background-color: #fff; }

.quick-navigation {
  padding-right: 4rem; }
  .quick-navigation h4 {
    margin: 0.9rem auto 0.5rem; }
    .quick-navigation h4:first-child {
      margin-top: 0; }

.quick-navigation-list {
  margin-bottom: 0; }
  .quick-navigation-list .quick-navigation-item {
    position: relative;
    padding: 1rem 0 1rem 1rem;
    border-color: rgba(0, 42, 104, 0.5);
    border-bottom: 1px solid; }
    .quick-navigation-list .quick-navigation-item:first-child {
      border-top: 1px solid; }
    .quick-navigation-list .quick-navigation-item [data-name*="chevron"] {
      left: 0;
      width: 0.6rem;
      height: 0.6rem;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .quick-navigation-list .quick-navigation-item [data-name*="icon-download"] {
      width: 0.8rem;
      margin-left: 0.5em;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

.layout--page-header {
  background-color: #f1eae2;
  padding: 3rem 0;
  min-height: 640px;
  overflow: hidden;
  background-size: 100% auto;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  .layout--page-header > .wrapper {
    z-index: 1000;
    height: 100%; }
  .layout--page-header h2 {
    margin-bottom: 0; }
  .layout--page-header .quick-navigation,
  .layout--page-header .header-content {
    padding-top: 6rem; }
  .layout--page-header .header-image {
    width: 100%;
    max-width: 999999999px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 0; }
  .layout--page-header > .image__scaled {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0; }
  .layout--page-header a.video-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000; }
    .layout--page-header a.video-link svg {
      width: 8em;
      height: 8em;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      .layout--page-header a.video-link svg * {
        fill: #fff; }

.layout--a-feature {
  height: 100%;
  max-height: 520px;
  background-color: #30aad7;
  overflow: hidden;
  padding: 0 0; }
  .layout--a-feature .slick-list,
  .layout--a-feature .slick-track,
  .layout--a-feature .slick-slide {
    height: 100%; }
  .layout--a-feature .slide .slide-image {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .layout--a-feature .slide-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 7%;
    z-index: 2000; }
    .layout--a-feature .slide-content .slide-copy {
      display: block;
      max-width: 66.6666666667%;
      font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 600; }
    .layout--a-feature .slide-content .slide-cta {
      font-family: "begum", "Georgia", serif;
      text-transform: none;
      font-weight: 600; }
      .layout--a-feature .slide-content .slide-cta .button--submit {
        float: left;
        top: 3px;
        margin-right: 0.5em; }
  .layout--a-feature .slide-image-wrapper {
    z-index: 0; }
  .layout--a-feature .slide-navigation {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1000; }

.layout--overview .section-content-block {
  padding-top: 2rem; }
  .layout--overview .section-content-block .wrapper {
    width: 90%;
    padding: 2rem 2rem 1rem; }

.layout--overview .team-member-name,
.layout--overview .team-member-role,
.layout--overview .team-member-quote {
  max-width: 75%; }

.layout--overview .team-member-name {
  margin-bottom: 0.25em; }

.layout--overview .team-member-quote {
  padding-top: 0;
  padding-bottom: 0;
  max-width: 75%; }

.layout--overview .team-member-image {
  margin: 1rem 0;
  max-width: 75%; }

.layout--team {
  padding-bottom: 4rem; }
  .layout--team .row {
    margin-bottom: 2rem; }
  .layout--team .team-member {
    padding-right: 2rem; }
  .layout--team .team-member-photo {
    margin-bottom: 1rem; }
  .layout--team .team-member-name,
  .layout--team .team-member-role,
  .layout--team .team-member-education,
  .layout--team .team-member-contact-details {
    display: block; }
  .layout--team .team-member-name,
  .layout--team .team-member-role,
  .layout--team .team-member-education {
    margin-bottom: 0.5em; }
  .layout--team .team-member-contact-details {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #48387a; }

div#home-fund-mobile-slideshow {
  width: 96%; }

.layout--home-fund-snapshot {
  background-color: #002a68;
  color: #5c489d;
  padding: 1.25rem 0; }
  .layout--home-fund-snapshot h4 {
    color: #30aad7;
    text-transform: uppercase;
    font-size: 12px !important;
    font-weight: 600;
    letter-spacing: 0.05rem; }
  .layout--home-fund-snapshot .yourir-price {
    color: #fff; }
  .layout--home-fund-snapshot * {
    border-color: #30aad7; }
  .layout--home-fund-snapshot ul {
    margin-bottom: 0; }
    .layout--home-fund-snapshot ul li.link a {
      color: #fff; }
      .layout--home-fund-snapshot ul li.link a [data-name*="chevron"] {
        width: 0.5rem;
        height: 0.5rem; }
        .layout--home-fund-snapshot ul li.link a [data-name*="chevron"] * {
          fill: #fff; }
      .layout--home-fund-snapshot ul li.link a [data-name="icon-download"] {
        margin-top: 0.25rem; }
      .layout--home-fund-snapshot ul li.link a:hover {
        color: #fff; }
        .layout--home-fund-snapshot ul li.link a:hover [data-name*="chevron"] * {
          fill: #fff; }
    .layout--home-fund-snapshot ul li.button-link {
      padding-bottom: 0.75rem; }
      .layout--home-fund-snapshot ul li.button-link:last-child {
        padding: 0; }

.layout--funds-overview .section-intro,
.layout--funds-overview .section-content {
  padding: 2rem 0; }

.layout--funds-overview .fund .wrapper > .column--quarter {
  width: 25%;
  padding-right: 1rem; }
  .layout--funds-overview .fund .wrapper > .column--quarter img {
    width: 80%; }

.layout--funds-overview .fund .fund--primary-cta {
  position: absolute;
  left: 0;
  bottom: 0; }

.layout--funds-overview .fund:last-child {
  border-bottom: none !important; }

.fund-logo svg {
  width: auto;
  height: auto;
  max-width: 66%; }

.layout--fund-header .fund-logo img,
.layout--fund-header .fund-logo svg {
  width: 90%;
  height: 45%;
  max-width: 250px;
  margin: 0 0 2rem;
  display: block; }

.layout--fund-header .quick-navigation {
  padding-top: 2rem; }

section[id*="global"] a {
  color: #5c489d !important; }

.layout--fund-logo-section .logo {
  padding-right: 2rem;
  margin-bottom: 2rem; }
  .layout--fund-logo-section .logo .title {
    display: block;
    margin-top: 0.5em;
    font-size: 0.8em;
    font-weight: 500; }
  .layout--fund-logo-section .logo.has-description {
    padding: 0;
    max-width: 1000px;
    display: flex;
    gap: 40px; }
    .layout--fund-logo-section .logo.has-description a {
      font-weight: 500;
      color: #002a68; }
    .layout--fund-logo-section .logo.has-description .title {
      margin-top: 0;
      margin-bottom: 0.5em;
      font-size: inherit; }
    .layout--fund-logo-section .logo.has-description .description p {
      max-width: 100%; }
    .layout--fund-logo-section .logo.has-description figure {
      width: 20vw;
      aspect-ratio: 16/9; }
      .layout--fund-logo-section .logo.has-description figure img {
        width: 100%;
        height: 100%;
        object-fit: cover; }

.fund-overview {
  padding: 0 1rem; }
  .fund-overview div:first-child dl {
    border: none; }
  .fund-overview dl {
    width: 50%;
    float: left;
    padding-top: 1rem;
    padding-right: 1rem; }
    .fund-overview dl dt {
      vertical-align: bottom;
      text-transform: uppercase;
      font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 12px;
      font-weight: 600;
      letter-spacing: 0.05rem;
      color: #002a68; }
    .fund-overview dl dd {
      padding-bottom: 0.5rem;
      color: #30aad7;
      font-weight: 600; }

#fund-future-generation-global-investment-company dl dd {
  color: #5c489d; }

#fund-future-generation-global-investment-company .fund--snapshot-table div dl {
  border-top: 1px solid #002a68; }

.news-post .news-post-content {
  padding-right: 1rem; }

.news-post .button, .news-post #wpas-load-btn {
  background: #002a68;
  color: #fff; }
  .news-post .button svg *, .news-post #wpas-load-btn svg * {
    fill: #fff; }
  .news-post .button:hover, .news-post #wpas-load-btn:hover {
    background: #30aad7; }

.news-post h3 {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 1.25rem; }

.layout--news-slideshow #posts-slide-nav {
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 4rem;
  padding-right: 4rem;
  text-align: right; }
  .layout--news-slideshow #posts-slide-nav span {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem; }
    .layout--news-slideshow #posts-slide-nav span [data-name*="chevron"] {
      height: 0.8rem;
      width: auto; }
  .layout--news-slideshow #posts-slide-nav span:hover [data-name*="chevron"] * {
    fill: #002a68; }

.layout--news-slideshow .posts-slideshow {
  margin-top: 3rem;
  border-left: 1px solid #48387a; }
  .layout--news-slideshow .posts-slideshow .news-post:last-child {
    border: none; }
  .layout--news-slideshow .posts-slideshow .news-post-content,
  .layout--news-slideshow .posts-slideshow .news-post-leadin {
    padding-right: 1rem; }

.layout--news-slideshow .slick-prev {
  display: none !important; }

.layout--news-slideshow .slick-next {
  position: absolute;
  width: 10%; }
  .layout--news-slideshow .slick-next.slick-disabled {
    pointer-events: none; }

#news-page-header {
  min-height: 0;
  padding: 2rem 0;
  background: #002a68; }
  #news-page-header p, #news-page-header span, #news-page-header ul, #news-page-header ol, #news-page-header .news-post-leadin {
    color: #fff !important;
    font-size: 20px;
    line-height: 24px; }
  #news-page-header a.button span, #news-page-header a#wpas-load-btn span {
    color: #002a68 !important;
    font-size: 16px;
    line-height: 24px; }
  #news-page-header h2, #news-page-header h3, #news-page-header h4 {
    color: #30aad7 !important;
    font-family: "begum", "Georgia", serif;
    margin-bottom: 1rem; }
  #news-page-header.layout--page-header-news-index #latest-post #latest-post-content h4 {
    margin-bottom: 1rem; }
  #news-page-header.layout--page-header-news-index #latest-post #latest-post-content strong {
    color: #fff; }
    #news-page-header.layout--page-header-news-index #latest-post #latest-post-content strong a {
      color: #fff; }
    #news-page-header.layout--page-header-news-index #latest-post #latest-post-content strong a:hover {
      color: #fff; }
  #news-page-header.layout--page-header-news-index #latest-post #latest-post-content .news-post-leadin {
    color: #fff !important;
    font-size: 20px;
    line-height: 24px; }

#news-insights {
  padding-top: 0; }

.layout--page-header-news-index h2 {
  margin-bottom: 2rem; }

.layout--page-header-news-index #news-insights-sign-up {
  padding-top: 0; }
  .layout--page-header-news-index #news-insights-sign-up .content {
    max-width: 66.6666666667%;
    margin-bottom: 3rem; }
  .layout--page-header-news-index #news-insights-sign-up .button, .layout--page-header-news-index #news-insights-sign-up #wpas-load-btn {
    position: absolute;
    bottom: 0;
    left: 0; }

.layout--page-header-news-index #latest-post #latest-post-content {
  padding: 1rem;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
  margin-bottom: 3rem; }
  .layout--page-header-news-index #latest-post #latest-post-content h4 {
    color: #fff;
    margin-bottom: 1em; }
  .layout--page-header-news-index #latest-post #latest-post-content .news-post-leadin {
    color: #000 !important; }

.layout--page-header-news-index #latest-post #latest-post-image {
  text-align: right; }
  .layout--page-header-news-index #latest-post #latest-post-image img {
    max-width: 90%; }

.layout--page-header-news-index #latest-post .news-post-buttons {
  position: absolute;
  bottom: 0;
  left: 0; }
  .layout--page-header-news-index #latest-post .news-post-buttons .button, .layout--page-header-news-index #latest-post .news-post-buttons #wpas-load-btn {
    float: left; }

.layout--page-header-news-index #latest-post:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden; }

.layout--news-index > .section-content-block > .wrapper {
  padding: 0rem 4rem 2rem; }

.layout--news-index .news-filters .row.border--bottom, .layout--news-index .news-filters .single-news .post-related .row.related-post, .single-news .post-related .layout--news-index .news-filters .row.related-post, .layout--news-index .news-filters .layout--single-post .post-related .row.related-post, .layout--single-post .post-related .layout--news-index .news-filters .row.related-post {
  padding-bottom: 0; }

.layout--document-archive > .section-content-block > .wrapper {
  padding-bottom: 1rem; }

.layout--document-archive #document-filters #mobile-resource-type-filter {
  display: none; }

.layout--document-archive #resource-type-filter .quick-navigation-item {
  border-color: rgba(0, 42, 104, 0.25) !important; }

.layout--document-archive #document-date-filter {
  position: absolute;
  top: -2rem;
  left: 100%;
  width: 100%; }

.layout--document-archive #document-filters,
.layout--document-archive #documents-list {
  padding-top: 2rem; }

.layout--document-archive #document-filters {
  z-index: 1000; }

.layout--document-archive #documents-list #document-results {
  border-top: 1px solid rgba(0, 42, 104, 0.25);
  padding: 2rem 0; }

.layout--document-archive #documents-list .document {
  padding: 0.5rem 0; }
  .layout--document-archive #documents-list .document-icon,
  .layout--document-archive #documents-list .document .label {
    float: left; }
  .layout--document-archive #documents-list .document-icon {
    margin-right: 1rem; }
  .layout--document-archive #documents-list .document [data-name="icon-pdf"] {
    height: 1.2rem; }
  .layout--document-archive #documents-list .document .label {
    padding-top: 0.25em; }
  .layout--document-archive #documents-list .document:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden; }

.layout--board-of-directors {
  padding-bottom: 0; }
  .layout--board-of-directors .director {
    margin-bottom: 3rem; }
    .layout--board-of-directors .director:nth-child(4n+1) {
      clear: left; }
    .layout--board-of-directors .director:after {
      content: " ";
      display: block;
      height: 0;
      clear: both;
      overflow: hidden;
      visibility: hidden; }
  .layout--board-of-directors .director-photo {
    float: left;
    width: 25%; }
    .layout--board-of-directors .director-photo img {
      border-radius: 100%; }

.layout--news-index .news-post-leadin,
.layout--news-index .news-post-content {
  padding-right: 1rem; }

.layout--single-post .section-content-block {
  padding-top: 0; }

.layout--single-post .post-details {
  position: relative;
  padding-bottom: 4rem; }

.layout--single-post .post-category {
  display: inline-block;
  margin-bottom: 4rem; }

.layout--single-post .post-content,
.layout--single-post .post-related {
  margin-top: 4rem; }

.layout--single-post .post-content {
  padding-left: 0; }

.layout--single-post .post-related {
  border-left: 1px solid #48387a;
  border-left: 1px solid #48387a;
  margin-left: -1px;
  padding-left: 1rem; }
  .layout--single-post .post-related h3 {
    padding: 1.25em 0 1em;
    margin-bottom: 1em;
    border-top: 1px solid #48387a;
    border-bottom: 1px solid #48387a; }
  .layout--single-post .post-related .related-post {
    padding-bottom: 1rem;
    margin-bottom: 1rem; }
    .layout--single-post .post-related .related-post img {
      margin-bottom: 1em; }
    .layout--single-post .post-related .related-post h4 {
      margin-bottom: 1em; }
    .layout--single-post .post-related .related-post:last-child {
      border: none; }

.layout--single-post .post-buttons {
  padding: 3rem 0 3.5rem; }
  .layout--single-post .post-buttons .button, .layout--single-post .post-buttons #wpas-load-btn {
    float: left;
    margin-right: 0.5rem; }

.layout--single-post .social-buttons-header {
  display: block;
  width: 100%;
  text-align: right;
  margin-bottom: 4rem; }

.layout--single-post .social-buttons {
  width: 100%;
  text-align: right; }

.layout--logogarden {
  padding: 6rem 0 2rem; }

body.page-template-page-iframe-php {
  height: 100% !important;
  width: 100%; }
  body.page-template-page-iframe-php .spaceWrap {
    width: 100%;
    height: 100%;
    padding: 0;
    overflow: hidden; }
    body.page-template-page-iframe-php .spaceWrap > iframe {
      width: 100%;
      height: 100%;
      border: none; }

div#overlay-invest .overlay-content {
  background: #547dad;
  max-width: 850px;
  margin: 0 auto;
  padding: 40px 80px; }
  div#overlay-invest .overlay-content p {
    max-width: 100%; }
  div#overlay-invest .overlay-content h2 {
    color: #fff;
    margin-bottom: 30px;
    font-weight: bold; }

footer .button-label {
  line-height: 1em; }

span.blue {
  color: #002a68 !important;
  font-size: 120%; }

[class*="-columns"] .column .button + .oembed-container, [class*="-columns"] .column #wpas-load-btn + .oembed-container {
  margin-top: 2rem;
  width: 95% !important;
  padding-bottom: 53.4375% !important; }

@media only screen and (max-width: 1680px) {
  .section-content-block {
    padding-top: 0; }
    .section-content-block > .wrapper {
      width: 100%;
      max-width: 1680px;
      background-color: #fff; }
  .layout--overview,
  .layout--document-archive,
  .layout--news-slideshow {
    padding-top: 0; }
  .layout--a-feature {
    height: 100%;
    max-height: 420px; }
    .layout--a-feature .slick-list,
    .layout--a-feature .slick-track,
    .layout--a-feature .slick-slide {
      height: 100%; }
    .layout--a-feature .slide .slide-image {
      width: 100%;
      height: auto;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .layout--a-feature .slide-copy {
      font-size: 2.5rem; } }

@media only screen and (max-width: 1460px) {
  .section-content-block .wrapper,
  .wrapper {
    width: 95% !important; }
  #main-navigation {
    font-size: 0.85rem; }
  .layout--overview h2 {
    font-size: 1.5rem;
    line-height: 1.25em; }
  .layout--overview p {
    font-size: 1rem; }
  .layout--funds-overview .fund .wrapper > .column--half {
    width: 40%; }
  .layout--funds-overview .fund .wrapper > .column--quarter {
    width: 30%; }
  #home-fund-snapshot-news-insights .column--half {
    float: none;
    width: 100%; }
    #home-fund-snapshot-news-insights .column--half:first-child {
      padding-bottom: 1rem; }
  .layout--home-fund-snapshot ul.slick-dots {
    bottom: -2rem; }
  .layout--a-feature {
    height: 100%;
    max-height: 420px; }
    .layout--a-feature .slick-list,
    .layout--a-feature .slick-track,
    .layout--a-feature .slick-slide {
      height: 100%; }
    .layout--a-feature .slide .slide-image {
      width: 100%;
      height: auto;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .layout--a-feature .slide-copy {
      font-size: 2.5rem; }
  #document-filters,
  #documents-list {
    width: 50%; }
  [id*="overlay-"] .column > * {
    max-width: 80% !important; }
  .overlay[data-state="open"] {
    overflow: scroll;
    -webkit-overflow-scrolling: touch; }
  .overlay .overlay-close {
    position: fixed;
    right: 2.5rem; }
  .overlay .overlay-content {
    position: static;
    padding-top: 1.75rem;
    padding-bottom: 4rem;
    -moz-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%); }
  #home-fund-snapshots #home-fund-snapshot-news-insights {
    width: 50%;
    padding-left: 2rem;
    float: right; }
    #home-fund-snapshots #home-fund-snapshot-news-insights .column {
      width: 50%;
      float: left; }
  #home-fund-snapshots #home-fund-mobile-slideshow {
    width: 50% !important;
    float: left !important; }
    #home-fund-snapshots #home-fund-mobile-slideshow .column--quarter {
      width: 33%; }
      #home-fund-snapshots #home-fund-mobile-slideshow .column--quarter:first-child {
        width: 26%; }
      #home-fund-snapshots #home-fund-mobile-slideshow .column--quarter:nth-child(2) {
        width: 37%; } }

@media only screen and (max-width: 1180px) {
  .column--quarter {
    width: 50%;
    margin-bottom: 2rem; }
    #home-fund-snapshots .column--quarter {
      width: 33.3333%; }
      #home-fund-snapshots .column--quarter:nth-child(3n) {
        clear: none; }
    .column--quarter.director:nth-child(2n+1) {
      clear: left; }
    .column--quarter.team-member:nth-child(2n+1) {
      clear: left; }
    .column--quarter#home-fund-snapshot-news-insights {
      clear: left !important;
      float: none !important;
      width: 100% !important;
      border-top: 1px solid rgba(255, 255, 255, 0.25);
      padding-top: 2rem;
      padding-left: 0; }
      .column--quarter#home-fund-snapshot-news-insights .column--half {
        float: left;
        width: 33.3333% !important; }
    .column--quarter#home-fund-snapshot-news-insights {
      clear: none !important;
      float: right !important;
      width: 50% !important;
      padding-top: 0 !important;
      border-top: 0 !important; }
      .column--quarter#home-fund-snapshot-news-insights .column--half {
        width: 50% !important; }
  #home-fund-snapshots #home-fund-mobile-slideshow .column--quarter:first-child {
    width: 33%; }
  #main-navigation li {
    padding: 0.25em 0.25rem 0; }
  .section-content-block {
    background-color: #fff; }
    .section-content-block > .wrapper {
      width: 90%;
      padding-right: 0;
      padding-left: 0;
      max-width: 1680px; }
    .section-content-block #overview .column--threequarters {
      width: 66.6666%; }
    .section-content-block #overview .column--quarter {
      width: 33.3333%; }
  [id*="overlay-"] .column > * {
    max-width: 80% !important; }
  .layout--a-feature {
    height: 100%;
    max-height: 420px; }
    .layout--a-feature .slick-list,
    .layout--a-feature .slick-track,
    .layout--a-feature .slick-slide {
      height: 100%; }
    .layout--a-feature .slide .slide-image {
      width: auto;
      height: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .layout--a-feature .slide-content {
      padding-top: 2rem; }
  #news-insights .section-content-block > .wrapper {
    width: 100%; }
    #news-insights .section-content-block > .wrapper.news-filters, #news-insights .section-content-block > .wrapper#news-posts-default {
      padding: 1.5rem 2rem !important; }
  .layout--single-post {
    padding-top: 0; }
    .layout--single-post .section-content-block > .wrapper {
      padding-top: 2rem; }
    .layout--single-post .post-category {
      display: inline-block;
      margin-bottom: 2rem; }
    .layout--single-post .post-related, .layout--single-post .post-content {
      margin-top: 2rem; }
  .post-related.column.column--quarter, .post-social-links.column.column--quarter {
    width: 25%; }
  #home-fund-snapshots #home-fund-mobile-slideshow .column--quarter {
    width: 33%; }
  .layout--overview .section-content-block {
    padding: 1.5rem 0 1rem; }
    .layout--overview .section-content-block .wrapper {
      width: 100%;
      padding: 0 1.5rem; }
  footer * {
    font-size: 0.85rem;
    line-height: 1.25em; }
  footer .column {
    width: 50%;
    margin-bottom: 2rem; }
  footer #top50-badge {
    width: 16.6666666667%; } }

@media only screen and (max-width: 980px) {
  .wrapper {
    width: 90%;
    max-width: 1400px; }
  .section-content-block {
    background-color: #fff; }
    .section-content-block > .wrapper {
      width: 90%;
      max-width: 1400px; }
  .column {
    width: 100%; }
    .column.column--quarter, .column.column--threequarters {
      width: 100%; }
    .column:nth-child(3n) {
      clear: none !important; }
  #mobile-logo-main h1 {
    font-size: 0.5rem;
    text-align: center;
    margin: 0.25rem auto;
    color: #002a68;
    font-weight: bold; }
  .desktop {
    display: none; }
  .column.news-post {
    float: left; }
  h2,
  p {
    max-width: 100%; }
  h2 br {
    display: none; }
  [id*="get-in-touch"] .section-intro p {
    font-size: 1rem; }
  .layout--page-header {
    padding-top: 8rem;
    padding-bottom: 2rem; }
  .quick-navigation {
    padding-right: 0;
    font-size: 1.15rem; }
  [data-name="logo-wam"],
  [data-name="fgi-logo"] {
    width: 10rem;
    height: 1rem; }
    [data-name="logo-wam"] *,
    [data-name="fgi-logo"] * {
      fill: #002a68; }
  header#main,
  #header-main-space {
    display: none; }
  header#main {
    display: block;
    padding: 0;
    background-color: transparent;
    z-index: 5000; }
    header#main #logo-main,
    header#main #logo-icon,
    header#main svg {
      display: none; }
  #main-navigation {
    position: fixed;
    top: 3rem;
    left: 0;
    width: 100%;
    height: 0;
    padding: 0;
    overflow: hidden;
    background-color: #002a68;
    z-index: 6000; }
    #main-navigation[data-state="open"] {
      height: 100%;
      padding: 2rem 0;
      overflow: scroll;
      -webkit-overflow-scrolling: touch; }
    #main-navigation li {
      display: block;
      padding: 0 !important;
      border: none;
      width: 100%;
      max-width: 1400px;
      margin: 0 auto; }
      #main-navigation li a {
        display: block;
        color: #fff;
        font-size: 1.25rem;
        font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 300;
        padding: 0.5rem 5%; }
      #main-navigation li .sub-menu {
        position: static;
        background-color: #30aad7;
        margin-bottom: 0.5rem; }
        #main-navigation li .sub-menu li {
          border: none !important; }
          #main-navigation li .sub-menu li a {
            padding-right: 0;
            padding-left: 0; }
      #main-navigation li[data-state="open"] a[rel="dropdown"] {
        position: relative;
        color: #fff;
        margin-left: 0;
        font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 300; }
  header#mobile {
    position: absolute;
    top: 0;
    left: 0;
    display: block; }
  #mobile-nav-toggle {
    position: relative;
    display: block;
    top: 0.85rem;
    width: 1.25rem;
    height: 1rem;
    float: left; }
    #mobile-nav-toggle .bar {
      position: absolute;
      left: 0;
      display: block;
      width: 100%;
      height: 2px;
      background-color: #002a68;
      -moz-transition-property: all;
      -o-transition-property: all;
      -webkit-transition-property: all;
      transition-property: all;
      -moz-transition-duration: 0.4s;
      -o-transition-duration: 0.4s;
      -webkit-transition-duration: 0.4s;
      transition-duration: 0.4s;
      -moz-transition-timing-function: "linear";
      -o-transition-timing-function: "linear";
      -webkit-transition-timing-function: "linear";
      transition-timing-function: "linear";
      -moz-transition-delay: 0s;
      -o-transition-delay: 0s;
      -webkit-transition-delay: 0s;
      transition-delay: 0s; }
      #mobile-nav-toggle .bar-1 {
        top: 2px; }
      #mobile-nav-toggle .bar-2 {
        top: 50%;
        margin-top: -1px; }
      #mobile-nav-toggle .bar-3 {
        bottom: 2px; }
    #mobile-nav-toggle.open .bar-1,
    #mobile-nav-toggle.open .bar-3 {
      opacity: 0; }
    #mobile-nav-toggle.open .bar-1 {
      top: 50%; }
    #mobile-nav-toggle.open .bar-3 {
      bottom: 50%; }
  #mobile-menu-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 3rem;
    padding: 0.1rem 0 0.5rem 0;
    background-color: #fff;
    z-index: 2000; }
    #mobile-menu-bar #mobile-logo-icon {
      position: relative;
      top: 0.5rem;
      float: right; }
      #mobile-menu-bar #mobile-logo-icon [data-name="wam-icon"] {
        display: block;
        width: 1.25rem;
        height: 1rem; }
    .single-post #mobile-menu-bar {
      background-color: #5c489d; }
  #mobile-logo-main {
    position: absolute;
    left: 50%;
    top: 0.5rem;
    -moz-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    z-index: 0; }
    #mobile-logo-main svg {
      display: block;
      width: 130px;
      margin: 0 auto; }
  .fund-template-default .layout--overview .wrapper {
    padding: 1rem; }
  .layout--a-feature {
    height: 420px; }
    .layout--a-feature .slick-track,
    .layout--a-feature .slick-list {
      height: 100%; }
    .layout--a-feature .slide {
      height: 100%; }
      .layout--a-feature .slide .slide-image-wrapper {
        height: 100%;
        background-color: #000; }
      .layout--a-feature .slide .slide-image {
        height: 100%;
        width: auto;
        /*opacity: 0.65 !important; */
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      .layout--a-feature .slide .slide-content {
        top: auto;
        bottom: 6rem;
        height: auto; }
        .layout--a-feature .slide .slide-content .slide-copy {
          max-width: 100%;
          font-size: 2rem; }
      .layout--a-feature .slide .slide-content br {
        display: none; }
    .layout--a-feature .slick-dots {
      margin-bottom: 1rem; }
  .layout--overview h2,
  .section-intro h2 {
    font-size: 1.05rem; }
  .layout--overview p, .layout--overview ul, .layout--overview ol,
  .section-intro p,
  .section-intro ul,
  .section-intro ol {
    font-size: 1rem; }
  .layout--overview ul li, .layout--overview ol li,
  .section-intro ul li,
  .section-intro ol li {
    position: relative;
    padding-left: 0; }
  .section-content ul li, .section-content ol li {
    position: relative;
    list-style: none;
    padding-left: 1rem; }
    .section-content ul li:before, .section-content ol li:before {
      content: "•";
      display: block;
      position: absolute;
      left: 0; }
  .section-content-block > .wrapper {
    padding: 1.5rem 0; }
  .section-content-block #overview-content,
  .section-content-block #overview-quote {
    margin: 0 auto;
    max-width: 1400px; }
  .section-content-block #overview-quote {
    margin-top: 2rem;
    border-top: 1px solid #48387a;
    border-left: none;
    padding: 1rem 0; }
    .section-content-block #overview-quote .team-member-image {
      float: left;
      width: 30%;
      margin-right: 1rem; }
    .section-content-block #overview-quote .team-member-info,
    .section-content-block #overview-quote .team-member-quote {
      float: right;
      width: 60%; }
    .section-content-block #overview-quote .team-member-info {
      padding-top: 1rem; }
      .section-content-block #overview-quote .team-member-info span {
        padding: 0; }
    .section-content-block #overview-quote .team-member-role {
      margin-bottom: 1rem; }
    .section-content-block #overview-quote .team-member-quote {
      padding-left: 0;
      font-size: 0.9rem;
      line-height: 1.15em; }
  .layout--overview .section-content-block {
    padding: 2rem 0; }
    .layout--overview .section-content-block .wrapper {
      width: 90%;
      padding: 0; }
  .layout--funds-overview .fund .wrapper > .column--half {
    width: 40%; }
  .layout--funds-overview .fund .wrapper > .column--quarter {
    width: 30%;
    padding-right: 0;
    float: left; }
  .display--table > div {
    width: 100%;
    float: none; }
    .display--table > div dl {
      border-top: 0 !important; }
  .fund--snapshot-table dl {
    width: 100% !important;
    padding-top: 1rem;
    padding-right: 1rem; }
  .fund-overview dl {
    width: 100%;
    float: none; }
  #home-fund-snapshots .column--quarter#home-fund-snapshot-news-insights .column--half {
    width: 50% !important; }
  #home-fund-snapshots #home-fund-mobile-slideshow {
    width: 30% !important; }
    #home-fund-snapshots #home-fund-mobile-slideshow .slick-dots {
      bottom: 1rem; }
      #home-fund-snapshots #home-fund-mobile-slideshow .slick-dots li button:after {
        background-color: #fff; }
    #home-fund-snapshots #home-fund-mobile-slideshow .fund-data {
      float: left;
      height: auto !important;
      padding: 0 0 1rem 0; }
  #home-fund-snapshots #home-fund-snapshot-news-insights {
    float: none;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    padding-top: 2rem;
    padding-left: 2rem;
    width: 70% !important; }
    #home-fund-snapshots #home-fund-snapshot-news-insights .button-link {
      display: inline-block;
      width: 70%; }
    #home-fund-snapshots #home-fund-snapshot-news-insights .column--half {
      float: left;
      width: 50%; }
  .section-content .column {
    margin-bottom: 0; }
  .layout--news-slideshow {
    padding-bottom: 0; }
    .layout--news-slideshow .slick-dots {
      margin-bottom: 0;
      bottom: -2rem; }
      .layout--news-slideshow .slick-dots li button:after {
        background-color: #002a68; }
  #home-news-slideshow > .wrapper {
    padding-bottom: 4rem; }
  #home-news-slideshow #posts-slide-nav {
    width: 50%;
    padding: 1.5rem 0 0 0; }
  #home-news-slideshow .posts-slideshow {
    margin-top: 1rem; }
  #home-news-slideshow .news-post {
    margin-bottom: 0; }
    #home-news-slideshow .news-post .news-post-content h3 {
      font-size: 1.15rem; }
    #home-news-slideshow .news-post .news-post-content h4 {
      font-size: 0.85rem; }
    #home-news-slideshow .news-post.news-post-default .news-post-buttons {
      position: static;
      padding-top: 0.5rem; }
    #home-news-slideshow .news-post.news-post-default .news-post-image {
      position: relative; }
      #home-news-slideshow .news-post.news-post-default .news-post-image img {
        width: 100%; }
    #home-news-slideshow .news-post.news-post-large .news-post-image {
      position: absolute;
      display: block;
      height: 100%; }
      #home-news-slideshow .news-post.news-post-large .news-post-image img {
        width: auto; }
    #home-news-slideshow .news-post .news-post-buttons {
      bottom: 1rem; }
  .layout--fund-afeature .content p {
    width: 100%; }
  .layout--fund-header {
    padding-bottom: 0; }
    .layout--fund-header .column {
      padding-bottom: 4rem; }
    .layout--fund-header .fund-logo {
      padding-top: 2rem; }
  .single-fund .layout--overview {
    padding-bottom: 1px; }
  .layout--document-archive h2,
  .layout--document-archive #document-filters,
  .layout--document-archive #documents-list {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 1400px; }
  .layout--document-archive #document-filters h4 {
    display: none; }
  .layout--document-archive #document-filters #mobile-resource-type-filter {
    display: block !important; }
  .layout--document-archive #document-filters:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden; }
  .layout--document-archive #mobile-resource-type-filter,
  .layout--document-archive #document-date-filter {
    position: relative;
    float: left;
    top: 0;
    left: 0;
    width: 50%; }
    .layout--document-archive #mobile-resource-type-filter .chosen-container,
    .layout--document-archive #document-date-filter .chosen-container {
      width: auto !important; }
    .touch .layout--document-archive #mobile-resource-type-filter select, .touch
    .layout--document-archive #document-date-filter select {
      float: left;
      width: 50%; }
  .layout--document-archive #resource-type-filter {
    display: none; }
    .layout--document-archive #resource-type-filter h4 {
      display: none; }
  .layout--document-archive #documents-list {
    clear: both; }
    .layout--document-archive #documents-list .document .label {
      width: 80%; }
  #news-page-header {
    min-height: 0;
    padding: 5rem 0 2rem; }
  div#news-insights-latest-post {
    width: 100%;
    float: none; }
  .post-related.column.column--quarter, .post-social-links.column.column--quarter {
    width: 100%;
    margin-bottom: 0; }
  .layout--page-header-news-index {
    padding-top: 8rem;
    padding-bottom: 2rem; }
    .layout--page-header-news-index > .wrapper,
    .layout--page-header-news-index .column {
      height: auto !important; }
    .layout--page-header-news-index #latest-post h3 {
      font-size: 1.15rem;
      line-height: 1.25em; }
    .layout--page-header-news-index #latest-post #latest-post-content {
      padding-bottom: 0;
      float: left;
      width: 50%; }
      .layout--page-header-news-index #latest-post #latest-post-content p {
        margin: 0; }
    .layout--page-header-news-index #latest-post #latest-post-image {
      float: right;
      width: 50%;
      margin-bottom: 2rem; }
    .layout--page-header-news-index #latest-post .news-post-buttons {
      clear: both;
      padding-top: 0;
      position: static; }
    .layout--page-header-news-index #news-insights-sign-up {
      display: none; }
  #news-insights {
    padding-top: 1px;
    padding-bottom: 1px; }
  .posts .news-post {
    border: none;
    padding-right: 0;
    padding-left: 0;
    border-bottom: 1px solid rgba(0, 42, 104, 0.25); }
    .posts .news-post .news-post-content h3 {
      font-size: 1.15rem;
      line-height: 1.25em; }
    .posts .news-post-large {
      height: 0;
      padding-bottom: 100%;
      margin-bottom: 2.5rem; }
      .posts .news-post-large:after {
        content: "";
        display: block;
        position: absolute;
        top: calc( 100% + 2rem);
        left: 0;
        width: 100%;
        height: 1px;
        background-color: rgba(0, 42, 104, 0.25); }
      .posts .news-post-large .news-post-content {
        border: none; }
        .posts .news-post-large .news-post-content h4 {
          font-size: 1rem; }
      .posts .news-post-large .news-post-buttons {
        bottom: 1rem;
        left: 1rem; }
    .posts .news-post-default {
      padding-bottom: 2rem; }
      .posts .news-post-default .news-post-buttons {
        position: static;
        margin-top: 2rem; }
  .news-filters {
    display: none; }
  div.quick-navigation.column.column--half {
    float: left;
    width: 50%;
    padding-right: 2rem; }
  .logo.column.column--quarter {
    width: 50%;
    float: left;
    margin-bottom: 2rem !important; }
  .column.news-post {
    float: left;
    width: 50%;
    padding-right: 2rem !important;
    border-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
    border-top: 0; }
  .layout--fund-header .fund-logo {
    padding: 0 2rem 0 0 !important;
    width: 50%;
    float: left; }
  .column.reverse {
    float: right;
    width: 50%; }
  .display--table > * > * {
    display: inline-block;
    padding-right: 0.5em;
    width: 47% !important; }
  .display--table > div.fund-headers {
    height: auto !important;
    width: 100%;
    float: none; }
  .layout--single-post {
    padding-top: 3rem;
    padding-bottom: 0; }
    .layout--single-post .post-buttons {
      padding: 2rem 0 0; }
    .layout--single-post .post-related .related-post {
      padding-bottom: 1rem;
      margin-bottom: 1rem;
      width: 50%;
      float: left;
      border-bottom: 0;
      padding-right: 2em; }
    .layout--single-post .post-headline .post-category {
      margin-bottom: 2rem; }
    .layout--single-post .post-headline h2 {
      font-size: 1.25rem;
      line-height: 1.25em; }
    .layout--single-post .post-headline h3 {
      font-size: 1rem; }
    .layout--single-post .post-social-links {
      padding-top: 2rem; }
      .layout--single-post .post-social-links .social-buttons-header {
        text-align: left;
        margin-bottom: 0.5rem; }
      .layout--single-post .post-social-links .social-buttons {
        text-align: left; }
    .layout--single-post .post-content {
      margin-top: 2rem;
      border: none; }
      .layout--single-post .post-content br {
        display: none; }
    .layout--single-post .post-related {
      padding-left: 0;
      border: none; }
  div#overlay-invest .overlay-content {
    margin: 10% auto;
    padding: 40px; }
  .overlay .overlay-close {
    top: 1rem;
    right: 1rem; }
    .overlay .overlay-close svg {
      width: 1rem;
      height: 1rem; }
  .overlay .overlay-content {
    padding-top: 1rem; }
    .overlay .overlay-content .column {
      margin-bottom: 1.5em; }
      .overlay .overlay-content .column:after {
        content: " ";
        display: block;
        height: 0;
        clear: both;
        overflow: hidden;
        visibility: hidden; }
    .overlay .overlay-content p {
      font-size: 1rem !important; }
    .overlay .overlay-content ul {
      font-size: 1rem !important; }
      .overlay .overlay-content ul li {
        margin-bottom: 0.25rem;
        white-space: nowrap; }
    .overlay .overlay-content address {
      margin-bottom: 1rem; }
  .overlay#overlay-contact .column > * {
    max-width: 100%; }
  .overlay#overlay-share ul#social-sharing {
    border: none; }
    .overlay#overlay-share ul#social-sharing li.social-sharing-link {
      display: block;
      width: 100%;
      text-align: center;
      float: none;
      padding: 1rem 0 0.75rem;
      margin: 0 auto;
      font-size: 1.25rem;
      border: none;
      border-bottom: 1px solid rgba(255, 255, 255, 0.25); }
      .overlay#overlay-share ul#social-sharing li.social-sharing-link:first-child {
        border-top: 1px solid rgba(255, 255, 255, 0.25); }
  .overlay #overlay-wam-social li {
    float: left;
    width: 50%; }
  .overlay #overlay-wam-social:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden; }
  .team-members .row {
    margin-bottom: 0; }
  .team-members .team-member {
    float: left;
    width: 50%;
    padding: 0; }
    .team-members .team-member:nth-child(even) {
      padding-left: 0.5rem; }
    .team-members .team-member:nth-child(odd) {
      clear: left !important;
      padding-right: 0.5rem; }
    .team-members .team-member .team-member-content {
      min-height: 8rem; }
      .team-members .team-member .team-member-content .team-member-name {
        font-size: 0.95rem;
        line-height: 1em; }
      .team-members .team-member .team-member-content .team-member-role,
      .team-members .team-member .team-member-content .team-member-education,
      .team-members .team-member .team-member-content .team-member-contact-details {
        font-size: 0.75rem; }
    .team-members .team-member .team-member-content > p {
      display: none; }
  div#home-fund-mobile-slideshow {
    width: 30%;
    float: left; }
  #gform_wrapper_1 input[type="text"] {
    font-size: 1rem; }
  .button--round-small {
    width: 1.25rem;
    height: 1.25rem;
    margin-top: 0 !important; }
  footer {
    margin-top: 0; }
    footer .column {
      float: none;
      width: 100%;
      height: auto !important; }
    footer #footer-social-newsletter ul li:after {
      content: " ";
      display: block;
      height: 0;
      clear: both;
      overflow: hidden;
      visibility: hidden; }
    footer #footer-social-newsletter .subscribe-button {
      position: static;
      margin-top: 1rem; }
    footer .button--small [data-name*="chevron"] {
      top: 0; }
    footer .column.column--quarter.equal {
      width: 49%;
      float: none;
      display: inline-block; }
  div#investment-portfolio-performance table tr td:first-child {
    display: block; }
  .page-template-template-landing-page section#content .content-wrapper {
    margin: 0 auto 0rem;
    box-shadow: none;
    top: 0px;
    display: block; }
    .page-template-template-landing-page section#content .content-wrapper .foreward, .page-template-template-landing-page section#content .content-wrapper .form {
      width: 100%; }
    .page-template-template-landing-page section#content .content-wrapper .form {
      padding-left: 0;
      border-left: 0;
      border-top: 1px solid #ddd;
      padding-top: 40px; }
    .page-template-template-landing-page section#content .content-wrapper .foreward {
      width: 100%;
      margin-right: 0;
      background-size: 50%; }
  .page-template-template-landing-page .landing-page-header {
    min-height: 300px;
    margin-top: 3rem; }
    .page-template-template-landing-page .landing-page-header h3 {
      line-height: 1.5rem; }
    .page-template-template-landing-page .landing-page-header h2 {
      font-size: 2rem; }
  .layout--fund-logo-section .logo.has-description figure {
    width: 33vw; }
  .layout--fund-logo-section .logo ~ .logo {
    margin-top: 2rem; } }

@media only screen and (max-width: 640px) {
  .layout--fund-logo-section .logo.has-description {
    flex-direction: column; }
    .layout--fund-logo-section .logo.has-description figure {
      width: 100%; }
  .layout--fund-logo-section .logo ~ .logo {
    margin-top: 0; } }

@media only screen and (max-width: 500px) {
  .layout--a-feature .slide .slide-image {
    left: auto;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .layout--overview .section-content-block .wrapper {
    width: 100%;
    padding: 0 1rem; }
  .layout--funds-overview .fund .wrapper > .column--quarter {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    border-left: 0; }
    .layout--funds-overview .fund .wrapper > .column--quarter h4 {
      display: none; }
  .column.equal {
    height: auto !important; }
  .layout--page-header {
    padding-top: 5rem !important; }
  .layout--fund-header .fund-logo {
    padding-top: 2rem;
    padding-bottom: 2rem; }
  .fund--snapshot-table .fund-headers {
    height: auto; }
  .layout--fund-header .column {
    padding-bottom: 2rem; }
  .layout--fund-logo-section .logo {
    padding-right: 0;
    margin-bottom: 2rem !important; }
  section#news-page-header {
    padding-top: 5rem !important;
    min-height: 0; }
    section#news-page-header h2 {
      margin-bottom: 3rem; }
  .news-post-content {
    position: relative;
    padding: 0;
    z-index: 1000; }
  .layout--single-post {
    padding-top: 3rem; }
  .layout--single-post .post-content,
  .layout--single-post .post-related {
    margin-top: 1rem; }
  footer {
    padding: 2rem 0 0 !important; }
  #home-fund-snapshots #home-fund-snapshot-news-insights, #home-fund-snapshots #home-fund-mobile-slideshow {
    width: 100% !important;
    float: none;
    margin-bottom: 0; }
  #home-fund-snapshots #home-fund-snapshot-news-insights {
    margin-top: 1rem;
    border: 0;
    padding-left: 0; }
    #home-fund-snapshots #home-fund-snapshot-news-insights .column--half {
      padding-bottom: 0; }
  .layout--funds-overview .fund .wrapper > .column--half {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    border-left: 0; }
  .fund--snapshot-table > div {
    width: 100%;
    display: block;
    float: none; }
  .column.reverse {
    float: none;
    width: 100%; }
  .layout--fund-header .fund-logo {
    padding: 0 2rem 1rem !important;
    width: 100%;
    float: none; }
  .display--table .fund-headers > * {
    display: inline-block;
    padding-right: 0.5em;
    width: 100% !important; }
  .fund--snapshot-table .fund-headers p {
    max-width: 100%;
    border-top: 1px solid #d0dae3;
    padding-top: 1rem;
    padding-bottom: 0; }
  div.quick-navigation.column.column--half {
    float: none;
    width: 100%;
    padding-right: 0; }
  .column.news-post {
    width: 100%;
    padding-right: 0 !important;
    border-top: 1px solid rgba(61, 98, 140, 0.25);
    border-top: 0;
    padding-bottom: 0;
    padding-top: 2rem !important; }
  #latest-post div#latest-post-content.column--half, #latest-post div#latest-post-image.column--half {
    width: 100%;
    float: none;
    margin-bottom: 1.5rem; }
    #latest-post div#latest-post-content.column--half .news-post-leadin, #latest-post div#latest-post-image.column--half .news-post-leadin {
      float: none;
      width: 100%; }
  #latest-post div#latest-post-image.column--half {
    margin-bottom: 0; }
  .layout--single-post .post-related .related-post {
    width: 100%;
    float: none; }
  footer .column.column--quarter.equal {
    width: 100%; }
  div.equal {
    height: auto !important; }
  .layout--funds-overview .fund .fund--primary-cta {
    position: relative;
    left: 0;
    bottom: 0px; }
  div#fund-future-generation-global-investment-company-logo {
    margin-bottom: 1.5rem; }
  .layout--news-index > .section-content-block > .wrapper {
    padding: 0rem 0rem 2rem; }
  .column.news-post {
    margin-bottom: 0; }
  .layout--funds-overview .fund .wrapper > .column--quarter {
    margin-bottom: 2rem; }
  .fund-logo svg {
    margin: 0 auto !important;
    float: none;
    display: block; }
  .fund-overview div dl {
    border-top: none; }
  .layout--fund-logo-section .logo.has-description {
    flex-direction: column; }
    .layout--fund-logo-section .logo.has-description figure {
      width: 100%; }
  .layout--fund-logo-section .logo ~ .logo {
    margin-top: 0; } }

.ie .loaded #loader {
  display: none;
  z-index: 0; }

.ie .overlay[data-state="closed"] {
  display: none;
  z-index: 0; }

.ie .overlay[data-state="open"] {
  pointer-events: auto !important;
  display: block !important;
  z-index: 8000; }
