@charset "UTF-8";
.bullet::before,
.button circle::after {
    background: var(--burgundy);
    content: '';
    top: 0;
    left: 0
}

.button strong,
.heading,
.quote::before {
    transition: color .6s ease-out
}

button,
header::after {
    background: 0 0
}

footer,
section#menu {
    color: var(--newlightgrey)
}

footer div.container>div:first-child h2,
form.filters label,
section#apply h2,
section#contact-form form fieldset:nth-child(-n+3),
section#contact-form h2 {
    margin-bottom: 20px
}

.small-header,
form fieldset span.error {
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase
}

.button strong,
.heading,
.small-header,
form fieldset span.error,
form.filters label {
    text-transform: uppercase
}

.button strong,
caption,
section#menu nav#main-nav .menu-item,
td,
th {
    text-align: left
}

div.container:not(.margin),
section#about-expectations ul li,
section#fuiof-highlights ul li {
    padding-left: var(--margin);
    padding-right: var(--margin)
}

section#reiif-video,
section#team-member {
    height: var(--vh100);
    top: var(--vh100);
    z-index: 200
}

a,
a.button,
button,
button.button,
div.carousel ul li,
section#culture-philanthropy #charities #charity-logos ul li {
    cursor: pointer
}

section#a-few-words,
section#apply,
section#contact-form,
section#privacy {
    padding-bottom: var(--padding-bottom)
}

section#about-hero,
section#article-hero,
section#career,
section#careers-hero,
section#contact,
section#culture-hero,
section#four04,
section#fuiof-hero,

section#news-hero,
section#portfolio-hero,
section#privacy,
section#project-hero,
section#reiif-hero,
section#team-hero {
    padding-top: var(--padding-top)
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
big,
blockquote,
body,
button,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
nav,
object,
ol,
p,
pre,
q,
s,
samp,
section,
select,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
    border: 0;
    box-sizing: border-box;
    font-weight: inherit;
    font-style: inherit;
    font-size: 99%%;
    font-family: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline
}

.big-text,
.h1,
.h2,
.h3,
body {
    font-family: NeueMontreal;
    font-weight: 400
}

body {
    background: #fff;
    line-height: 1;
    
    color: #24242c;
    font-style: normal;
    min-width: 320px
}

a,
button,
button:active,
footer div.container>div:last-child p a {
    color: inherit
}

ol,
ul {
    list-style: none
}

table {
    border-collapse: separate;
    border-spacing: 0
}

article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
    margin: 0
}

a {
    text-decoration: none
}

.bg-container[background=burgundy] section:not(.invisible) .button circle::after,
.para ul li::before,
body::after,
footer {
    background: var(--mahogany)
}

:focus {
    outline: 0
}

* {
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    -webkit-text-size-adjust: 100%
}

input[type=number] {
    -moz-appearance: textfield
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

textarea {
    resize: none
}

select::-ms-expand {
    display: none
}

::selection {
    background: #6c2d1a;
    color: var(--newlightgrey) !important
}

::-moz-selection {
    background: #6c2d1a;
    color: var(--newlightgrey) !important
}

::-webkit-scrollbar {
    display: none !important
}

::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none
}

.button strong span,
.heading,
.para,
footer div.container>div:first-child>a,
footer div.container>div:first-child>a svg,
section#homepage-news ul li p strong,
section#investment-criteria div.images figure,
section#privacy aside strong,
section#reiif-highlights div.images figure,
section#team-member h2 span {
    display: block
}

body section,
section#about-expectations ul li.active button span::after,
section#fuiof-highlights ul li.active button span::after,
section#investment-criteria ul li.active button span::after,
section#investment-strategy ul li.active button span::after,
section#reiif-highlights ul li.active button span::after {
    opacity: 0
}

.text-reveal.set,
body.ready section {
    opacity: 1
}

header section#header #logo,
section {
    pointer-events: auto;
    position: relative
}

div.container {
    min-height: 100%;
    position: relative
}

div.container.margin {
    margin-left: var(--margin);
    margin-right: var(--margin)
}

code.device {
    display: none;
    height: 1px;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 1px;
    width: 1px
}

:root {
    --vw: 1vw;
    --vh: 1vh;
    --grid: calc((var(--vw) * 100) - (var(--margin) * 2));
    --col: calc((var(--grid) + var(--gutter)) / var(--columns));
    --vh100: calc(var(--vh) * 100);
    --vw100: calc(var(--vw) * 100);
    --mVw: 1mVw;
    --mGrid: calc((var(--mVw) * 100) - (var(--margin) * 2));
    --mCol: calc((var(--mGrid) + var(--gutter)) / var(--columns));
    --col1: calc((var(--col) * 1));
    --col1-g: calc(var(--col1) - var(--gutter));
    --col1g: calc(var(--col1) + var(--gutter));
    --mCol1: calc((var(--mCol) * 1));
    --mCol1-g: calc(var(--mCol1) - var(--gutter));
    --mCol1g: calc(var(--mCol1) + var(--gutter));
    --col2: calc((var(--col) * 2));
    --col2-g: calc(var(--col2) - var(--gutter));
    --col2g: calc(var(--col2) + var(--gutter));
    --mCol2: calc((var(--mCol) * 2));
    --mCol2-g: calc(var(--mCol2) - var(--gutter));
    --mCol2g: calc(var(--mCol2) + var(--gutter));
    --col3: calc((var(--col) * 3));
    --col3-g: calc(var(--col3) - var(--gutter));
    --col3g: calc(var(--col3) + var(--gutter));
    --mCol3: calc((var(--mCol) * 3));
    --mCol3-g: calc(var(--mCol3) - var(--gutter));
    --mCol3g: calc(var(--mCol3) + var(--gutter));
    --col4: calc((var(--col) * 4));
    --col4-g: calc(var(--col4) - var(--gutter));
    --col4g: calc(var(--col4) + var(--gutter));
    --mCol4: calc((var(--mCol) * 4));
    --mCol4-g: calc(var(--mCol4) - var(--gutter));
    --mCol4g: calc(var(--mCol4) + var(--gutter));
    --col5: calc((var(--col) * 5));
    --col5-g: calc(var(--col5) - var(--gutter));
    --col5g: calc(var(--col5) + var(--gutter));
    --mCol5: calc((var(--mCol) * 5));
    --mCol5-g: calc(var(--mCol5) - var(--gutter));
    --mCol5g: calc(var(--mCol5) + var(--gutter));
    --col6: calc((var(--col) * 6));
    --col6-g: calc(var(--col6) - var(--gutter));
    --col6g: calc(var(--col6) + var(--gutter));
    --mCol6: calc((var(--mCol) * 6));
    --mCol6-g: calc(var(--mCol6) - var(--gutter));
    --mCol6g: calc(var(--mCol6) + var(--gutter));
    --col7: calc((var(--col) * 7));
    --col7-g: calc(var(--col7) - var(--gutter));
    --col7g: calc(var(--col7) + var(--gutter));
    --mCol7: calc((var(--mCol) * 7));
    --mCol7-g: calc(var(--mCol7) - var(--gutter));
    --mCol7g: calc(var(--mCol7) + var(--gutter));
    --col8: calc((var(--col) * 8));
    --col8-g: calc(var(--col8) - var(--gutter));
    --col8g: calc(var(--col8) + var(--gutter));
    --mCol8: calc((var(--mCol) * 8));
    --mCol8-g: calc(var(--mCol8) - var(--gutter));
    --mCol8g: calc(var(--mCol8) + var(--gutter));
    --col9: calc((var(--col) * 9));
    --col9-g: calc(var(--col9) - var(--gutter));
    --col9g: calc(var(--col9) + var(--gutter));
    --mCol9: calc((var(--mCol) * 9));
    --mCol9-g: calc(var(--mCol9) - var(--gutter));
    --mCol9g: calc(var(--mCol9) + var(--gutter));
    --col10: calc((var(--col) * 10));
    --col10-g: calc(var(--col10) - var(--gutter));
    --col10g: calc(var(--col10) + var(--gutter));
    --mCol10: calc((var(--mCol) * 10));
    --mCol10-g: calc(var(--mCol10) - var(--gutter));
    --mCol10g: calc(var(--mCol10) + var(--gutter));
    --col11: calc((var(--col) * 11));
    --col11-g: calc(var(--col11) - var(--gutter));
    --col11g: calc(var(--col11) + var(--gutter));
    --mCol11: calc((var(--mCol) * 11));
    --mCol11-g: calc(var(--mCol11) - var(--gutter));
    --mCol11g: calc(var(--mCol11) + var(--gutter));
    --col12: calc((var(--col) * 12));
    --col12-g: calc(var(--col12) - var(--gutter));
    --col12g: calc(var(--col12) + var(--gutter));
    --mCol12: calc((var(--mCol) * 12));
    --mCol12-g: calc(var(--mCol12) - var(--gutter));
    --mCol12g: calc(var(--mCol12) + var(--gutter));
    --gutter: 20px;
    --red: #f15d2f;
    --darkgrey: #696a6d;
    --lightgrey: #d7d9da;
    --grey: #afafaf;
    --dark: #525252;
    --lightdark: #6f6f6f;
    --white: #fff;
    --black: #0b0a0a;
    --newlightgrey: #fff;
    --newgrey: #a5a5a5;
    --newred: #ef2727;
    --burgundy: #f15d2f;
    --mahogany: #24242c;
    --charcoal: #1a1a1a;
    --menu_transition: .8s cubic-bezier(0.8, 0, 0.2, 1)
}

#about-expectations div.images,
#extended-portfolio,
.bullet,
.button circle,
.button strong,
.h1 sub.sup,
.para ul li,
.quote,
div.ticker-outer-container,
figure,
form fieldset,
form.filters>div div button,
h1.h1,
section#about-expectations ul,
section#about-overview div.flex,
section#about-overview div.flex#overview1 div.content-block,
section#article-body #share-article div.share,
section#article-body article,
section#article-body article div.image,
section#article-body article div.images,
section#article-body article div.video,
section#careers-benefits div.images,
section#contact #contact-container,
section#culture-philanthropy #charities,
section#culture-philanthropy div.images,
section#fuiof-hero div.flex,
section#fuiof-highlights ul,
section#homepage-firm div.flex_1,
section#homepage-firm div.flex_2,
section#homepage-firm div.flex_2 div,
section#investment-criteria #investment-criteria-detail,
section#investment-criteria div.container>ul,
section#investment-criteria div.container>ul>li div.para ul li,
section#investment-strategy #investment-strategy-detail,
section#investment-strategy div.container>ul,
section#investment-strategy div.container>ul>li div.para ul li,
section#menu nav,
section#menu nav#main-nav button.para,
section#news-articles ul,
section#news-articles ul li,
section#project-gallery #gallery-container,
section#project-gallery #gallery-container div,
section#project-hero div.flex,
section#reiif-hero div#reiif-info,
section#reiif-highlights #reiif-highlights-detail,
section#reiif-highlights ul,
section#sectors-of-focus ul,
section.culture-team-impact div.content,
section.portfolio-projects ul,
section.team-members ul li,
section.team-members#advisory-board ul li a {
    position: relative
}

@media all and (max-width:1439px) {
    :root {
        --margin: 20px;
        ---margin: -20px;
        --padding-bottom: 80px
    }
    .heading.margin {
        margin-bottom: 20px
    }
    .bullet {
        padding-top: 37px
    }
}

@media all and (min-width:1439px) {
    #_desktop {
        display: block
    }
    :root {
        --margin: 40px;
        ---margin: -40px
    }
}





@font-face {
    font-family: NeueMontreal;
    src: url("../fonts/PPNeueMontreal-Light.woff2") format("woff2"), url("../fonts/PPNeueMontreal-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: NeueMontreal;
    src: url("../fonts/PPNeueMontreal-LightItalic.woff2") format("woff2"), url("../fonts/PPNeueMontreal-LightItalic.woff") format("woff");
    font-weight: 300;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: NeueMontreal;
    src: url("../fonts/PPNeueMontreal-Regular.woff2") format("woff2"), url("../fonts/PPNeueMontreal-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: NeueMontreal;
    src: url("../fonts/PPNeueMontreal-Italic.woff2") format("woff2"), url("../fonts/PPNeueMontreal-Italic.woff") format("woff");
    font-weight: 400;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: NeueMontreal;
    src: url("../fonts/PPNeueMontreal-Medium.woff2") format("woff2"), url("../fonts/PPNeueMontreal-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: NeueMontreal;
    src: url("../fonts/PPNeueMontreal-MediumItalic.woff2") format("woff2"), url("../fonts/PPNeueMontreal-vItalic.woff.html") format("woff");
    font-weight: 500;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: NeueMontreal;
    src: url("../fonts/PPNeueMontreal-SemiBold.woff2") format("woff2"), url("../fonts/PPNeueMontreal-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: NeueMontreal;
    src: url("../fonts/PPNeueMontreal-SemiBoldItalic.woff2.html") format("woff2"), url("../fonts/PPNeueMontreal-SemiBoldItalic.woff.html") format("woff");
    font-weight: 600;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../fonts/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-Medium';
    src: url('../fonts/Montserrat-Medium.woff2') format('woff2'),
        url('../fonts/Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

section#menu nav#main-nav div,header section#header #header-menu button strong{
    font-family: 'NeueMontreal';
}

section#menu nav#secondary-nav div{
    font-family: 'NeueMontreal';
}


.h1,
section#about-expectations ul li div p,
section#careers-hero button[action=goto] strong,
section#careers-stakeholders #stakeholder-model #stakeholder strong,
section#investment-criteria ul li div,
section#investment-strategy ul li div p {
    color: #63321f;
}


.h1.red {
    color: var(--newred)
}

.big-text
 {
    color: var(--white)
}


.heading,
.para a,
.quote::before,
form.filters label,
section#careers-hero strong.heading,
section#careers-positions ul li a small,
section#careers-stakeholders h2,
section#four04 h1 span:first-child {
    color: var(--burgundy)
}


section#careers-stakeholders h2 {
    color: var(--black)
}


.h1 sub.sup sup {
    position: absolute;
    top: 0
}

.para strong,
section#a-few-words h2,
section#apply form #uploadifive-cv span strong,
strong.para {
        font-size: 24px;
    font-weight: 500
}

.para em,
em.para {
    font-style: italic
}

.para ul li {
    padding-left: 2.6ch
}

.para ul li::before {
    border-radius: 50%;
    content: '';
    display: block;
    height: 4px;
    left: 1ch;
    position: absolute;
    top: 1ch;
    width: 4px
}

.small-header {
    font-weight: 600
}

.heading {
    font-weight: 500;
    width: 100%;
    --fade-up-position: 100%
}

.heading.center,
section#careers-positions ul li {
    text-align: center
}

.pre {
    white-space: pre-line
}

.button,
section#culture-hero div.flex,
section.homepage-portfolio div.container {
    align-items: flex-start;
    display: -webkit-flex;
    display: flex
}

.button.inline {
    display: -webkit-inline-flex;
    display: inline-flex
}

.button circle {
    align-items: center;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: scale(.6);
    transform: scale(.6);
    z-index: 1
}

.button circle::after {
    border-radius: 50%;
    display: block;
    height: 100%;
    position: absolute;
    transition: background-color .6s ease-out;
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.button circle icon,
.button circle icon arrow {
    border-radius: 50%;
    display: block;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

.button circle icon arrow::after {
    background: url('../img/icons_arrow-right-grey.svg') center center no-repeat;
    content: '';
    display: block;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.button.diagonal circle icon arrow {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.button strong {
    color: var(--mahogany);
    font-weight: 600;
    letter-spacing: .05em;
    pointer-events: none;
    z-index: 2
}

header section#header div.container,
header::after {
    transition: background-color .4s ease-out;
    pointer-events: none
}

h1.button,
section#about-expectations strong {
    display: block;
    position: relative;
    z-index: 2
}

section#reiif-video button,
section#team-member button {
    background-image: url('../img/icons_close-grey.svg');
    background-position: center center;
    background-repeat: no-repeat;
    right: var(--margin);
    z-index: 4
}

h1.button circle {
    position: absolute;
    z-index: -1
}

.bullet::before {
    border-radius: 50%;
    display: block;
    height: 17px;
    position: absolute;
    background:#6c2d1a;
    width: 17px
}

.quote::before {
    content: '“';
    display: block;
    font-weight: 400;
    left: 0;
    position: absolute;
    top: 0
}

figure img,
section#culture-hero div.ticker-outer-container img,
section#culture-philanthropy #charities #charity-logos ul li img,
section#culture-philanthropy div.images figure:first-of-type,
section.homepage-portfolio h2,
section.team-members ul li a img {
    width: 100%
}

img.cover {
    display: block;
  object-fit: cover;
}

.text-reveal span,
div.carousel ul li a strong {
    display: inline-block
}

figure iframe,
figure video,
section#homepage-extraordinary-outcomes div.ticker-outer-container video {
    object-fit: cover;
    width: 100%
}

.fade-in:not(.fade-in-container),
.fade-up:not(.fade-up-container) {
    opacity: 0;
    --animation-delay: 0s
}

.fade-up.fade-up-container.reveal .fade-up:not([scroll*=reveal]),
.fade-up.reveal {
    animation: fade-up .8s forwards cubic-bezier(.5, 1, .89, 1) var(--animation-delay);
    will-change: transform
}

body.no-reveals .fade-in,
body.no-reveals .fade-up,
body.no-reveals .text-reveal,
body.no-reveals figure[scroll*=parallax] {
    opacity: 1 !important
}

body.no-reveals .fade-in.reveal,
body.no-reveals .fade-up.reveal,
body.no-reveals figure[scroll*=reveal].reveal,
body.no-reveals iframe[scroll*=reveal].reveal {
    animation: none !important
}

@keyframes fade-up {
    0% {
        opacity: 0;
        transform: translateY(var(--fade-up-position))
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@-webkit-keyframes fade-up {
    0% {
        opacity: 0;
        -webkit-transform: translateY(var(--fade-up-position))
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

.text-reveal {
    opacity: 0;
    position: relative;
    --animation-delay: 0s
}

.text-reveal span {
    margin-bottom: -11px;
    overflow: hidden;
    position: relative;
    vertical-align: bottom
}

.text-reveal span sub {
    display: block;
    opacity: 0;
    padding-bottom: 11px
}

.text-reveal.reveal span sub {
    animation: text-reveal 1s forwards cubic-bezier(.65, 0, .35, 1) var(--transition-delay);
    will-change: transform
}

.text-reveal.headline span {
    white-space: pre-wrap
}

.text-reveal:not(.set) span sub,
section#menu nav#main-nav .menu-item span sub {
    white-space: pre
}

.text-reveal:not(.concurrent) span sub {
    --transition-delay: calc(var(--animation-delay) + (var(--index) * .05s))
}

.text-reveal.concurrent span sub {
    transition-delay: calc(var(--animation-delay) + .05s)
}

body.no-reveals .text-reveal span sub {
    animation: none !important;
    opacity: 1 !important;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

@keyframes text-reveal {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes text-reveal {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0)
    }
}

.button.reveal circle {
    animation: button-circle 1s forwards cubic-bezier(.65, 0, .35, 1) var(--animation-delay);
    --animation-delay: 0s
}

.button.reveal circle icon arrow::after {
    left: 0;
    opacity: 1;
    transition: left .8s cubic-bezier(.65, 0, .35, 1) calc(var(--animation-delay) + .8s), opacity .8s cubic-bezier(.65, 0, .35, 1) calc(var(--animation-delay) + .8s)
}

@keyframes button-circle {
    0% {
        opacity: 0;
        transform: scale(0)
    }
    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@-webkit-keyframes button-circle {
    0% {
        opacity: 0;
        -webkit-transform: scale(0)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1)
    }
}

.button.clickable circle::after {
    animation: .8s cubic-bezier(.65, 0, .35, 1) forwards button-hover-circle
}

.button.clickable.text-reveal.hover circle::after {
    animation: 1s cubic-bezier(.45, 0, .55, 1) forwards button-hover-circle-hover
}

@keyframes button-hover-circle-hover {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.25)
    }
    100% {
        transform: scale(1.2)
    }
}

@-webkit-keyframes button-hover-circle-hover {
    0% {
        -webkit-transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.25)
    }
    100% {
        -webkit-transform: scale(1.2)
    }
}

@keyframes button-hover-circle {
    0% {
        transform: scale(1.2)
    }
    100% {
        transform: scale(1)
    }
}

@-webkit-keyframes button-hover-circle {
    0% {
        -webkit-transform: scale(1.2)
    }
    100% {
        -webkit-transform: scale(1)
    }
}

.button.clickable circle icon arrow::after {
    animation: .8s cubic-bezier(.65, 0, .35, 1) forwards button-hover-icon
}

.button.clickable.hover circle icon arrow::after {
    animation: 1s cubic-bezier(.65, 0, .35, 1) forwards button-hover-icon-hover
}

@keyframes button-hover-icon-hover {
    0% {
        transform: translateX(0) scale(1)
    }
    50% {
        transform: translateX(100%) scale(1)
    }
    51% {
        transform: translateX(-100%) scale(1)
    }
    100% {
        transform: translateX(0) scale(1.1)
    }
}

@-webkit-keyframes button-hover-icon-hover {
    0% {
        -webkit-transform: translateX(0) scale(1)
    }
    50% {
        -webkit-transform: translateX(100%) scale(1)
    }
    51% {
        -webkit-transform: translateX(-100%) scale(1)
    }
    100% {
        -webkit-transform: translateX(0) scale(1.1)
    }
}

@keyframes button-hover-icon {
    0% {
        transform: scale(1.1)
    }
    100% {
        transform: scale(1)
    }
}

@-webkit-keyframes button-hover-icon {
    0% {
        -webkit-transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1)
    }
}

body.no-reveals .button circle {
    animation: none !important;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

body.no-reveals .button circle icon arrow::after {
    left: 0 !important;
    opacity: 1 !important;
    transition: none !important
}

figure[scroll*=reveal],
iframe[scroll*=reveal] {
    opacity: 0;
    overflow: hidden;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0)
}

figure[scroll*=parallax].reveal,
figure[scroll*=reveal].reveal,
iframe[scroll*=reveal].reveal {
    animation: image-reveal 1s forwards cubic-bezier(.5, 1, .89, 1) var(--animation-delay);
    --animation-delay: 0s
}

body.no-reveals figure[scroll*=reveal],
body.no-reveals iframe[scroll*=reveal] {
    opacity: 1 !important;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

@keyframes image-reveal {
    0% {
        opacity: 0;
        transform: translate3d(0, 100px, 0)
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes image-reveal {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0)
    }
}

figure[scroll*=parallax] {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0)
}

figure[scroll*=parallax] span {
    display: block;
    overflow: hidden;
    position: relative;
    will-change: transform
}

figure[scroll*=parallax] img,
figure[scroll*=parallax] video {
    will-change: transform
}

body::after,
header,
header section#header,
section#menu,
section#reiif-video,
section#team-member {
    position: fixed;
    left: 0
}

@keyframes slideDownBounce {
    0% {
        transform: translateY(-100%)
    }
    50% {
        transform: translateY(8%)
    }
    65% {
        transform: translateY(-4%)
    }
    80% {
        transform: translateY(4%)
    }
    95% {
        transform: translateY(-2%)
    }
    100% {
        transform: translateY(0)
    }
}

@-webkit-keyframes slideDownBounce {
    0% {
        -webkit-transform: translateY(8%)
    }
    65% {
        -webkit-transform: translateY(-4%)
    }
    80% {
        -webkit-transform: translateY(4%)
    }
    95% {
        -webkit-transform: translateY(-2%)
    }
    100% {
        -webkit-transform: translateY(0)
    }
}

body.transition:not(.complete) div.bg-container section {
    animation: 1.2s cubic-bezier(.8, 0, .2, 1) forwards transition-main;
    will-change: transform
}

@keyframes transition-main {
    0% {
        transform: translate3d(0, 0, 0)
    }
    100% {
        transform: translate3d(-15%, 0, 0)
    }
}

@-webkit-keyframes transition-main {
    0% {
        -webkit-transform: translate3d(0, 0, 0)
    }
    100% {
        -webkit-transform: translate3d(-15%, 0, 0)
    }
}

body::after {
    content: '';
    display: block;
    height: 100%;
    top: 0;
    width: 100%;
    will-change: transform;
    z-index: 10000;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

body.transition:not(.complete)::after {
    animation: .8s cubic-bezier(.8, 0, .2, 1) forwards transition-bg
}

body.transition.complete::after {
    animation: .8s cubic-bezier(.8, 0, .2, 1) forwards transition-bg-complete
}

@keyframes transition-bg {
    0% {
        transform: translate3d(100%, 0, 0)
    }
    100% {
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes transition-bg {
    0% {
        -webkit-transform: translate3d(100%, 0, 0)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0)
    }
}

@keyframes transition-bg-complete {
    0% {
        transform: translate3d(0, 0, 0)
    }
    100% {
        transform: translate3d(-100%, 0, 0)
    }
}

@-webkit-keyframes transition-bg-complete {
    0% {
        -webkit-transform: translate3d(0, 0, 0)
    }
    100% {
        -webkit-transform: translate3d(-100%, 0, 0)
    }
}

header {
    width: 100%;
    z-index: 100
}

header::after {
    content: '';
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 80;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

header section#header {
    opacity: 0;
    pointer-events: none;
    top: -18px;
    width: 100%;
    z-index: 100
}

header section#header div.container {
    align-items: center;
    background-color: transparent;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between
}

header section#header #logo a {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

header section#header #logo svg,
section#culture-philanthropy #charities #charity-logos ul li a {
    display: block;
    pointer-events: none
}

header section#header #logo svg path {
    transition: fill var(--menu_transition)
}

header section#header #header-menu {
    align-items: flex-end;
    display: -webkit-flex;
    display: flex;
    flex-direction: flex-end
}

header section#header #header-menu button {
    align-items: center;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    opacity: 1;
    pointer-events: auto;
    transition: opacity .8s cubic-bezier(.8, 0, .2, 1)
}

header section#header #header-menu button span {
    display: block;
    height: 8px;
    position: relative
}

