<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* 

1. Variables
	- imports
	- colours
	- gradients
	- media queries
	- fonts
	- animation times
2. General
	2.1 Forms
3. Banner
4. Main Content
5. Modules
6. News
7. Events
8. Footer
*/
/*
	1. Variables
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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;
}

a {
  text-decoration: none;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

@font-face {
  font-family: "Matter";
  src: url("../fonts/MatterSQ-Regular.woff2") format("woff2"), url("../fonts/MatterSQ-Regular.woff") format("woff"), url("../fonts/MatterSQ-Regular.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Matter";
  src: url("../fonts/MatterSQ-Medium.woff2") format("woff2"), url("../fonts/MatterSQ-Medium.woff") format("woff"), url("../fonts/MatterSQ-Medium.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Matter";
  src: url("../fonts/MatterSQ-SemiBold.woff2") format("woff2"), url("../fonts/MatterSQ-SemiBold.woff") format("woff"), url("../fonts/MatterSQ-SemiBold.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Matter";
  src: url("../fonts/MatterSQ-RegularItalic.woff2") format("woff2"), url("../fonts/MatterSQ-RegularItalic.woff") format("woff"), url("../fonts/MatterSQ-RegularItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Matter";
  src: url("../fonts/MatterSQ-Medium.woff2") format("woff2"), url("../fonts/MatterSQ-MediumItalic.woff") format("woff"), url("../fonts/MatterSQ-MediumItalic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Matter";
  src: url("../fonts/MatterSQ-SemiBold.woff2") format("woff2"), url("../fonts/MatterSQ-SemiBoldItalic.woff") format("woff"), url("../fonts/MatterSQ-SemiBoldItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Reckless";
  src: url("../fonts/Reckless-Regular.woff2") format("woff2"), url("../fonts/Reckless-Regular.woff") format("woff"), url("../fonts/Reckless-Regular.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Reckless";
  src: url("../fonts/Reckless-Medium.woff2") format("woff2"), url("../fonts/Reckless-Medium.woff") format("woff"), url("../fonts/Reckless-Medium.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Reckless";
  src: url("../fonts/Reckless-SemiBold.woff2") format("woff2"), url("../fonts/Reckless-SemiBold.woff") format("woff"), url("../fonts/Reckless-SemiBold.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Reckless";
  src: url("../fonts/Reckless-RegularItalic.woff2") format("woff2"), url("../fonts/Reckless-RegularItalic.woff") format("woff"), url("../fonts/Reckless-RegularItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Reckless";
  src: url("../fonts/Reckless-Medium.woff2") format("woff2"), url("../fonts/Reckless-MediumItalic.woff") format("woff"), url("../fonts/Reckless-MediumItalic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Reckless";
  src: url("../fonts/Reckless-SemiBold.woff2") format("woff2"), url("../fonts/Reckless-SemiBoldItalic.woff") format("woff"), url("../fonts/Reckless-SemiBoldItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
/*
	2. General
*/
html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (min-width: 1101px) and (max-width: 1530px) {
  html {
    font-size: 57.5%;
  }
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  html {
    font-size: 57.5%;
  }
}

body {
  font-family: "Matter", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 150%;
  overflow-x: hidden;
}
@media only screen and (min-width: 516px) and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  body {
    font-size: 1.4rem;
  }
}
body ::selection {
  background-color: #E1AAC4;
}
body.modal {
  overflow: hidden;
  height: 100vh;
}
body p {
  margin-bottom: 1rem;
}
body blockquote {
  padding-left: 4rem;
  margin: 4rem 0 4rem 0;
  color: #2B4E50;
  border-left: 2px solid #2B4E50;
  font-family: "Reckless", serif;
}
body blockquote p:last-child {
  margin-bottom: 0;
  padding-bottom: 0 !important;
}
body h3 {
  font-size: 3.68rem;
  line-height: 120%;
  margin-bottom: 3.58rem;
  font-weight: 400;
}
body h3 em {
  font-family: "Reckless", serif;
}
body h3 strong {
  font-size: 2.6rem;
}
body h3 strong em {
  font-size: 4.8rem;
}
body h4 em {
  font-family: "Reckless", serif;
}
body a {
  color: black;
}
body.green {
  background-color: #C5D8A8;
}
body.dark-green {
  background-color: #335D5F;
}
body.yellow {
  background-color: #EDCB8C;
}
body.sand {
  background-color: #F3EDDD;
}
body.grey {
  background-color: #ECEEEB;
}
body.pink {
  background-color: #E1AAC4;
}
body.salmon {
  background-color: #E5BBAD;
}
body.lilac {
  background-color: #ABABCF;
}
body.steel {
  background-color: #AABFC5;
}
body.steel25 {
  background-color: rgba(170, 191, 197, 0.25);
}
body.burgundy {
  background-color: #5A0007;
}
body.red {
  background-color: #E4551C;
}

p a {
  text-decoration: underline;
}
p strong {
  font-weight: 500;
}
p.large {
  font-size: 2.8rem;
}
p em {
  font-family: "Reckless", serif;
}

form input[type=submit] {
  font-family: "Matter", sans-serif;
  cursor: pointer;
  position: relative;
  background: transparent;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: 400;
  padding: 1.2rem 2rem 1.4rem 1.8rem;
  height: 4.2rem;
  box-sizing: border-box;
  border: 0.14rem solid black;
  border-radius: 2.5rem;
  transition-duration: 0.25s;
  padding-left: 4rem;
}
form input[type=submit]:before {
  content: "";
  position: absolute;
  top: calc(50% - 0.1rem);
  left: 1rem;
  width: 1.2rem;
  height: 0.2rem;
  background-color: black;
  transition-duration: 0.25s;
}
form input[type=submit]:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.2rem;
  width: 0.8rem;
  height: 0.8rem;
  border-top: 2px solid black;
  border-right: 2px solid black;
  transform: translate(0, -50%) rotate(45deg);
  transition-duration: 0.25s;
}
form input[type=submit]:hover {
  padding-left: 4.5rem;
  padding-right: 1.45rem;
}
form input[type=submit]:hover:before {
  left: 2.5rem;
}
form input[type=submit]:hover:after {
  left: 2.7rem;
}