header section#header #header-menu button span::after,
header section#header #header-menu button span::before {
    border-top-width: 2px;
    border-top-style: solid;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    width: 100%
}

header section#header #header-menu button span::before {
    top: 0
}

header section#header #header-menu button span::after {
    bottom: 0
}

header.init section#header {
    opacity: 1;
    top: 0;
    transition: opacity .8s cubic-bezier(.5, 1, .89, 1), top .8s cubic-bezier(.5, 1, .89, 1)
}

footer div.container>div:first-child>a svg path:nth-child(n+2),
header.dark:not(.bg) section#header #logo svg path:nth-child(n+2),
header.menu section#header #logo svg path:nth-child(n+2),
section#menu nav#main-nav button.para svg path {
    fill: var(--white)
}

header.menu section#header #header-menu button {
    pointer-events: none
}

header.bg::after {
    background-color: #F7F3F2;
    pointer-events: auto
}

.bg-container,
section#careers-hero,
section#careers-hero::after,
section#careers-stakeholders #stakeholder-model #stakeholder,
section#investment-criteria,
section.contact.nlg {
    background: #F7F3F2;
}

header.scroll section#header div.container,
header.scroll::after {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
}

header.animate::after {
    -webkit-transition: background-color .4s ease-out, height .4s ease-out, -webkit-transform .4s ease-out;
    transition: background-color .4s ease-out, height .4s ease-out, transform .4s ease-out
}

header.animate section#header,
header.animate section#header div.container {
    -webkit-transition: background-color .4s ease-out, padding .4s ease-out, -webkit-transform .4s ease-out;
    transition: background-color .4s ease-out, padding .4s ease-out, transform .4s ease-out
}

section#menu {
    height: var(--vh100);
    pointer-events: none;
    top: 0;
    width: 100%;
    z-index: 90
}

section#menu::before {
    background: #000;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity var(--menu_transition);
    width: 100%;
    z-index: -2
}

section#menu #menu-container {
    /*background: var(--mahogany);*/
    background: #fff;
    height: var(--vh100);
    position: relative;
    width: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

section#menu button[action="menu.close"] {
    background: url('../img/icons_close-grey.svg') center center no-repeat;
    background-color: var(--burgundy);
    border-radius: 50%;
    opacity: 0;
    position: absolute;
    z-index: 2;
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

section#menu div.container {
    height: var(--vh100);
    min-height: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

section#menu nav#main-nav {
    transition: opacity .4s ease-in
}

section#menu.transitioning nav#main-nav {
    opacity: 0;
    transition: opacity .4s ease-out
}

section#menu nav#main-nav div {
    align-items: flex-start;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    opacity: 0;
    pointer-events: none
}

section#menu nav#main-nav div.active {
    opacity: 1;
    pointer-events: auto
}

section#menu nav#main-nav div:nth-child(n+2) {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

section#menu nav#main-nav button.para svg {
    display: block;
    height: 16px;
    left: -25px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 9px);
    transition: left 1s cubic-bezier(.65, 0, .35, 1) .6s, opacity 1s cubic-bezier(.65, 0, .35, 1) .6s;
    width: 19px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#menu nav#main-nav button.para.reveal svg {
    left: -40px;
    opacity: 1
}

section#menu nav#secondary-nav {
    display: -webkit-flex;
    display: flex;
    --animation-delay: 1.3s
}

section#menu nav#secondary-nav a#investor-portal {
    border: 1px solid var(--newlightgrey);
    border-radius: 6px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    position: absolute;
    transition: background-color 1s cubic-bezier(.65, 0, .35, 1), border-color 1s cubic-bezier(.65, 0, .35, 1), color 1s cubic-bezier(.65, 0, .35, 1)
}

section#menu nav#secondary-nav a#investor-portal arrow {
    display: block;
    height: 92px;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: -21px;
    width: 92px;
    z-index: 2;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

section#menu nav#secondary-nav a#investor-portal arrow icon {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

section#menu nav#secondary-nav a#investor-portal arrow svg {
    content: '';
    display: block;
    height: 20px;
    left: 36px;
    position: absolute;
    top: 36px;
    width: 20px
}

section#menu nav#secondary-nav a#investor-portal arrow svg path {
    fill: var(--white);
    transition: fill 1s cubic-bezier(.65, 0, .35, 1)
}

section#menu nav#secondary-nav a#investor-portal.hover {
    background: var(--white);
    border-color: var(--white);
    color: var(--mahogany)
}

section#menu nav#secondary-nav a#investor-portal.hover arrow icon {
    animation: 1s cubic-bezier(.65, 0, .35, 1) forwards menu-icon-hover
}

section#menu nav#secondary-nav a#investor-portal.hover arrow icon svg path,
section#project-hero div.flex div ul li a svg path {
    fill: var(--mahogany)
}

section#menu p#menu-social {
    display: flex;
    flex-wrap: wrap;
    --animation-delay: 1.3s
}

header.menu section#menu,
section#news-hero #feature-article div small,
section#news-hero #feature-article div strong,
section#news-hero #feature-article figure {
    pointer-events: auto
}

header.menu section#menu:before {
    opacity: .8
}

header.menu section#menu #menu-container {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

section#menu.animate #menu-container {
    -webkit-transition: transform var(--menu_transition);
    transition: transform var(--menu_transition)
}

section#menu.animate button[action="menu.close"] {
    -webkit-transition: opacity var(--menu_transition), -webkit-transform var(--menu_transition);
    transition: opacity var(--menu_transition), transform var(--menu_transition)
}

header.menu section#menu button[action="menu.close"] {
    opacity: 1;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

@keyframes menu-icon-hover {
    0%,
    100% {
        transform: translateX(0)
    }
    50% {
        transform: translateX(100%)
    }
    51% {
        transform: translateX(-100%)
    }
}

@-webkit-keyframes menu-icon-hover {
    0%,
    100% {
        -webkit-transform: translateX(0)
    }
    50% {
        -webkit-transform: translateX(100%)
    }
    51% {
        -webkit-transform: translateX(-100%)
    }
}

@media all and (max-width:1023px) {
    #main,
    body {
        position: fixed;
        width: 100%
    }
    #main.lock,
    body {
        overflow: hidden
    }
    body {
        height: var(--vh100);
        --smoothScroll: 1
    }
    #main {
        height: var(--vh100) !important;
        left: 0;
        overflow-x: hidden;
        overflow-y: scroll;
        top: 0;
        z-index: 2;
        -webkit-overflow-scrolling: touch
    }
    [smoothscroll]:not([smoothscroll=fixed]) {
        margin-bottom: 0 !important;
        -webkit-transform: none !important;
        transform: none !important
    }
    figure[scroll*=parallax] img,
    figure[scroll*=parallax] video {
        -webkit-transform: none !important;
        transform: none !important
    }
    a[scroll*="parallax.list"] {
        display: block;
        opacity: 0;
        position: relative;
        top: 40px
    }
    a[scroll*="parallax.list"].reveal {
        opacity: 1;
        top: 0;
        transition: opacity 1s cubic-bezier(.5, 1, .89, 1), top 1s cubic-bezier(.5, 1, .89, 1)
    }
    header.menu section#header #header-menu button {
        opacity: 0
    }
    section#menu #menu-container {
        width: 100%
    }
    section#menu nav#secondary-nav,
    section#menu p#menu-social {
        flex-direction: column
    }
    section#menu nav#secondary-nav a#investor-portal {
        padding: 0 20px;
        top: 0
    }
    section#menu nav#secondary-nav a#investor-portal arrow {
        right: -19px
    }
    footer #footer {
        opacity: 1 !important;
        -webkit-transform: none !important;
        transform: none !important
    }
}

@media all and (max-width:767px) {
    #_mobile {
        display: block
    }
    :root {
        --columns: 6;
        --padding-top: 151px
    }
    .big-text {
        font-size: 84px;
        line-height: 84px;
        min-height: 84px
    }
    .h1 {
        font-size: 50px;
        line-height: 52px
    }
    .h1 sup,
    .h2 {
        line-height: 46px
    }
    .h1 sub.sup {
        padding-right: 35px
    }
    .h1 sup {
        font-size: 26px;
        -webkit-transform: translateX(3px);
        transform: translateX(3px)
    }
    h1.h1 {
        left: -3px
    }
    .h2 {
        font-size: 40px
    }
    .h3 {
        font-size: 34px;
        line-height: 38px;
        --fade-up-position: 34px
    }
    .para.lg {
        font-size: 26px;
        line-height: 34px;
        --fade-up-position: 26px
    }
    .para.md,
    .para.sm {
        font-size: 16px;
        line-height: 24px;
        --fade-up-position: 24px
    }
    .para.xsm {
        font-size: 11px;
        line-height: 14px
    }
    .para.smc {
        font-size: 18px;
        line-height: 30px
    }
    .heading {
        font-size: 12px;
        line-height: 16px
    }
    .quote {
        padding-top: 47px
    }
    .quote::before {
        font-size: 42px;
        line-height: 46px
    }
    .button strong {
        font-size: 11px;
        line-height: 18px
    }
    .button circle {
        height: 90px;
        width: 90px
    }
    .button circle icon arrow::after {
        background-size: 35px;
        left: -90px
    }
    .fade-up-para-lg,
    figure[scroll*=parallax] {
        --fade-up-position: 26px !important
    }
    header::after {
        height: 87px
    }
    footer div.container>div:first-child>a svg,
    header section#header #logo svg {
        width: 140px
    }
    header section#header #header-menu a,
    header section#header #header-menu button strong {
        display: none
    }
    header section#header #header-menu button {
        background: var(--burgundy);
        border-radius: 50%;
        height: 39px;
        width: 39px
    }
    header section#header #header-menu button span {
        width: 23px
    }
    header section#header #header-menu button span::after,
    header section#header #header-menu button span::before {
        border-color: var(--white)
    }
    section#menu div.container {
        padding-top: 160px;
        padding-bottom: 25px
    }
    section#menu button[action="menu.close"] {
        background-size: 15px;
        height: 39px;
        right: var(--margin);
        top: 24px;
        width: 39px
    }
    section#menu nav#main-nav {
        margin-bottom: 100px
    }
    section#menu nav#main-nav button.para {
        margin-left: 40px;
        margin-bottom: 10px
    }
    section#menu nav#main-nav .menu-item {
        font-size: 30px;
        line-height: 36px
    }
    footer div.container>div:last-child p.social-links,
    section#menu nav#main-nav .menu-item:not(:last-child) {
        margin-bottom: 10px
    }
    section#menu nav#secondary-nav {
        margin-bottom: 30px
    }
    section#menu nav#secondary-nav a:nth-child(-n+2),
    section#menu p#menu-social a:not(:last-child) {
        margin-bottom: 5px
    }
    section#menu nav#secondary-nav a#investor-portal {
        left: var(--col2);
        width: var(--col4-g)
    }
    footer {
        padding: 50px 0
    }
    footer div.container>div:first-child {
        margin-bottom: 80px
    }
    footer div.container>div:first-child>a {
        margin-bottom: 50px
    }
}

@media all and (min-width:768px) and (max-width:1023px) {
    #_tablet {
        display: block
    }
    section#menu nav,
    section#menu p#menu-social {
        margin-left: var(--col1)
    }
    section#menu button[action="menu.close"] {
        right: var(--margin);
        top: 22px
    }
    section#menu nav {
        width: var(--col9-g)
    }
    section#menu nav#main-nav .menu-item {
        font-size: 50px;
        line-height: 62px
    }
    section#menu nav#secondary-nav {
        margin-bottom: 88px
    }
    section#menu nav#secondary-nav a:nth-child(-n+2),
    section#menu p#menu-social a:not(:last-child) {
        margin-bottom: 10px
    }
    section#menu nav#secondary-nav a#investor-portal {
        left: var(--col6);
        width: var(--col5-g)
    }
}

footer {
    font-weight: 400;
    pointer-events: auto;
    position: relative;
    z-index: 1
}

footer div.container>div:last-child p.social-links {
    display: flex;
    flex-wrap: wrap
}

footer div.container>div:last-child p.social-links a:not(:last-child) {
    margin-right: 15px
}

footer div.container>div:first-child>a svg path,
section#contact #contact-container #contact-details a svg path {
    fill: var(--red)
}

.bg-container[background=lightdark],
.bg-container[background=lightdark]:after,
footer.lightdark {
    background: var(--lightdark)
}

.bg-container {
    position: relative;
    transition: background-color .6s ease-out;
    will-change: background-color;
    z-index: 2
}

.bg-container:after {
    bottom: -1px;
    content: '';
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1
}

.bg-container[background=dark],
.bg-container[background=dark]:after,
section.contact.dark div.container {
    background: var(--dark)
}

.bg-container[background=burgundy] .quote::before,
.bg-container[background=burgundy] section:not(.invisible),
.bg-container[background=burgundy] section:not(.invisible) .heading,
.bg-container[background=dark] section:not(.invisible),
.bg-container[background=dark] section:not(.invisible) .button strong,
.bg-container[background=dark] section:not(.invisible) .heading,
.bg-container[background=lightdark] section.culture-background,
.bg-container[background=lightdark] section.culture-background .button strong,
.bg-container[background=lightdark] section.culture-background .heading,
.bg-container[background=lightdark] section:not(.invisible),
.bg-container[background=lightdark] section:not(.invisible) .button strong,
.bg-container[background=lightdark] section:not(.invisible) .heading,
section#reiif-factsheet div#reiif-facts a.button strong {
    color: var(--white)
}

.bg-container[background=burgundy],
.bg-container[background=burgundy]:after {
    background: var(--mahogany)
}

.bg-container[background=burgundy] section:not(.invisible) .button strong,
.bg-container[background=burgundy] section:not(.invisible) .h1,
.bg-container[background=dark] section.about-background,
.bg-container[background=dark] section.about-background .button strong,
.bg-container[background=dark] section.about-background .heading,
.bg-container[background=dark] section.careers-background,
.bg-container[background=dark] section.careers-background .button strong,
.bg-container[background=dark] section.careers-background .heading,
.bg-container[background=dark] section.team-background,
.bg-container[background=dark] section.team-background .heading,
.bg-container[background=lightdark] section.careers-background,
.bg-container[background=lightdark] section.careers-background .button strong,
.bg-container[background=lightdark] section.careers-background .heading,
.bg-container[background=lightdark] section.team-background,
.bg-container[background=lightdark] section.team-background .heading,
section.contact a.button strong,
section.contact strong.h3,
section.contact.photo p:not(#contact-legal) {
    color: var(--newlightgrey)
}

.bg-container[background=burgundy] div.ticker.red,
section#careers-stakeholders {
    background: var(--newlightgrey);
    color: var(--mahogany)
}

.bg-container[background=burgundy] .bullet::before {
    background: #f2edef
}

.bg-container section:not(.invisible),
.bg-container section:not(.invisible) .button strong,
.bg-container section:not(.invisible) .heading {
    will-change: color
}

div.carousel {
    position: relative;
    width: var(--vw100)
}

div.carousel ul {
    align-items: center;
    cursor: grab;
    display: -webkit-flex;
    display: flex;
    position: relative;
    width: calc((var(--entries) * var(--width)) + ((var(--entries) - 1) * var(--carousel-margin)) + (var(--margin) * 2));
    will-change: transform;
    --carousel-margin: var(--col1g)
}

div.carousel ul li {
    position: relative;
    width: var(--width)
}

div.carousel ul li:not(:last-child) {
    margin-right: var(--carousel-margin);
    margin-right: 60px;
    
}

div.carousel ul li a,
section.team-members ul li a {
    display: block;
    position: relative
}

div.carousel.portfolio {
    --image_1: calc(var(--width) * 1.15);
    --image_2: calc(var(--width) * 1.35);
    --image_3: calc(var(--width) * .91);
    --image_4: calc(var(--width) * 1.02)
}

div.carousel.portfolio.infrastructure ul li:nth-child(7n+4) figure img,
div.carousel.portfolio.private-equity ul li:nth-child(7n+4) figure,
div.carousel.portfolio.real-estate ul li:nth-child(7n+1) figure img {
    height: var(--image_1)
}

div.carousel.portfolio.infrastructure ul li:nth-child(7n+1) figure img,
div.carousel.portfolio.infrastructure ul li:nth-child(7n+5) figure img,
div.carousel.portfolio.private-equity ul li:nth-child(7n+3) figure,
div.carousel.portfolio.private-equity ul li:nth-child(7n+7) figure,
div.carousel.portfolio.real-estate ul li:nth-child(7n+2) figure img,
div.carousel.portfolio.real-estate ul li:nth-child(7n+5) figure img {
    height: var(--image_2)
}

div.carousel.portfolio.infrastructure ul li:nth-child(7n+2) figure img,
div.carousel.portfolio.infrastructure ul li:nth-child(7n+6) figure img,
div.carousel.portfolio.private-equity ul li:nth-child(7n+2) figure,
div.carousel.portfolio.private-equity ul li:nth-child(7n+6) figure,
div.carousel.portfolio.real-estate ul li:nth-child(7n+3) figure img,
div.carousel.portfolio.real-estate ul li:nth-child(7n+6) figure img {
    height: var(--image_3)
}

div.carousel.portfolio.infrastructure ul li:nth-child(7n+3) figure img,
div.carousel.portfolio.infrastructure ul li:nth-child(7n+7) figure img,
div.carousel.portfolio.private-equity ul li:nth-child(7n+1) figure,
div.carousel.portfolio.private-equity ul li:nth-child(7n+5) figure,
div.carousel.portfolio.real-estate ul li:nth-child(7n+4) figure img,
div.carousel.portfolio.real-estate ul li:nth-child(7n+7) figure img {
    height: var(--image_4)
}

div.carousel.portfolio.private-equity ul li figure img {
    left: 0;
    position: absolute;
    width: 100%
}

div.carousel.portfolio div.carousel-text {
    color: var(--newlightgrey);
    left: 0;
    pointer-events: none;
    position: absolute;
    top: calc(var(--image_2)/ 2);
    z-index: 20;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

div.carousel.portfolio.red div.carousel-text {
    color: #fff
}

div.carousel.portfolio div.carousel-text>div {
    display: -webkit-flex;
    display: flex;
    width: 10000px;
    will-change: transform
}

div.carousel.portfolio div.carousel-text>div>div {
    white-space: pre;
    will-change: transform
}

div.carousel.portfolio div.carousel-text>div>div:first-child {
    animation: 600s linear -200s infinite carousel-text1
}

div.carousel.portfolio div.carousel-text>div>div:nth-child(2) {
    animation: 600s linear 100s infinite carousel-text2
}

@keyframes carousel-text1 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes carousel-text2 {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

section.contact div.container {
    align-items: stretch;
    background: var(--mahogany);
    color: var(--newgrey);
    display: -webkit-flex;
    display: flex
}

section.contact p#contact-legal {
    border-top: 1px solid var(--newgrey);
    color: var(--newgrey);
    width: 100%
}

section.contact.photo p:not(#contact-legal) a {
    color: inherit;
    transition: color .4s ease-out
}

section.contact.photo p:not(#contact-legal) a:hover {
    color: var(--newgrey)
}

form.filters label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .05em;
    line-height: 24px
}

form.filters>div {
    align-items: flex-start;
    display: -webkit-flex;
    display: flex;
    -webkit-overflow-scrolling: touch
}

form.filters>div div {
    align-items: flex-start;
    display: -webkit-flex;
    display: flex;
    white-space: pre
}

form.filters>div div button::after {
    border-bottom: 1px solid var(--red);
    content: '';
    bottom: -6px;
    position: absolute;
    right: 0;
    transition: width .3s ease-out;
    width: 0
}

form.filters>div div button.active:after,
form.filters>div div button:hover::after {
    left: 0;
    right: auto;
    width: 100%
}

form .form-input {
    background: var(--white);
    border: 1px solid var(--newgrey);
    border-radius: 6px;
    color: var(--dark);
    display: block;
    font-family: Avenir;
    font-weight: 500;
    position: relative;
    transition: border-color .2s;
    width: 100%;
    z-index: 2
}

form fieldset.error .form-input {
    border-color: var(--red)
}

section#fuiof-highlights ul li,
section#reiif-highlights ul li {
    border-bottom: 1px solid var(--newgrey)
}

form input.form-input {
    height: 50px;
    padding: 0 20px
}

form textarea.form-input {
    padding: 20px
}

form .form-input::-webkit-input-placeholder {
    color: var(--newgrey)
}

form .form-input::placeholder {
    color: var(--lightgrey)
}

form fieldset span.error {
    bottom: -16px;
    color: var(--newred);
    font-weight: 600;
    left: 0;
    position: absolute;
    width: 100%;
    animation-name: slideDown;
    -webkit-animation-name: slideDown;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease
}

form fieldset span.error.hide {
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease-out
}

.form-container {
    position: relative;
    transition: height 1s cubic-bezier(.65, 0, .35, 1), opacity 1s cubic-bezier(.65, 0, .35, 1)
}

.form-container.fade-out,
section.portfolio-projects.filter-transition,
section.portfolio-projects.filter-transition+section.contact {
    opacity: 0;
    pointer-events: none
}

.form-container.complete form {
    display: none !important
}

.form-container:not(.complete) form+p {
    let: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%
}

@keyframes slideDown {
    0% {
        transform: translateY(-100%)
    }
    50% {
        transform: translateY(8%)
    }
    65% {
        transform: translateY(-4%)
    }
    80% {
        transform: translateY(4%)
    }
    95% {
        transform: translateY(-2%)
    }
    100% {
        transform: translateY(0)
    }
}

@-webkit-keyframes slideDown {
    0% {
        -webkit-transform: translateY(8%)
    }
    65% {
        -webkit-transform: translateY(-4%)
    }
    80% {
        -webkit-transform: translateY(4%)
    }
    95% {
        -webkit-transform: translateY(-2%)
    }
    100% {
        -webkit-transform: translateY(0)
    }
}

[scroll=scrolling-text] {
    display: block;
    position: relative;
    will-change: transform;
    --scrolling-direction: rtl
}

[scroll=scrolling-text]+[scroll=scrolling-text] {
    --scrolling-direction: ltr
}

[scroll=scrolling-text] span {
    left: 50%;
    position: absolute;
    white-space: pre;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

div.ticker {
    position: relative;
    transition: background-color .6s ease-out, color .6s ease-out;
    z-index: 20
}

div.ticker div.ticker-container {
    display: -webkit-flex;
    display: flex;
    width: 100000px;
    will-change: transform
}

div.ticker div.ticker-container div {
    font-size: 16px;
    height: 46px;
    letter-spacing: .15em;
    line-height: 46px;
    text-transform: capitalize;
    white-space: pre;
    will-change: transform
}

div.ticker div.ticker-container div:first-child {
    animation: 600s linear -200s infinite ticker1
}

div.ticker div.ticker-container div:nth-child(2) {
    animation: 600s linear 100s infinite ticker2
}

div.ticker.red {
    background-color: var(--burgundy);
    color: var(--newlightgrey)
}

.bg-container[background=burgundy] section#careers-positions ul li a small,
div.ticker.white,
section#homepage-firm div.flex_2 div:first-child ul li em {
    color: var(--newgrey)
}

div.ticker.white {
    background-color: var(--newlightgrey)
}

div.ticker.dark {
    background-color: var(--dark);
    color: var(--white)
}

div.ticker-outer-container div.ticker,
section#portfolio-hero p circle {
    position: absolute
}

div.ticker-outer-container.center div.ticker {
    top: calc(50% - 23px)
}

@keyframes ticker1 {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    100% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes ticker2 {
    0% {
        -webkit-transform: translate3d(-200%, 0, 0);
        transform: translate3d(-200%, 0, 0)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

section#about-hero h1,
section#culture-hero h1,
section#homepage-hero h1,
section#reiif-hero h1 {
    --animation-delay: 0.6s
}

section#homepage-hero h1 circle {
    --animation-delay: 1.3s
}

section#homepage-hero figure:first-of-type.above-the-fold {
    --animation-delay: 1.3s
}

section#homepage-hero figure:first-of-type::after {
    background: url('../img/homepage-hero-video-overplay-new.png') center center/cover no-repeat;
    content: '';
    display: block;
    height: 0%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

section#homepage-hero figure:last-of-type.above-the-fold {
    --animation-delay: 1.6s
}

body.no-reveals section#homepage-hero figure:first-of-type {
    background: url('../img/homepage-hero.jpg') center center/cover no-repeat
}

#extended-portfolio.filtered,
body.no-reveals section#homepage-hero figure:first-of-type video,
section#apply form #queue,
section#news-articles ul li.filtered,
section#news-articles ul li.infinite,
section#news-hero.filtered #feature-article,
section#team-member[group=advisory-board] figure,
section#team-member[group=advisory-board] p.md,
section#team-member[group=advisory-board] ul,
section.portfolio-projects ul li.filtered,
section.team-members ul li div {
    display: none
}