button {
  font-family: "Matter", sans-serif;
  cursor: pointer;
  position: relative;
  color: black;
}
button.outline {
  background: transparent;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: 400;
  padding: 1.2rem 2rem 1.4rem 1.8rem;
  height: 4.2rem;
  box-sizing: border-box;
  border: 0.14rem solid black;
  border-radius: 2.5rem;
  transition-duration: 0.25s;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  button.outline {
    height: 3.6rem;
    padding: 1rem 1.5rem 1.4rem 1.5rem;
  }
}
button.outline:hover {
  background-color: white;
}
button.outline.more {
  padding-left: 4rem;
}
button.outline.more:before {
  content: "";
  position: absolute;
  top: calc(50% - 0.1rem);
  left: 15px;
  width: 1.2rem;
  height: 0.2rem;
  background-color: black;
  transition-duration: 0.25s;
}
button.outline.more:after {
  content: "";
  position: absolute;
  top: calc(50% - 0.1rem);
  left: 15px;
  transform: rotate(90deg);
  width: 1.2rem;
  height: 0.2rem;
  background-color: black;
  transition-duration: 0.25s;
}
button.outline.more.close {
  background-color: white;
  border-color: white;
}
button.outline.more.close:after {
  opacity: 0;
}
button.outline.more.close:hover {
  border-color: black;
}
button.outline.arrow {
  padding-left: 4rem;
}
button.outline.arrow:before {
  content: "";
  position: absolute;
  top: calc(50% - 0.1rem);
  left: 1rem;
  width: 1.2rem;
  height: 0.2rem;
  background-color: black;
  transition-duration: 0.25s;
}
button.outline.arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.2rem;
  width: 0.8rem;
  height: 0.8rem;
  border-top: 2px solid black;
  border-right: 2px solid black;
  transform: translate(0, -50%) rotate(45deg);
  transition-duration: 0.25s;
}
button.outline.arrow:hover {
  padding-left: 4.5rem;
  padding-right: 1.45rem;
}
button.outline.arrow:hover:before {
  left: 2.5rem;
}
button.outline.arrow:hover:after {
  left: 2.7rem;
}
button.white {
  border-color: white;
  color: white;
}
button.white.arrow:after {
  border-color: white;
}
button.white.arrow:before {
  background-color: white;
}
button.white:hover {
  background-color: black;
}

p.link-button a, div.link-button a {
  text-decoration: none;
  display: inline-block;
  background: transparent;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: 400;
  padding: 1.2rem 2rem 1.4rem 2rem;
  height: 4.2rem;
  box-sizing: border-box;
  border: 0.14rem solid black;
  border-radius: 2.5rem;
  transition-duration: 0.25s;
  position: relative;
  text-decoration: none !important;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  p.link-button a, div.link-button a {
    height: 3.6rem;
    padding: 1rem 1.5rem 1.4rem 1.5rem;
  }
}
p.link-button a.arrow, div.link-button a.arrow {
  padding-left: 4rem;
}
p.link-button a.arrow:before, div.link-button a.arrow:before {
  content: "";
  position: absolute;
  top: calc(50% - 0.1rem);
  left: 1rem;
  width: 1.2rem;
  height: 0.2rem;
  background-color: black;
  transition-duration: 0.25s;
}
p.link-button a.arrow:after, div.link-button a.arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.2rem;
  width: 0.8rem;
  height: 0.8rem;
  border-top: 2px solid black;
  border-right: 2px solid black;
  transform: translate(0, -50%) rotate(45deg);
  transition-duration: 0.25s;
}
p.link-button a.arrow:hover, div.link-button a.arrow:hover {
  padding-left: 4rem;
}
p.link-button a:hover, div.link-button a:hover {
  background-color: white;
}
p.link-button a:hover:before, div.link-button a:hover:before {
  left: 2rem;
}
p.link-button a:hover:after, div.link-button a:hover:after {
  left: 2.2rem;
}
p.link-button.white a, p.link-button.white.arrow a, div.link-button.white a, div.link-button.white.arrow a {
  border-color: white;
  color: white;
}
p.link-button.white a:before, p.link-button.white.arrow a:before, div.link-button.white a:before, div.link-button.white.arrow a:before {
  background-color: white;
}
p.link-button.white a:after, p.link-button.white.arrow a:after, div.link-button.white a:after, div.link-button.white.arrow a:after {
  border-color: white;
}
p.link-button.white a:hover, p.link-button.white.arrow a:hover, div.link-button.white a:hover, div.link-button.white.arrow a:hover {
  background-color: black;
}
.grey-warm-bg p.link-button.white a:before, .grey-warm-bg p.link-button.white.arrow a:before, .grey-warm-bg div.link-button.white a:before, .grey-warm-bg div.link-button.white.arrow a:before {
  background-color: black;
}
.grey-warm-bg p.link-button.white a:after, .grey-warm-bg p.link-button.white.arrow a:after, .grey-warm-bg div.link-button.white a:after, .grey-warm-bg div.link-button.white.arrow a:after {
  border-color: black;
}
.grey-warm-bg p.link-button.white a:hover, .grey-warm-bg p.link-button.white.arrow a:hover, .grey-warm-bg div.link-button.white a:hover, .grey-warm-bg div.link-button.white.arrow a:hover {
  background-color: white;
}

.outer {
  width: 100vw;
  position: relative;
}
.outer.white {
  background-color: white;
}
.outer.green {
  background-color: #C5D8A8;
}
.outer.dark-green {
  background-color: #335D5F;
  color: white;
}
.outer.dark-green h3 {
  color: #C5D8A8;
}
.outer.yellow {
  background-color: #EDCB8C;
}
.outer.sand {
  background-color: #F3EDDD;
}
.outer.grey {
  background-color: #ECEEEB;
}
.outer.pink {
  background-color: #E1AAC4;
}
.outer.salmon {
  background-color: #E5BBAD;
}
.outer.lilac {
  background-color: #ABABCF;
}
.outer.steel {
  background-color: #AABFC5;
}
.outer.steel25 {
  background-color: rgba(170, 191, 197, 0.25);
}
.outer.burgundy {
  background-color: #5A0007;
}
.outer.burgundy p {
  color: white;
}
.outer.burgundy p a {
  color: white;
}
.outer.burgundy h3 {
  color: #C5D8A8;
}
.outer.burgundy .link-button a {
  color: white;
  border-color: white;
}
.outer.red {
  background-color: #E4551C;
}
.outer.red h3 {
  color: black;
}
.outer .inner {
  margin: 0 auto;
  position: relative;
  width: calc(100vw - 14rem);
  max-width: 137.6rem;
  min-width: 32rem;
}
@media only screen and (min-width: 769px) and (max-width: 1100px) {
  .outer .inner {
    width: calc(100vw - 8rem);
  }
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  .outer .inner {
    width: calc(100vw - 4rem);
  }
}
.outer .inner a {
  transition-duration: 0.25s;
}

form p {
  margin-bottom: 0.4rem !important;
}
form input[type=text], form textarea {
  background-color: #E4E3DE;
  border: none;
  font-family: "Matter", sans-serif;
  font-size: 1.6rem;
  width: 100%;
  padding: 1rem;
  margin-bottom: 1rem;
}
form input[type=text]::placeholder, form textarea::placeholder {
  font-family: "Matter", sans-serif;
  font-weight: 200;
  font-size: 1.6rem;
}
form textarea {
  height: 8rem;
}
form input[type=submit] {
  color: black;
}

/*
	3. Banner
*/
#contact-modal {
  display: none;
}

#banner {
  position: fixed;
  z-index: 999;
  padding: 2rem 0;
  width: 100vw;
  top: 0;
  transition-duration: 0.25s;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #banner {
    box-sizing: border-box;
    padding: 3rem 4rem;
  }
}
#banner #website-title a {
  display: block;
  width: 21rem;
  height: 7.5rem;
  text-indent: -9999px;
  background-image: url("../images/invest-logo-black.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #banner #website-title a {
    width: 10rem;
    height: 5rem;
  }
}
#banner #website-title.hidden {
  opacity: 0;
}
#banner #website-title.white a {
  background-image: url("../images/invest-logo-white.svg");
}
#banner #banner-links {
  position: absolute;
  bottom: 0rem;
  right: 0;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #banner #banner-links {
    right: 2rem;
  }
}
#banner #banner-links .featured-link {
  display: block;
  margin-bottom: 0.8rem;
  text-align: right;
}
#banner #banner-links .featured-link a {
  display: inline-block;
  background-color: #2B4E50;
  padding: 0.5rem 2.6rem;
  border-radius: 2rem;
  color: #E1AAC4;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.3rem;
  transition-duration: 0.2s;
}
#banner #banner-links .featured-link a:hover {
  background-color: white;
  color: #2B4E50;
}
#banner #banner-links button,
#banner #banner-links .link-button {
  display: inline-block;
  margin-left: 1.2rem;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #banner #banner-links #home-link {
    display: none;
  }
}
#banner.grey-warm-bg {
  background-color: #E4E3DE;
}
#banner.grey-warm-bg #banner-links button.white,
#banner.grey-warm-bg #banner-links .link-button.white {
  color: black;
  border-color: black;
}
#banner.grey-warm-bg #banner-links button.white a,
#banner.grey-warm-bg #banner-links .link-button.white a {
  color: black;
  border-color: black;
}
#banner.grey-warm-bg #banner-links button.white:before {
  background-color: black;
}
#banner.grey-warm-bg #banner-links button.white:after {
  border-color: black;
}
#banner.grey-warm-bg #banner-links button.white:hover {
  background-color: white;
}
#banner.grey-warm-bg #banner-links .link-button.white.arrow a:hover {
  background-color: white;
}
.banner-hide #banner {
  top: -115px;
}