@media all and (max-width:767px) {
    div.carousel.portfolio {
        --width: var(--col3-g)
    }
    div.carousel.portfolio.private-equity ul li figure img {
        bottom: 15px
    }
    section.contact div.container {
        flex-direction: column;
        padding: 40px var(--margin)
    }
    section.contact strong.h3 {
        margin-bottom: 40px
    }
    section.contact a.button {
        order: 4
    }
    section.contact p#contact-legal {
        margin-top: 30px;
        order: 6;
        padding-top: 20px
    }
    section.contact.photo strong.h3 {
        font-size: 26px;
        line-height: 34px
    }
    section.contact.photo p:not(#contact-legal) {
        margin-bottom: 50px
    }
    form.filters,
    form.filters>div {
        margin-left: var(---margin);
        padding-left: var(--margin)
    }
    form.filters {
        width: var(--vw100)
    }
    form.filters>div {
        height: 31px;
        overflow-x: scroll;
        overflow-y: hidden
    }
    form.filters>div div {
        padding-right: var(--margin)
    }
    form.filters>div div button:not(:last-child) {
        margin-right: 30px
    }
    form textarea.form-input {
        height: 134px
    }
    section#homepage-hero h1 {
        left: -5px;
        margin-bottom: 30px
    }
    section#homepage-hero h1 circle {
        bottom: -28px
    }
    section#homepage-hero figure:first-of-type {
        height: calc(var(--vw100) * .69);
        margin-bottom: -88px
    }
    section#homepage-hero figure:first-of-type iframe {
        height: calc(var(--vw100) * .69);
        width: calc((var(--vw100) * .69) * (16/9))
    }
    section#homepage-hero figure:first-of-type video {
        height: calc(var(--vw100) * .69)
    }
    section#homepage-hero figure:last-of-type {
        margin-left: auto;
        margin-right: 0;
        width: 100%
    }
    section#homepage-hero figure:last-of-type img {
        height: calc(var(--col3-g) * .77)
    }
    section#homepage-firm div.flex_1 {
        algin-items: flex-start;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        margin-bottom: 30px
    }
    section#homepage-firm div.flex_1 figure:first-of-type {
        margin-left: auto;
        margin-right: var(---margin);
        margin-bottom: 30px;
        order: 4;
        width: calc(var(--col5-g) + var(--margin))
    }
    section#homepage-firm div.flex_1 figure:first-of-type img {
        height: calc(var(--col5-g) * .83)
    }
    section#homepage-firm div.flex_1 p.lg {
        margin-bottom: 30px
    }
    section#homepage-firm div.flex_1 p.sm {
        margin-bottom: 30px;
        margin-left: auto;
        width: var(--col5-g)
    }
    section#homepage-firm div.flex_1 figure:last-of-type {
        display: none
    }
    section#homepage-firm div.flex_2 div:first-child {
        margin-bottom: 80px
    }
    section#homepage-firm div.flex_2 div:first-child ul li {
        align-items: flex-start;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        width: var(--col3-g)
    }
    section#homepage-firm div.flex_2 div:first-child ul li em {
        margin-bottom: 5px
    }
    section#homepage-firm div.flex_2 div:first-child ul li:nth-child(-n+2) {
        margin-bottom: 20px
    }
    section#homepage-firm div.flex_2 div:first-child ul li:nth-child(n+3) em {
        flex: 1
    }
    section#homepage-firm div.flex_2 div:nth-child(2) a {
        margin-left: var(--col1)
    }
}

@media all and (min-width:768px) and (max-width:1023px) {
    footer div.container>div:first-child {
        margin-bottom: 40px
    }
    footer div.container>div:last-child p {
        text-align: right
    }
    div.carousel {
        --width: var(--col6-g)
    }
    section.contact div.container {
        padding-left: var(--margin);
        padding-right: var(--margin)
    }
    section.contact.photo strong.h3 {
        width: var(--col5)
    }
    section.contact.photo figure {
        width: var(--col6-g)
    }
    section.contact.photo a.button {
        margin-top: 10px
    }
    section.contact.photo p:not(#contact-legal) {
        margin-left: auto;
        width: var(--col6-g)
    }
    section#homepage-hero strong.heading {
        margin-left: var(--col1)
    }
    section#homepage-hero h1 {
        padding: 0 var(--col1)
    }
    section#homepage-hero h1 circle {
        bottom: -22px
    }
    section#homepage-hero figure:first-of-type {
        height: calc(var(--vw100) * (9/16));
        margin-bottom: -77px
    }
    section#homepage-hero figure:first-of-type video {
        height: calc(var(--vw100) * (9/16))
    }
    section#homepage-hero figure:last-of-type {
        margin-left: 0;
        width: 100%
    }
    section#homepage-hero figure:last-of-type img {
        height: calc(var(--col4-g) * .69)
    }
}

section#homepage-firm div.flex_2 div:first-child ul {
    align-items: stretch;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

@media all and (min-width:768px) and (max-width:1023px) {
    section#homepage-firm div.flex_1 figure:first-of-type {
        bottom: 46px;
        right: var(---margin);
        position: absolute
    }
    section#homepage-firm div.flex_1 figure:first-of-type img {
        height: calc((var(--col5-g) + var(--margin)) * 1.07)
    }
    section#homepage-firm div.flex_1 p.lg {
        width: var(--col9-g)
    }
    section#homepage-firm div.flex_1 p.sm {
        height: calc(((var(--col5-g) + var(--margin)) * 1.07) - 50px - ((var(--margin) + var(--col5-g)) * .63) + 46px);
        margin-left: var(--col2);
        margin-bottom: 50px;
        width: var(--col4-g)
    }
    section#homepage-firm div.flex_1 figure:last-of-type {
        width: calc(var(--margin) + var(--col5-g))
    }
    section#homepage-firm div.flex_1 figure:last-of-type img {
        height: calc((var(--margin) + var(--col5-g)) * .63)
    }
    section#homepage-firm div.flex_2 div:first-child {
        order: 2
    }
    section#homepage-firm div.flex_2 div:nth-child(2) {
        margin-left: var(--col7);
        margin-bottom: 15px
    }
}

section#career h1,
section#homepage-news h2,
section.homepage-portfolio a.button,
section.homepage-portfolio a.button circle,
section.homepage-portfolio p.sm {
    --animation-delay: .3s
}

section#homepage-news ul li {
    border-top: 1px solid var(--mahogany)
}

section#contact h1,
section#fuiof-hero h1,
section#homepage-news ul li:first-child,
section#news-hero h1,
section#project-hero h1,
section#team-hero h1,
section#team-member h2 {
    --animation-delay: .6s
}

section#homepage-news ul li:nth-child(2) {
    --animation-delay: .8s
}

section#homepage-news ul li:nth-child(3),
section#news-hero form.filters,
section#news-hero form.filters+div {
    --animation-delay: 1s
}

section#homepage-news ul li small {
    color: var(--burgundy);
    display: block;
    font-size: 16px;
    line-height: 30px
}

section#portfolio-hero h1 {
    color: #6c2d1a;
    --animation-delay: .6s
}

section#about-hero figure:first-of-type,
section#about-hero h1 circle,
section#article-hero h1 circle,
section#contact #contact-container #contact-details div:first-child,
section#culture-hero div.flex div.para.above-the-fold,
section#culture-hero figure.above-the-fold,
section#culture-hero h1 circle,
section#fuiof-hero figure.fuiof-hero-image.above-the-fold,
section#fuiof-hero h1 circle,
section#investment-strategy figure.above-the-fold,
section#investment-strategy h2.above-the-fold,
section#investment-strategy p.bullet.above-the-fold,
section#portfolio-hero h1 circle,
section#portfolio-hero p,
section#portfolio-hero p circle,
section#project-hero figure.hero-image,
section#project-hero h1 circle,
section#reiif-hero h1 circle,
section#reiif-hero strong.h3.above-the-fold,
section#team-hero div.flex p.lg.above-the-fold,
section#team-hero h1 circle,
section.portfolio-projects div.container.above-the-fold {
    --animation-delay: 1.3s
}

@media all and (max-width:767px) {
    section#homepage-extraordinary-outcomes div.ticker-outer-container video {
        height: calc(var(--vw) * 106)
    }
    section#homepage-businesses h2,
    section#homepage-news h2,
    section#homepage-news strong.heading,
    section#homepage-news ul li:not(:last-child),
    section.homepage-portfolio p.sm {
        margin-bottom: 50px
    }
    section#homepage-businesses small {
        margin-bottom: 10px
    }
    section#homepage-businesses strong.big-text {
        margin-bottom: 26px
    }
    section#homepage-businesses strong.big-text span {
        padding-left: var(--grid)
    }
    section.homepage-portfolio div.container {
        flex-direction: column
    }
    section.homepage-portfolio a.button {
        margin-left: var(--col1);
        order: 4
    }
    section.homepage-portfolio div.carousel {
        margin-bottom: 80px
    }
    section#homepage-news ul li p {
        margin-bottom: 20px
    }
    section#homepage-news ul+a {
        margin-left: var(--col1)
    }
    section#portfolio-hero {
        padding-bottom: 50px
    }
    section#portfolio-hero h1:not(:last-child) {
        margin-bottom: 60px
    }
    section#portfolio-hero h1 circle {
        top: calc(100% - 30px)
    }
    section#portfolio-hero p circle {
        top: -66px
    }
}

@media all and (min-width:768px) {
    :root {
        --columns: 12
    }
    .para.sm {
        font-size: 20px;
        line-height: 28px;
        --fade-up-position: 28px
    }
    .para.smc,
    .para.xsm {
        font-size: 18px;
        line-height: 30px
    }
    .heading {
        font-size: 15px;
        line-height: 18px
    }
    .quote {
        padding-top: 97px
    }
    .quote::before {
        font-size: 150px;
        line-height: 140px
    }
    .button strong {
        font-size: 13px;
        line-height: 24px
    }
    footer div.container>div:first-child>a svg,
    header section#header #logo svg {
        width: 250px
    }
    header section#header #header-menu a {
        letter-spacing: .03em;
        margin-right: 30px;
        opacity: 1;
        pointer-events: auto;
        position: relative;
        top: 1px;
        transition: color var(--menu_transition), opacity .8s cubic-bezier(.8, 0, .2, 1)
    }
    header section#header #header-menu button strong {
        margin-right: 10px;
        position: relative;
        top: 1px;
        transition: color var(--menu_transition)
    }
    header section#header #header-menu button span {
        width: 33px
    }
    header section#header #header-menu button span::after,
    header section#header #header-menu button span::before {
        transition: border-color var(--menu_transition)
    }
    header:not(.dark):not(.menu) section#header #header-menu button strong {
        color: var(--mahogany)
    }
    header:not(.dark):not(.menu) section#header #header-menu button span::after,
    header:not(.dark):not(.menu) section#header #header-menu button span::before {
        border-color: var(--mahogany)
    }
    header.dark:not(.bg) section#header #header-menu a,
    header.dark:not(.bg) section#header #header-menu button strong,
    header.menu section#header #header-menu a,
    header.menu section#header #header-menu button strong {
        color: var(--white)
    }
    header.dark:not(.bg) section#header #header-menu button span::after,
    header.dark:not(.bg) section#header #header-menu button span::before,
    header.menu section#header #header-menu button span::after,
    header.menu section#header #header-menu button span::before {
        border-color: var(--white)
    }
    section#menu nav#main-nav button.para {
        margin-bottom: 20px
    }
    footer div.container>div:last-child p.social-links {
        text-align: right
    }
    div.carousel.portfolio.private-equity ul li figure img {
        bottom: 40px
    }
    section.contact div.container,
    section.homepage-portfolio div.container {
        flex-wrap: wrap
    }
    section.contact strong.h3 {
        margin-bottom: 100px
    }
    section.contact p#contact-legal {
        padding-top: 30px
    }
    section.contact.photo strong.h3 {
        margin-right: var(--col1)
    }
    form.filters>div div button:not(:last-child) {
        margin-right: 40px
    }
    form textarea.form-input {
        height: 180px
    }
    section#homepage-firm div.flex_1 figure:first-of-type {
        width: calc(var(--col5-g) + var(--margin))
    }
    section#homepage-firm div.flex_1 figure:last-of-type {
        margin-left: var(---margin)
    }
    section#homepage-firm div.flex_2 {
        align-items: flex-start;
        clear: both;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap
    }
    section#homepage-firm div.flex_2 div:first-child {
        padding-left: var(--col1)
    }
    section#homepage-firm div.flex_2 div:first-child ul li em {
        margin-bottom: 10px
    }
    section#homepage-extraordinary-outcomes div.ticker-outer-container iframe {
        width: 100%
    }
    section.homepage-portfolio a.button,
    section.homepage-portfolio p.sm {
        margin-bottom: 80px
    }
    section#homepage-news div.container {
        align-items: flex-start;
        display: -webkit-flex;
        display: flex;
        flex-direction: column
    }
    section#homepage-news ul {
        align-items: stretch;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between
    }
    section#homepage-news ul li {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        width: calc((100% - 40px)/ 3)
    }
    section#homepage-news ul li:not(:last-c hild) {
        margin-right: 20px
    }
    section#homepage-news ul li p {
        flex: 1
    }
    section#portfolio-hero h1,
    section#portfolio-hero strong.heading {
        padding: 0 var(--col1)
    }
}

@media all and (min-width:768px) and (max-width:1023px) {
    section#homepage-extraordinary-outcomes div.ticker-outer-container video {
        height: calc(var(--vw) * 67)
    }
    section#homepage-businesses small {
        margin-left: var(--col1);
        margin-bottom: 80px
    }
    section#homepage-businesses strong.big-text {
        margin-bottom: 80px
    }
    section#homepage-businesses p {
        margin-left: var(--col1);
        width: var(--col6-g)
    }
    section.homepage-portfolio div.container {
        justify-content: space-between
    }
    section#portfolio-hero p span,
    section.homepage-portfolio p {
        width: var(--col6-g)
    }
    section#homepage-news ul+a {
        margin-left: auto
    }
    section#portfolio-hero {
        padding-bottom: 100px
    }
    section#portfolio-hero h1 circle {
        top: calc(100%)
    }
    section#portfolio-hero p circle {
        top: -95px
    }
}

section#investment-criteria div.container>ul>li,
section#investment-strategy div.container>ul>li {
    border-bottom: 1px solid var(--mahogany)
}

section#investment-criteria div.container>ul>li div.para,
section#investment-strategy div.container>ul>li div.para {
    font-size: 20px;
    line-height: 28px
}

section#investment-strategy div.container>ul>li div.para ul li::before {
    background: var(--white);
    border-radius: 50%;
    content: '';
    display: block;
    height: 7px;
    left: 12px;
    position: absolute;
    top: 10px;
    width: 7px
}

section#about-expectations ul li button,
section#fuiof-highlights ul li button,
section#investment-criteria ul li button,
section#investment-strategy ul li button,
section#reiif-highlights ul li button {
    position: relative;
    text-align: left;
    width: 100%
}

section#about-expectations ul li button span,
section#fuiof-highlights ul li button span,
section#investment-criteria ul li button span,
section#investment-strategy ul li button span,
section#reiif-highlights ul li button span {
    display: block;
    position: absolute;
    top: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: -webkit-transform .4s ease-out;
    transition: transform .4s ease-out
}

section#about-expectations ul li button span::after,
section#about-expectations ul li button span::before,
section#investment-criteria ul li button span::after,
section#investment-criteria ul li button span::before,
section#investment-strategy ul li button span::after,
section#investment-strategy ul li button span::before {
    border-top: 2px solid var(--mahogany);
    content: '';
    display: block;
    left: 0;
    position: absolute;
    top: calc(50% - 1px);
    width: 100%
}

section#about-expectations ul li button span::before,
section#about-expectations ul li.active button span,
section#fuiof-highlights ul li button span::before,
section#fuiof-highlights ul li.active button span,
section#investment-criteria ul li button span::before,
section#investment-criteria ul li.active button span,
section#investment-strategy ul li button span::before,
section#investment-strategy ul li.active button span,
section#reiif-highlights ul li button span::before,
section#reiif-highlights ul li.active button span {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

section#about-expectations ul li button span::after,
section#fuiof-highlights ul li button span::after,
section#investment-criteria ul li button span::after,
section#investment-strategy ul li button span::after,
section#reiif-highlights ul li button span::after {
    transition: opacity .4s ease-out
}

section#about-expectations ul li div.accordion-outer,
section#fuiof-highlights ul li div.accordion-outer,
section#investment-criteria ul li div.accordion-outer,
section#investment-strategy ul li div.accordion-outer,
section#reiif-highlights ul li div.accordion-outer {
    height: 0;
    overflow: hidden
}

section#about-expectations ul li.active div.accordion-outer,
section#fuiof-highlights ul li.active div.accordion-outer,
section#investment-criteria ul li.active div.accordion-outer,
section#investment-strategy ul li.active div.accordion-outer,
section#reiif-highlights ul li.active div.accordion-outer {
    height: auto
}

section#about-expectations ul li.animate div.accordion-outer,
section#fuiof-highlights ul li.animate div.accordion-outer,
section#investment-criteria ul li.animate div.accordion-outer,
section#investment-strategy ul li.animate div.accordion-outer,
section#reiif-highlights ul li.animate div.accordion-outer {
    transition: height .4s ease-out
}

section#sectors-of-focus {
    background: var(--white);
    z-index: 3
}

section#fuiof-characteristics ul li strong,
section#sectors-of-focus ul li strong {
    display: block;
    text-align: center
}

section#about-overview div.flex#overview3,
section#careers-positions h2,
section#contact-form p,
section#fuiof-characteristics p,
section#investment-criteria h2,
section#portfolio-other div.flex div h3,
section#team-member ul {
    margin-bottom: 50px
}

section#investment-criteria div.container>ul>li div.para ul li::before {
    background: var(--mahogany);
    border-radius: 50%;
    content: '';
    display: block;
    height: 7px;
    left: 12px;
    position: absolute;
    top: 10px;
    width: 7px
}

section#a-few-words figure,
section#about-expectations div.images figure,
section#about-hero figure,
section#about-overview figure,
section#careers-culture figure,
section#fuiof-hero figure,
section#fuiof-highlights div.images figure,
section#investment-criteria div.images figure span,
section#project-gallery #gallery-container figure,
section#reiif-highlights div.images figure span {
    width: var(--width)
}

section#news-articles,
section.portfolio-projects,
section.portfolio-projects+section.contact {
    transition: opacity .6s ease-in
}

section.portfolio-projects ul li,
section.portfolio-projects ul li a {
    display: block;
    position: relative;
    width: var(--width)
}

section.portfolio-projects ul li[position="1"] a figure.private-equity,
section.portfolio-projects ul li[position="1"] a figure:not(.private-equity) img,
section.portfolio-projects ul li[position="4"] a figure.private-equity,
section.portfolio-projects ul li[position="4"] a figure:not(.private-equity) img {
    height: calc(var(--width) * .88)
}

section.portfolio-projects ul li[position="2"] a figure.private-equity,
section.portfolio-projects ul li[position="2"] a figure:not(.private-equity) img {
    height: calc(var(--width) * 1.53)
}

section.portfolio-projects ul li[position="3"] a figure.private-equity,
section.portfolio-projects ul li[position="3"] a figure:not(.private-equity) img {
    height: calc(var(--width) * 1.15)
}

section.portfolio-projects ul li[position="5"] a figure.private-equity,
section.portfolio-projects ul li[position="5"] a figure:not(.private-equity) img {
    height: calc(var(--width) * 1.43)
}

section.portfolio-projects ul li[position="6"] a figure.private-equity,
section.portfolio-projects ul li[position="6"] a figure:not(.private-equity) img {
    height: calc(var(--width) * 1.08)
}

section#project-hero div.flex figure.private-equity img,
section.portfolio-projects ul li a figure.private-equity img {
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

section#about-hero figure.above-the-fold:last-of-type,
section#fuiof-hero figure.fuiof-hero-image+figure,
section#project-hero div.flex figure,
section#team-hero div.flex p.sm.above-the-fold {
    --animation-delay: 1.6s
}

section#project-hero div.flex div ul {
    align-items: flex-start;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap
}

section#project-hero div.flex div ul li {
    font-weight: 400;
    width: calc((100% - var(--gutter))/ 2)
}

section#project-hero div.flex div ul li.connect {
    align-items: flex-start;
    display: flex;
    flex-direction: column
}

section#project-hero div.flex div ul li strong,
section.team-members ul li a p strong {
    font-weight: 600
}

section#project-hero div.flex div ul li a {
    align-items: center;
    color: var(--mahogany);
    display: -inline-webkit-flex;
    display: inline-flex
}

section#project-hero div.flex div ul li a svg {
    height: 20px;
    margin-left: 5px
}

section#project-gallery #gallery-container figure.image1>* {
    height: calc(var(--width) * .5)
}

section#project-gallery #gallery-container figure.image2 img {
    height: calc(var(--width) * .72)
}

section#project-gallery #gallery-container figure.image3 img {
    height: calc(var(--width) * .94)
}

section#project-gallery #gallery-container figure.image4 img {
    height: calc(var(--width) * .74)
}

section#project-gallery #gallery-container figure.image5 img {
    height: calc(var(--width) * .83)
}

section#project-gallery #gallery-container figure.image6 img {
    height: calc(var(--width) * 1.47)
}

section#project-gallery #gallery-container figure.image7 img {
    height: calc(var(--width) * .45)
}

@media all and (max-width:767px) {
    section#investment-strategy {
        padding-bottom: 50px
    }
    section#investment-criteria div.container,
    section#investment-strategy div.container {
        padding: 0
    }
    section#investment-strategy h2,
    section#investment-strategy p.bullet {
        margin: 0 var(--margin) 50px
    }
    section#investment-strategy figure {
        height: calc (var(--vw100) * .78);
        margin-bottom: 60px
    }
    section#investment-criteria div.container>ul>li,
    section#investment-strategy div.container>ul>li {
        padding-bottom: 10px;
        padding-left: 65px;
        padding-right: 20px
    }
    section#investment-criteria ul li button,
    section#investment-strategy ul li button {
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 10px
    }
    section#investment-criteria ul li button span,
    section#investment-strategy ul li button span {
        height: 16px;
        left: -39px;
        top: 9px;
        width: 16px
    }
    section#investment-criteria ul li div.para>:last-child,
    section#investment-strategy ul li div.para>:last-child {
        padding-bottom: 10px
    }
    section#sectors-of-focus {
        padding: 50px 0 75px
    }
    section#investment-criteria div.container>ul,
    section#portfolio-other div.flex div:first-child,
    section#portfolio-other h2,
    section#project-hero div.flex,
    section#reiif-hero h1,
    section#sectors-of-focus h2,
    section#sectors-of-focus p {
        margin-bottom: 50px
    }
    section#project-hero div.flex div p,
    section#project-hero div.flex div ul li:nth-last-child(n+3),
    section#sectors-of-focus ul li:not(:last-child) {
        margin-bottom: 30px
    }
    section#investment-criteria {
        padding: 50px 0
    }
    section#investment-criteria h2,
    section.portfolio-projects a p {
        padding: 0 var(--margin)
    }
    section#investment-criteria div.images figure span:first-child {
        margin-bottom: -42px;
        --width: calc(var(--col5-g) + var(--margin))
    }
    section#investment-criteria div.images figure span:first-child img {
        height: calc(var(--width) * .78)
    }
    section#investment-criteria div.images figure span:last-child {
        margin-left: var(--margin);
        --width: var(--col3-g)
    }
    section#investment-criteria div.images figure span:last-child img {
        height: calc(var(--width) * .7)
    }
    section#project-hero p.h3+p.sm,
    section.portfolio-projects.extended {
        padding-top: 50px
    }
    section.portfolio-projects a {
        margin-bottom: 50px;
        margin-left: var(---margin);
        --width: var(--vw100)
    }
    section#portfolio-other {
        padding: 80px 0
    }
    section.contact+section#portfolio-other {
        padding-top: 160px
    }
    section#project-gallery,
    section#project-hero {
        padding-bottom: 80px
    }
    section#project-hero h1 {
        margin-bottom: -23px
    }
    section#project-hero h1 circle {
        bottom: calc((var(--vw) * -73) - 23px)
    }
    section#project-hero figure.hero-image {
        margin-left: var(---margin);
        margin-bottom: 47px;
        width: var(--vw100)
    }
    section#project-hero figure.hero-image>* {
        height: calc(var(--vw) * 73)
    }
    section#project-hero div.flex figure,
    section#reiif-hero div#reiif-info p::before,
    section#reiif-hero figure {
        display: none
    }
    section#project-gallery #gallery-container figure {
        --width: var(--grid)
    }
    section#project-gallery #gallery-container figure:not(.image7) {
        margin-bottom: 10px
    }
    section#reiif-hero h1 span:last-of-type {
        display: block
    }
    section#reiif-hero h1 circle {
        bottom: -19px;
        right: 0
    }
    section#reiif-hero strong.h3 {
        margin-bottom: 50px;
        --fade-up-position: 34px
    }
    section#reiif-hero div#reiif-info p {
        padding-top: 0;
        --fade-up-position: 34px
    }
}

@media all and (min-width:768px) and (max-width:1023px) {
    section#investment-strategy #investment-intro {
        align-items: flex-start;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        margin-bottom: 80px
    }
    section#investment-strategy #investment-intro p,
    section#reiif-hero div#reiif-info {
        width: var(--col7-g)
    }
    section#investment-strategy #investment-intro figure {
        margin-right: var(---margin);
        width: calc(var(--col5-g) + var(--margin))
    }
    section#investment-strategy div.container>ul {
        padding-left: 36px
    }
    section#investment-criteria ul li button span,
    section#investment-strategy ul li button span {
        left: -34px
    }
    section#portfolio-intro p,
    section#sectors-of-focus p {
        width: var(--col6-g)
    }
    section#investment-criteria div.container>ul {
        margin-bottom: 80px;
        padding-left: 36px
    }
    section#investment-criteria div.images figure span:first-child {
        margin-bottom: -57px;
        --width: calc(var(--col7-g) + var(--margin))
    }
    section#investment-criteria div.images figure span:first-child img {
        height: calc(var(--width) * .78)
    }
    section#investment-criteria div.images figure span:last-child {
        margin-left: calc(var(--margin) + var(--col3));
        --width: var(--col4-g)
    }
    section#investment-criteria div.images figure span:last-child img {
        height: calc(var(--width) * .7)
    }
    section.portfolio-projects ul li[count="2"] {
        margin-top: 80px
    }
    section.portfolio-projects ul li[position="3"] {
        margin-top: calc((80px + (var(--col5-g) * 1.53) - (var(--col5-g) * .88)) * -1)
    }
    section.portfolio-projects ul li[position="4"] {
        margin-right: var(---margin);
        --width: calc(var(--margin) + var(--col5-g))
    }
    section.portfolio-projects ul li[position="5"] {
        margin-top: calc((80px + (var(--col5-g) * 1.53) + ((var(--col5-g) + var(--margin)) * .88) - ((var(--col5-g) * .88) + (var(--col5-g) * 1.15))) * -1)
    }
    section.portfolio-projects ul li[position="1"]:not([count="1"]) {
        margin-top: calc((80px + (var(--col5-g) * 1.53) + (var(--col5-g) * .88) + ((var(--col5-g) + var(--margin)) * 1.08) - ((var(--col5-g) * .88) + (var(--col5-g) * 1.15) + ((var(--margin) + var(--col5-g))) * 1.43)) * -1)
    }
    section#project-hero strong.heading,
    section#reiif-hero h1,
    section#reiif-hero strong.heading {
        margin-left: var(--col1)
    }
    section#project-hero h1 {
        padding: 0 var(--col2) 0 var(--col1)
    }
    section#project-hero h1 circle {
        bottom: -22px
    }
    section#project-hero figure.hero-image {
        width: calc(var(--grid) + var(--margin))
    }
    section#project-hero figure.hero-image img {
        height: calc((var(--grid) + var(--margin)) * .54)
    }
    section#project-hero div.flex {
        margin-bottom: 100px;
        padding-left: var(--col1)
    }
    section#project-hero div.flex figure {
        top: -76px
    }
    section#project-hero div.flex figure img {
        height: calc(var(--col4-g) * 1.64)
    }
    section#project-gallery #gallery-container div {
        padding-left: var(--col1)
    }
    section#project-gallery #gallery-container figure.image3 {
        --width: var(--col4-g)
    }
    section#project-gallery #gallery-container figure.image4 {
        --width: var(--col5-g)
    }
    section#project-gallery #gallery-container figure.image6 {
        margin-top: calc(((var(--col4-g) * .72) - 100px + 50px + (var(--col4-g) * .94) - (var(--col5-g) * .74)) * -1)
    }
    section#reiif-hero h1 circle {
        right: 0
    }
    section#reiif-hero strong.h3 {
        padding: 0 var(--col2)
    }
    section#reiif-hero figure {
        position: relative;
        right: var(---margin);
        width: calc(var(--col5-g) + var(--margin))
    }
}