/*
	4. Main Content
*/
/*
	5. Modules
*/
#modules hr.whitespace {
  border: none;
  height: 7rem;
  background-color: white;
}
#modules .tile h3,
#modules .module h3 {
  color: #335D5F;
}
#modules .tile.green,
#modules .module.green {
  background-color: #C5D8A8;
}
#modules .tile.dark-green,
#modules .module.dark-green {
  background-color: #335D5F;
  color: white;
}
#modules .tile.dark-green h3,
#modules .module.dark-green h3 {
  color: #C5D8A8;
}
#modules .tile.yellow,
#modules .module.yellow {
  background-color: #EDCB8C;
}
#modules .tile.sand,
#modules .module.sand {
  background-color: #F3EDDD;
}
#modules .tile.grey,
#modules .module.grey {
  background-color: #ECEEEB;
}
#modules .tile.pink,
#modules .module.pink {
  background-color: #E1AAC4;
}
#modules .tile.salmon,
#modules .module.salmon {
  background-color: #E5BBAD;
}
#modules .tile.lilac,
#modules .module.lilac {
  background-color: #ABABCF;
}
#modules .tile.burgundy,
#modules .module.burgundy {
  background-color: #5A0007;
}
#modules .tile.burgundy p,
#modules .module.burgundy p {
  color: white;
}
#modules .tile.burgundy h3,
#modules .module.burgundy h3 {
  color: #C5D8A8;
}
#modules .tile.red,
#modules .module.red {
  background-color: #E4551C;
}
#modules .tile.red h3,
#modules .module.red h3 {
  color: black;
}
#modules .tile p,
#modules .module p {
  margin-bottom: 2.6rem;
}
#modules .tile ul,
#modules .module ul {
  margin-bottom: 2rem;
}
#modules .tile ul li,
#modules .module ul li {
  margin: 1rem 0;
  padding-left: 2.5rem;
  position: relative;
}
#modules .tile ul li:before,
#modules .module ul li:before {
  position: absolute;
  content: "—";
  transform: translate(-2.5rem, -0.2rem);
}
#modules .tile .link-button,
#modules .module .link-button {
  margin: 3rem 0;
}
#modules .tile.latest-news,
#modules .module.latest-news {
  padding: 10rem 0;
  position: relative;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #modules .tile.latest-news,
  #modules .module.latest-news {
    padding-bottom: 5rem;
  }
}
#modules .tile.latest-news h3,
#modules .module.latest-news h3 {
  font-size: 4.8rem;
}
#modules .tile.latest-news .news-spinner .swiper-wrapper,
#modules .module.latest-news .news-spinner .swiper-wrapper {
  height: auto;
}
#modules .tile.latest-news .news-spinner .swiper-wrapper .news-tile,
#modules .module.latest-news .news-spinner .swiper-wrapper .news-tile {
  max-width: 43rem;
  height: 50rem;
  padding-bottom: 10rem;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #modules .tile.latest-news .news-spinner .swiper-wrapper .news-tile,
  #modules .module.latest-news .news-spinner .swiper-wrapper .news-tile {
    height: 40rem;
  }
}
#modules .tile.latest-news .news-spinner .swiper-wrapper .news-tile h4,
#modules .module.latest-news .news-spinner .swiper-wrapper .news-tile h4 {
  font-size: 2rem;
  height: 8rem;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #modules .tile.latest-news .news-spinner .swiper-wrapper .news-tile h4,
  #modules .module.latest-news .news-spinner .swiper-wrapper .news-tile h4 {
    width: calc(100% - 4rem);
    margin: 0 auto;
  }
}
#modules .tile.latest-news .news-spinner .swiper-wrapper .news-tile .excerpt,
#modules .module.latest-news .news-spinner .swiper-wrapper .news-tile .excerpt {
  font-family: "Reckless", serif;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #modules .tile.latest-news .news-spinner .swiper-wrapper .news-tile .excerpt,
  #modules .module.latest-news .news-spinner .swiper-wrapper .news-tile .excerpt {
    width: calc(100% - 4rem);
    margin: 0 auto;
  }
}
#modules .tile.latest-news .news-spinner .swiper-wrapper .news-tile .image,
#modules .module.latest-news .news-spinner .swiper-wrapper .news-tile .image {
  width: 100%;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #modules .tile.latest-news .news-spinner .swiper-wrapper .news-tile .image,
  #modules .module.latest-news .news-spinner .swiper-wrapper .news-tile .image {
    width: calc(100% - 4rem);
    margin: 0 auto;
  }
}
#modules .tile.latest-news .news-spinner .swiper-wrapper .news-tile .image img,
#modules .module.latest-news .news-spinner .swiper-wrapper .news-tile .image img {
  width: 100%;
  height: auto;
  margin-bottom: 2rem;
}
#modules .tile.latest-news .news-spinner .swiper-wrapper .news-tile:after,
#modules .module.latest-news .news-spinner .swiper-wrapper .news-tile:after {
  content: "";
  width: 4rem;
  height: 4px;
  background: black;
  position: absolute;
  bottom: 0;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #modules .tile.latest-news .news-spinner .swiper-wrapper .news-tile:after,
  #modules .module.latest-news .news-spinner .swiper-wrapper .news-tile:after {
    display: none;
  }
}
#modules .tile.latest-news .news-spinner .swiper-wrapper .news-tile .link-button,
#modules .module.latest-news .news-spinner .swiper-wrapper .news-tile .link-button {
  position: absolute;
  bottom: 0;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #modules .tile.latest-news .news-spinner .swiper-wrapper .news-tile .link-button,
  #modules .module.latest-news .news-spinner .swiper-wrapper .news-tile .link-button {
    left: 2rem;
  }
}
#modules .tile.latest-news .panel-controls,
#modules .module.latest-news .panel-controls {
  position: absolute;
  top: 10rem;
  right: 10rem;
  z-index: 9999;
  display: flex;
  justify-content: center;
  width: 8rem;
  z-index: 99999;
}
@media only screen and (min-width: 1101px) and (max-width: 1530px) {
  #modules .tile.latest-news .panel-controls,
  #modules .module.latest-news .panel-controls {
    right: 5rem;
  }
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #modules .tile.latest-news .panel-controls,
  #modules .module.latest-news .panel-controls {
    top: auto;
    bottom: 10rem;
    right: 2rem;
    transform: translate(0, -100%);
  }
}
#modules .tile.latest-news .panel-controls .panel-button,
#modules .module.latest-news .panel-controls .panel-button {
  display: block;
  width: 2.75rem;
  height: 2.75rem;
  position: absolute;
  background-image: url("../images/news-arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  transition-duration: 0.25s;
}
#modules .tile.latest-news .panel-controls .panel-button.button-prev,
#modules .module.latest-news .panel-controls .panel-button.button-prev {
  left: 0;
  transform: rotate(180deg);
}
#modules .tile.latest-news .panel-controls .panel-button.button-prev:hover,
#modules .module.latest-news .panel-controls .panel-button.button-prev:hover {
  left: -8px;
}
#modules .tile.latest-news .panel-controls .panel-button.button-next,
#modules .module.latest-news .panel-controls .panel-button.button-next {
  right: 0;
}
#modules .tile.latest-news .panel-controls .panel-button.button-next:hover,
#modules .module.latest-news .panel-controls .panel-button.button-next:hover {
  right: -8px;
}
#modules .tile.header,
#modules .module.header {
  padding: 5rem 0;
}
#modules .tile.header.image-replacement,
#modules .module.header.image-replacement {
  padding: 1rem 0;
}
#modules .tile.header h2,
#modules .module.header h2 {
  font-size: 4.8rem;
  line-height: 6rem;
  font-family: "Matter", sans-serif;
  height: auto;
}
#modules .tile.header h2 em,
#modules .module.header h2 em {
  font-family: "Reckless", serif;
}
#modules .tile.header .title-image,
#modules .module.header .title-image {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 20vh;
  min-height: 24rem;
}
#modules .tile.header .title-image h2,
#modules .module.header .title-image h2 {
  display: none;
}
#modules .tile.carousel,
#modules .module.carousel {
  width: 100vw;
  height: 100%;
  max-height: 60vw;
  position: relative;
}
#modules .tile.carousel.short,
#modules .module.carousel.short {
  height: 65%;
  max-height: 50vw;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #modules .tile.carousel,
  #modules .module.carousel {
    height: calc(100% - 6rem);
    max-height: calc(100% - 6rem);
  }
}
#modules .tile.carousel .investbwd,
#modules .module.carousel .investbwd {
  position: absolute;
  bottom: 11rem;
  left: 7rem;
  z-index: 9999;
  width: calc(33.33vw - 7rem);
  height: calc((33.33vw - 7rem) * 0.34);
  min-width: 33rem;
  min-height: 12rem;
  max-width: 46rem;
  max-height: 16rem;
  text-indent: -99999px;
  background-image: url("../images/invest-logo-white.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1531px) {
  #modules .tile.carousel .investbwd,
  #modules .module.carousel .investbwd {
    margin-left: calc(50vw - 76rem);
  }
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #modules .tile.carousel .investbwd,
  #modules .module.carousel .investbwd {
    min-width: 160px;
    min-height: 80px;
  }
}
#modules .tile.carousel .swiper-wrapper,
#modules .module.carousel .swiper-wrapper {
  width: 100%;
  height: 100%;
}
#modules .tile.carousel .swiper-wrapper .swiper-slide,
#modules .module.carousel .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#modules .tile.carousel .swiper-wrapper .swiper-slide .slide-image,
#modules .module.carousel .swiper-wrapper .swiper-slide .slide-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: relative;
}
#modules .tile.carousel .swiper-wrapper .swiper-slide .slide-image.fade,
#modules .module.carousel .swiper-wrapper .swiper-slide .slide-image.fade {
  transform: scale(1.2);
  transition-timing-function: ease-in-out;
  transition-duration: 0s;
}
#modules .tile.carousel .swiper-wrapper .swiper-slide .slide-caption,
#modules .module.carousel .swiper-wrapper .swiper-slide .slide-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 9999;
  background-color: white;
  display: inline-block;
  padding: 1rem 2rem;
}
#modules .tile.carousel .swiper-wrapper .swiper-slide.swiper-slide-next .slide-image, #modules .tile.carousel .swiper-wrapper .swiper-slide.swiper-slide-prev .slide-image, #modules .tile.carousel .swiper-wrapper .swiper-slide.swiper-slide-active .slide-image,
#modules .module.carousel .swiper-wrapper .swiper-slide.swiper-slide-next .slide-image,
#modules .module.carousel .swiper-wrapper .swiper-slide.swiper-slide-prev .slide-image,
#modules .module.carousel .swiper-wrapper .swiper-slide.swiper-slide-active .slide-image {
  transform: scale(1);
  transition-duration: 15s;
}
#modules .tile.event-listing,
#modules .module.event-listing {
  padding: 10rem 0;
}
#modules .tile.event-listing .event-tiles,
#modules .module.event-listing .event-tiles {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#modules .tile.event-listing .event-tiles .event-tile,
#modules .module.event-listing .event-tiles .event-tile {
  width: 33.3333333%;
  position: relative;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 769px) and (max-width: 1100px) {
  #modules .tile.event-listing .event-tiles .event-tile,
  #modules .module.event-listing .event-tiles .event-tile {
    width: 50%;
  }
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #modules .tile.event-listing .event-tiles .event-tile,
  #modules .module.event-listing .event-tiles .event-tile {
    width: 100%;
  }
}
#modules .tile.event-listing .event-tiles .event-tile .date,
#modules .module.event-listing .event-tiles .event-tile .date {
  position: absolute;
  top: 1rem;
  left: 3rem;
  background-color: #5A0007;
  padding: 0.5rem 2rem 0.5rem 4rem;
  border-radius: 3rem;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.4rem;
  background-image: url("../images/calendar.svg");
  background-repeat: no-repeat;
  background-position: 1.5rem center;
  color: white;
}
#modules .tile.event-listing .event-tiles .event-tile .image,
#modules .module.event-listing .event-tiles .event-tile .image {
  width: calc(100% - 4rem);
  margin: 0 auto;
}
#modules .tile.event-listing .event-tiles .event-tile .image img,
#modules .module.event-listing .event-tiles .event-tile .image img {
  max-width: 100%;
  height: auto;
}
#modules .tile.event-listing .event-tiles .event-tile h4,
#modules .module.event-listing .event-tiles .event-tile h4 {
  width: calc(100% - 4rem);
  font-size: 2rem;
  margin: 1rem auto;
}
#modules .tile.event-listing .event-tiles .event-tile .excerpt,
#modules .module.event-listing .event-tiles .event-tile .excerpt {
  width: calc(100% - 4rem);
  font-family: "Reckless", serif;
  margin: 1rem auto;
}
#modules .tile.event-listing .event-tiles .event-tile .location,
#modules .module.event-listing .event-tiles .event-tile .location {
  width: calc(100% - 4rem);
  margin: 0 auto;
  color: #C5D8A8;
  text-transform: uppercase;
  font-size: 1.4rem;
}
#modules .tile.event-listing .event-tiles .event-tile .link-button,
#modules .module.event-listing .event-tiles .event-tile .link-button {
  margin-left: 2rem;
}
#modules .tile.event-listing .more,
#modules .module.event-listing .more {
  padding: 2rem 0;
  text-align: center;
}
#modules .tile.panel-slider,
#modules .module.panel-slider {
  height: 60vh;
  min-height: 50rem;
  max-height: 69rem;
  padding-bottom: 38rem;
  position: relative;
}
@media only screen and (min-width: 769px) and (max-width: 1100px) {
  #modules .tile.panel-slider,
  #modules .module.panel-slider {
    height: 100vh;
    max-height: 80rem;
  }
}
@media only screen and (min-width: 516px) and (max-width: 768px) {
  #modules .tile.panel-slider,
  #modules .module.panel-slider {
    height: 100vh;
    max-height: 80rem;
  }
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #modules .tile.panel-slider,
  #modules .module.panel-slider {
    min-height: 100vh;
    padding-bottom: 45rem;
  }
}
#modules .tile.panel-slider .panel-title,
#modules .module.panel-slider .panel-title {
  padding: 10rem 0 2rem 0;
}
@media only screen and (min-width: 769px) and (max-width: 1100px) {
  #modules .tile.panel-slider .panel-title,
  #modules .module.panel-slider .panel-title {
    padding: 4rem 0 2rem 0;
  }
}
@media only screen and (min-width: 516px) and (max-width: 768px) {
  #modules .tile.panel-slider .panel-title,
  #modules .module.panel-slider .panel-title {
    padding: 4rem 0 2rem 0;
  }
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #modules .tile.panel-slider .panel-title,
  #modules .module.panel-slider .panel-title {
    padding: 4rem 0 2rem 0;
  }
}
#modules .tile.panel-slider .panel-title h3,
#modules .module.panel-slider .panel-title h3 {
  color: black;
  font-family: "Matter", sans-serif;
  font-size: 4rem;
}
#modules .tile.panel-slider .panel-title h3 em,
#modules .module.panel-slider .panel-title h3 em {
  font-size: 4rem;
  font-family: "Reckless", serif;
}
#modules .tile.panel-slider.dark-green .panel-title h3,
#modules .module.panel-slider.dark-green .panel-title h3 {
  color: #C5D8A8;
}
#modules .tile.panel-slider .panel,
#modules .module.panel-slider .panel {
  height: 100%;
  color: black;
}
#modules .tile.panel-slider .panel h3,
#modules .module.panel-slider .panel h3 {
  color: black;
}
#modules .tile.panel-slider .panel.green,
#modules .module.panel-slider .panel.green {
  background-color: #C5D8A8;
}
#modules .tile.panel-slider .panel.yellow,
#modules .module.panel-slider .panel.yellow {
  background-color: #EDCB8C;
}
#modules .tile.panel-slider .panel.grey,
#modules .module.panel-slider .panel.grey {
  background-color: #ECEEEB;
}
#modules .tile.panel-slider .panel.pink,
#modules .module.panel-slider .panel.pink {
  background-color: #E1AAC4;
}
#modules .tile.panel-slider .panel.salmon,
#modules .module.panel-slider .panel.salmon {
  background-color: #E5BBAD;
}
#modules .tile.panel-slider .panel.lilac,
#modules .module.panel-slider .panel.lilac {
  background-color: #ABABCF;
}
#modules .tile.panel-slider .panel.red,
#modules .module.panel-slider .panel.red {
  background-color: #E4551C;
}
#modules .tile.panel-slider .panel.red h3,
#modules .module.panel-slider .panel.red h3 {
  color: black;
}
#modules .tile.panel-slider .panel.serif-font .panel-content .text,
#modules .module.panel-slider .panel.serif-font .panel-content .text {
  font-family: "Reckless", serif;
}
#modules .tile.panel-slider .panel.serif-font .panel-content .text .link-button,
#modules .module.panel-slider .panel.serif-font .panel-content .text .link-button {
  font-family: "Matter", sans-serif;
}
#modules .tile.panel-slider .panel .panel-content,
#modules .module.panel-slider .panel .panel-content {
  display: flex;
  height: 100%;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
@media only screen and (min-width: 516px) and (max-width: 768px) {
  #modules .tile.panel-slider .panel .panel-content,
  #modules .module.panel-slider .panel .panel-content {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #modules .tile.panel-slider .panel .panel-content,
  #modules .module.panel-slider .panel .panel-content {
    height: 100%;
    flex-direction: row;
  }
}
#modules .tile.panel-slider .panel .panel-content .text,
#modules .module.panel-slider .panel .panel-content .text {
  width: 50%;
  box-sizing: border-box;
  padding: 6.5rem;
  font-family: "Matter", sans-serif;
}
@media only screen and (min-width: 516px) and (max-width: 768px) {
  #modules .tile.panel-slider .panel .panel-content .text,
  #modules .module.panel-slider .panel .panel-content .text {
    width: 100%;
    padding: 4rem;
  }
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #modules .tile.panel-slider .panel .panel-content .text,
  #modules .module.panel-slider .panel .panel-content .text {
    width: 100%;
    padding: 2rem 2rem 4rem 2rem;
  }
}
#modules .tile.panel-slider .panel .panel-content .text h4,
#modules .module.panel-slider .panel .panel-content .text h4 {
  font-family: "Matter", sans-serif;
  font-size: 3.75rem;
  line-height: 120%;
  margin-bottom: 3.75rem;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #modules .tile.panel-slider .panel .panel-content .text h4,
  #modules .module.panel-slider .panel .panel-content .text h4 {
    font-size: 2.6rem;
    margin-bottom: 1.5rem;
  }
}
#modules .tile.panel-slider .panel .panel-content .text h4 em,
#modules .module.panel-slider .panel .panel-content .text h4 em {
  font-family: "Reckless", serif;
}
#modules .tile.panel-slider .panel .panel-content .image,
#modules .module.panel-slider .panel .panel-content .image {
  background-size: cover;
  background-position: center center;
  width: 50%;
  height: 100%;
}
@media only screen and (min-width: 516px) and (max-width: 768px) {
  #modules .tile.panel-slider .panel .panel-content .image,
  #modules .module.panel-slider .panel .panel-content .image {
    width: 100%;
    height: 30%;
  }
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #modules .tile.panel-slider .panel .panel-content .image,
  #modules .module.panel-slider .panel .panel-content .image {
    width: 100%;
    height: 40%;
  }
}
#modules .tile.panel-slider .panel-controls,
#modules .module.panel-slider .panel-controls {
  position: absolute;
  top: 50%;
  right: 3.8rem;
  z-index: 9999;
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 1101px) and (max-width: 1530px) {
  #modules .tile.panel-slider .panel-controls,
  #modules .module.panel-slider .panel-controls {
    right: 3rem;
  }
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #modules .tile.panel-slider .panel-controls,
  #modules .module.panel-slider .panel-controls {
    top: 25%;
    right: 2rem;
    transform: translate(0, -100%);
  }
}
#modules .tile.panel-slider .panel-controls .panel-button,
#modules .module.panel-slider .panel-controls .panel-button {
  display: block;
  background: black;
  width: 3.8rem;
  height: 3.4rem;
  cursor: pointer;
  background-position: center center;
  background-repeat: no-repeat;
}
#modules .tile.panel-slider .panel-controls .panel-button.button-prev,
#modules .module.panel-slider .panel-controls .panel-button.button-prev {
  border-top-left-radius: 1.7rem;
  border-bottom-left-radius: 1.7rem;
  background-image: url("../images/prev-arrow.svg");
}
#modules .tile.panel-slider .panel-controls .panel-button.button-next,
#modules .module.panel-slider .panel-controls .panel-button.button-next {
  border-top-right-radius: 1.7rem;
  border-bottom-right-radius: 1.7rem;
  background-image: url("../images/next-arrow.svg");
}
#modules .tile.expanding-panels,
#modules .module.expanding-panels {
  padding: 5rem 0 13rem 0;
}
#modules .tile.expanding-panels h3,
#modules .module.expanding-panels h3 {
  color: black;
  padding-bottom: 4rem;
}
#modules .tile.expanding-panels .panel-group,
#modules .module.expanding-panels .panel-group {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#modules .tile.expanding-panels .panel-group .panel,
#modules .module.expanding-panels .panel-group .panel {
  width: calc(50% - 2rem);
  padding-bottom: 4rem;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #modules .tile.expanding-panels .panel-group .panel,
  #modules .module.expanding-panels .panel-group .panel {
    width: calc(100% - 4rem);
  }
}
#modules .tile.expanding-panels .panel-group .panel h4,
#modules .module.expanding-panels .panel-group .panel h4 {
  font-size: 2.9rem;
  line-height: 3.4rem;
  text-transform: uppercase;
  margin-top: 6rem;
  padding-top: 2rem;
  position: relative;
  font-weight: 400;
}
#modules .tile.expanding-panels .panel-group .panel h4:before,
#modules .module.expanding-panels .panel-group .panel h4:before {
  position: absolute;
  top: -2rem;
  left: 0;
  content: "";
  width: 7.8rem;
  height: 2px;
  background-color: white;
}
#modules .tile.expanding-panels .panel-group .panel .text,
#modules .module.expanding-panels .panel-group .panel .text {
  margin-top: 4rem;
  opacity: 1;
  transition-duration: 0.25s;
  transition-property: all;
}
#modules .tile.expanding-panels .panel-group .panel .image img,
#modules .module.expanding-panels .panel-group .panel .image img {
  width: 100%;
  height: auto;
}
#modules .tile.expanding-panels .panel-group .panel.closed .text,
#modules .module.expanding-panels .panel-group .panel.closed .text {
  display: none;
  opacity: 0;
}
#modules .tile.expanding-panels .panel-group .panel button,
#modules .module.expanding-panels .panel-group .panel button {
  margin-top: 4rem;
}
#modules .tile.columns.animated-figures,
#modules .module.columns.animated-figures {
  padding-top: 6rem;
}
#modules .tile.columns.animated-figures .title h3,
#modules .module.columns.animated-figures .title h3 {
  color: black;
  margin-bottom: 4rem;
}
#modules .tile.columns.animated-figures .footnote,
#modules .module.columns.animated-figures .footnote {
  padding-bottom: 5rem;
  font-weight: 500;
}
#modules .tile.columns.animated-figures .footnote p,
#modules .module.columns.animated-figures .footnote p {
  width: 42%;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #modules .tile.columns.animated-figures .footnote p,
  #modules .module.columns.animated-figures .footnote p {
    width: 100%;
  }
}
#modules .tile.columns .column-group .column img,
#modules .module.columns .column-group .column img {
  max-width: 100%;
  height: auto;
}
#modules .tile.columns .column-group.cols-1,
#modules .module.columns .column-group.cols-1 {
  width: calc(100vw - 28rem);
  margin: 0 auto;
  padding: 5rem 0 10rem 0;
  min-width: 32rem;
}
#modules .tile.columns .column-group.cols-3,
#modules .module.columns .column-group.cols-3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 5rem auto 0 auto;
  position: relative;
  width: calc(100vw - 14rem);
  max-width: 137.6rem;
  min-width: 32rem;
  padding-bottom: 10rem;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #modules .tile.columns .column-group.cols-3,
  #modules .module.columns .column-group.cols-3 {
    display: block;
  }
}
#modules .tile.columns .column-group.cols-3 .column,
#modules .module.columns .column-group.cols-3 .column {
  width: 33.333%;
  padding: 0 20px 0 20px;
  box-sizing: border-box;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #modules .tile.columns .column-group.cols-3 .column,
  #modules .module.columns .column-group.cols-3 .column {
    width: 100%;
  }
}
#modules .tile.columns .column-group.cols-3 .column h4,
#modules .module.columns .column-group.cols-3 .column h4 {
  font-size: 2.4rem;
  font-weight: 500;
}
#modules .tile.columns .column-group.cols-3 .column p,
#modules .module.columns .column-group.cols-3 .column p {
  font-family: "Reckless", serif;
}
#modules .tile.columns .column-group.cols-3 .column p:last-child,
#modules .module.columns .column-group.cols-3 .column p:last-child {
  margin-bottom: 0;
}
#modules .tile.columns .column-group.cols-3 .column hr,
#modules .module.columns .column-group.cols-3 .column hr {
  border: none;
  width: 50%;
  height: 4px;
  background-color: black;
  margin: 6rem 0 3rem 0;
}
#modules .tile.columns .column-group.cols-3 .column:first-child,
#modules .module.columns .column-group.cols-3 .column:first-child {
  border-right: 1px solid #C3DDDE;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #modules .tile.columns .column-group.cols-3 .column:first-child,
  #modules .module.columns .column-group.cols-3 .column:first-child {
    border: none;
  }
}
#modules .tile.columns .column-group.cols-3 .column:last-child,
#modules .module.columns .column-group.cols-3 .column:last-child {
  border-left: 1px solid #C3DDDE;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #modules .tile.columns .column-group.cols-3 .column:last-child,
  #modules .module.columns .column-group.cols-3 .column:last-child {
    border: none;
  }
}
#modules .tile.columns .column-group.cols-3.animated,
#modules .module.columns .column-group.cols-3.animated {
  padding-bottom: 0;
}
#modules .tile.columns .column-group.cols-3.animated .column,
#modules .module.columns .column-group.cols-3.animated .column {
  padding: 0;
}
#modules .tile.columns .column-group.cols-3.animated .column:first-child, #modules .tile.columns .column-group.cols-3.animated .column:last-child,
#modules .module.columns .column-group.cols-3.animated .column:first-child,
#modules .module.columns .column-group.cols-3.animated .column:last-child {
  border: none !important;
}
#modules .tile.columns .column-group.cols-3.animated .figure,
#modules .module.columns .column-group.cols-3.animated .figure {
  margin: 0 0 4rem 0;
  border-left: 1px solid white;
  padding-left: 4rem;
  padding-bottom: 4rem;
}
#modules .tile.columns .column-group.cols-3.animated .figure .number,
#modules .module.columns .column-group.cols-3.animated .figure .number {
  color: white;
  font-size: 3.2rem;
  margin-bottom: 2rem;
}
#modules .tile.columns .column-group.cols-3.animated .figure .description,
#modules .module.columns .column-group.cols-3.animated .figure .description {
  font-family: "Reckless", serif;
}
#modules .tile.columns .column-group.cols-2,
#modules .module.columns .column-group.cols-2 {
  display: flex;
  flex-wrap: wrap;
}
#modules .tile.columns .column-group.cols-2 .column,
#modules .module.columns .column-group.cols-2 .column {
  width: 50%;
}
@media only screen and (min-width: 769px) and (max-width: 1100px) {
  #modules .tile.columns .column-group.cols-2 .column,
  #modules .module.columns .column-group.cols-2 .column {
    width: 100%;
  }
}
@media only screen and (min-width: 516px) and (max-width: 768px) {
  #modules .tile.columns .column-group.cols-2 .column,
  #modules .module.columns .column-group.cols-2 .column {
    width: 100%;
  }
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #modules .tile.columns .column-group.cols-2 .column,
  #modules .module.columns .column-group.cols-2 .column {
    width: 100%;
  }
}
#modules .tile.columns .column-group.cols-2 .column.image-column,
#modules .module.columns .column-group.cols-2 .column.image-column {
  min-height: 100%;
  position: relative;
}
#modules .tile.columns .column-group.cols-2 .column.image-column .image,
#modules .module.columns .column-group.cols-2 .column.image-column .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
#modules .tile.columns .column-group.cols-2 .column.image-column .image img,
#modules .module.columns .column-group.cols-2 .column.image-column .image img {
  display: none;
}
@media only screen and (min-width: 1531px) {
  #modules .tile.columns .column-group.cols-2 .column.image-column,
  #modules .module.columns .column-group.cols-2 .column.image-column {
    max-height: 38vw;
    overflow: hidden;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1100px), only screen and (min-width: 516px) and (max-width: 768px), only screen and (min-width: 1px) and (max-width: 515px) {
  #modules .tile.columns .column-group.cols-2 .column.image-column,
  #modules .module.columns .column-group.cols-2 .column.image-column {
    width: 100%;
    height: 0;
    padding-top: 50%;
  }
}
#modules .tile.columns .column-group.cols-2 .column.text-column .text,
#modules .module.columns .column-group.cols-2 .column.text-column .text {
  box-sizing: border-box;
  width: calc(50vw - 7rem);
  max-width: 68.8rem;
  padding: 7rem 21.6rem 10rem 0;
  margin-left: 7rem;
}
@media only screen and (min-width: 1101px) and (max-width: 1530px) {
  #modules .tile.columns .column-group.cols-2 .column.text-column .text,
  #modules .module.columns .column-group.cols-2 .column.text-column .text {
    padding-right: 7rem;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1100px) {
  #modules .tile.columns .column-group.cols-2 .column.text-column .text,
  #modules .module.columns .column-group.cols-2 .column.text-column .text {
    margin: 0 auto;
    padding-right: 0;
    width: calc(100% - 14rem);
  }
}
@media only screen and (min-width: 516px) and (max-width: 768px) {
  #modules .tile.columns .column-group.cols-2 .column.text-column .text,
  #modules .module.columns .column-group.cols-2 .column.text-column .text {
    margin: 0 auto;
    padding-right: 0;
    width: calc(100% - 14rem);
  }
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #modules .tile.columns .column-group.cols-2 .column.text-column .text,
  #modules .module.columns .column-group.cols-2 .column.text-column .text {
    margin: 0 auto;
    padding-right: 0;
    padding-bottom: 4rem;
    width: calc(100% - 4rem);
  }
}
@media only screen and (min-width: 1531px) {
  #modules .tile.columns .column-group.cols-2 .column.text-column.column-1 .text,
  #modules .module.columns .column-group.cols-2 .column.text-column.column-1 .text {
    margin-left: calc(50vw - 68.8rem);
  }
}
#modules .tile.featured-call-to-action,
#modules .module.featured-call-to-action {
  padding: 14rem 0;
}
#modules .tile.featured-call-to-action .title h3,
#modules .module.featured-call-to-action .title h3 {
  text-transform: uppercase;
  color: black;
  margin-bottom: 4rem;
}
#modules .tile.featured-call-to-action .image,
#modules .module.featured-call-to-action .image {
  width: 100%;
  margin-bottom: 4rem;
}
#modules .tile.featured-call-to-action .image img,
#modules .module.featured-call-to-action .image img {
  width: 100%;
  height: auto;
}
#modules .tile.featured-call-to-action .description,
#modules .module.featured-call-to-action .description {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#modules .tile.featured-call-to-action .description .column,
#modules .module.featured-call-to-action .description .column {
  width: 50%;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #modules .tile.featured-call-to-action .description .column,
  #modules .module.featured-call-to-action .description .column {
    width: 100%;
  }
}
#modules .tile.featured-call-to-action .description .column.text,
#modules .module.featured-call-to-action .description .column.text {
  box-sizing: border-box;
  padding-right: 6rem;
  font-family: "Reckless", serif;
}
#modules .tile.featured-call-to-action .description .column.text h4,
#modules .module.featured-call-to-action .description .column.text h4 {
  font-family: "Matter", sans-serif;
  font-size: 2rem;
  margin-bottom: 2rem;
}
#modules .tile.featured-call-to-action .description .column.link .link-button,
#modules .module.featured-call-to-action .description .column.link .link-button {
  margin-top: 4.8rem;
}
#modules .tile.full-width-image img,
#modules .module.full-width-image img {
  width: 100%;
  height: auto;
  display: block;
}
#modules .tile.full-width-image .image-caption .caption-text,
#modules .module.full-width-image .image-caption .caption-text {
  width: 50%;
  padding: 6rem 0;
  margin-left: calc(50% + 20px);
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #modules .tile.full-width-image .image-caption .caption-text,
  #modules .module.full-width-image .image-caption .caption-text {
    width: 100%;
    margin-left: 0;
  }
}
#modules .tile.full-width-image .image-caption .caption-text h3,
#modules .module.full-width-image .image-caption .caption-text h3 {
  font-size: 2.4rem;
  margin-bottom: 1.4rem;
  color: black;
}