section#reiif-hero strong.h3 {
    display: block;
    opacity: 0
}

section#reiif-factsheet figure,
section.culture-team-impact figure {
    width: calc(var(--margin) + var(--col5-g))
}

section#reiif-factsheet figure {
    height: calc((var(--margin) + var(--col5-g)) * .9)
}

section#reiif-factsheet div#reiif-facts {
    align-items: flex-start;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    position: relative
}

section#reiif-highlights>img {
    display: block;
    width: 100%
}

section#fuiof-highlights ul li button span::after,
section#fuiof-highlights ul li button span::before,
section#reiif-highlights ul li button span::after,
section#reiif-highlights ul li button span::before {
    border-top: 2px solid var(--white);
    content: '';
    display: block;
    left: 0;
    position: absolute;
    top: calc(50% - 1px);
    width: 100%
}

section#fuiof-highlights ul li div p,
section#reiif-highlights ul li div p {
    color: var(--lightgrey)
}

section#reiif-video {
    background: var(--lightdark);
    pointer-events: none;
    transition: top var(--menu_transition);
    width: 100%
}

section#reiif-video button {
    background-color: var(--red);
    border-radius: 50%;
    display: block;
    opacity: 0;
    position: absolute;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: opacity var(--menu_transition), -webkit-transform var(--menu_transition);
    transition: opacity var(--menu_transition), transform var(--menu_transition)
}

section#reiif-video iframe {
    height: calc(var(--vh100) - (var(--margin) * 2));
    left: var(--margin);
    position: absolute;
    top: var(--margin);
    width: var(--grid)
}

section#reiif-video.active,
section#team-member.active {
    pointer-events: auto;
    top: 0
}

section#reiif-video.active button {
    opacity: 1;
    -webkit-transform: rotate(90deg) translateZ(0);
    transform: rotate(90deg) translateZ(0);
    -webkit-transition-delay: .8s;
    transition-delay: .8s
}

section#about-overview div.flex#overview2 figure,
section#fuiof-hero div.flex figure,
section#fuiof-hero figure.fuiof-hero-image {
    margin-left: auto;
    margin-right: var(---margin)
}

section#fuiof-hero figure.fuiof-hero-image+figure img {
    height: calc(var(--width) * .59)
}

section#fuiof-hero div.flex figure img {
    height: calc(var(--width) * .63)
}

section#about-expectations div.container,
section#fuiof-highlights div.container {
    padding: 0
}

section#careers-culture h2,
section#careers-stakeholders #stakeholder-model,
section#fuiof-highlights h2,
section#team-member figure {
    position: relative;
    z-index: 2
}

section#about-expectations div.images figure:first-child img,
section#fuiof-highlights div.images figure:first-child img {
    height: calc(var(--width) * .56)
}

section#about-expectations div.images figure:last-child,
section#fuiof-highlights div.images figure:last-child {
    position: absolute;
    right: 0;
    top: 0
}

section#about-expectations div.images figure:last-child img,
section#fuiof-highlights div.images figure:last-child img {
    height: calc(var(--width) * 1.1)
}

section.about-background,
section.careers-background,
section.culture-background,
section.team-background {
    transition: color .6s ease-out
}

section#about-overview>figure:last-child {
    width: var(--vw100)
}

@media all and (max-width:767px) {
    section#fuiof-characteristics,
    section#fuiof-highlights,
    section#reiif-highlights,
    section#reiif-value {
        padding: 50px 0
    }
    section#fuiof-hero,
    section#reiif-factsheet {
        padding-bottom: 50px
    }
    section#reiif-factsheet figure {
        margin-left: var(---margin);
        margin-bottom: 30px
    }
    section#reiif-factsheet div#reiif-facts p {
        --fade-up-position: 34px
    }
    section#reiif-highlights>img {
        height: calc(var(--vw) * 110)
    }
    section#reiif-highlights div.ticker {
        top: calc((var(--vw) * -55) - 23px)
    }
    section#reiif-highlights div.container {
        padding: 0
    }
    section#reiif-highlights ul li {
        padding-bottom: 10px;
        padding-left: 65px;
        padding-right: 20px
    }
    section#reiif-highlights ul li button {
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 10px
    }
    section#reiif-highlights ul li button span {
        height: 16px;
        left: -39px;
        top: 9px;
        width: 16px
    }
    section#reiif-highlights ul li div p {
        padding-bottom: 10px
    }
    section#reiif-highlights ul+a {
        margin-left: var(--margin);
        margin-bottom: 50px
    }
    section#reiif-highlights div.images figure span:first-child {
        margin-bottom: -42px;
        --width: calc(var(--col5-g) + var(--margin))
    }
    section#reiif-highlights div.images figure span:first-child img {
        height: calc(var(--width) * .78)
    }
    section#reiif-highlights div.images figure span:last-child {
        margin-left: var(--margin);
        --width: var(--col3-g)
    }
    section#reiif-highlights div.images figure span:last-child img {
        height: calc(var(--width) * .7)
    }
    section#reiif-video button {
        background-size: 15px;
        height: 39px;
        top: 20px;
        width: 39px
    }
    section#fuiof-hero h1 span:last-of-type {
        display: block
    }
    section#fuiof-hero h1 circle {
        bottom: 18px
    }
    section#fuiof-hero figure.fuiof-hero-image {
        margin-bottom: -22px;
        --width: calc(var(--grid) + var(--margin))
    }
    section#fuiof-hero figure.fuiof-hero-image video {
        height: calc(var(--width) * .61)
    }
    section#fuiof-hero figure.fuiof-hero-image+figure {
        margin-left: var(--col2);
        --width: var(--col3-g)
    }
    section#fuiof-characteristics ul li:not(:last-child) {
        margin-bottom: 30px
    }
    section#about-expectations strong,
    section#fuiof-highlights h2 {
        margin-bottom: -23px;
        padding-left: var(--margin)
    }
    section#about-expectations div.images,
    section#about-overview div.flex#overview2 p.lg,
    section#about-overview div.flex#overview3 div.content-block p.lg,
    section#fuiof-highlights div.images {
        margin-bottom: 20px
    }
    section#about-expectations div.images figure:first-child,
    section#fuiof-highlights div.images figure:first-child {
        --width: calc(var(--margin) + var(--col6-g))
    }
    section#fuiof-highlights ul li {
        padding-top: 20px;
        padding-bottom: 10px
    }
    section#about-expectations ul li button,
    section#fuiof-highlights ul li button {
        margin-bottom: 20px;
        padding-right: var(--col2-g)
    }
    section#about-expectations ul li button span,
    section#fuiof-highlights ul li button span {
        height: 14px;
        top: 12px;
        width: 14px
    }
    section#about-expectations ul li div p,
    section#fuiof-highlights ul li div p {
        padding-bottom: 15px
    }
    section#about-hero h1 {
        margin-bottom: -23px
    }
    section#about-hero h1 circle {
        bottom: -23px
    }
    section#about-hero figure:first-of-type {
        margin-bottom: -60px
    }
    section#about-hero figure:first-of-type img,
    section#about-overview div.flex#overview2 figure img {
        height: calc(var(--width) * .72)
    }
    section#about-hero figure:last-of-type {
        --width: var(--col4-g)
    }
    section#about-expectations h2.heading,
    section#about-overview div.flex#overview1 div.content-block p.lg,
    section#about-overview div.flex#overview1 div.content-block p.sm,
    section#about-overview div.flex#overview2,
    section#about-overview div.flex#overview2 p.sm,
    section#about-overview div.flex#overview2 p.sm+a.button,
    section#about-overview div.flex#overview3+a.button,
    section#about-overview h2.heading {
        margin-bottom: 50px
    }
    section#about-overview div.container:first-of-type {
        padding-top: 80px
    }
    section#about-overview div.flex#overview1 div.content-block figure {
        margin-left: var(---margin);
        margin-bottom: 50px;
        --width: calc(var(--margin) + var(--col5-g))
    }
    section#about-overview div.flex#overview1 div.content-block figure img {
        height: calc(var(--width) * .75)
    }
    section#about-overview div.flex#overview1>figure {
        margin-left: var(---margin);
        --width: var(--vw100)
    }
    section#about-overview div.flex#overview1>figure img {
        height: calc(var(--width) * 1.1)
    }
    section#about-overview div.ticker {
        margin-top: calc(var(--vw) * -55);
        margin-bottom: calc((var(--vw) * 55) - 46px + 50px)
    }
    section#about-overview div.flex#overview2 figure {
        --width: calc(var(--col5-g) + var(--margin))
    }
    section#about-overview>figure:last-child img {
        height: calc(var(--width) * .66)
    }
    section#about-expectations {
        padding: 80px 0
    }
    section#about-expectations div.images figure:last-child {
        display: none
    }
    section#about-expectations ul li {
        padding-top: 20px;
        padding-bottom: 10px;
        --animation-delay: 0s !important
    }
}

@media all and (min-width:768px) {
    section#investment-strategy h2 {
        margin-left: var(--col2)
    }
    section#investment-strategy #investment-intro figure video {
        height: calc(var(--col3-g) + var(--margin))
    }
    section#sectors-of-focus h2,
    section#sectors-of-focus p {
        margin-bottom: 80px
    }
    section#project-gallery #gallery-container,
    section#reiif-hero div.container,
    section.portfolio-projects ul {
        align-items: flex-start;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap
    }
    section#project-gallery #gallery-container figure.image5,
    section.portfolio-projects ul li[position="1"],
    section.portfolio-projects ul li[position="2"],
    section.portfolio-projects ul li[position="3"] {
        --width: var(--col5-g)
    }
    section.portfolio-projects ul li[position="2"],
    section.portfolio-projects ul li[position="4"] {
        margin-left: auto
    }
    section#portfolio-other div.flex a,
    section#project-gallery #gallery-container figure.image4,
    section#project-gallery #gallery-container figure.image5,
    section#project-gallery #gallery-container figure.image6,
    section.portfolio-projects ul li[position="3"] {
        margin-left: var(--col1)
    }
    section.portfolio-projects ul li[position="5"] {
        margin-left: var(---margin);
        --width: calc(var(--margin) + var(--col5-g))
    }
    section.portfolio-projects ul li[position="5"] a p {
        padding-left: var(--margin)
    }
    section.portfolio-projects ul li[position="6"] {
        margin-left: auto;
        margin-right: var(---margin);
        --width: calc(var(--margin) + var(--col5-g))
    }
    section#portfolio-other div.flex {
        align-items: flex-start;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        position: relative
    }
    section#portfolio-other div.flex div {
        width: var(--col6-g)
    }
    section#about-overview div.flex,
    section#project-hero div.flex,
    section#reiif-factsheet div.container {
        align-items: flex-start;
        display: -webkit-flex;
        display: flex
    }
    section#project-hero div.flex figure {
        margin-right: var(--col1g);
        position: relative;
        width: var(--col4-g)
    }
    section#project-hero div.flex div,
    section#reiif-factsheet div#reiif-facts {
        flex: 1
    }
    section#project-hero p.h3 {
        padding: 0 var(--col1)
    }
    section#project-hero p.h3+p.sm {
        padding: 0 var(--col2)
    }
    section#project-gallery #gallery-container div {
        width: var(--col5-g)
    }
    section#project-gallery #gallery-container figure.image1 {
        --width: var(--grid)
    }
    section#project-gallery #gallery-container figure.image2,
    section#project-gallery #gallery-container figure.image6 {
        --width: var(--col4-g)
    }
    section#project-gallery #gallery-container figure.image7 {
        margin: 0 auto;
        --width: var(--col10-g)
    }
    section#reiif-hero strong.h3,
    section#reiif-hero strong.heading {
        width: 100%
    }
    section#reiif-factsheet figure {
        margin-left: var(---margin);
        width: calc(var(--margin) + var(--col5-g))
    }
    section#reiif-factsheet figure img {
        height: calc((var(--margin) + var(--col5-g)) * .92)
    }
    section#reiif-highlights>img {
        height: calc(var(--vw) * 60)
    }
    section#reiif-highlights div.ticker {
        top: calc((var(--vw) * -30) - 23px)
    }
    section#fuiof-hero h1,
    section#fuiof-hero strong.heading {
        margin-left: var(--col1);
        padding-right: var(--col2)
    }
    section#fuiof-hero figure.fuiof-hero-image {
        --width: calc(var(--col11-g) + var(--margin))
    }
    section#fuiof-hero figure.fuiof-hero-image video {
        height: calc(var(--width) * .52)
    }
    section#fuiof-hero figure.fuiof-hero-image+figure {
        margin-left: var(--col7);
        --width: var(--col4-g)
    }
    section#fuiof-highlights h2 {
        padding-left: calc(var(--margin) + var(--col1))
    }
    section#fuiof-highlights ul {
        counter-reset: highlights
    }
    section#fuiof-highlights ul li button {
        align-items: flex-end;
        display: -webkit-flex;
        display: flex
    }
    section#fuiof-highlights ul li button::before {
        color: var(--lightgrey);
        content: counter(highlights, decimal-leading-zero);
        counter-increment: highlights;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: .05em
    }
    section#about-hero h1 circle {
        bottom: 0
    }
    section#about-overview div.flex#overview1 div.content-block p.lg,
    section#about-overview div.flex#overview2 p.lg,
    section#about-overview div.flex#overview2 p.sm,
    section#about-overview div.flex#overview3 div.content-block p.lg {
        margin-bottom: 50px
    }
    section#about-overview div.flex#overview1 figure {
        margin-left: auto;
        margin-right: var(---margin);
        --width: calc(var(--col3-g) + var(--margin))
    }
    section#about-overview div.flex#overview2 figure {
        --width: calc(var(--col4-g) + var(--margin))
    }
    section#about-overview>figure:last-child img {
        height: calc(var(--width) * .59)
    }
}

@media all and (min-width:768px) and (max-width:1439px) {
    :root {
        --padding-top: 172px
    }
    .big-text {
        font-size: 186px;
        line-height: 186px;
        min-height: 186px
    }
    .h1,
    div.carousel div.carousel-text {
        font-size: 80px;
        line-height: 80px
    }
    .h1 sub.sup {
        padding-right: 45px
    }
    .h1 sup {
        font-size: 36px;
        line-height: 73px;
        -webkit-transform: translateX(5px);
        transform: translateX(5px)
    }
    h1.h1 {
        left: -5px
    }
    .h2 {
        font-size: 68px;
        line-height: 74px
    }
    .h3 {
        font-size: 48px;
        line-height: 52px;
        --fade-up-position: 48px
    }
    .para.lg {
        font-size: 32px;
        line-height: 42px;
        --fade-up-position: 32px
    }
    .para.md {
        font-size: 24px;
        line-height: 32px
    }
    .button circle {
        height: 104px;
        width: 104px
    }
    .button circle icon arrow::after {
        background-size: 40px;
        left: -104px
    }
    .fade-up-para-lg,
    figure[scroll*=parallax] {
        --fade-up-position: 32px !important
    }
    header::after {
        height: 66px
    }
    section#menu button[action="menu.close"] {
        background-size: 29px;
        height: 98px;
        width: 98px
    }
    section#menu div.container {
        padding-top: 140px;
        padding-bottom: 44px
    }
    section#menu nav#main-nav {
        margin-bottom: 100px
    }
    section#menu nav#main-nav .menu-item:not(:last-child) {
        margin-bottom: 30px
    }
    footer {
        padding: 60px 0 40px
    }
    footer div.container>div:first-child>a,
    section#fuiof-highlights div.images {
        margin-bottom: 60px
    }
    section.contact div.container {
        padding-top: 80px;
        padding-bottom: 80px
    }
    section.contact p#contact-legal {
        margin-top: 50px;
        margin-bottom: -50px
    }
    section.contact.photo strong.h3 {
        font-size: 32px;
        line-height: 42px
    }
    section#homepage-hero h1 {
        left: -9px;
        margin-bottom: -34px
    }
    section#homepage-firm div.flex_1 {
        margin-bottom: 4px
    }
    section#homepage-firm div.flex_1 p.lg,
    section#homepage-news h2,
    section#project-hero div.flex div p,
    section#project-hero div.flex div ul li:nth-last-child(n+3) {
        margin-bottom: 40px
    }
    section#homepage-firm div.flex_2 div:first-child {
        width: var(--col10)
    }
    section#homepage-firm div.flex_2 div:first-child ul li {
        width: var(--col4)
    }
    section#fuiof-characteristics ul li:not(:last-child),
    section#homepage-firm div.flex_2 div:first-child ul li:nth-child(-n+2),
    section#investment-strategy h2,
    section#project-gallery #gallery-container figure:not(.image7) {
        margin-bottom: 50px
    }
    section#project-gallery,
    section#project-hero {
        padding-bottom: 100px
    }
    section#about-overview div.flex#overview2,
    section#about-overview div.flex#overview3+a.button,
    section#homepage-businesses h2,
    section#homepage-news strong.heading,
    section#portfolio-hero h1,
    section#portfolio-other h2,
    section.portfolio-projects ul li {
        margin-bottom: 80px
    }
    section#fuiof-characteristics,
    section#fuiof-highlights,
    section#investment-criteria,
    section#reiif-value {
        padding: 80px 0
    }
    section#homepage-news ul li p {
        margin-bottom: 10px
    }
    section#fuiof-hero,
    section#investment-strategy,
    section#reiif-factsheet,
    section#reiif-highlights {
        padding-bottom: 80px
    }
    section#investment-criteria div.container>ul>li,
    section#investment-strategy div.container>ul>li,
    section#reiif-highlights ul li {
        padding-bottom: 6px
    }
    section#investment-criteria ul li button,
    section#investment-strategy ul li button,
    section#reiif-highlights ul li button {
        margin-bottom: 14px
    }
    section#investment-criteria ul li button span,
    section#investment-strategy ul li button span,
    section#reiif-highlights ul li button span {
        height: 12px;
        top: 10px;
        width: 12px
    }
    section#investment-criteria ul li div.para>:last-child,
    section#investment-strategy ul li div.para>:last-child,
    section#reiif-highlights ul li div p {
        padding-bottom: 14px
    }
    section#sectors-of-focus {
        padding: 80px 0 120px
    }
    section#sectors-of-focus ul li:not(:last-child) {
        padding-bottom: 50px
    }
    section#project-hero p.h3+p.sm,
    section.portfolio-projects.extended {
        padding-top: 80px
    }
    section.portfolio-projects ul li[position="5"]:last-child {
        margin-bottom: 120px
    }
    section#portfolio-other {
        padding: 100px 0
    }
    section.contact+section#portfolio-other {
        padding-top: 200px
    }
    section#about-hero h1,
    section#project-hero h1 {
        margin-bottom: -34px
    }
    section#about-overview div.container:first-of-type,
    section#project-hero div.flex div {
        padding-top: 40px
    }
    section#project-gallery #gallery-container div {
        margin-top: -100px
    }
    section#reiif-hero h1 {
        margin-bottom: 80px;
        padding-right: var(--col2)
    }
    section#reiif-hero h1 circle {
        top: 148px
    }
    section#reiif-hero strong.h3 {
        margin-bottom: 80px;
        --fade-up-position: 48px
    }
    section#reiif-hero div#reiif-info p {
        --fade-up-position: 42px
    }
    section#reiif-factsheet figure {
        margin-right: var(--gutter)
    }
    section#reiif-factsheet div#reiif-facts p {
        font-size: 24px;
        line-height: 32px;
        --fade-up-position: 32px
    }
    section#reiif-video button {
        background-size: 29px;
        height: 98px;
        top: 45px;
        width: 98px
    }
    section#fuiof-hero h1 circle {
        bottom: 71px
    }
    section#fuiof-hero figure.fuiof-hero-image {
        margin-bottom: -43px
    }
    section#fuiof-highlights h2 {
        margin-bottom: -18px
    }
    section#fuiof-highlights ul li {
        padding-top: 40px;
        padding-bottom: 20px
    }
    section#fuiof-highlights ul li button {
        margin-bottom: 20px
    }
    section#fuiof-highlights ul li button::before {
        line-height: 35px;
        width: 35px
    }
    section#fuiof-highlights ul li button span {
        height: 21px;
        top: 15px;
        width: 21px
    }
    section#fuiof-highlights ul li p {
        padding-bottom: 20px
    }
    section#about-hero figure:last-of-type {
        --width: var(--col6-g)
    }
    section#about-overview h2.heading {
        margin-bottom: 70px
    }
}

@media all and (min-width:768px) and (max-width:1023px) {
    section#reiif-highlights div.container {
        margin-bottom: 80px
    }
    section#reiif-highlights ul {
        padding-left: 36px
    }
    section#reiif-highlights ul li button span {
        left: -34px
    }
    section#reiif-highlights ul+a {
        margin-left: 36px
    }
    section#reiif-highlights div.images figure span:first-child {
        margin-bottom: -57px;
        --width: calc(var(--col7-g) + var(--margin))
    }
    section#reiif-highlights div.images figure span:first-child img {
        height: calc(var(--width) * .78)
    }
    section#reiif-highlights div.images figure span:last-child {
        margin-left: calc(var(--margin) + var(--col3));
        --width: var(--col4-g)
    }
    section#reiif-highlights div.images figure span:last-child img {
        height: calc(var(--width) * .7)
    }
    section#fuiof-hero p {
        width: var(--col9-g)
    }
    section#fuiof-characteristics p {
        width: var(--col6-g)
    }
    section#fuiof-highlights div.images figure:first-child {
        --width: calc(var(--margin) + var(--col10-g))
    }
    section#fuiof-highlights ul li {
        padding: 40px var(--margin) 20px
    }
    section#fuiof-highlights ul li div.accordion-outer {
        padding-left: 35px;
        width: var(--col10-g)
    }
    section#about-hero h1,
    section#about-hero strong.heading {
        padding: 0 var(--col1)
    }
    section#about-hero figure:first-of-type {
        margin-bottom: -80px
    }
    section#about-hero figure:first-of-type img {
        height: calc(var(--width) * .59)
    }
    section#about-hero figure:last-of-type,
    section#about-overview a.button {
        margin-left: var(--col1)
    }
    section#about-overview div.flex#overview1,
    section#about-overview div.ticker {
        margin-bottom: 50px
    }
    section#about-overview div.flex#overview1 div.content-block,
    section#about-overview div.flex#overview2 p.lg {
        width: var(--col7-g)
    }
    section#about-overview div.flex#overview1 div.content-block figure {
        display: none
    }
    section#about-overview div.flex#overview1 div.content-block p.sm,
    section#about-overview div.flex#overview2 p.sm,
    section#about-overview div.flex#overview3 div.content-block p.sm {
        margin-left: var(--col1);
        width: var(--col5-g)
    }
    section#about-overview div.flex#overview1 figure img {
        height: calc(var(--width) * 1.43)
    }
    section#about-overview div.flex#overview2 {
        flex-direction: column
    }
    section#about-overview div.flex#overview2 figure {
        position: absolute;
        right: 0;
        top: 0
    }
    section#about-overview div.flex#overview2 figure img {
        height: calc(var(--width) * .96)
    }
}

section#about-expectations ul li {
    border-bottom: 1px solid var(--mahogany)
}

section#about-expectations a {
    margin-left: calc(var(--margin) + var(--col1))
}

section#culture-hero figure {
    width: calc(var(--col5-g) + var(--margin))
}

section.culture-team-impact#culture-team figure img {
    height: calc((var(--margin) + var(--col5-g)) * 1.05)
}

section#culture-philanthropy h2 {
    position: relative;
    transition: color .6s ease-out;
    z-index: 2
}

section#culture-philanthropy div.images figure:first-of-type video {
    height: calc(var(--grid) * (9/16))
}

section#culture-philanthropy div.images figure:last-of-type {
    z-index: 2
}

section#culture-philanthropy #charities #charity-logos {
    margin-left: var(---margin);
    width: var(--vw100)
}

section#culture-philanthropy #charities #charity-logos ul {
    align-items: flex-start;
    cursor: grab;
    display: -webkit-flex;
    display: flex;
    will-change: transform
}

section#team-hero div.flex {
    align-items: flex-start;
    display: -webkit-flex;
    display: flex;
    position: relative
}

section#team-hero div.flex figure:first-of-type.above-the-fold {
    --animation-delay: 1.6s
}

section#team-hero div.flex figure:last-of-type {
    margin-left: var(---margin)
}

section#team-people strong {
    display: block;
    text-align: right;
    white-space: pre;
    will-change: transform
}

section.team-members ul {
    align-items: flex-start;
    display: -wekbkit-flex;
    display: flex;
    flex-wrap: wrap;
    position: relative
}

section.team-members#advisory-board ul {
    flex-direction: column
}

section.team-members#advisory-board ul li {
    border-bottom: 1px solid var(--mahogany);
    margin: 0;
    width: 100%
}

section.team-members#advisory-board ul li a::after {
    background: url('../img/icons_arrow-right-red.svg') center center/contain no-repeat;
    content: '';
    display: block;
    position: absolute;
    right: 0
}

section#team-member {
    background: var(--red);
    color: var(--newlightgrey);
    pointer-events: none;
    transition: top var(--menu_transition);
    width: 100%
}

section#team-member figure::after {
    background: rgba(0, 0, 0, .15);
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

section#team-member div.container {
    z-index: 3
}

section#team-member button {
    background-color: var(--burgundy);
    border-radius: 50%;
    display: block;
    opacity: 0;
    position: absolute;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: opacity var(--menu_transition), -webkit-transform var(--menu_transition);
    transition: opacity var(--menu_transition), transform var(--menu_transition)
}

section#article-body article>.above-the-fold,
section#careers-hero p.lg.above-the-fold,
section#contact #contact-container #contact-details div:last-child,
section#team-member p,
section#team-member ul {
    --animation-delay: 1.6s
}

section#contact #contact-container #contact-details a,
section#team-member ul li a {
    align-items: center;
    display: -inline-webkit-flex;
    display: inline-flex;
    text-overflow: ellipsis
}

section#contact #contact-container #contact-details a svg,
section#team-member ul li a svg {
    height: 20px;
    margin-left: 10px
}

section#team-member ul li a svg path {
    fill: var(--newlightgrey)
}

section#team-member.active button {
    opacity: 1;
    -webkit-transform: rotate(90deg) translateZ(0);
    transform: rotate(90deg) translateZ(0);
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

section#careers-hero {
    color: var(--mahogany)
}

section#careers-hero::after {
    bottom: -2px;
    content: '';
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    z-index: -1;
    width: 100%
}

section#careers-hero h1 {
    color: var(--mahogany);
    position: relative;
    z-index: 2;
    --animation-delay: .6s
}

section#careers-hero h1 circle {
    position: absolute;
    right: 0;
    --animation-delay: 1.3s
}

section#careers-hero figure,
section#contact #contact-container figure {
    width: var(--width);
    --animation-delay: 1.3s
}

@media all and (max-width:767px) {
    section#culture-hero figure,
    section#culture-hero figure img {
        height: calc((var(--col5-g) + var(--margin)) * .78)
    }
    section#culture-hero,
    section.culture-team-impact#culture-impact {
        padding-bottom: 80px
    }
    section#culture-hero h1,
    section#team-hero h1 {
        margin-bottom: 60px
    }
    section#culture-hero h1 circle {
        bottom: -42px;
        right: 0
    }
    section#culture-hero div.flex,
    section#team-hero div.flex {
        flex-direction: column
    }
    section#culture-hero p.lg,
    section.culture-team-impact figure,
    section.team-members h2 {
        margin-bottom: 50px
    }
    section#culture-hero div.para {
        order: 4;
        padding-left: var(--col1)
    }
    section#careers-hero figure,
    section#culture-hero div.para p:not(:last-child),
    section#culture-philanthropy p.lg,
    section#team-hero div.flex figure,
    section#team-member p.lg,
    section.culture-team-impact h2 {
        margin-bottom: 30px
    }
    section#culture-hero figure {
        margin-left: auto;
        margin-right: var(---margin);
        margin-bottom: 30px
    }
    section#culture-hero div.ticker-outer-container {
        margin-top: 90px
    }
    section#culture-hero div.ticker-outer-container img {
        height: calc(var(--vw) * 74)
    }
    section.culture-team-impact figure img {
        height: calc((var(--margin) + var(--col5-g)) * .98)
    }
    section.culture-team-impact div.content p.lg,
    section.culture-team-impact div.content p.sm {
        margin-bottom: 40px
    }
    section#careers-hero button[action=goto],
    section.culture-team-impact div.content a {
        margin-left: var(--col1)
    }
    section.culture-team-impact#culture-team {
        padding-bottom: 46px
    }
    section.culture-team-impact#culture-team figure {
        margin-left: var(---margin)
    }
    section.culture-team-impact#culture-impact div.container {
        display: flex;
        flex-direction: column
    }
    section.culture-team-impact#culture-impact h2 {
        order: -2
    }
    section.culture-team-impact#culture-impact div.content:not(:last-child) {
        margin-bottom: 50px;
        order: -1
    }
    section.culture-team-impact#culture-impact figure {
        margin-left: auto;
        margin-right: var(---margin)
    }
    section.culture-team-impact#culture-impact figure img {
        height: calc((var(--margin) + var(--col5-g)) * .82)
    }
    section#culture-philanthropy {
        padding-bottom: 40px
    }
    section#culture-philanthropy h2 {
        margin-bottom: -18px
    }
    section#culture-philanthropy div.images figure:last-of-type {
        margin-left: auto;
        margin-top: -62px;
        margin-bottom: 30px
    }
    section#culture-philanthropy #charities #charity-logos ul {
        padding-left: var(--margin);
        width: calc((var(--charities) * var(--col2g)) + ((var(--charities) - 1) * 3px) + var(--margin) + var(--margin))
    }
    section#culture-philanthropy #charities #charity-logos ul li {
        width: var(--col2g)
    }
    section#culture-philanthropy #charities #charity-logos ul li:not(:last-child) {
        margin-right: 3px
    }
    section#team-hero h1 circle {
        top: calc(100% -12px)
    }
    section#team-hero div.flex p.lg {
        margin-bottom: 30px;
        order: -3
    }
    section#team-hero div.flex p.lg::before {
        content: '';
        display: block;
        float: right;
        height: 90px;
        margin-top: -60px;
        width: 90px
    }
    section#team-hero div.flex p.sm {
        margin-bottom: 30px;
        order: -1
    }
    section#team-hero div.flex figure:first-of-type {
        order: -2;
        margin-left: auto;
        margin-right: var(---margin);
        width: calc(var(--col5-g) + var(--margin))
    }
    section#team-hero div.flex figure:first-of-type img {
        height: calc((var(--col5-g) + var(--margin)) * .75)
    }
    section#team-hero div.flex figure:last-of-type {
        width: calc(var(--col5-g) + var(--margin))
    }
    section#team-hero div.flex figure:last-of-type img {
        height: calc((var(--col5-g) + var(--margin)) * .71)
    }
    section.team-members {
        padding: 50px 0 75px
    }
    section.team-members ul {
        justify-content: space-between
    }
    section.team-members ul li {
        width: var(--col3-g)
    }
    section.team-members ul li:nth-child(2n) {
        margin-top: 55px
    }
    section.team-members ul li a img {
        height: calc(var(--col3-g) * 1.34)
    }
    section.team-members#advisory-board ul li:not(:first-child) {
        padding-top: 20px
    }
    section.team-members#advisory-board ul li {
        padding-bottom: 20px
    }
    section.team-members#advisory-board ul li a::after {
        height: 18px;
        top: calc(50% - 9px);
        width: 22px
    }
    section#team-member div.container {
        padding-bottom: 32px
    }
    section#team-member figure {
        margin-bottom: -22px
    }
    section#team-member figure img {
        height: calc(var(--vw100) * 1.17)
    }
    section#team-member button {
        background-size: 15px;
        height: 39px;
        top: 20px;
        width: 39px
    }
    section#team-member h2 {
        font-size: 50px;
        line-height: 52px;
        margin-bottom: 30px
    }
    section#team-member p.md {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px
    }
    section#team-member ul {
        align-items: center;
        display: -webkit-flex;
        display: flex
    }
    section#team-member ul li:not(:last-child) {
        margin-right: 20px
    }
    section#team-member ul li a {
        background-position: center center;
        background-repeat: no-repeat;
        border: 1px solid var(--newlightgrey);
        border-radius: 50%;
        display: block;
        height: 39px;
        overflow: hidden;
        text-indent: -999px;
        width: 39px
    }
    section#team-member ul li a.email {
        background-image: url('../img/icons_email.svg');
        background-size: 20px
    }
    section#team-member ul li a.linkedin {
        background-image: url('../img/icons_linkedin.svg');
        background-size: 15px
    }
    section#team-member ul li a.linkedin svg {
        display: none
    }
    section#careers-hero {
        padding-bottom: 74px
    }
    section#careers-hero h1 {
        margin-bottom: -23px
    }
    section#careers-hero h1 circle {
        bottom: -28px
    }
    section#careers-hero figure img {
        height: calc(var(--width) * .73)
    }
}

@media all and (min-width:768px) and (max-width:1439px) {
    section#about-expectations {
        padding: 100px 0
    }
    section#about-expectations h2.heading,
    section#culture-philanthropy div.images,
    section#team-member p.lg,
    section.culture-team-impact h2 {
        margin-bottom: 40px
    }
    section#about-expectations strong {
        margin-bottom: -21px
    }
    section#about-expectations div.images {
        margin-bottom: 60px
    }
    section#about-expectations ul li {
        padding-top: 40px;
        padding-bottom: 20px
    }
    section#about-expectations ul li button,
    section#team-member h2 {
        margin-bottom: 20px
    }
    section#about-expectations ul li button::before {
        line-height: 35px;
        width: 35px
    }
    section#about-expectations ul li button span {
        height: 21px;
        top: 15px;
        width: 21px
    }
    section#about-expectations ul li p {
        padding-bottom: 20px
    }
    section#culture-hero,
    section.culture-team-impact {
        padding-bottom: 100px
    }
    section#culture-hero h1,
    section#team-hero h1,
    section.culture-team-impact#culture-impact div.content:first-of-type,
    section.team-members h2 {
        margin-bottom: 80px
    }
    section#culture-hero p.lg {
        margin-bottom: 50px
    }
    section#culture-hero div.ticker-outer-container {
        margin-top: 50px
    }
    section.culture-team-impact div.content p.lg {
        margin-bottom: 38px
    }
    section.culture-team-impact div.content p.sm {
        margin-bottom: 78px
    }
    section#culture-philanthropy {
        padding-bottom: 63px
    }
    section#culture-philanthropy h2 {
        margin-bottom: -45px
    }
    section#culture-philanthropy div.images figure:last-of-type {
        top: calc(100% - 37px)
    }
    section#culture-philanthropy #charities p {
        font-size: 20px;
        line-height: 28px
    }
    section#culture-philanthropy #charities #charity-logos ul {
        width: calc((var(--charities) * var(--col3-g)) + ((var(--charities) - 1) * 20px) + var(--margin) + var(--col1) + var(--margin))
    }
    section#culture-philanthropy #charities #charity-logos ul li {
        width: var(--col3-g)
    }
    section.team-members {
        padding: 80px 0
    }
    section#team-member button {
        background-size: 29px;
        height: 98px;
        top: 45px;
        width: 98px
    }
    section#careers-hero {
        padding-bottom: 80px
    }
    section#careers-hero h1 {
        margin-bottom: -34px
    }
}

@media all and (min-width:768px) and (max-width:1023px) {
    section#about-expectations div.images figure:first-child {
        --width: calc(var(--margin) + var(--col10-g))
    }
    section#about-expectations ul li {
        padding: 40px var(--margin) 20px
    }
    section#about-expectations ul li div.accordion-outer {
        padding-left: 35px;
        width: var(--col10-g)
    }
    section#culture-hero figure,
    section#culture-hero figure img {
        height: calc((var(--col5-g) + var(--margin)) * 1.3)
    }
    section#culture-hero h1,
    section#culture-hero strong.heading,
    section.culture-team-impact#culture-impact div.content p.lg {
        padding-left: var(--col1)
    }
    section#culture-hero h1 circle {
        bottom: -105px;
        right: 0
    }
    section#culture-hero div.flex {
        flex-wrap: wrap
    }
    section#culture-hero p.lg {
        padding-right: var(--col5);
        width: 100%
    }
    section#culture-hero div.para {
        padding-left: var(--col1);
        width: var(--col6)
    }
    section#culture-hero div.para p:not(:last-child) {
        margin-bottom: 50px
    }
    section#culture-hero figure {
        position: relative;
        right: calc(var(--col1) * -1)
    }
    section#culture-hero div.ticker-outer-container img {
        height: calc(var(--vw) * 56)
    }
    section.culture-team-impact figure {
        position: absolute;
        top: 92px
    }
    section#team-hero h1,
    section#team-hero strong.heading,
    section#team-member h2,
    section.culture-team-impact div.content p.sm {
        margin-left: var(--col1)
    }
    section.culture-team-impact div.content a {
        margin-left: var(--col2)
    }
    section.culture-team-impact#culture-team figure {
        left: 0
    }
    section.culture-team-impact#culture-team div.content p.lg {
        min-height: calc((var(--margin) + var(--col5-g)) * 1.05);
        padding-left: var(--col6)
    }
    section.culture-team-impact#culture-impact figure {
        right: 0
    }
    section.culture-team-impact#culture-impact figure img {
        height: calc((var(--margin) + var(--col5-g)) * .78)
    }
    section#culture-philanthropy p.lg,
    section.culture-team-impact#culture-impact div.content p.sm,
    section.team-members ul li {
        width: var(--col5-g)
    }
    section.culture-team-impact#culture-impact div.content:first-of-type p.lg {
        width: var(--col6)
    }
    section#culture-philanthropy p.sm {
        padding: 0 var(--col2)
    }
    section#team-hero h1 {
        padding-right: var(--col3)
    }
    section#team-hero h1 circle {
        bottom: 67px
    }
    section#team-hero div.flex p.lg {
        margin-bottom: 40px;
        padding-right: var(--col5);
        width: 100%
    }
    section#team-hero div.flex p.sm {
        margin-left: var(--col1);
        width: var(--col5-g)
    }
    section#team-hero div.flex figure:first-of-type {
        margin-bottom: 40px;
        margin-left: auto;
        margin-right: var(---margin);
        width: calc(var(--col6-g) + var(--margin))
    }
    section#team-hero div.flex figure:first-of-type img {
        height: calc((var(--col6-g) + var(--margin)) * 1.03)
    }
    section#team-hero div.flex figure:last-of-type {
        width: calc(var(--col7-g) + var(--margin))
    }
    section#team-hero div.flex figure:last-of-type img {
        height: calc((var(--col7-g) + var(--margin)) * .66)
    }
    section#team-hero div.flex a {
        margin-left: auto
    }
    section.team-members ul {
        justify-content: space-between;
        padding: 0 50px
    }
    section.team-members ul li:nth-child(2n) {
        margin-top: 50px
    }
    section.team-members ul li a img {
        height: calc(var(--col5-g) * 1.34)
    }
    section#team-member figure {
        margin-bottom: -43px
    }
    section#team-member figure img {
        height: calc(var(--vw100) * .91)
    }
    section#team-member p.md {
        margin-left: var(--col3);
        margin-bottom: 20px
    }
    section#team-member ul {
        padding: 0 var(--col3)
    }
    section#careers-hero h1,
    section#careers-hero strong.heading,
    section#team-member p.lg {
        padding: 0 var(--col1)
    }
    section#team-member[group=advisory-board] h2 {
        margin-left: 0
    }
    section#team-member[group=advisory-board] p.lg {
        padding-left: 0
    }
    section#careers-hero figure {
        margin-bottom: 40px
    }
    section#careers-hero figure img {
        height: calc(var(--width) * .59)
    }
    section#careers-hero p {
        width: var(--col9-g)
    }
}

section#careers-stakeholders #stakeholder-model #stakeholder {
    align-items: center;
    border-radius: 50%;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    text-align: center;
    z-index: 5
}

section#careers-stakeholders #stakeholder-model #stakeholder::after {
    border: 2px dotted var(--burgundy);
    border-radius: 50%;
    clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0% 100%);
    content: '';
    display: block;
    height: var(--border-width);
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    width: var(--border-width);
    z-index: 2;
    -webkit-transform: translate3d(-50%, -50%, 0) scaleY(-1);
    transform: translate3d(-50%, -50%, 0) scaleY(-1)
}

section#careers-stakeholders #stakeholder-model #stakeholder p,
section#careers-stakeholders #stakeholder-model #stakeholder strong {
    transition: opacity .3s ease-in
}

section#careers-stakeholders #stakeholder-model #stakeholder.transition p,
section#careers-stakeholders #stakeholder-model #stakeholder.transition strong {
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease-out
}

section#careers-stakeholders #stakeholder-model #stakeholder div {
    align-items: center;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    position: absolute
}

section#careers-stakeholders #stakeholder-model #stakeholder div button {
    background: url('../img/icons_arrow-red.svg') center center/contain no-repeat;
    height: 11px;
    width: 50px
}

section#careers-stakeholders #stakeholder-model #stakeholder div button:first-child {
    margin: 0 5px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

section#careers-stakeholders #stakeholder-model #stakeholders {
    border-radius: 50%;
    display: block;
    height: var(--width);
    position: absolute;
    top: 0;
    width: var(--width)
}

section#careers-stakeholders #stakeholder-model #stakeholders::after {
    background: rgba(111, 111, 111, .1);
    border-radius: 50%;
    clip-path: polygon(0 0, 100% 0, 100% 50%, 0% 50%);
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

section#careers-stakeholders #stakeholder-model #stakeholders div {
    height: calc(var(--width)/ 2);
    left: calc(50% - 17px);
    position: absolute;
    width: 34px;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

section#careers-stakeholders #stakeholder-model #stakeholders div button {
    position: absolute;
    top: 0;
    -webkit-transform: translateY(-50%) rotate(calc(var(--index) * (360deg/10) * -1));
    transform: translateY(-50%) rotate(calc(var(--index) * (360deg/10) * -1))
}

section#careers-stakeholders #stakeholder-model #stakeholders div button::before {
    border: 2px solid var(--white);
    border-radius: 50%;
    display: block;
    height: 30px;
    transition: background-color .6s ease-out;
    width: 30px
}

.fade-in.fade-in-container.reveal .fade-in:not([scroll*=reveal]),
.fade-in.reveal {
    opacity: 1;
    transition: .8s cubic-bezier(.5, 1, .89, 1) var(--animation-delay);
    will-change: opacity
}

@media all and (max-width:767px) {
    section#careers-stakeholders {
        margin-bottom: -140px
    }
    section#careers-stakeholders h3 {
        margin-bottom: 110px;
        width: var(--col5)
    }
    section#careers-stakeholders #stakeholder-model {
        height: calc((var(--width)/ 2) + 140px);
        --width: 440px
    }
    section#careers-stakeholders #stakeholder-model::before {
        color: var(--burgundy);
        content: attr(stakeholder);
        font-size: 26px;
        left: 0;
        line-height: 34px;
        position: absolute;
        text-align: center;
        top: -61px;
        transition: opacity .3s ease-out;
        width: 100%
    }
    
    
    section#careers-stakeholders #stakeholder-model.transition::before {
        opacity: 0
    }
    section#careers-stakeholders #stakeholder-model #stakeholder {
        height: 280px;
        padding: 0 34px;
        top: calc((var(--width) - 280px)/ 2);
        width: 280px;
        z-index: 10
    }
    section#careers-stakeholders #stakeholder-model #stakeholder::after {
        --border-width: 340px
    }
    section#careers-stakeholders #stakeholder-model #stakeholder div {
        bottom: 30px
    }
    section#careers-stakeholders #stakeholder-model #stakeholder strong,
    section#careers-stakeholders #stakeholder-model #stakeholders strong {
        display: none
    }
    section#careers-stakeholders #stakeholder-model #stakeholders {
        clip-path: polygon(0 0, 100% 0, 100% 50%, 0% 50%);
        height: calc(var(--width) + 140px);
        left: calc(50% - (var(--width)/ 2));
        top: -70px
    }
    section#careers-stakeholders #stakeholder-model #stakeholders::after {
        height: var(--width);
        top: 70px;
        width: var(--width)
    }
    section#careers-stakeholders #stakeholder-model #stakeholders button {
        pointer-events: none
    }
    section#careers-stakeholders #stakeholder-model #stakeholders div {
        top: calc(50% - (var(--width)/ 2));
        -webkit-transform: rotate(calc((var(--index) - var(--active)) * (360deg/5)));
        transform: rotate(calc((var(--index) - var(--active)) * (360deg/5)))
    }
    section#careers-stakeholders #stakeholder-model #stakeholders.animation div {
        -webkit-transition: -webkit-transform .6s ease-out;
        transition: transform .6s ease-out
    }
    section#careers-stakeholders #stakeholder-model #stakeholders div button::before {
        content: ''
    }
    section#careers-stakeholders #stakeholder-model #stakeholders div.active button::before {
        background-color: var(--burgundy)
    }
    section#careers-stakeholders #stakeholder-model #stakeholders div:not(.active) button::before {
        background-color: var(--newgrey)
    }
    section#careers-benefits {
        padding: calc((var(--col4g)/ 2) + 80px) 0
    }
    section#careers-benefits div.images {
        margin-bottom: 50px
    }
    section#careers-benefits div.images figure:first-child {
        margin-bottom: 10px;
        --width: calc(var(--margin) + var(--col4-g))
    }
    section#careers-benefits div.images figure:first-child img {
        height: calc(var(--width) * .67)
    }
    section#careers-benefits div.images figure:last-child {
        margin-left: calc(var(--margin) + var(--col1));
        --width: var(--col5-g)
    }
    section#careers-benefits div.images figure:last-child img {
        height: calc(var(--width) * .68)
    }
}

@media all and (min-width:768px) and (max-width:1150px) {
    section#careers-stakeholders #stakeholder-model #stakeholders strong {
        display: none
    }
}

@media all and (min-width:768px) and (max-width:1023px) {
    section#careers-stakeholders h3 {
        width: var(--col8-g)
    }
    section#careers-stakeholders #stakeholder-model {
        --width: 692px
    }
    section#careers-stakeholders #stakeholder-model #stakeholder {
        top: calc((692px - 422px)/ 2)
    }
    section#careers-stakeholders #stakeholder-model #stakeholder::after {
        --border-width: 544px
    }
}

@media all and (min-width:1023px) and (max-width:1699px) {
    section#careers-stakeholders #stakeholder-model {
        --width: 746px
    }
    section#careers-stakeholders #stakeholder-model #stakeholder {
        top: calc((746px - 422px)/ 2)
    }
    section#careers-stakeholders #stakeholder-model #stakeholder::after {
        --border-width: 584px
    }
}

@media all and (min-width:1151px) {
    section#careers-stakeholders #stakeholder-model #stakeholders strong {
        line-height: 34px;
        position: absolute;
        font-size:32px;
        white-space: pre
    }
    section#careers-stakeholders #stakeholder-model #stakeholders div:first-child strong {
        left: 50%;
        top: 0;
        -webkit-transform: translate3d(-50%, -100%, 0) rotate(calc(var(--index) * (360deg/10) * -1));
        transform: translate3d(-50%, -100%, 0) rotate(calc(var(--index) * (360deg/10) * -1))
    }
    section#careers-stakeholders #stakeholder-model #stakeholders div:nth-child(2) strong,
    section#careers-stakeholders #stakeholder-model #stakeholders div:nth-child(3) strong
     {
        left: 45px;
        top: 0
    }
    section#careers-stakeholders #stakeholder-model #stakeholders div:nth-child(4) strong,
    section#careers-stakeholders #stakeholder-model #stakeholders div:nth-child(5) strong,
    section#careers-stakeholders #stakeholder-model #stakeholders div:nth-child(6) strong,
    section#careers-stakeholders #stakeholder-model #stakeholders div:nth-child(7) strong {
        left: -11px;
        top: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@media all and (min-width:1700px) {
    section#careers-stakeholders #stakeholder-model {
        --width: 1000px
    }
    section#careers-stakeholders #stakeholder-model #stakeholder {
        top: calc((1000px - 422px)/ 2)
    }
    section#careers-stakeholders #stakeholder-model #stakeholder::after {
        --border-width: 711px
    }
}

section#careers-benefits {
    background: var(--red);
    color: var(--white)
}

section#careers-positions ul li a {
    align-items: center;
    display: -webkit-inline-flex;
    display: inline-flex;
    flex-direction: column
}

section#careers-positions p+a {
    color: var(--burgundy);
    display: inline
}

section#career #details {
    align-items: flex-start;
    color: var(--burgundy);
    display: -webkit-flex;
    display: flex;
    font-weight: 400
}

section#career #details p:first-child,
section#career #details p:last-child,
section#career article,
section#four04 a.button,
section#four04 p {
    --animation-delay: .7s
}

section#career article h3 {
    color: var(--mahonany);
    font-weight: 400
}

section#career #deadline {
    color: var(--burgundy);
    font-weight: 400;
    white-space: pre-line
}

section#apply {
    padding-top: 80px
}

section#apply form #uploadifive-cv {
    display: inline-block;
    overflow: hidden;
    pointer-events: none;
    position: relative;
    z-index: 2
}

section#apply form #uploadifive-cv input[type=file] {
    cursor: pointer;
    display: block !important;
    height: 100%;
    opacity: 0;
    pointer-events: auto;
    position: absolute;
    right: 0;
    top: 0
}

section#apply form #uploadifive-cv span {
    color: var(--red);
    display: block
}

section#a-few-words {
    z-index: 2
}

section#news-hero #feature-article {
    display: block;
    pointer-events: none;
    transition: opacity .6s ease-in
}

section#news-hero #feature-article div small {
    color: var(--burgundy);
    display: inline-block;
    font-weight: 400;
    white-space: pre
}

section#news-hero.filter-transition #feature-article,
section#news-hero.filter-transition+section#news-articles {
    opacity: 0;
    pointer-events: none;
    transition: opacity .6s ease-out
}

section#more-news div.carousel ul li:first-child figure img,
section#more-news div.carousel ul li:nth-child(7) figure img,
section#more-news div.carousel ul li:nth-child(9) figure img,
section#news-articles ul li[position="1"] figure img,
section#news-articles ul li[position="7"] figure img,
section#news-articles ul li[position="9"] figure img {
    height: calc(var(--width) * .9)
}