/*
	6. News
*/
#news-archive .news-tiles {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #news-archive .news-tiles {
    display: block;
  }
}
#news-archive .news-tiles .news-tile {
  width: calc(33.333% - 30px);
  margin-bottom: 15rem;
  position: relative;
  padding-bottom: 6rem;
  cursor: pointer;
}
@media only screen and (min-width: 769px) and (max-width: 1100px) {
  #news-archive .news-tiles .news-tile {
    width: calc(25% - 30px);
  }
}
@media only screen and (min-width: 516px) and (max-width: 768px) {
  #news-archive .news-tiles .news-tile {
    width: calc(25% - 30px);
  }
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #news-archive .news-tiles .news-tile {
    width: 280px;
    margin: 0 auto 8rem auto;
  }
}
#news-archive .news-tiles .news-tile .image {
  width: 100%;
  overflow: hidden;
}
#news-archive .news-tiles .news-tile .image img {
  transition-duration: 0.25s;
  width: 100%;
  height: auto;
}
#news-archive .news-tiles .news-tile h4 {
  font-size: 2rem;
  font-weight: 400;
  margin: 2.6rem 0 4rem 0;
}
#news-archive .news-tiles .news-tile .link-button {
  position: absolute;
  bottom: 0;
}
#news-archive .news-tiles .news-tile:hover .link-button a {
  background-color: white;
}
#news-archive .news-tiles .news-tile:hover .image img {
  transform: scale(1.1);
}