section#more-news div.carousel ul li:nth-child(2) figure img,
section#news-articles ul li[position="2"] figure img {
    height: calc(var(--width) * 1.4)
}

section#more-news div.carousel ul li:nth-child(12) figure img,
section#more-news div.carousel ul li:nth-child(3) figure img,
section#more-news div.carousel ul li:nth-child(6) figure img,
section#news-articles ul li[position="12"] figure img,
section#news-articles ul li[position="3"] figure img,
section#news-articles ul li[position="6"] figure img {
    height: calc(var(--width) * 1.17)
}

section#more-news div.carousel ul li:nth-child(10) figure img,
section#more-news div.carousel ul li:nth-child(4) figure img,
section#news-articles ul li[position="10"] figure img,
section#news-articles ul li[position="4"] figure img {
    height: calc(var(--width) * 1.28)
}

section#more-news div.carousel ul li:nth-child(11) figure img,
section#more-news div.carousel ul li:nth-child(5) figure img,
section#news-articles ul li[position="11"] figure img,
section#news-articles ul li[position="5"] figure img {
    height: var(--width)
}

section#more-news div.carousel ul li:nth-child(8) figure img,
section#news-articles ul li[position="8"] figure img {
    height: calc(var(--width) * 1.52)
}

section#article-body #share-article div.share a,
section#article-body article div.video figure iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

section#more-news div.carousel ul li a small,
section#news-articles ul li a small {
    color: var(--burgundy);
    font-weight: 400;
    white-space: pre
}

section#article-hero small {
    color: var(--burgundy);
    font-weight: 400;
    margin-bottom: 50px;
    white-space: pre;
    --animation-delay: 1.3s
}

section#article-hero figure {
    margin-left: var(---margin);
    width: var(--vw100);
    --animation-delay: 1.3s
}

section#article-body article div.image figure,
section#article-body article div.video figure {
    position: relative;
    width: var(--width)
}

section#article-body article div.image {
    display: flex;
    justify-content: center
}

section#article-body article div.image.medium_image figure,
section#article-body article div.image.small_image figure {
    margin-left: 0
}

section#article-body article div.video figure {
    height: calc(var(--width) * .5625);
    margin: 0 auto
}

section#article-body article div.para h3 {
    color: var(--mahogany);
    font-weight: 400
}

section#article-body #share-article {
    align-items: center;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap
}

section#article-body #share-article strong {
    font-weight: 600;
    margin-bottom: 20px;
    width: 100%
}

section#article-body #share-article div.share a {
    border-radius: 50%;
    display: block
}

section#article-body #share-article div.share svg {
    border-radius: 50%;
    height: 42px;
    pointer-events: none;
    width: 42px
}

section#article-body #share-article div.share svg path {
    fill: var(--burgundy)
}

section#contact {
    position: relative
}

section#contact #contact-container div.container {
    min-height: 0
}

section#contact #contact-container #contact-details p {
    padding-right: 20px
}

@media all and (max-width:1280px) {
    section#contact #contact-container #contact-details div:first-child {
        margin-bottom: 40px
    }
}

@media all and (max-width:767px) {
    section#careers-culture h2 {
        margin-bottom: -23px
    }
    section#article-body article div.image:not(:last-child),
    section#article-body article div.images:not(:last-child),
    section#article-body article div.para:not(:last-child),
    section#article-body article div.video:not(:last-child),
    section#career h1,
    section#careers-culture figure,
    section#careers-positions ul li:not(:last-child) {
        margin-bottom: 30px
    }
    section#careers-culture figure img {
        height: calc(var(--width) * .58)
    }
    section#careers-culture a {
        margin-left: var(--col1-g)
    }
    section#apply form fieldset:nth-child(6),
    section#career #details,
    section#career article:not(:last-child),
    section#contact #contact-container #contact-details,
    section#contact h1,
    section#contact-form form fieldset:nth-child(4),
    section#more-news h2,
    section#news-articles ul li,
    section#news-hero form.filters:not(.filtered),
    section#news-hero h1 {
        margin-bottom: 50px
    }
    section#career #details p {
        width: var(--col2)
    }
    section#article-body article div.para h3,
    section#career article h3 {
        font-size: 26px;
        line-height: 34px;
        margin-top: 30px;
        margin-bottom: 5px
    }
    section#apply form button[type=submit],
    section#contact-form form button[type=submit] {
        margin-left: var(--col1)
    }
    section#apply form #uploadifive-cv {
        height: 24px;
        line-height: 24px
    }
    section#a-few-words {
        flex-direction: column
    }
    section#a-few-words figure {
        order: -2;
        --width: calc(var(--vw) * 88)
    }
    section#a-few-words figure img {
        height: calc(var(--width) * .88)
    }
    section#a-few-words div.container:first-of-type {
        margin-bottom: 24px
    }
    section#a-few-words div.ticker {
        margin-top: calc(var(--vw) * -44);
        margin-bottom: calc((var(--vw) * 44) - 46px + 50px);
        order: -1
    }
    section#contact,
    section#news-hero {
        padding-bottom: 50px
    }
    section#news-hero #feature-article figure {
        margin-left: var(---margin);
        margin-bottom: 10px;
        width: var(--vw100)
    }
    section#news-hero #feature-article figure img {
        height: calc(var(--vw100) * .77)
    }
    section#contact #contact-container h2,
    section#news-hero #feature-article div strong {
        margin-bottom: 10px
    }
    section#news-articles {
        padding-bottom: 30px
    }
    section#news-articles ul li a figure {
        margin-left: var(---margin);
        width: var(--width);
        --width: var(--vw100)
    }
    section#article-hero h1 {
        margin-bottom: 20px
    }
    section#article-hero h1 circle {
        right: 0;
        top: calc(100% + 37px)
    }
    section#article-hero figure img {
        height: calc(var(--vw100) * .85)
    }
    section#article-body article {
        margin-bottom: 80px
    }
    section#article-body article div.image.medium_image figure {
        --width: var(--grid)
    }
    section#article-body article div.image.small_image figure {
        --width: 50%
    }
    section#article-body article blockquote {
        margin-top: 50px;
        margin-bottom: 50px
    }
    section#article-body article div.images figure:first-child {
        margin-bottom: 10px;
        width: var(--col4-g)
    }
    section#article-body article div.images figure:last-child {
        margin-left: auto;
        width: var(--col5-g)
    }
    section#article-body #share-article div:not(:last-child) {
        margin-right: 20px
    }
    section#more-news div.carousel {
        --width: var(--col5-g)
    }
    section#more-news div.carousel ul {
        --carousel-margin: var(--gutter)
    }
    section#contact #contact-container figure {
        --width: var(--vw100)
    }
    section#contact #contact-container figure img {
        height: calc(var(--width) * .66)
    }
    section#contact #contact-container div.ticker {
        position: relative;
        margin-bottom: 4px;
        top: calc((var(--vw) * -33) - 23px)
    }
}

@media all and (min-width:768px) and (max-width:1280px) {
    section#contact #contact-container #contact-details,
    section#contact #contact-container div.ticker {
        margin-bottom: 40px
    }
}

@media all and (min-width:1281px) {
    section#contact #contact-container #contact-details {
        align-items: flex-start;
        display: -webkit-flex;
        display: flex
    }
    section#contact #contact-container #contact-details div {
        width: 50%
    }
    section#contact #contact-container #contact-details,
    section#contact #contact-container div.ticker {
        margin-bottom: 100px
    }
}

@media all and (min-width:1023px) and (max-width:1439px) {
    #_laptop {
        display: block
    }
    figure[scroll*=parallax] img,
    figure[scroll*=parallax] video,
    section#about-expectations div.images figure:last-child img,
    section#fuiof-highlights div.images figure:last-child img,
    section#team-hero div.flex figure:last-of-type img {
        --parallax: .3
    }
    section#menu #menu-container {
        width: calc(var(--margin) + var(--col10-g))
    }
    section#menu nav {
        width: var(--col6-g)
    }
    section#menu button[action="menu.close"] {
        right: -49px;
        top: 119px
    }
    section.contact.nlg {
        padding-top: 63px;
        padding-bottom: 63px
    }
    section#homepage-hero h1 circle {
        bottom: 80px
    }
    section#about-hero figure:last-of-type img,
    section#homepage-hero figure:last-of-type img {
        --parallax: .05
    }
    section#homepage-firm div.flex_1 p.sm {
        margin-bottom: 100px
    }
    section#careers-benefits div.images figure:last-child img,
    section#contact #contact-container figure img,
    section#fuiof-hero div.flex figure img,
    section#homepage-firm div.flex_1 figure:first-of-type img,
    section#investment-criteria div.images figure span:last-child img,
    section#reiif-hero figure img,
    section#reiif-highlights div.images figure span:last-child img {
        --parallax: .2
    }
    section#portfolio-hero h1 circle {
        top: calc(100% + 80px - 52px + 26px)
    }
    section#portfolio-hero p circle {
        top: calc((50% - 52px) + 18px)
    }
    section#investment-criteria div.container>ul,
    section#investment-strategy div.container>ul,
    section#reiif-highlights ul {
        padding-top: 50px
    }
    section#investment-criteria ul li button,
    section#investment-criteria ul li div.accordion-outer,
    section#investment-strategy ul li button,
    section#investment-strategy ul li div.accordion-outer,
    section#reiif-highlights ul li button,
    section#reiif-highlights ul li div.accordion-outer {
        padding-left: 36px
    }
    section#about-expectations div.images figure:first-child img,
    section#careers-benefits div.images figure:first-child img,
    section#culture-philanthropy div.images figure:last-of-type img,
    section#fuiof-hero figure.fuiof-hero-image+figure img,
    section#fuiof-highlights div.images figure:first-child img,
    section#investment-criteria div.images figure span:first-child img,
    section#project-hero div.flex figure img,
    section#reiif-highlights div.images figure span:first-child img {
        --parallax: .1
    }
    section#project-hero div.flex div {
        padding-bottom: 80px
    }
    section#project-gallery #gallery-container figure.image6 {
        margin-top: calc(((var(--col4-g) * .72) - 100px + 50px + (var(--col5-g) * .94) - (var(--col6-g) * .74)) * -1)
    }
    section#reiif-hero h1 circle {
        right: -104px
    }
    section#about-overview div.ticker {
        margin: 50px 0
    }
    section#about-overview div.flex#overview1>figure img,
    section#culture-hero figure img,
    section#news-articles ul li[slot_3="1"] a,
    section#team-hero div.flex figure:first-of-type img,
    section.culture-team-impact figure img,
    section.team-members ul li[slot="1"] a {
        --parallax: .15
    }
    section#about-overview div.flex#overview2 figure img {
        --parallax: .28
    }
    section#culture-philanthropy p.sm {
        width: var(--col5-g)
    }
    section#team-hero h1 circle {
        bottom: 67px
    }
    section.team-members ul li:nth-last-child(n+4) {
        margin-bottom: 50px
    }
    section#news-articles ul li[slot_3="2"] a,
    section.team-members ul li[slot="2"] a {
        --parallax: .06
    }
    section#careers-hero figure {
        margin-bottom: 80px
    }
    section#careers-stakeholders {
        padding-top: 40px
    }
    section#a-few-words {
        min-height: calc((var(--width) * .91) + 80px)
    }
}

section#privacy article,
section#privacy aside {
    --animation-delay: .4s
}

@media all and (max-width:1023px) {
    .slider__cursor,
    section#homepage-firm div.flex_2 div:nth-child(2) figure,
    section#sectors-of-focus figure#sectors-hover {
        display: none
    }
    section.contact a.button {
        margin-left: var(--col1)
    }
    div.ticker div.ticker-container {
        -webkit-transform: none !important;
        transform: none !important
    }
    section#about-expectations ul li button span,
    section#about-hero h1 circle,
    section#fuiof-hero h1 circle,
    section#fuiof-highlights ul li button span,
    section#homepage-hero h1 circle,
    section#portfolio-hero h1 circle,
    section#portfolio-hero p circle,
    section#project-hero h1 circle,
    section#team-hero h1 circle {
        right: 0
    }
    section#investment-criteria div.images figure[scroll*=parallax].reveal,
    section#reiif-highlights div.images figure[scroll*=parallax].reveal {
        animation: none;
        opacity: 1;
        position: relative;
        z-index: 2;
        -webkit-transform: none;
        transform: none
    }
    section#investment-criteria div.images figure[scroll*=parallax].reveal span,
    section#reiif-highlights div.images figure[scroll*=parallax].reveal span {
        animation: image-reveal 1s forwards cubic-bezier(.5, 1, .89, 1) var(--animation-delay)
    }
    section#investment-criteria div.images figure span,
    section#reiif-highlights div.images figure span {
        opacity: 0
    }
    section#investment-criteria div.images figure span:first-child,
    section#reiif-highlights div.images figure span:first-child {
        --animation-delay: 0s;
        margin-left: auto
    }
    section#investment-criteria div.images figure span:last-child,
    section#reiif-highlights div.images figure span:last-child {
        --animation-delay: .2s
    }
    section#reiif-video,
    section#team-member {
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        -webkit-transition-delay: .4s;
        transition-delay: .4s
    }
    section#reiif-video button,
    section#team-member button {
        position: fixed;
        -webkit-transition-delay: 0;
        transition-delay: 0s
    }
    section#reiif-video.active,
    section#team-member.active {
        -webkit-transition-delay: 0;
        transition-delay: 0s
    }
    section#reiif-video.active button,
    section#team-member.active button {
        -webkit-transition-delay: .4s;
        transition-delay: .4s
    }
    section#about-overview div.flex#overview2 div.content-block p.sm,
    section#fuiof-hero figure.fuiof-hero-image+figure,
    section#fuiof-hero p,
    section.team-members ul li:nth-last-child(n+3) {
        margin-bottom: 50px
    }
    section#fuiof-hero div.flex figure {
        --width: calc(var(--col5-g) + var(--margin))
    }
    section#about-expectations div.images figure:last-child,
    section#fuiof-highlights div.images figure:last-child {
        --width: calc(var(--col2-g) + var(--margin))
    }
    section#about-hero figure:first-of-type {
        margin-left: var(---margin);
        --width: var(--vw100)
    }
    section#about-hero figure:last-of-type img {
        height: calc(var(--width) * .69)
    }
    section#culture-philanthropy div.images figure:last-of-type {
        width: var(--col4-g)
    }
    section#culture-philanthropy div.images figure:last-of-type img {
        height: calc(var(--col4-g) * .65)
    }
    section#team-member figure {
        position: relative
    }
    section#team-member[group=advisory-board] {
        padding-top: 80px
    }
    section#article-body article div.image figure,
    section#article-body article div.video figure,
    section#careers-hero figure {
        --width: var(--vw100)
    }
    section#careers-hero p {
        margin-bottom: 80px
    }
    section#apply form fieldset:nth-child(-n+3),
    section#contact-form form fieldset:nth-child(-n+3) {
        margin-bottom: 20px
    }
    section#apply form fieldset:nth-child(4),
    section#apply form fieldset:nth-child(5),
    section#privacy aside {
        margin-bottom: 30px
    }
    section#a-few-words {
        display: -webkit-flex;
        display: flex
    }
    section#news-articles ul li a {
        --webkit-transform: none !important;
        transform: none !important
    }
}

section#four04 {
    min-height: var(--vh100)
}

@media all and (max-width:1439px) {
    header section#header div.container {
        padding-top: 20px;
        padding-bottom: 20px
    }
    div.carousel ul li a figure,
    div.carousel ul li a strong,
    section#a-few-words h2,
    section#careers-positions p,
    section#news-articles ul li a figure,
    section#news-articles ul li a strong,
    section#news-hero #feature-article div strong,
    section.contact.photo figure,
    section.portfolio-projects a figure,
    section.team-members ul li a figure {
        margin-bottom: 10px
    }
    section#about-hero,
    section#article-body,
    section#careers-culture,
    section#homepage-firm,
    section#homepage-hero,
    section#more-news {
        padding-bottom: 80px
    }
    section#careers-stakeholders h2,
    section#culture-philanthropy p.sm,
    section#four04 h1,
    section#fuiof-hero h1,
    section#homepage-firm h2.heading,
    section#reiif-factsheet div#reiif-facts p,
    section#reiif-hero div#reiif-info p,
    section#reiif-highlights ul {
        margin-bottom: 50px
    }
    section#homepage-firm div.flex_2 div:first-child h3 {
        margin-bottom: 30px
    }
    section#about-expectations ul,
    section#careers-benefits div.container:last-child p,
    section#careers-culture div.ticker,
    section#careers-culture p,
    section#careers-positions ul,
    section#culture-philanthropy div.ticker,
    section#homepage-news ul,
    section#portfolio-intro strong,
    section.homepage-portfolio h2 {
        margin-bottom: 80px
    }
    section#homepage-news,
    section#more-projects,
    section#portfolio-intro,
    section#team-people {
        padding: 80px 0
    }
    section#homepage-news ul li {
        padding-top: 30px
    }
    section#investment-criteria div.container>ul>li,
    section#investment-strategy div.container>ul>li,
    section#reiif-highlights ul li {
        padding-top: 20px
    }
    section#culture-philanthropy #charities p {
        margin-bottom: 20px
    }
    section#careers-benefits div.images figure {
        width: var(--width)
    }
    section#careers-culture figure {
        margin-left: var(---margin);
        --width: var(--100vw)
    }
    section#careers-positions {
        padding: 60px 0 80px
    }
    section#article-hero {
        padding-bottom: 50px
    }
}

@media all and (max-width:767px) {
    section#four04 p,
    section#privacy h1 {
        margin-bottom: 50px
    }
    section#privacy aside strong {
        margin-bottom: 24px
    }
    section#four04 {
        padding-bottom: 50px
    }
}

@media all and (min-width:768px) {
    section#about-expectations strong,
    section#culture-philanthropy #charities #charity-logos ul {
        padding-left: calc(var(--margin) + var(--col1))
    }
    section#about-expectations ul {
        counter-reset: highlights
    }
    section#about-expectations ul li button {
        align-items: flex-end;
        display: -webkit-flex;
        display: flex
    }
    section#about-expectations ul li button::before {
        color: var(--red);
        content: counter(highlights, decimal-leading-zero);
        counter-increment: highlights;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: .05em
    }
    section#careers-benefits div.images figure:first-child,
    section#contact #contact-container,
    section#culture-hero div.flex {
        position: relative
    }
    section#culture-hero div.flex div.para.above-the-fold,
    section#culture-hero div.flex p.lg {
        --animation-delay: 1.3s
    }
    section.culture-team-impact h2 {
        width: 100%
    }
    section.culture-team-impact figure {
        width: calc(var(--margin) + var(--col5-g))
    }
    section#careers-culture p,
    section#culture-philanthropy h2 {
        margin-left: var(--col1)
    }
    section#culture-philanthropy div.images figure:last-of-type {
        position: absolute;
        right: var(--col1)
    }
    section#culture-philanthropy p.lg {
        margin-left: var(--col1);
        margin-bottom: 50px
    }
    section#careers-hero p,
    section#culture-philanthropy #charities p {
        padding-left: var(--col1)
    }
    section#culture-philanthropy #charities #charity-logos ul li:not(:last-child) {
        margin-right: 20px
    }
    section#team-hero div.flex {
        flex-wrap: wrap
    }
    section.team-members#advisory-board ul li:not(:first-child) {
        padding-top: 30px
    }
    section.team-members#advisory-board ul li {
        padding-bottom: 30px
    }
    section.team-members#advisory-board ul li a::after {
        height: 24px;
        top: calc(50% - 12px);
        width: 30px
    }
    section#team-member div.container {
        padding-bottom: 70px
    }
    section#contact #contact-container h2,
    section#team-member ul li:not(:last-child) {
        margin-bottom: 20px
    }
    section#team-member ul li a {
        color: inherit
    }
    section#careers-hero h1 circle {
        bottom: 0
    }
    section#careers-stakeholders {
        margin-bottom: -211px
    }
    section#careers-culture a,
    section#careers-stakeholders h3 {
        margin-left: var(--col2)
    }
    section#careers-stakeholders #stakeholder-model {
        height: calc((var(--width)/ 2) + 211px)
    }
    section#careers-stakeholders #stakeholder-model #stakeholder {
        height: 422px;
        padding: 0 54px;
        width: 422px
    }
    section#careers-stakeholders #stakeholder-model #stakeholder::before {
        background: url('../img/logo-ab.svg') center center/200px no-repeat #fff;
        border-radius: 50%;
        content: '';
        display: block;
        height: 100%;
        left: 0;
        opacity: 1;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 2
    }
    section#careers-stakeholders #stakeholder-model #stakeholder strong {
        margin-bottom: 30px
    }
    section#careers-stakeholders #stakeholder-model #stakeholder div {
        bottom: 50px
    }
    section#careers-stakeholders #stakeholder-model #stakeholders {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    section#careers-stakeholders #stakeholder-model #stakeholders div {
        -webkit-transform: rotate(calc(var(--index) * (360deg/10)));
        transform: rotate(calc(var(--index) * (360deg/10)))
    }
    section#careers-stakeholders #stakeholder-model #stakeholders div:not(:nth-child(-n+4)):not(:nth-last-child(-n+3)) {
        display: none
    }
    section#careers-stakeholders #stakeholder-model #stakeholders div button::before {
        content: '+';
        color: var(--white);
        font-size: 20px;
        line-height: 30px;
        text-align: center
    }
    section#careers-stakeholders #stakeholder-model #stakeholders div:not(.active) button::before,
    section#careers-stakeholders #stakeholder-model:not(.active) #stakeholders div button::before {
        background-color: var(--burgundy)
    }
    section#careers-stakeholders #stakeholder-model:not(.active) #stakeholder *,
    section#careers-stakeholders #stakeholder-model:not(.active) #stakeholder div {
        opacity: 0
    }
    section#careers-stakeholders #stakeholder-model.active #stakeholder::before {
        opacity: 0;
        pointer-events: none;
        transition: opacity .3s ease-out
    }
    section#careers-stakeholders #stakeholder-model.active #stakeholder div {
        opacity: 1;
        transition: opacity .3s ease-in .3s
    }
    section#careers-stakeholders #stakeholder-model.active #stakeholders div.active button {
        pointer-events: none
    }
    section#careers-stakeholders #stakeholder-model.active #stakeholders div.active button::before {
        background-color: var(--newgrey)
    }
    section#article-body article div.images,
    section#careers-benefits div.images {
        align-items: flex-start;
        display: -webkit-flex;
        display: flex
    }
    section#careers-benefits div.images figure:first-child img {
        height: calc(var(--width) * .75)
    }
    section#careers-culture h2,
    section#news-hero h1,
    section#news-hero strong.heading {
        padding: 0 var(--col1)
    }
    section#careers-positions ul li:not(:last-child) {
        margin-bottom: 40px
    }
    section#careers-positions p {
        width: var(--col7-g)
    }
    section#career #details,
    section#career article:not(:last-child),
    section#news-hero h1 {
        margin-bottom: 80px
    }
    section#article-body article div.para h3,
    section#career article h3 {
        margin-top: 50px;
        margin-bottom: 10px
    }
    section#apply form #uploadifive-cv {
        height: 28px;
        line-height: 28px
    }
    section#news-hero #feature-article {
        align-items: flex-start;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between
    }
    section#news-hero #feature-article figure {
        width: var(--col6-g)
    }
    section#news-hero #feature-article figure img {
        height: calc(var(--col6-g) * .77)
    }
    section#news-hero #feature-article div {
        flex: 1
    }
    section#news-articles ul {
        align-items: center;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap
    }
    section#news-articles ul li {
        width: var(--width)
    }
    section#news-articles ul li a {
        display: block
    }
    section#article-hero h1 circle {
        right: var(--col1)
    }
    section#article-body article,
    section#article-body article div.image:not(:last-child),
    section#article-body article div.images:not(:last-child),
    section#article-body article div.para:not(:last-child),
    section#article-body article div.video:not(:last-child) {
        margin-bottom: 50px
    }
    section#article-body article div.images figure:first-child {
        margin-right: var(--gutter)
    }
    section#article-body #share-article div:not(:last-child) {
        margin-right: 10px
    }
    section#contact #contact-container #contact-details {
        width: calc(var(--margin) + var(--col6))
    }
    section#contact #contact-container figure {
        position: absolute;
        right: 0;
        top: 0;
        --width: calc(var(--margin) + var(--col6-g))
    }
    section#contact #contact-container figure img {
        height: calc(var(--width) * .93)
    }
    section#contact-form p {
        white-space: pre-line
    }
    section#four04 div.container {
        align-items: flex-start;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }
    section#four04 h1 {
        padding: 0 var(--col1);
        width: 100%
    }
    section#four04 p {
        margin-left: var(--col1);
        width: var(--col4-g)
    }
}

@media all and (min-width:768px) and (max-width:1439px) {
    section#careers-stakeholders h3 {
        margin-bottom: 100px
    }
    section#careers-benefits {
        padding: calc(211px + 120px) 0 80px
    }
    section#careers-benefits div.images,
    section#contact h1,
    section#news-hero:not(.filtered) form.filters,
    section#privacy h1 {
        margin-bottom: 80px
    }
    section#a-few-words,
    section#careers-culture,
    section#contact,
    section#four04,
    section#news-articles {
        padding-bottom: 80px
    }
    section#careers-culture div.ticker {
        margin-bottom: 87px
    }
    section#careers-culture h2 {
        margin-bottom: -34px
    }
    section#careers-culture figure,
    section#careers-culture p,
    section#more-news h2 {
        margin-bottom: 40px
    }
    section#career h1 {
        margin-bottom: 20px
    }
    section#article-body article div.para h3,
    section#career article h3 {
        font-size: 32px;
        line-height: 42px
    }
    section#news-hero {
        padding-bottom: 100px
    }
    section#article-hero h1 {
        margin-bottom: 10px
    }
    section#article-hero h1 circle {
        top: calc(100% + 36px)
    }
    section#article-body article blockquote {
        margin-top: 80px;
        margin-bottom: 80px
    }
    section#privacy aside strong {
        margin-bottom: 30px
    }
}