#event-content,
#news-archive,
#news-content {
  padding-top: 16rem;
  background-color: #E4E3DE;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #event-content,
  #news-archive,
  #news-content {
    padding-top: 10rem;
  }
}
#event-content h1,
#news-archive h1,
#news-content h1 {
  text-align: center;
  font-family: "Reckless", serif;
  font-size: 6rem;
  line-height: 9rem;
  font-weight: 400;
  color: #335D5F;
  width: calc(100% - 23.6rem);
  margin: 0 auto 4.5rem auto;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #event-content h1,
  #news-archive h1,
  #news-content h1 {
    font-size: 3.6rem;
    line-height: 4.8rem;
    width: 100%;
    margin-bottom: 2rem;
  }
}
#event-content #date-posted,
#news-archive #date-posted,
#news-content #date-posted {
  font-size: 1.6rem;
  text-align: center;
  width: calc(100% - 23.6rem);
  margin: 0 auto 4.5rem auto;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #event-content #date-posted,
  #news-archive #date-posted,
  #news-content #date-posted {
    margin-bottom: 2rem;
  }
}
#event-content #main-image,
#news-archive #main-image,
#news-content #main-image {
  width: 100%;
  text-align: center;
}
#event-content #main-image img,
#news-archive #main-image img,
#news-content #main-image img {
  max-width: 100%;
  height: auto;
}
#event-content #introduction,
#news-archive #introduction,
#news-content #introduction {
  width: calc(100% - 23.6rem);
  margin: 10rem auto 6.5rem auto;
  font-family: "Reckless", serif;
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 500;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #event-content #introduction,
  #news-archive #introduction,
  #news-content #introduction {
    width: calc(100% - 4rem);
  }
}
#event-content #story,
#news-archive #story,
#news-content #story {
  width: calc(100% - 58rem);
  margin: 0 auto 0 auto;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #event-content #story,
  #news-archive #story,
  #news-content #story {
    width: calc(100% - 4rem);
  }
}
#event-content #story p, #event-content #story li,
#news-archive #story p,
#news-archive #story li,
#news-content #story p,
#news-content #story li {
  font-size: 1.8rem;
  line-height: 2.6rem;
}
#event-content #story p:last-child, #event-content #story li:last-child,
#news-archive #story p:last-child,
#news-archive #story li:last-child,
#news-content #story p:last-child,
#news-content #story li:last-child {
  margin-bottom: 0;
  padding-bottom: 6rem;
}
#event-content #story img,
#news-archive #story img,
#news-content #story img {
  max-width: 100%;
  height: auto;
}
#event-content #further-details,
#news-archive #further-details,
#news-content #further-details {
  width: calc(100% - 58rem);
  margin: 0 auto 0 auto;
  padding: 6rem 0;
  position: relative;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #event-content #further-details,
  #news-archive #further-details,
  #news-content #further-details {
    width: calc(100% - 4rem);
  }
}
#event-content #further-details:before,
#news-archive #further-details:before,
#news-content #further-details:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 2px;
  width: 100%;
  background-color: white;
}
#event-content #further-details p,
#news-archive #further-details p,
#news-content #further-details p {
  font-family: "Reckless", serif;
  color: #335D5F;
  font-size: 2rem;
  line-height: 3rem;
  margin-bottom: 1.2rem;
}
#event-content #further-details a,
#news-archive #further-details a,
#news-content #further-details a {
  color: #335D5F;
  text-decoration: underline;
}
#event-content #further-details a:hover,
#news-archive #further-details a:hover,
#news-content #further-details a:hover {
  color: black;
}

/*
	7. Events 
*/
#event-content {
  padding: 20rem 0 10rem 0;
}
#event-content #event-details {
  color: #2B4E50;
  text-align: center;
  padding: 0 0 10rem 0;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #event-content #event-details {
    padding-bottom: 3rem;
  }
}
#event-content #event-details h2 {
  font-family: "Reckless", serif;
  font-size: 6rem;
  line-height: 8rem;
  margin-bottom: 4rem;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #event-content #event-details h2 {
    font-size: 3rem;
    line-height: 4rem;
    margin-bottom: 3rem;
  }
}
#event-content #event-details .location {
  text-transform: uppercase;
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #event-content #event-details .location {
    font-size: 1.8rem;
  }
}
#event-content #event-details .date {
  font-family: "Reckless", serif;
  font-weight: 500;
  font-size: 2.4rem;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #event-content #event-details .date {
    font-size: 1.8rem;
  }
}
#event-content #introduction {
  text-align: center;
  width: calc(100% - 23.6rem);
  margin: 10rem auto 6.5rem auto;
  font-family: "Reckless", serif;
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 500;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #event-content #introduction {
    width: calc(100% - 4rem);
    margin: 3rem auto 3rem auto;
  }
}
#event-content #story {
  width: calc(100% - 58rem);
  margin: 0 auto 0 auto;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #event-content #story {
    width: calc(100% - 4rem);
  }
}
#event-content #story p, #event-content #story li {
  font-size: 1.8rem;
  line-height: 2.6rem;
}
#event-content #story p:last-child, #event-content #story li:last-child {
  margin-bottom: 0;
  padding-bottom: 6rem;
}
#event-content #story img {
  max-width: 100%;
  height: auto;
}
#event-content #further-details {
  width: calc(100% - 58rem);
  margin: 0 auto 0 auto;
  padding: 6rem 0;
  position: relative;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #event-content #further-details {
    width: calc(100% - 4rem);
  }
}
#event-content #further-details:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 2px;
  width: 100%;
  background-color: white;
}
#event-content #further-details p {
  font-family: "Reckless", serif;
  color: #335D5F;
  font-size: 2rem;
  line-height: 3rem;
  margin-bottom: 1.2rem;
}
#event-content #further-details a {
  color: #335D5F;
  text-decoration: underline;
}
#event-content #further-details a:hover {
  color: black;
}

/*
	8. Footer
*/
#footer {
  padding: 10rem 0;
  background-color: #2B4E50;
}
@media only screen and (min-width: 516px) and (max-width: 768px) {
  #footer {
    padding: 5rem 0;
  }
}
#footer .inner {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 516px) and (max-width: 768px) {
  #footer .inner {
    display: block;
  }
}
#footer .inner .footer-column {
  width: 50%;
}
@media only screen and (min-width: 516px) and (max-width: 768px) {
  #footer .inner .footer-column {
    width: 100%;
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #footer .inner .footer-column {
    width: calc(100% - 8rem);
    margin: 0 auto;
  }
}
#footer #footer-logo {
  background-image: url("../images/invest-logo-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 212px;
  height: 75px;
  text-indent: -99999px;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #footer #footer-logo {
    height: 150px;
  }
}
#footer #footer-contact {
  color: white;
  padding-bottom: 10rem;
  position: relative;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #footer #footer-contact {
    padding-bottom: 12rem;
  }
}
#footer #footer-contact a {
  color: white;
}
#footer #footer-contact a:hover {
  text-decoration: underline;
}
#footer #footer-contact #bwd-footer-logo {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 11rem;
  height: 13rem;
  text-indent: -99999px;
  background-image: url("../images/bwd-purple-crest.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1px) and (max-width: 515px) {
  #footer #footer-contact #bwd-footer-logo {
    left: 0;
    right: auto;
    width: 8rem;
    height: 10rem;
  }
}
</pre></body></html>