@media all and (min-width:768px) and (max-width:1023px) {
    section#careers-benefits div.images figure:first-child {
        margin-right: var(--gutter);
        top: 34px;
        --width: calc(var(--margin) + var(--col4))
    }
    section#careers-benefits div.images figure:last-child {
        --width: calc(var(--col8) + var(--margin))
    }
    section#careers-benefits div.images figure:last-child img {
        height: calc(var(--width) * .67)
    }
    section#a-few-words div.container:last-child,
    section#article-body article div.para,
    section#article-hero h1,
    section#article-hero small,
    section#careers-benefits div.images+p {
        padding: 0 var(--col1)
    }
    section#careers-culture figure img {
        height: calc(var(--width) * .56)
    }
    section#article-body article div.images figure:last-child,
    section#careers-culture p {
        width: var(--col8-g)
    }
    section#apply div.container,
    section#career div.container,
    section#contact-form div.container,
    section#contact>div.container,
    section#privacy div.container {
        padding: 0 calc(var(--margin) + var(--col1))
    }
    section#career #details p {
        width: var(--col3)
    }
    section#apply form fieldset:nth-child(6),
    section#contact-form form fieldset:nth-child(4),
    section#news-articles ul li:nth-last-child(n+3) {
        margin-bottom: 80px
    }
    section#apply form button[type=submit],
    section#contact-form button[type=submit] {
        margin: 0 auto
    }
    section#a-few-words {
        align-items: flex-start;
        flex-wrap: wrap
    }
    section#a-few-words figure {
        margin-right: var(--gutter);
        --width: calc(var(--margin) + var(--col6-g))
    }
    section#a-few-words figure img {
        height: calc(var(--width) * 1.09)
    }
    section#a-few-words div.container:first-of-type {
        flex: 1
    }
    section#a-few-words div.ticker {
        margin-top: -96px;
        margin-bottom: 90px
    }
    section#news-articles ul li[slot_2="0"],
    section#news-hero #feature-article figure {
        margin-right: var(--gutter)
    }
    section#news-articles ul li {
        --width: var(--col6-g)
    }
    section#news-articles ul li[slot_2="1"] a {
        --parallax: .2
    }
    section#article-hero figure img {
        height: calc(var(--vw100) * .48)
    }
    section#article-body article blockquote {
        margin-left: var(--col1);
        width: var(--col10)
    }
    section#article-body article div.images figure:first-child {
        width: var(--col4-g)
    }
    section#article-body article div.image.medium_image figure {
        --width: 75%
    }
    section#article-body article div.image.small_image figure {
        --width: 40%
    }
    section#article-body #share-article {
        margin-left: var(--col1)
    }
    section#four04 a.button {
        margin-right: var(--col1)
    }
}

@media all and (min-width:1023px) {
    #_laptop_desktop {
        display: block
    }
    header section#header #header-menu a:hover {
        color: var(--red);
        transition: color .4s ease-out, opacity .8s cubic-bezier(.8, 0, .2, 1)
    }
    div.carousel ul li a p,
    footer div.container>div:last-child p a,
    header section#header #header-menu button:hover strong,
    section#careers-positions p+a,
    section#careers-positions ul li a strong,
    section#contact #contact-container #contact-details a,
    section#menu div.container a,
    section#menu div.container button,
    section#privacy a,
    section#project-hero div.flex div ul li a,
    section#team-member ul li a {
        transition: color .4s ease-out
    }
    header section#header #header-menu button:hover span::after,
    header section#header #header-menu button:hover span::before {
        transition: border-color .4s ease-out
    }
    header:not(.dark) section#header #header-menu button:hover strong {
        color: var(--red) !important
    }
    header:not(.dark) section#header #header-menu button:hover span::after,
    header:not(.dark) section#header #header-menu button:hover span::before {
        border-color: var(--red) !important
    }
    header.dark section#header #header-menu button:hover strong {
        color: var(--newgrey) !important
    }
    header.dark section#header #header-menu button:hover span::after,
    header.dark section#header #header-menu button:hover span::before {
        border-color: var(--newgrey) !important
    }
    header.menu section#header #header-menu a,
    header.menu section#header #header-menu button {
        opacity: 0
    }
    .bg-container[background=burgundy] section#careers-positions ul li a:hover strong,
    div.carousel ul li:hover a p,
    footer div.container>div:last-child p a:hover,
    section#menu div.container a:hover,
    section#menu div.container button:hover,
    section#team-member ul li a:hover {
        color: var(--burgundy)
    }
    section#article-body #share-article,
    section#careers-benefits div.container:last-child a,
    section#culture-philanthropy p.sm,
    section#homepage-hero strong.heading,
    section#menu nav,
    section#menu p#menu-social,
    section#project-hero strong.heading,
    section#team-hero h1,
    section#team-hero strong.heading,
    section#team-member[group=advisory-board] h2 {
        margin-left: var(--col2)
    }
    section#menu nav#main-nav .menu-item {
        font-size: 44px;
        line-height: 56px
    }
    section#contact #contact-container #contact-details a svg path,
    section#menu nav#main-nav button.para svg path,
    section#project-hero div.flex div ul li a svg path,
    section#team-member ul li a svg path {
        transition: fill .4s ease-out
    }
    section#menu nav#main-nav button.para:hover svg path,
    section#team-member ul li a:hover svg path {
        fill: var(--newgrey)
    }
    section#menu nav#secondary-nav {
        margin-bottom: 60px
    }
    section#menu nav#secondary-nav a:nth-child(-n+2),
    section#menu p#menu-social a:not(:last-child) {
        margin-right: 40px
    }
    section#menu nav#secondary-nav a#investor-portal {
        padding: 0 46px 0 16px;
        right: 0;
        top: -11px;
        min-width: var(--col2-g)
    }
    section#menu nav#secondary-nav a#investor-portal arrow {
        right: -22px
    }
    header.menu section#menu button[action="menu.close"] {
        -webkit-transition: -webkit-transform .4s ease-out;
        transition: transform .4s ease-out
    }
    header.menu section#menu button[action="menu.close"]:hover {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    footer div.container {
        align-items: flex-end;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between
    }
    div.carousel {
        --width: var(--col4-g)
    }
    div.carousel.red ul li:hover a p,
    section#careers-positions p+a:hover,
    section#careers-positions ul li a:hover strong,
    section#project-hero div.flex div ul li a:hover {
        color: var(--burgundy)
    }
    .slider__cursor {
        align-items: center;
        background: var(--red);
        border-radius: 50%;
        color: var(--white);
        display: -webkit-flex;
        display: flex;
        font-size: 13px;
        font-weight: 600;
        height: 84px;
        letter-spacing: .05em;
        justify-content: space-between;
        left: 0;
        opacity: 0;
        pointer-events: none;
        position: fixed;
        text-transform: uppercase;
        top: 0;
        transition: opacity .2s ease-out;
        width: 84px;
        will-change: transform;
        z-index: 2
    }
    .slider__cursor.is-visible {
        opacity: 1
    }
    .slider__cursor::after,
    .slider__cursor::before {
        background: url('../img/icons_arrow-right-grey.svg') center center/contain no-repeat;
        content: '';
        display: block;
        height: 15px;
        position: relative;
        width: 19px
    }
    .slider__cursor::before {
        left: -9px;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    .slider__cursor::after {
        right: -9px
    }
    section.contact div.container {
        margin-left: auto;
        padding: 100px calc(var(--col1) + var(--margin)) 100px var(--col1);
        width: calc(var(--col11-g) + var(--margin))
    }
    section.contact.photo strong.h3 {
        width: var(--col4)
    }
    section#apply form fieldset:not(.block),
    section.contact.photo figure {
        width: var(--col4-g)
    }
    section.contact.photo p:not(#contact-legal) {
        margin-left: auto;
        width: var(--col4-g)
    }
    form fieldset.block {
        width: 100%
    }
    section#homepage-hero figure:first-of-type,
    section#homepage-hero figure:first-of-type video {
        height: calc((var(--col11-g) + var(--margin)) * (9/16))
    }
    section#about-hero h1,
    section#about-hero strong.heading,
    section#article-body article div.para,
    section#article-hero h1,
    section#article-hero small,
    section#fuiof-characteristics ul,
    section#homepage-hero h1,
    section#project-hero h1,
    section#sectors-of-focus ul {
        padding: 0 var(--col2)
    }
    section#fuiof-hero h1 circle,
    section#homepage-hero h1 circle,
    section#portfolio-hero h1 circle,
    section#portfolio-hero p circle {
        right: var(--col1)
    }
    section#homepage-hero figure:first-of-type {
        margin-left: auto;
        margin-right: var(---margin);
        margin-bottom: -83px;
        width: calc(var(--col11-g) + var(--margin))
    }
    section#homepage-hero figure:last-of-type {
        margin-left: 0;
        width: 100%;
    }
    section#homepage-hero figure:last-of-type img {
        height: calc(var(--col3-g) * .69)
    }
    section#homepage-firm div.flex_1 figure:first-of-type {
        float: right;
        margin-right: var(---margin)
    }
    section#culture-hero figure img,
    section#homepage-firm div.flex_1 figure:first-of-type img {
        height: calc((var(--col5-g) + var(--margin)) * 1.1)
    }
    section#about-overview div.flex#overview1 div.content-block p.lg,
    section#about-overview div.flex#overview3 div.content-block,
    section#homepage-firm div.flex_1 p.lg {
        margin-left: var(--col1);
        width: var(--col5-g)
    }
    section#homepage-firm div.flex_1 p.sm {
        margin-left: var(--col3);
        width: var(--col3-g)
    }
    section#homepage-firm div.flex_1 figure:last-of-type {
        width: calc(var(--margin) + var(--col3-g))
    }
    section#homepage-firm div.flex_1 figure:last-of-type img {
        height: calc((var(--margin) + var(--col3-g)) * .63);
        --parallax: .05
    }
    section#homepage-firm div.flex_2 div:first-child {
        margin-top: 100px;
        width: var(--col7-g)
    }
    section#about-overview div.flex#overview1 div.content-block p.sm,
    section#article-body article div.images figure:first-child,
    section#homepage-firm div.flex_2 div:first-child ul li,
    section#portfolio-hero p span {
        width: var(--col4-g)
    }
    section#culture-hero p.lg,
    section#homepage-firm div.flex_2 div:nth-child(2) {
        width: var(--col5)
    }
    section#homepage-firm div.flex_2 div:nth-child(2) a {
        margin-bottom: 140px
    }
    section#homepage-firm div.flex_2 div:nth-child(2) figure {
        margin-left: auto;
        margin-right: var(---margin);
        width: calc(var(--col4-g) + var(--margin))
    }
    section#homepage-firm div.flex_2 div:nth-child(2) figure img {
        height: calc((var(--col4-g) + var(--margin)) * .65);
        --parallax: .2
    }
    section#culture-hero div.ticker-outer-container img,
    section#homepage-extraordinary-outcomes div.ticker-outer-container video {
        height: calc(var(--vw) * 58)
    }
    section#homepage-businesses small {
        margin-left: var(--col2);
        margin-bottom: 27px
    }
    section#homepage-businesses p {
        margin-left: var(--col2);
        width: var(--col3-g)
    }
    section#fuiof-characteristics p,
    section#portfolio-intro p,
    section#sectors-of-focus p,
    section.homepage-portfolio p.sm {
        margin-left: var(--col1);
        width: var(--col5-g)
    }
    section.homepage-portfolio a.button {
        margin-top: 20px;
        margin-left: auto;
        margin-right: var(--col1)
    }
    section#homepage-news ul li p {
        padding-right: var(--margin)
    }
    section#homepage-news ul+a {
        margin-left: auto;
        margin-right: var(--col1)
    }
    section#portfolio-hero p,
    section#team-member p.md,
    section#team-member ul {
        margin-left: var(--col6)
    }
    section#investment-criteria,
    section#investment-strategy,
    section#reiif-highlights {
        z-index: 2
    }
    section#investment-strategy div.container {
        align-items: flex-start;
        display: -webkit-flex;
        display: flex;
        padding: 0;
        position: relative;
        width: 100%
    }
    section#investment-strategy #investment-intro {
        margin-right: var(--col1g);
        width: calc(var(--margin) + var(--col5-g))
    }
    section#investment-strategy #investment-intro p {
        margin-bottom: 100px;
        margin-left: calc(var(--margin) + var(--col1));
        width: var(--col3-g)
    }
    section#about-expectations ul li div.accordion-outer,
    section#fuiof-highlights ul li div.accordion-outer,
    section#investment-strategy ul,
    section.culture-team-impact div.content {
        width: var(--col5-g)
    }
    section#investment-criteria ul li button span,
    section#investment-strategy ul li button span,
    section#reiif-highlights ul li button span {
        left: 0
    }
    @supports (-webkit-touch-callout:none) {
        #main,
        body {
            position: fixed;
            width: 100%
        }
        #main.lock,
        body {
            overflow: hidden
        }
        body {
            height: var(--vh100);
            --smoothScroll: 1
        }
        #main {
            height: var(--vh100) !important;
            left: 0;
            overflow-x: hidden;
            overflow-y: scroll;
            top: 0;
            z-index: 2;
            -webkit-overflow-scrolling: touch
        }
        [smoothscroll]:not([smoothscroll=fixed]),
        div.ticker div.ticker-container,
        figure[scroll*=parallax] img,
        figure[scroll*=parallax] video {
            -webkit-transform: none !important;
            transform: none !important
        }
        footer #footer {
            opacity: 1 !important;
            -webkit-transform: none !important;
            transform: none !important
        }
        section#portfolio-projects figure#portfolio-hover {
            display: none
        }
    }
    @supports not (-webkit-touch-callout:none) {
        div[data-scroll],
        main {
            pointer-events: none;
            width: 100%
        }
        body {
            --smoothScroll: .08
        }
        main {
            height: 100% !important;
            left: 0;
            overflow: hidden;
            position: fixed;
            top: 0;
            z-index: 2
        }
        div[data-scroll] {
            position: absolute
        }
        #_laptop_desktop_notouch {
            display: block
        }
        footer #footer {
            will-change: opacity, transform
        }
        section#sectors-of-focus ul {
            align-items: center;
            display: -webkit-flex;
            display: flex;
            flex-direction: column
        }
        section#sectors-of-focus ul li {
            cursor: default
        }
        section#sectors-of-focus figure#sectors-hover {
            height: 1px;
            left: 0;
            opacity: 0;
            pointer-events: none;
            position: absolute;
            top: 0;
            transition: opacity .4s ease-out;
            width: var(--col4-g);
            z-index: -1;
            --height_ratio: 1
        }
        section#sectors-of-focus figure#sectors-hover img.was-active,
        section#sectors-of-focus figure#sectors-hover.visible {
            opacity: 1
        }
        section#sectors-of-focus figure#sectors-hover img {
            height: calc(var(--col4-g) * var(--height_ratio));
            left: 0;
            opacity: 0;
            position: absolute;
            top: 50%;
            width: 100%;
            -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0)
        }
        section#sectors-of-focus figure#sectors-hover img.active {
            opacity: 1;
            z-index: 3
        }
        section#sectors-of-focus figure#sectors-hover.animate img {
            transition: height .4s ease-out, opacity .4s ease-out
        }
    }
    section#contact h1,
    section#investment-criteria h2 {
        white-space: pre-line
    }
    section#investment-criteria #investment-criteria-detail,
    section#reiif-highlights #reiif-highlights-detail {
        align-items: flex-start;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        position: relative
    }
    section#investment-criteria div.container,
    section#reiif-highlights div.container {
        margin-left: calc(var(--margin) + var(--col1));
        padding: 0;
        width: var(--col5-g)
    }
    #extended-portfolio,
    section#careers-benefits div.images,
    section#fuiof-highlights div.images,
    section#investment-criteria div.images,
    section#reiif-highlights div.images {
        position: relative
    }
    section#investment-criteria div.images span:first-child,
    section#reiif-highlights div.images span:first-child {
        --width: calc(var(--col5-g) + var(--margin))
    }
    section#investment-criteria div.images span:first-child img,
    section#reiif-highlights div.images span:first-child img {
        height: calc(var(--width) + var(--margin))
    }
    section#investment-criteria div.images span:last-child,
    section#reiif-highlights div.images span:last-child {
        left: var(--col1);
        position: absolute;
        top: calc(100% - 42px);
        --width: var(--col3-g);
        z-index: 2
    }
    section#investment-criteria div.images span:last-child img,
    section#reiif-highlights div.images span:last-child img {
        height: calc(var(--width) * .7)
    }
    section.portfolio-projects ul li[count="2"] {
        margin-top: 170px
    }
    section.portfolio-projects ul li[position="3"] {
        margin-top: calc((170px + (var(--col5-g) * 1.53) - (var(--col5-g) * .88)) * -1)
    }
    section#project-gallery #gallery-container figure.image3,
    section.portfolio-projects ul li[position="4"] {
        --width: var(--col5-g)
    }
    section.portfolio-projects ul li[position="5"] {
        margin-top: calc((170px + (var(--col5-g) * 1.53) + (var(--col5-g) * .88) - ((var(--col5-g) * .88) + ((var(--col5-g) + var(--margin)) * 1.15))) * -1)
    }
    section.portfolio-projects ul li[position="1"]:not([count="1"]) {
        margin-top: calc((170px + (var(--col5-g) * 1.53) + ((var(--col5-g) + var(--margin)) * .88) + ((var(--col5-g) + var(--margin)) * 1.08) - ((var(--col5-g) * .88) + (var(--col5-g) * 1.15) + ((var(--margin) + var(--col5-g))) * 1.43)) * -1)
    }
    section.portfolio-projects ul li[position="2"],
    section.portfolio-projects ul li[position="4"],
    section.portfolio-projects ul li[position="6"] {
        --parallax: .12
    }
    section#news-articles ul li a figure,
    section.portfolio-projects ul li a figure,
    section.team-members ul li a figure {
        overflow: hidden
    }
    section#news-articles ul li a figure img,
    section#news-hero #feature-article figure img,
    section.portfolio-projects ul li a figure:not(.private-equity) img {
        will-change: transform;
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        -webkit-transition: -webkit-transform 1s cubic-bezier(.4, 0, 0, 1);
        transition: transform 1s cubic-bezier(.4, 0, 0, 1)
    }
    section#news-articles ul li a:hover figure img,
    section#news-hero #feature-article:hover figure img,
    section.portfolio-projects ul li a:hover figure:not(.private-equity) img,
    section.team-members ul li a:hover figure img {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    section.portfolio-projects ul li a figure.private-equity img {
        will-change: transform;
        -webkit-transform: scale(1.05) translateY(-50%);
        transform: scale(1.05) translateY(-50%);
        -webkit-transition: -webkit-transform 1s cubic-bezier(.4, 0, 0, 1);
        transition: transform 1s cubic-bezier(.4, 0, 0, 1)
    }
    section.portfolio-projects ul li a:hover figure.private-equity img {
        -webkit-transform: scale(1) translateY(-50%);
        transform: scale(1) translateY(-50%)
    }
    section#portfolio-other div.flex div {
        padding-left: var(--col1);
        position: relative
    }
    section#project-hero h1 circle {
        bottom: 0;
        right: var(--col1)
    }
    section#project-hero figure.hero-image {
        margin-left: auto;
        margin-right: var(---margin);
        width: calc(var(--col11-g) + var(--margin))
    }
    section#project-hero figure.hero-image>* {
        height: calc((var(--col11-g) + var(--margin)) * .52);
        
    }
    section#project-hero div.flex {
        padding: 0 var(--col1) 0 var(--col2)
    }
    section#project-hero div.flex figure {
        top: -212px
    }
    section#project-hero div.flex figure.private-equity,
    section#project-hero div.flex figure:not(.private-equity) img {
        height: calc(var(--col4-g) * 1.29)
    }
    section#project-hero div.flex div ul li a:hover svg path {
        fill: var(--burgundy)
    }
    section#project-gallery #gallery-container figure.image2,
    section.culture-team-impact div.content a,
    section.culture-team-impact div.content p.sm {
        margin-left: var(--col1)
    }
    section#project-gallery #gallery-container figure.image4 {
        --width: var(--col6-g)
    }
    section#project-gallery #gallery-container figure img {
        -webkit-transform: none !important;
        transform: none !important;
            cursor: pointer;
    }
    section#project-gallery #gallery-container figure.image1>*,
    section#project-gallery #gallery-container figure.image7 img {
        --parallax: 0
    }
    section#project-gallery #gallery-container figure.image2 img {
        --parallax: .08
    }
    section#project-gallery #gallery-container figure.image3 img,
    section#reiif-factsheet figure img {
        --parallax: .2
    }
    section#project-gallery #gallery-container figure.image4 img {
        --parallax: .4
    }
    section#project-gallery #gallery-container figure.image5 img {
        --parallax: .1
    }
    section#project-gallery #gallery-container figure.image6 img {
        --parallax: .8
    }
    section#culture-hero div.container,
    section#reiif-hero div.container {
        padding-left: calc(var(--margin) + var(--col1))
    }
    section#reiif-hero h1 {
        max-width: var(--col9)
    }
    section#reiif-hero strong.h3 {
        padding-left: var(--col1);
        padding-right: var(--col2)
    }
    section#reiif-hero div#reiif-info {
        margin-right: calc(var(--col1) - var(--margin));
        width: var(--col5)
    }
    section#reiif-hero figure {
        position: relative;
        right: var(---margin);
        width: calc(var(--col5-g) + var(--margin))
    }
    section#reiif-video.active button:hover,
    section#team-member.active button:hover {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transition: -webkit-transform .4s ease-out;
        transition: transform .4s ease-out
    }
    section#careers-hero div.container:last-child,
    section#fuiof-hero div.flex {
        align-items: flex-start;
        display: -webkit-flex;
        display: flex
    }
    section#fuiof-hero p {
        margin-top: -38px;
        margin-left: var(--col1);
        width: var(--col5-g)
    }
    section#fuiof-hero div.flex figure {
        align-self: flex-end;
        margin-top: 151px;
        position: relative;
        z-index: 2;
        --width: calc(var(--col4-g) + var(--margin))
    }
    section#about-expectations div.images figure:first-child,
    section#fuiof-highlights div.images figure:first-child {
        --width: calc(var(--margin) + var(--col8-g))
    }
    section#fuiof-highlights div.images figure:last-child {
        --width: calc(var(--col3-g) + var(--margin))
    }
    section#about-expectations ul li button,
    section#about-expectations ul li div.accordion-outer,
    section#fuiof-highlights ul li button,
    section#fuiof-highlights ul li div.accordion-outer,
    section#news-hero form.filters {
        padding-left: var(--col1)
    }
    section#about-expectations ul li button,
    section#fuiof-highlights ul li button {
        padding-right: var(--col2-g)
    }
    section#about-expectations ul li button::before,
    section#fuiof-highlights ul li button::before {
        margin-left: -39px
    }
    section#about-expectations ul li button span,
    section#fuiof-highlights ul li button span {
        right: calc(var(--col1) + var(--margin))
    }
    section#about-hero h1 circle {
        right: var(--col2)
    }
    section#about-hero figure:first-of-type {
        margin-left: auto;
        margin-bottom: -92px;
        margin-right: var(---margin);
        --width: calc(var(--col11-g) + var(--margin))
    }
    section#about-hero figure:first-of-type img {
        height: calc(var(--width) * .54)
    }
    section#about-hero figure:last-of-type {
        margin-left: var(--col2);
        position: relative;
        --width: var(--col4-g);
        z-index: 2
    }
    section#about-hero figure:last-of-type img {
        height: calc(var(--width) * .61)
    }
    section#about-overview div.flex#overview1 div.content-block {
        align-items: flex-start;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        width: var(--col9-g)
    }
    section#about-overview div.flex#overview1 div.content-block figure {
        margin-top: 80px;
        margin-left: var(---margin);
        margin-right: var(--col1g);
               margin-right: 100px;
        --width: calc(var(--margin) + var(--col4-g))
    }
    section#about-overview div.flex#overview1 div.content-block figure img {
        height: calc(var(--width) * .74);
        --parallax: .1
    }
    section#about-overview div.flex#overview1>figure img {
        height: calc(var(--width) * 1.33)
    }
    section#about-overview div.flex#overview2 {
        flex-wrap: wrap;
        margin-left: var(--col1)
    }
    section#about-overview div.flex#overview2 p.lg {
        padding-right: var(--col6)
    }
    section#about-overview div.flex#overview2 p.sm {
        margin-left: var(--col3);
        margin-right: var(--col4-g);
        width: var(--col3-g)
    }
    section#about-overview div.flex#overview2 a.button,
    section#about-overview div.flex#overview3+a.button {
        margin-left: var(--col3)
    }
    section#about-overview div.flex#overview3 div.content-block p.sm {
        margin-left: auto;
        width: var(--col3-g)
    }
    section#about-overview div.flex#overview2 figure {
        align-self: flex-end;
        position: absolute;
        right: var(---margin);
        top: 36px
    }
    section#about-overview div.flex#overview2 figure img {
        height: calc(var(--width) * .82)
    }
    section#about-expectations div.images figure:last-child {
        top: -182px;
        --width: calc(var(--col3-g) + var(--margin))
    }
    section#culture-hero h1,
    section#culture-hero strong.heading {
        padding-left: var(--col1);
        width: var(--col8)
    }
    section#culture-hero h1 circle {
        bottom: 0;
        right: calc(var(--col1) * -1)
    }
    section#culture-hero div.flex {
        flex-direction: column;
        min-height: calc((var(--col5-g) + var(--margin)) * 1.1)
    }
    section#culture-hero div.para {
        padding-left: var(--col2);
        width: var(--col5)
    }
    section#culture-hero div.para p:not(:last-child) {
        margin-bottom: 36px
    }
    section#culture-hero figure {
        position: absolute;
        right: var(---margin);
        top: 0
    }
    section#privacy div.container,
    section.culture-team-impact div.container {
        align-items: flex-start;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap
    }
    section.culture-team-impact#culture-team figure {
        margin-left: var(---margin);
        margin-right: var(--col1)
    }
    section.culture-team-impact#culture-impact div.container {
        flex-direction: row-reverse;
        padding-left: calc(var(--margin) + var(--col1));
        padding-right: 0
    }
    section.culture-team-impact#culture-impact figure img {
        height: calc((var(--margin) + var(--col5-g)) * .8)
    }
    section.culture-team-impact#culture-impact div.content:first-of-type {
        margin-right: var(--col1g)
    }
    section.culture-team-impact#culture-impact div.content:last-of-type {
        margin-right: auto
    }
    section#culture-philanthropy div.images figure:last-of-type {
        height: calc(var(--col3-g) * .65);
        width: var(--col3-g)
    }
    section#culture-philanthropy p.lg {
        width: var(--col6)
    }
    section#team-hero h1 {
        width: var(--col8)
    }
    section#team-hero h1 circle {
        right: calc(var(--col1-g) * -1)
    }
    section#team-hero div.flex {
        min-height: calc(((var(--col5-g) + var(--margin)) * 1.11) + 250px);
        position: relative
    }
    section#team-hero div.flex p.lg {
        margin-bottom: 50px;
        margin-left: var(--col1);
        padding-right: var(--col6)
    }
    section#team-hero div.flex p.sm {
        margin-bottom: 100px;
        margin-left: var(--col3);
        width: var(--col3-g)
    }
    section#team-hero div.flex figure:first-of-type {
        position: absolute;
        right: var(---margin);
        top: 0;
        width: calc(var(--col5-g) + var(--margin))
    }
    section#team-hero div.flex figure:first-of-type img {
        height: calc((var(--col5-g) + var(--margin)) * 1.11)
    }
    section#team-hero div.flex figure:last-of-type {
        align-self: flex-end;
        margin-left: var(---margin);
        margin-right: calc(var(--margin) + var(--col2));
        width: calc(var(--col5-g) + var(--margin))
    }
    section#team-hero div.flex figure:last-of-type img {
        height: calc((var(--col5-g) + var(--margin)) * .6)
    }
    section#team-hero div.flex a {
        align-self: flex-end;
        margin-bottom: 18px
    }
    section#team-filters {
        padding-bottom: 50px
    }
    section#article-body article div.images,
    section.team-members ul {
        padding: 0 var(--col1)
    }
    section.team-members ul li {
        position: relative;
        width: var(--col3-g)
    }
    section.team-members ul li:nth-child(3n+2) {
        margin-top: 40px
    }
    section.team-members ul li:not(:nth-child(3n+3)) {
        margin-right: calc(((var(--col1g) + var(--gutter))/ 2) - 1px)
    }
    section.team-members ul li a figure img {
        height: calc(var(--col3-g) * 1.34);
        will-change: transform;
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        -webkit-transition: -webkit-transform 1s cubic-bezier(.4, 0, 0, 1);
        transition: transform 1s cubic-bezier(.4, 0, 0, 1)
    }
    section#team-member div.container {
        height: var(--vh100);
        overflow-y: auto;
        padding-top: 70px;
        -webkit-overflow-scrolling: touch
    }
    section#team-member figure {
        left: 0;
        position: absolute;
        top: 0;
        width: var(--col5)
    }
    section#team-member figure img {
        height: calc(var(--col5) * 1.18);
        max-height: var(--vh100)
    }
    section#team-member h2 {
        margin-left: var(--col4)
    }
    section#team-member p.lg {
        margin-left: var(--col7);
        width: var(--col4)
    }
    section#team-member p.sm {
        margin-left: var(--col6);
        width: var(--col5)
    }
    section#team-member[group=advisory-board] p.lg {
        margin-left: var(--col3);
        width: var(--col7-g)
    }
    section#team-member[group=advisory-board] p.sm {
        margin-left: var(--col4);
        width: var(--col7-g)
    }
    section#careers-hero h1,
    section#careers-hero strong.heading {
        padding-left: var(--col3);
        padding-right: var(--col1)
    }
    section#careers-hero figure {
        margin-left: calc(var(--margin) + var(--col1));
        --width: calc(100% - var(--margin) - var(--col1))
    }
    section#careers-hero figure img {
        height: calc(var(--width) * .62)
    }
    section#careers-hero p {
        margin-right: var(--col1);
        width: var(--col7-g)
    }
    section#careers-hero button[action=goto] {
        margin-top: 22px
    }
    section#careers-culture p,
    section#careers-stakeholders h3 {
        width: var(--col6-g)
    }
    section#careers-benefits div.images figure:first-child {
        margin-right: var(--col1g);
        top: 53px;
        --width: calc(var(--margin) + var(--col3-g))
    }
    section#careers-benefits div.images figure:first-child img {
        height: calc(var(--width) * .75)
    }
    section#careers-benefits div.images figure:last-child {
        --width: calc(var(--col8-g) + var(--margin))
    }
    section#careers-benefits div.images figure:last-child img {
        height: calc(var(--width) * .56)
    }
    section#careers-benefits div.container:last-child p {
        margin-left: var(--col1);
        width: var(--col6-g)
    }
    section#careers-culture figure img {
        height: calc(var(--width) * .5)
    }
    section#apply div.container,
    section#career div.container,
    section#contact-form div.container,
    section#contact>div.container {
        padding: 0 calc(var(--margin) + var(--col2))
    }
    section#career #details p:first-child {
        margin-right: 50px
    }
    section#apply form {
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap
    }
    section#apply form fieldset:nth-child(odd):nth-child(-n+4) {
        margin-right: var(--gutter)
    }
    section#apply form fieldset:nth-child(-n+2) {
        margin-bottom: 20px
    }
    section#apply form fieldset:nth-child(n+3),
    section#contact-form form fieldset:nth-child(4) {
        margin-bottom: 50px
    }
    section#apply form button[type=submit],
    section#contact-form form button[type=submit] {
        margin-left: auto
    }
    section#a-few-words {
        --width: calc(var(--margin) + var(--col5-g))
    }
    section#a-few-words figure {
        left: 0;
        height: 100%;
        position: absolute
    }
    section#a-few-words figure img {
        height: calc(var(--width) * .91);
        --parallax: .4
    }
    section#a-few-words div.container {
        padding-left: var(--col6)
    }
    section#a-few-words div.container:first-of-type {
        margin-bottom: 90px
    }
    section#a-few-words div.ticker {
        margin-bottom: 80px
    }
    section#news-hero #feature-article figure {
        margin-right: var(--col1g);
        overflow: hidden
    }
    section#news-articles ul li {
        position: relative;
        --width: calc((var(--grid) - 160px) / 3)
    }
    section#news-articles ul li:not([slot_3="2"]) {
        margin-right: 80px
    }
    section#article-hero figure img {
        height: calc(var(--vw100) * .44)
    }
    section#article-body article blockquote {
        margin-left: var(--col2);
        width: var(--col6-g)
    }
    section#article-body article div.image figure,
    section#article-body article div.video figure {
        --width: var(--col9-g)
    }
    section#article-body article div.images figure:last-child {
        width: var(--col7-g)
    }
    section#article-body article div.image.medium_image figure {
        --width: 50%
    }
    section#article-body article div.image.small_image figure {
        --width: 25%
    }
    section#article-body #share-article div svg circle,
    section#article-body #share-article div svg path {
        transition: fill .4s ease-out, stroke .4s ease-out
    }
    section#article-body #share-article div a:hover+svg circle {
        fill: var(--burgundy);
        stroke: var(--burgundy)
    }
    section#article-body #share-article div a:hover+svg path {
        fill: var(--newlightgrey)
    }
    section#contact #contact-container {
        min-height: calc((var(--margin) + var(--col6)) * .93)
    }
    section#contact #contact-container #contact-details a:hover,
    section#privacy a:hover {
        color: var(--mahogany)
    }
    section#contact #contact-container #contact-details a:hover svg path {
        fill: var(--mahogany)
    }
    section#contact-form form {
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }
    section#contact-form form fieldset:not(.block) {
        width: calc((100% - 40px)/ 3)
    }
    section#privacy h1 {
        padding-left: var(--col1);
        width: 100%
    }
    section#privacy aside {
        padding-right: var(--col1);
        width: var(--col4)
    }
    section#privacy article {
        flex: 1
    }
    section#four04 a.button {
        margin-right: var(--col2)
    }
}

@media all and (min-width:1440px) {
    :root {
        --padding-top: 202px;
        --padding-bottom: 150px
    }
    .big-text {
        font-size: 376px;
        line-height: 376px;
        min-height: 376px
    }
    .big-text {
        font-size: 250px;
        line-height: 250px;
        min-height: 250px
    }
    
    .h1 {
        font-size: 140px;
        line-height: 140px
    }
    .h1 sub.sup {
        padding-right: 50px
    }
    .h1 sup {
        font-size: 50px;
        line-height: 117px;
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
    h1.h1 {
        left: -10px
    }
    .h2 {
        font-size: 125px;
        line-height: 130px
    }
    .h3 {
        font-size: 60px;
        line-height: 72px;
        --fade-up-position: 60px
    }
    .para.lg {
        font-size: 32px;
        line-height: 46px;
        --fade-up-position: 40px
    }
    .para.md {
        font-size: 32px;
        line-height: 38px
    }
    .heading.margin,
    section#about-overview h2.heading,
    section#careers-culture figure,
    section#culture-philanthropy #charities p,
    section#culture-philanthropy div.images,
    section#homepage-firm div.flex_1 p.lg,
    section#homepage-firm div.flex_2 div:first-child h3,
    section#homepage-news h2,
    section#more-news h2,
    section#project-hero div.flex div p,
    section#team-member h2,
    section.culture-team-impact div.content p.lg,
    section.culture-team-impact div.content p.sm,
    section.culture-team-impact h2 {
        margin-bottom: 50px
    }
    .heading.margin.sm {
        margin-bottom: 26px
    }
    .button circle {
        height: 132px;
        width: 132px
    }
    .button circle icon arrow::after {
        background-size: 50px;
        left: -132px
    }
    .button strong {
        margin-right: -10px
    }
    .bullet {
        padding-top: 47px
    }
    .fade-up-para-lg,
    figure[scroll*=parallax] {
        --fade-up-position: 40px !important
    }
    figure[scroll*=parallax] img,
    figure[scroll*=parallax] video,
    section#about-expectations div.images figure:last-child img,
    section#careers-benefits div.images figure:last-child img,
    section#fuiof-highlights div.images figure:last-child img,
    section#homepage-firm div.flex_1 figure:first-of-type img,
    section#investment-criteria div.images figure span:first-child img,
    section#reiif-highlights div.images figure span:first-child img {
        --parallax: .4
    }
    header::after {
        height: 152px
    }
    header.bg::after {
        height: 100px
    }
    header section#header div.container {
        padding-top: 30px;
        padding-bottom: 50px
    }
    header.bg section#header div.container {
        padding-top: 18px;
        padding-bottom: 20px
    }
    section#menu #menu-container {
        width: calc(var(--margin) + var(--col8-g))
    }
    section#menu button[action="menu.close"] {
        background-size: 40px;
        height: 132px;
        right: -66px;
        top: 122px;
        width: 132px
    }
    section#menu div.container {
        padding-top: 160px;
        padding-bottom: 50px
    }
    section#menu nav {
        width: var(--col5-g)
    }
    section#menu nav#main-nav {
        margin-bottom: 175px
    }
    section#menu nav#main-nav .menu-item:not(:last-child) {
        margin-bottom: 35px
    }
    footer #footer {
        padding: 120px 0 80px
    }
    footer div.container>div:first-child>a {
        margin-bottom: 75px
    }
    div.carousel ul li a figure,
    section#a-few-words div.container h2,
    section#homepage-news ul li p,
    section#news-articles ul li a figure,
    section.contact.photo figure,
    section.portfolio-projects ul li a figure,
    section.team-members ul li a figure {
        margin-bottom: 0px
    }
    section.contact p#contact-legal {
        margin-top: 80px;
        margin-bottom: -70px
    }
    section.contact.photo strong.h3 {
        font-size: 50px;
        line-height: 60px
    }
    section.contact.nlg {
        padding-top: 150px;
        padding-bottom: 150px
    }
    section#article-body,
    section#careers-hero,
    section#contact,
    section#culture-philanthropy,
    section#homepage-firm,

    section#more-news,
    section#news-hero,
    section#project-gallery,
    section#project-hero,
    section#reiif-highlights {
        padding-bottom: 0px
    }
    section#homepage-hero h1 {
        left: -15px;
        margin-bottom: -1px
    }
    section#homepage-hero h1 circle {
        bottom: 140px
    }
    section#about-expectations div.images figure:first-child img,
    section#about-hero figure:last-of-type img,
    section#careers-benefits div.images figure:first-child img,
    section#culture-philanthropy div.images figure:last-of-type img,
    section#fuiof-hero figure.fuiof-hero-image+figure img,
    section#fuiof-highlights div.images figure:first-child img,
    section#homepage-hero figure:last-of-type img,
    section#news-articles ul li[slot_3="1"] a,
    section#project-hero div.flex figure img,
    section#team-hero div.flex figure:first-of-type img,
    section.team-members ul li[slot="1"] a {
        --parallax: .2
    }
    section#homepage-firm h2.heading {
        margin-bottom: 110px
    }
    section#fuiof-characteristics ul li:not(:last-child),
    section#homepage-firm div.flex_1 {
        margin-bottom: 60px
    }
    section#homepage-firm div.flex_1 p.sm {
        margin-bottom: 184px
    }
    section#about-expectations h2.heading,
    section#homepage-firm div.flex_2 div:first-child ul li:nth-child(-n+2),
    section#reiif-highlights>img {
        margin-bottom: 70px
    }
    section#about-expectations,
    section#fuiof-characteristics,
    section#fuiof-highlights,
    section#homepage-businesses,
    section#investment-criteria,
    section#portfolio-intro,
    section#portfolio-other,
    section#team-people {
        padding: 50px 0
    }
    section#about-overview div.flex#overview2,
    section#about-overview div.flex#overview3+a.button,
    section#careers-culture div.ticker,
    section#careers-stakeholders h3,
    section#culture-hero h1,
    section#culture-philanthropy div.ticker,
    section#fuiof-hero h1,
    section#homepage-businesses h2,
    section#team-hero h1,
    section.culture-team-impact#culture-impact div.content:first-of-type {
        margin-bottom: 150px
    }
    section#homepage-news,
    section.homepage-portfolio {
        padding: 120px 0
    }
    section#careers-benefits div.container:last-child p,
    section#careers-positions ul,
    section#four04 h1,
    section#homepage-news strong.heading,
    section#news-hero:not(.filtered) form.filters,
    section#portfolio-hero h1,
    section#portfolio-intro strong,
    section#project-gallery #gallery-container figure:not(.image7),
    section#reiif-hero h1,
    section.homepage-portfolio h2,
    section.team-members h2,
    section.team-members ul li:nth-last-child(n+4) {
        margin-bottom: 0px
    }
    section#about-expectations div.images,
    section#careers-culture p,
    section#careers-hero figure,
    section#fuiof-highlights div.images,
    section#homepage-news ul,
    section#portfolio-other h2,
    section#privacy h1 {
        margin-bottom: 120px
    }
    section#about-overview div.container:first-of-type,
    section#homepage-news ul li,
    section#project-hero div.flex div {
        padding-top: 50px
    }
    section#portfolio-hero h1 circle {
        top: calc(100% + 150px - 66px + 45px)
    }
    section#portfolio-hero p circle {
        top: calc((50% - 66px) + 23px)
    }
    section#investment-strategy {
        padding: 50px 0 100px
    }
    section#careers-stakeholders h2,
    section#investment-strategy h2,
    section#team-member p.lg {
        margin-bottom: 80px
    }
    section#investment-criteria div.container>ul,
    section#investment-strategy div.container>ul {
        padding-top: 70px
    }
    section#investment-criteria div.container>ul>li,
    section#investment-strategy div.container>ul>li,
    section#reiif-highlights ul li {
        padding: 30px 0 6px
    }
    section#investment-criteria ul li button,
    section#investment-strategy ul li button,
    section#reiif-highlights ul li button {
        margin-bottom: 24px;
        padding-left: 45px
    }
    section#investment-criteria ul li button span,
    section#investment-strategy ul li button span,
    section#reiif-highlights ul li button span {
        height: 16px;
        top: 11px;
        width: 16px
    }
    section#investment-criteria ul li div.accordion-outer,
    section#investment-strategy ul li div.accordion-outer,
    section#reiif-highlights ul li div.accordion-outer {
        padding-left: 45px
    }
    section#investment-criteria ul li div.para>:last-child,
    section#investment-strategy ul li div.para>:last-child,
    section#reiif-highlights ul li div p {
        padding-bottom: 24px
    }
    section#sectors-of-focus {
        padding: 150px 0 225px
    }
    section#sectors-of-focus ul li:not(:last-child) {
        padding-bottom: 60px
    }
    section#investment-criteria div.images figure span:last-child img,
    section#reiif-highlights div.images figure span:last-child img {
        --parallax: .6
    }
    section.portfolio-projects.extended {
        padding-top: 170px
    }
    section.portfolio-projects ul li {
        margin-bottom: 50px
    }
    section.contact+section#portfolio-other {
        padding-top: 300px
    }
    section#about-hero h1,
    section#careers-hero h1,
    section#project-hero h1 {
        margin-bottom: -66px
    }
    section#project-hero div.flex {
        margin-bottom: -200px
    }
    section#article-hero h1,
    section#career h1,
    section#news-hero #feature-article div strong,
    section#project-hero div.flex div ul li:nth-last-child(n+3) {
        margin-bottom: 30px
    }
    section#project-hero p.h3+p.sm {
        font-size: 24px;
        line-height: 32px;
        padding-top: 100px
    }
    section#project-gallery #gallery-container div {
        margin-top: -155px
    }
    section#project-gallery #gallery-container figure.image6 {
        margin-top: calc(((var(--col4-g) * .72) - 40px + 100px + (var(--col5-g) * .94) - (var(--col6-g) * .74)) * -1)
    }
    section#more-projects,
    section#reiif-value {
        padding: 0px 0 100px
    }
    section#reiif-hero h1 circle {
        left: calc(var(--col10-g) - 132px);
        top: 284px
    }
    section#reiif-hero strong.h3 {
        margin-bottom: 150px;
        white-space: pre-line;
        --fade-up-position: 60px
    }
    section#reiif-factsheet div#reiif-facts p,
    section#reiif-hero div#reiif-info p {
        margin-bottom: 100px;
        --fade-up-position: 50px
    }
    section#article-hero,
    section#news-articles,
    section#reiif-factsheet {
        padding-bottom: 100px
    }
    section#reiif-factsheet figure {
        margin-right: var(--col1g)
    }
    section#reiif-highlights ul {
        margin-bottom: 100px;
        padding-top: 70px
    }
    section#reiif-video button,
    section#team-member button {
        background-size: 40px;
        height: 132px;
        top: 17px;
        width: 132px
    }
    section#about-hero,
    section#culture-hero,
    section#fuiof-hero,
    section.culture-team-impact {
        padding-bottom: 200px
    }
    section#fuiof-hero h1 circle {
        bottom: 155px
    }
    section#fuiof-hero figure.fuiof-hero-image {
        margin-bottom: -70px
    }
    section#about-expectations strong,
    section#fuiof-highlights h2 {
        margin-bottom: -56px
    }
    section#about-expectations ul li,
    section#fuiof-highlights ul li {
        padding-top: 30px;
        padding-bottom: 15px
    }
    section#about-expectations ul li button,
    section#fuiof-highlights ul li button {
        margin-bottom: 15px
    }
    section#about-expectations ul li button::before,
    section#fuiof-highlights ul li button::before {
        line-height: 65px;
        width: 39px
    }
    section#about-expectations ul li button span,
    section#fuiof-highlights ul li button span {
        height: 31px;
        top: 30px;
        width: 31px
    }
    section#about-expectations ul li p,
    section#fuiof-highlights ul li p {
        padding-bottom: 15px
    }
    section#about-overview div.ticker {
        margin-top: -116px;
        margin-bottom: 150px
    }
    section#about-expectations ul {
        margin-bottom: 90px
    }
    section#culture-hero p.lg {
        margin-bottom: 114px
    }
    section#culture-hero figure img,
    section.culture-team-impact figure img {
        --parallax: .3
    }
    section#culture-hero div.ticker-outer-container {
        margin-top: 150px
    }
    section#culture-philanthropy h2 {
        margin-bottom: -69px
    }
    section#culture-philanthropy div.images figure:last-of-type {
        top: calc(100% - 67px)
    }
    section#culture-philanthropy p.sm {
        margin-bottom: 100px;
        width: var(--col4-g)
    }
    section#culture-philanthropy #charities #charity-logos ul {
        width: calc((var(--charities) * var(--col2-g)) + ((var(--charities) - 1) * 20px) + var(--col1) + var(--margin) + var(--margin) + var(--margin))
    }
    section#culture-philanthropy #charities #charity-logos ul li {
        width: var(--col2-g)
    }
    section#team-hero h1 circle {
        bottom: 144px
    }
    section.team-members {
        padding: 100px 0 150px
    }
    section#news-articles ul li[slot_3="2"] a,
    section.team-members ul li[slot="2"] a {
        --parallax: .12
    }
    section#team-member p.md {
        margin-bottom: 10px
    }
    section#careers-benefits {
        padding: calc(211px + 150px) 0
    }
    section#careers-culture {
        padding-bottom: 120px
    }
    section#careers-culture h2 {
        margin-bottom: -59px
    }
    section#careers-positions {
        padding: 150px 0 120px
    }
    section#careers-positions p {
        margin-bottom: 20px;
        width: var(--col4-g)
    }
    section#article-body article div.para h3,
    section#career article h3 {
        font-size: 40px;
        line-height: 50px
    }
    section#a-few-words {
        min-height: calc(var(--width) * .91)
    }
    section#news-articles ul li a strong {
        margin-bottom: 5px
    }
    section#article-hero h1 circle {
        top: calc(100% + 44px)
    }
    section#article-body article blockquote {
        margin-top: 100px;
        margin-bottom: 100px
    }
    section#contact h1 {
        margin-bottom: 130px
    }
    section#privacy aside strong {
        margin-bottom: 32px
    }
    section#four04 {
        padding-bottom: var(--padding-top)
    }
}

.about_video_mute img {
    filter: brightness(0) invert(1);
}

.about_video_unmute img {
    filter: brightness(0) invert(1);
}

#about_video {
    margin-left: auto;
    margin-right: var(---margin);
    margin-bottom: -83px;
    width: calc(var(--col11-g) + var(--margin));
    position: relative;
    left: 40px;
    bottom: -37px;
}

.heading {
    margin-top: 10px !important;
}

#homepage-hero .headline {
    font-size: 120px;
    line-height: 115px;
}

@media screen and (min-width:1401px) {
    section#homepage-hero h1 {
        margin-bottom: -50px !important;
    }
    h2.heading {
        margin-top: 100px !important;
    }
    
     #careers-stakeholders h2.heading {
        margin-top: 70px !important;
    }
    
    section#homepage-hero h1 circle {
        bottom: 0px;
    }
}

@media screen and (max-width:1400px) {
    h2.heading {
        margin-top: 170px !important;
    }
    section#homepage-hero h1 {
        margin-bottom: -50px !important;
    }
    section#homepage-hero h1 circle {
        bottom: 0px;
    }
}

@media screen and (max-width:1023px) {
    #about_video {
        left: -9%;
    }
    .headline circle {
        margin-bottom: 30px;
    }
}

@media (max-width:991px) {
    h2.heading {
        margin-top: 85px !important;
    }
}

@media screen and (max-width:897px) {
    #homepage-hero .headline {
        font-size: 100px;
        line-height: 115px;
    }
}

@media screen and (max-width:768px) {
    #about_video {
        left: 4%;
        bottom: -62px;
    }
    .button strong {
        font-size: 11px;
        line-height: 13px;
    }
}

@media (max-width: 600px) {
    figure.above-the-fold.reveal:nth-child(3) {
        top: 80px;
    }
    figure.video_image_right_corner.reveal:nth-child(3) {
        top: 80px;
    }
}

@media (min-width: 769px) {
    .button strong {
        font-size: 13px;
        line-height: 18px;
    }
}

@media screen and (max-width:768px) {
    figure.video_image_right_corner.reveal {
        margin-top: 152px;
    }
    #homepage-hero .headline {
        font-size: 50px;
        line-height: 65px;
        margin-bottom: -35px !important;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    section#homepage-hero h1 circle {
        bottom: 80px;
    }
}

.diagonal circle {
    margin-left: 60px;
}

.text-reveal span {
    margin-bottom: 0;
}

#muteBtn,
#unmuteBtn {
    cursor: pointer;
}

.fancybox__backdrop{
    opacity:0.98!important;
}



#portfolio-projects ul li p.para.smc.pre,#extended-portfolio ul li p.para.smc.pre{
         
    
    background: #fff;
    position: absolute;
    bottom: -1px;
    width: 100%;
    padding: 10px 10px;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
    
}

#portfolio-projects ul li:hover p.para.smc.pre,#extended-portfolio ul li:hover p.para.smc.pre{
  color: var(--red)!important;
    
}
.float-wh{
	position:fixed;
	width:45px;
	height:45px;
	bottom:20px;
	right:20px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100000;
}

.my-float-wh{
	margin-top:16px;
}

	@media (max-width: 767px)  {
					    
					    section#careers-stakeholders #stakeholder-model #stakeholders strong
					    {
					        display:block!important;
					    }
					    
					    section#careers-stakeholders #stakeholder-model #stakeholders div button {
    position: absolute;
    top: 0;
    -webkit-transform: translateY(-50%) rotate(calc(var(--index) * (360deg/10) * 0));
    transform: translateY(-50%) rotate(calc(var(--index) * (360deg/10) * -0));
}

.culture-team-raech{
     padding: calc(211px + 20px) 0 40px!important;
}
				    
					}
				

#footer h2.para.xsm{
    font-size: 20px;
    line-height: 24px;
}
	
