/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html {
    font-size: 10px;
    width: 100%;
    overflow-x: hidden;
}

body {
	text-size-adjust:none;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 2rem;
    color: black;
    overflow-x: hidden;
    width: 100%;
}

a {
    -webkit-tap-highlight-color:rgba(0,0,0,0);
	tap-highlight-color:rgba(0,0,0,0);
    font-weight: normal;
    color: #2cafa4;
    text-decoration: none;
}

label {
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    tap-highlight-color:rgba(0,0,0,0);
    color: #4d555b;
    font-family: 'bpreplayregular';
    font-weight: normal;
    transition: .4s ease;
}

input {
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    tap-highlight-color:rgba(0,0,0,0);
}

img {
    max-width: 100%;
    height: auto;
}

section {
    position: relative;
}

.container {
    padding: 0 3rem;
}

.content-container {
    margin: auto;
    padding: 0 3rem;
    max-width: 85rem;
}

.content-container.wide {
    max-width: 100rem;
}

.main-header {
    padding: 3rem 3rem 0;
}

h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'bpreplayregular';
    font-weight: normal;
    text-align: center;
    color: #d15980;
}

@keyframes text-bg {
    0% {
        background-position: 0 40%;
    }
    50% {
        background-position: 100% 40%;
    }
    100% {
        background-position: 0 40%;
    }
}

h1 {
    text-align: center;
    margin: auto;
    font-size: 9rem;
    background-image: url(../img/bg/text.svg);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 120% auto;
    background-position: left;
    animation: text-bg 8s infinite;
    animation-timing-function: ease;
}

/* IE hack */
@media all and (-ms-high-contrast:none) {
    h1 {
        background-image: none;
    }
}

h2 {
    font-size: 4rem;
}

h3 {
    color: #4d555b;
    font-size: 2.4rem;
    margin-top: 1em;
}

h4 {
    font-size: 2rem;
}

h5 {
    font-size: 1.6rem;
    font-style: italic;
    margin-top: 1em;
    color: #4d555b;
}

p {
    margin-top: 1em;
}

.colour-orange {
    color: #fbaf5f;
}

.colour-purple {
    color: #7d0049;
}

.colour-brown {
    color: #d9531e;
}

.colour-red {
    color: #d15980;
}

.colour-pink {
    color: #f9babf;
}

.colour-green {
    color: #2cafa4;
}

.colour-yellow-green {
    color: #8dc63f;
}

.colour-blue-green {
    color: #006a71;
}

.colour-apple-green {
    color: #70af3b;
}

.colour-light-green {
    color: #68c8c6;
}

.colour-confetti-green {
    color: #d9da55;
}

.colour-grey {
    color: #4d555b;
}

.colour-yellow {
    color: #ffd07b;
}

.shape {
    position: absolute;
    animation-iteration-count: infinite;
    animation-timing-function: ease;
    opacity: .8;
}

@keyframes shape-animation-1 {
    0% {
        transform: translate(0, 0) rotate(0);
    }
    20% {
        transform: translate(-23%, -2%) rotate(-13deg);
    }
    40% {
        transform: translate(6%, -5%) rotate(-18deg);
    }
    60% {
        transform: translate(-22%, -15%) rotate(20deg);
    }
    80% {
        transform: translate(-27%, -3%) rotate(8deg);
    }
    100% {
        transform: translate(0, 0) rotate(0);
    }
}

@keyframes shape-animation-2 {
    0% {
        transform: translate(0, 0) rotate(0);
    }
    20% {
        transform: translate(-11%, 14%) rotate(-29deg);
    }
    40% {
        transform: translate(14%, -24%) rotate(0deg);
    }
    60% {
        transform: translate(16%, -21%) rotate(11deg);
    }
    80% {
        transform: translate(3%, -4%) rotate(-11deg);
    }
    100% {
        transform: translate(0, 0) rotate(0);
    }
}

@keyframes shape-animation-3 {
    0% {
        transform: translate(0, 0) rotate(0);
    }
    20% {
        transform: translate(-24%, 19%) rotate(-8deg);
    }
    40% {
        transform: translate(16%, -22%) rotate(22deg);
    }
    60% {
        transform: translate(25%, 12%) rotate(-16deg);
    }
    80% {
        transform: translate(-13%, 16%) rotate(10deg);
    }
    100% {
        transform: translate(0, 0) rotate(0);
    }
}

@keyframes shape-animation-4 {
    0% {
        transform: translate(0, 0) rotate(0);
    }
    20% {
        transform: translate(8%, -5%) rotate(5deg);
    }
    40% {
        transform: translate(-3%, 17%) rotate(5deg);
    }
    60% {
        transform: translate(-17%, 26%) rotate(-27deg);
    }
    80% {
        transform: translate(16%, 19%) rotate(-27deg);
    }
    100% {
        transform: translate(0, 0) rotate(0);
    }
}

@keyframes shape-animation-5 {
    0% {
        transform: translate(0, 0) rotate(0);
    }
    20% {
        transform: translate(-22%, 5%) rotate(11deg);
    }
    40% {
        transform: translate(-25%, 9%) rotate(-1deg);
    }
    60% {
        transform: translate(-27%, -14%) rotate(20deg);
    }
    80% {
        transform: translate(21%, 14%) rotate(29deg);
    }
    100% {
        transform: translate(0, 0) rotate(0);
    }
}

@keyframes shape-animation-6 {
    0% {
        transform: translate(0, 0) rotate(0);
    }
    20% {
        transform: translate(17%, -6%) rotate(28deg);
    }
    40% {
        transform: translate(11%, 6%) rotate(-28deg);
    }
    60% {
        transform: translate(-18%, 29%) rotate(3deg);
    }
    80% {
        transform: translate(23%, 15%) rotate(-8deg);
    }
    100% {
        transform: translate(0, 0) rotate(0);
    }
}

@keyframes shape-animation-7 {
    0% {
        transform: translate(0, 0) rotate(0);
    }
    20% {
        transform: translate(-6%, 22%) rotate(23deg);
    }
    40% {
        transform: translate(24%, 25%) rotate(-14deg);
    }
    60% {
        transform: translate(28%, -8%) rotate(-3deg);
    }
    80% {
        transform: translate(22%, 26%) rotate(2deg);
    }
    100% {
        transform: translate(0, 0) rotate(0);
    }
}

@keyframes shape-animation-8 {
    0% {
        transform: translate(0, 0) rotate(0);
    }
    20% {
        transform: translate(-6%, -21%) rotate(21deg);
    }
    40% {
        transform: translate(-27%, -17%) rotate(-9deg);
    }
    60% {
        transform: translate(-9%, -3%) rotate(21deg);
    }
    80% {
        transform: translate(24%, -11%) rotate(-23deg);
    }
    100% {
        transform: translate(0, 0) rotate(0);
    }
}

@keyframes shape-animation-9 {
    0% {
        transform: translate(0, 0) rotate(0);
    }
    20% {
        transform: translate(26%, 3%) rotate(24deg);
    }
    40% {
        transform: translate(14%, 15%) rotate(13deg);
    }
    60% {
        transform: translate(-15%, -24%) rotate(-13deg);
    }
    80% {
        transform: translate(-11%, -24%) rotate(2deg);
    }
    100% {
        transform: translate(0, 0) rotate(0);
    }
}

@keyframes shape-animation-10 {
    0% {
        transform: translate(0, 0) rotate(0);
    }
    20% {
        transform: translate(-13%, 11%) rotate(22deg);
    }
    40% {
        transform: translate(-7%, 1%) rotate(-14deg);
    }
    60% {
        transform: translate(17%, -23%) rotate(-16deg);
    }
    80% {
        transform: translate(6%, 21%) rotate(20deg);
    }
    100% {
        transform: translate(0, 0) rotate(0);
    }
}

@keyframes shape-animation-11 {
    0% {
        transform: translate(0, 0) rotate(0);
    }
    20% {
        transform: translate(30%, -24%) rotate(-28deg);
    }
    40% {
        transform: translate(-17%, -17%) rotate(29deg);
    }
    60% {
        transform: translate(-15%, 2%) rotate(-11deg);
    }
    80% {
        transform: translate(-5%, -20%) rotate(-1deg);
    }
    100% {
        transform: translate(0, 0) rotate(0);
    }
}

/*@keyframes shape-animation- {
    0% {
        transform: translate(0, 0) rotate(0);
    }
    20% {
        transform: translate(%, %) rotate(deg);
    }
    40% {
        transform: translate(%, %) rotate(deg);
    }
    60% {
        transform: translate(%, %) rotate(deg);
    }
    80% {
        transform: translate(%, %) rotate(deg);
    }
    100% {
        transform: translate(0, 0) rotate(0);
    }
}*/

.shape.animation-1 {
    animation-name: shape-animation-1;
    animation-duration: 30s;
    
}

.shape.animation-2 {
    animation-name: shape-animation-2;
    animation-duration: 40s;
}

.shape.animation-3 {
    animation-name: shape-animation-3;
    animation-duration: 50s;
}

.shape.animation-4 {
    animation-name: shape-animation-4;
    animation-duration: 33s;
}

.shape.animation-5 {
    animation-name: shape-animation-5;
    animation-duration: 44s;
}

.shape.animation-6 {
    animation-name: shape-animation-6;
    animation-duration: 55s;
}

.shape.animation-7 {
    animation-name: shape-animation-7;
    animation-duration: 36s;
}

.shape.animation-8 {
    animation-name: shape-animation-8;
    animation-duration: 46s;
}

.shape.animation-9 {
    animation-name: shape-animation-9;
    animation-duration: 56s;
}

.shape.animation-10 {
    animation-name: shape-animation-10;
    animation-duration: 39s;
}

.shape.animation-11 {
    animation-name: shape-animation-11;
    animation-duration: 49s;
}

.hero {
    background-repeat: no-repeat;
    background-size: 120% 85%;
    background-position: bottom;
    margin-top: 3em;
    padding-bottom: 12rem;
}

.hero .video {
    position: relative;
    max-width: 93.7rem;
    margin: auto;
    background-size: contain;
    background-image: url(../img/bg/video.png);
    background-repeat: no-repeat;
    z-index: 1;
}

.hero .video::before {
    display: block;
    content: '';
    width: 100%;
    height: 0;
    padding-bottom: 65%;
}

.hero .video .fancybox {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero .video .fancybox::after {
    display: block;
    content: '';
    width: 6.4rem;
    height: 6.4rem;
    border-radius: 50%;
    background-color: #f9babf;
    background-image: url(../img/icons/play.svg);
    background-repeat: no-repeat;
    background-size: 2.4rem 3.7rem;
    background-position: 55% 50%;
    transition: .2s ease;
}

.hero .video .fancybox:hover::after,
.hero .video .fancybox:focus::after,
.hero .video .fancybox:active::after {
    transform: scale(1.2);
}

.hero .video .fancybox .text {
    position: absolute;
    bottom: 50%;
    left: 0;
    right: 0;
    transform: translateY(-90%)
}

.hero .video .fancybox .text h4 {
    color: #ffd07b;
}

.hero .video .fancybox .text h3 {
    color: #68c8c6;
    font-size: 4.8rem;
    margin-top: .2em;
}

.hero .shape.animation-1 {
    top: 10rem;
    left: 0;
}

.hero .shape.animation-2 {
    top: 13rem;
    left: 10%;
}

.hero .shape.animation-3 {
    right: -5%;
    top: 20rem;
}

.hero .shape.animation-4 {
    right: 12%;
    top: 37rem;
}

.hero .shape.animation-5 {
    right: 8%;
    top: 53rem;
}


.fancybox-type-iframe .fancybox-inner{
    padding-top: 56.25%;
    height: 0 !important;
    overflow: auto !important;
}

.fancybox-type-iframe .fancybox-inner .fancybox-iframe{ 
    position: absolute; 
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0;
}

.intro {
    background-repeat: no-repeat;
    background-size: 120% 100%;
    background-position: center;
    padding-top: .5em;
    padding-bottom: 14rem;
    margin-top: -2em;
}

.intro .intro-details {
    margin-top: 3em;
    column-count: 2;
    -moz-column-count: 2;
    column-gap: 6rem;
    -moz-column-gap: 6rem;
}

.intro .intro-details p:first-child {
    margin-top: 0;
}

.intro .intro-details p a:hover,
.intro .intro-details p a:focus,
.intro .intro-details p a:active {
    text-decoration: underline;
}

.intro .intro-signature {
    margin: 2em auto 0;
    max-width: 40rem;
    max-height: 8rem;
    text-align: center;
    border-bottom: .3rem dotted #d7d7d7;
}

.intro .intro-author h3 {
    margin-top: 1.2em;
    color: #d15980;
    line-height: 1.25;
}

.intro .shape.animation-1 {
    left: -8%;
    bottom: 36rem;
}

.intro .shape.animation-2 {
    left: 2%;
    bottom: 37rem;
}

.intro .shape.animation-3 {
    left: -15%;
    bottom: 4rem;
}

.intro .shape.animation-4 {
    left: 4%;
    bottom: 25rem;
}

.intro .shape.animation-5 {
    left: 1%;
    bottom: 25rem;
}

.highlights .cycle-slideshow {
    margin-top: 2em;
}

.highlights p {
    text-align: center;
    margin-top: 10em;
}

.highlights p a:hover,
.highlights p a:focus,
.highlights p a:active {
    text-decoration: underline;
}

.highlights .shape {
    top: -33rem;
    right: 0;
}

.a-year-in-review {
    position: relative;
    padding-top: 30rem;
    padding-bottom: 4rem;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.a-year-in-review::before {
    content: '';
    position: absolute;
    display: block;
    width: .4rem;
    background-color: #f2f3f4;
    position: absolute;
    top: 50rem;
    bottom: 0;
    left: 50%;
    margin-left: -.2rem;
}

.a-year-in-review .review-block {
    max-width: 117rem;
    margin: auto;
}

.a-year-in-review .review-block h2 {
    text-align: left;
    line-height: 1.25;
}

.a-year-in-review .review-block h5 {
    text-align: left;
}

.a-year-in-review .review-block ul {
    text-align: left;
    line-height: 1.25;
    margin-top: 1.5em;
}

.a-year-in-review .review-block ul li {
    margin-top: 1em;
    padding-left: .8em;
    position: relative;
}

.a-year-in-review .review-block ul li::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: .6em;
    width: .2em;
    height: .2em;
    border-radius: 50%;
    background-color: black;
}

.a-year-in-review .review-block ul li a:hover,
.a-year-in-review .review-block ul li a:focus,
.a-year-in-review .review-block ul li a:active {
    text-decoration: underline;
}

.a-year-in-review .review-block ul.bullet-orange li::before {
    background-color: #fbaf5f;
}
.a-year-in-review .review-block ul.bullet-orange li a {
    color: #fbaf5f;
}

.a-year-in-review .review-block ul.bullet-green li::before {
    background-color: #2cafa4;
}
.a-year-in-review .review-block ul.bullet-green li a {
    color: #2cafa4;
}

.a-year-in-review .review-block ul.bullet-yellow-green li::before {
    background-color: #8dc63f;
}
.a-year-in-review .review-block ul.bullet-yellow-green li a {
    color: #8dc63f;
}

.a-year-in-review .review-block ul.bullet-blue-green li::before {
    background-color: #006a71;
}
.a-year-in-review .review-block ul.bullet-blue-green li a {
    color: #006a71;
}

.a-year-in-review .review-block ul.bullet-apple-green li::before {
    background-color: #70af3b;
}
.a-year-in-review .review-block ul.bullet-apple-green li a {
    color: #70af3b;
}

.a-year-in-review .review-block ul.bullet-red li::before {
    background-color: #d15980;
}
.a-year-in-review .review-block ul.bullet-red li a {
    color: #d15980;
}

.a-year-in-review .review-block ul.bullet-brown li::before {
    background-color: #d9531e;
}
.a-year-in-review .review-block ul.bullet-brown li a {
    color: #d9531e;
}

.a-year-in-review .review-block .review-block-title,
.a-year-in-review .review-block .review-block-description {
    width: 50%;
    box-sizing: border-box;
}

.a-year-in-review .review-block .review-block-description,
.a-year-in-review .review-block:nth-child(odd) .review-block-title {
    padding-right: 2rem;
    float: left;
}

.a-year-in-review .review-block .review-block-description img {
    opacity: 0;
    transform: translateX(-5em);
    transition: .8s ease;
}

.a-year-in-review .review-block .review-block-description ul {
    transition: .8s ease;
    opacity: 0;
}

.a-year-in-review .review-block.october-2016 .review-block-description img,
.a-year-in-review .review-block.november-2016 .review-block-description img {
    opacity: 1;
    transform: none;
}

.a-year-in-review .review-block .review-block-description img.all-in-view,
.a-year-in-review .review-block .review-block-description ul.all-in-view {
    transform: translateX(0) !important;
    opacity: 1;
}

.a-year-in-review .review-block:nth-child(odd) .review-block-description ul {
    margin-left: 14rem;
    transform: translateX(5em);
}

.a-year-in-review .review-block:nth-child(even) .review-block-description ul {
    margin-right: 8rem;
    transform: translateX(-5em);
}

.a-year-in-review .review-block .review-block-title,
.a-year-in-review .review-block:first-child .review-block-title,
.a-year-in-review .review-block:nth-child(odd) .review-block-description {
    padding-left: 2rem;
    float: right;
}

.a-year-in-review .review-block:nth-child(odd) .review-block-description img {
    transform: translateX(5em);
}

.a-year-in-review .review-block .review-block-title h3,
.a-year-in-review .review-block .review-block-description {
    text-align: right;
    position: relative;
}

.a-year-in-review .review-block:nth-child(even) .review-block-title h3,
.a-year-in-review .review-block:nth-child(even) .review-block-description {
    text-align: left;
}


.a-year-in-review .review-block.november-2015 .review-block-title {
    margin-top: 11rem;
}
.a-year-in-review .review-block.november-2015 .review-block-description {
    margin-top: -7rem;
}

.a-year-in-review .review-block.december-2015 .review-block-title {
    margin-top: 6rem;
}
.a-year-in-review .review-block.december-2015 .review-block-description {
    margin-top: -14rem;
}

.a-year-in-review .review-block.january-2016 .review-block-title {
    margin-top: 1rem;
}
.a-year-in-review .review-block.january-2016 .review-block-description {
    margin-top: -4rem;
}

.a-year-in-review .review-block.february-2016 .review-block-title {
    margin-top: 2rem;
}
.a-year-in-review .review-block.february-2016 .review-block-description {
    margin-top: -13rem;
}

.a-year-in-review .review-block.march-2016 .review-block-title {
    margin-top: 1rem;
}
.a-year-in-review .review-block.march-2016 .review-block-description {
    margin-top: -25rem;
}

.a-year-in-review .review-block.april-2016 .review-block-title {
    margin-top: 7rem;
}
.a-year-in-review .review-block.april-2016 .review-block-description {
    margin-top: -10rem;
}

.a-year-in-review .review-block.may-2016 .review-block-title {
    margin-top: 1rem;
}
.a-year-in-review .review-block.may-2016 .review-block-description {
    margin-top: -22rem;
}

.a-year-in-review .review-block.june-2016 .review-block-title {
    margin-top: 0rem;
}
.a-year-in-review .review-block.june-2016 .review-block-description {
    margin-top: -22rem;
}

.a-year-in-review .review-block.july-2016 .review-block-title {
    margin-top: 3rem;
}
.a-year-in-review .review-block.july-2016 .review-block-description {
    margin-top: -18rem;
}

.a-year-in-review .review-block.august-2016 .review-block-title {
    margin-top: 3rem;
}
.a-year-in-review .review-block.august-2016 .review-block-description {
    margin-top: -25rem;
}

.a-year-in-review .review-block.september-2016 .review-block-title {
    margin-top: 3rem;
}
.a-year-in-review .review-block.september-2016 .review-block-description {
    margin-top: -15rem;
}

.a-year-in-review .review-block.october-2016 .review-block-title {
    margin-top: 1rem;
}
.a-year-in-review .review-block.october-2016 .review-block-description {
    margin-top: -15rem;
}
.a-year-in-review .review-block.october-2016 .review-block-description img {
    position: absolute;
    left: 2rem;
    top: 50%;
    transform: translateY(-50%);
}

.a-year-in-review .review-block.november-2016 .review-block-title {
    margin-top: 3rem;
}
.a-year-in-review .review-block.november-2016 .review-block-description {
    margin-top: 2rem;
}
.a-year-in-review .review-block.november-2016 .review-block-description img {
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-40%);
    max-width: 15rem
    
}
.a-year-in-review .review-block.november-2016 .review-block-description ul {
    margin-right: 12rem;
}

.a-year-in-review .shape.animation-1 {
    top: 0;
    left: 0;
}

.a-year-in-review .shape.animation-2 {
    top: 24rem;
    right: -9%;
}

.a-year-in-review .shape.animation-3 {
    top: 21rem;
    right: -1%;
}

.a-year-in-review .shape.animation-4 {
    top: 12rem;
    right: 1%;
}

.properties-developments-and-offices {
    padding-top: 27rem;
}

.properties-developments-and-offices .property-chart {
    position: relative;
    z-index: 2;
    margin-top: 13rem;
}

.properties-developments-and-offices .property-chart h4 {
    text-align: left;
    margin-bottom: .5em;
}

.properties-developments-and-offices .number-of-properties .number-of-properties-accordion {
    display: none;
}

.properties-developments-and-offices .map-container {
    position: relative;
    margin-top: -24rem;
    margin-bottom: -28rem;
}

.properties-developments-and-offices .map-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 50%;
    margin-left: -20.2rem;
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    background-image: url(../img/bg/map-water.svg);
}

.properties-developments-and-offices .map-container h4 {
    display: none;
}

.properties-developments-and-offices .map-container .map {
    background-image: url(../img/bg/map.png);
    background-position: right;
    background-repeat: no-repeat;
    height: 118.2rem;
    overflow: hidden;
    margin-right: 50%;
    margin-left: -59.1rem;
    position: relative;
    right: -59.1rem;
    z-index: 1;
}

.properties-developments-and-offices .map-container .map h4 {
    display: none;
}

.properties-developments-and-offices .map-container .map ol li {
    position: absolute;
    width: 4.5rem;
    height: 6rem;
}

.properties-developments-and-offices .map-container .map ol li:nth-child(1) {
    top: 97.3rem;
    right: 34.8rem;
}

.properties-developments-and-offices .map-container .map ol li:nth-child(2) {
    top: 94.6rem;
    right: 40.5rem;
}

.properties-developments-and-offices .map-container .map ol li:nth-child(3) {
    top: 93.4rem;
    right: 45.9rem;
}

.properties-developments-and-offices .map-container .map ol li:nth-child(4) {
    top: 93.9rem;
    right: 54.5rem;
}

.properties-developments-and-offices .map-container .map ol li:nth-child(5) {
    top: 90.2rem;
    right: 67.6rem;
}

.properties-developments-and-offices .map-container .map ol li:nth-child(6) {
    top: 82.4rem;
    right: 41.1rem;
}

.properties-developments-and-offices .map-container .map ol li:nth-child(7) {
    top: 76.2rem;
    right: 53.7rem;
}

.properties-developments-and-offices .map-container .map ol li:nth-child(8) {
    top: 66.9rem;
    right: 63.0rem;
}

.properties-developments-and-offices .map-container .map ol li:nth-child(9) {
    top: 65.9rem;
    right: 100.4rem;
}

.properties-developments-and-offices .map-container .map ol li:nth-child(10) {
    top: 59.5rem;
    right: 77.3rem;
}

.properties-developments-and-offices .map-container .map ol li:nth-child(11) {
    top: 50.4rem;
    right: 84.3rem;
}

.properties-developments-and-offices .map-container .map ol li:nth-child(12) {
    top: 29.1rem;
    right: 83.6rem;
}

.properties-developments-and-offices .map-container .map ol li a {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.properties-developments-and-offices .map-container .map ol li div {
    position: absolute;
    left: 4rem;
    top: 50%;
    transform: translateY(-40%) translateX(-10%) scale(.8);
    opacity: 0;
    visibility: hidden;
    background-image: url(../img/bg/map-item-popup.svg);
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 3rem 5rem 6rem 3.5rem;
    width: 24.4rem;
    color: white;
    transition: .2s ease;
}

.properties-developments-and-offices .map-container .map ol li a:hover + div,
.properties-developments-and-offices .map-container .map ol li a:focus + div,
.properties-developments-and-offices .map-container .map ol li a:active + div {
    transform: translateY(-40%) scale(1);
    opacity: 1;
    visibility: visible;
}

.properties-developments-and-offices .map-container .map ol li div h5 {
    color: white;
    font-size: 1.8rem;
    font-style: normal;
    text-align: left;
    margin: 0;
}

.properties-developments-and-offices .map-container .map ol li div p {
    font-size: 1.6rem;
    margin-top: .5em;
}

.properties-developments-and-offices .shape {
    z-index: 1;
}

.properties-developments-and-offices .shape.animation-1 {
    top: 5rem;
    left: -5%;
}

.properties-developments-and-offices .shape.animation-2 {
    top: 24rem;
    left: -3%;
}

.properties-developments-and-offices .shape.animation-3 {
    top: 29rem;
    left: -2%;
}

.properties-developments-and-offices .shape.animation-4 {
    top: 33rem;
    left: 3%;
}

.properties-developments-and-offices .shape.animation-5 {
    top: 52rem;
    left: -8%;
}

.properties-developments-and-offices .shape.animation-6 {
    top: 0rem;
    right: 15%;
}

.properties-developments-and-offices .shape.animation-7 {
    top: 7rem;
    right: 9%;
}

.properties-developments-and-offices .shape.animation-8 {
    top: 13rem;
    right: -4%;
    z-index: 0;
}

.properties-developments-and-offices .shape.animation-9 {
    top: 1rem;
    right: 4%;
}

.properties-developments-and-offices .shape.animation-10 {
    top: 32rem;
    right: -18%;
}

.properties-developments-and-offices .shape.animation-11 {
    top: 13rem;
    right: 5%;
}

/*.properties-developments-and-offices .shape.animation-11 {
    top: 1rem;
    right: 4%;
}*/

.our-tenants {
    padding-top: 10em;
}

.our-tenants .content-container {
    max-width: 100rem;
}

.our-tenants h4 {
    color: #4d555b;
}

.our-tenants .tenants-by-age {
    display: flex;
    margin-top: 4em;
}

.our-tenants .tenants-by-age > li {
    width: 20rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: center;
    margin-bottom: 4em;
}

.our-tenants .tenants-by-age > li .tenants-by-age-sign {
    position: relative;
    z-index: 1;
    transition: .4s ease;
    transform: scaleY(-.5);
    transform-origin: bottom;
}

.our-tenants .tenants-by-age > li:nth-child(2) .tenants-by-age-sign {
    transition-delay: .2s;
}

.our-tenants .tenants-by-age > li:nth-child(3) .tenants-by-age-sign {
    transition-delay: .4s;
}

.our-tenants .tenants-by-age > li:nth-child(4) .tenants-by-age-sign {
    transition-delay: .6s;
}

.our-tenants .tenants-by-age > li:nth-child(5) .tenants-by-age-sign {
    transition-delay: .8s;
}

.our-tenants .tenants-by-age > li.all-in-view .tenants-by-age-sign {
    transform: scaleY(1);
}

.our-tenants .tenants-by-age > li .tenants-by-age-person {
    max-width: 100%;
    box-sizing: border-box;
    overflow: visible;
}

.our-tenants .tenants-by-age > li.tenants-by-age-0-30 .tenants-by-age-person img {
    margin: -8.0rem 0 0 6.8rem;
}

.our-tenants .tenants-by-age > li.tenants-by-age-31-55 .tenants-by-age-person img {
    margin: -8.0rem 0 0 6.8rem;
}

.our-tenants .tenants-by-age > li.tenants-by-age-56-70 .tenants-by-age-person img {
    margin: -8.0rem 0 0 6.8rem;
}

.our-tenants .tenants-by-age > li.tenants-by-age-71 .tenants-by-age-sign img {
    margin-left: -5rem;
}

.our-tenants .tenants-by-age > li.tenants-by-age-71 .tenants-by-age-person img {
    margin: -6.2rem 0 0 6.8rem;
}

.our-tenants .tenants-by-age > li.tenants-by-age-not-specified .tenants-by-age-sign {
    transform: scale(.5);
}

.our-tenants .tenants-by-age > li.tenants-by-age-not-specified.all-in-view .tenants-by-age-sign {
    transform: scale(1);
}

.our-tenants .tenants-by-age > li.tenants-by-age-not-specified .tenants-by-age-sign img {
    margin-left: 1em;
}

.our-tenants .tenants-by-age > li.tenants-by-age-not-specified .tenants-by-age-person img {
    margin: -18.5rem 0 0 6.8rem;
}

.our-tenants .tenants-by-age > li img {
    max-width: none;
}

.our-tenants .tenants-by-age > li h4 {
    margin-top: 2em;
}

.our-tenants .tenants-by-gender {
    display: flex;
    justify-content: center;
    margin-top: 3em;
    margin-bottom: 3em;
}

.our-tenants .tenants-by-gender > li {
    padding: 0 3rem;
    display: flex;
}

.our-tenants .tenants-by-gender > li .tenants-by-gender-description {
    margin-left: -2rem;
}

.our-tenants .tenants-by-gender > li .tenants-by-gender-description h3 {
    margin: 0;
    text-align: left;
    font-size: 7.2rem;
    line-height: 1;
    margin-top: .3em;
}

.our-tenants .tenants-by-gender > li .tenants-by-gender-description img {
    display: block;
    margin-top: .1em;
}

.our-tenants .tenants-by-gender > li .tenants-by-gender-description h4 {
    text-align: left;
    margin-top: .4em;
}

.our-tenants .tenants-by-other {
    display: flex;
    justify-content: center;
    padding-top: 3em;
    padding-bottom: 3em;
    border-top: 0.3rem dotted #d7d7d7;
}

.our-tenants .tenants-by-other .tenants-by-other-item {
    width: 25%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    vertical-align: top;
}

.our-tenants .tenants-by-other-2 .tenants-by-other-item {
    width: 30%;
}

.our-tenants .tenants-by-other-2 .tenants-by-other-item.of-which {
    width: 20%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-right: 1em;
}

.our-tenants .tenants-by-other-2 .tenants-by-other-item-vulnerable {
    width: 60%;
}

.our-tenants .tenants-by-other .tenants-by-other-item .tenants-by-other-number h3 {
    display: inline-block;
    font-size: 8rem;
    margin: 0 .1em 0 0;
    line-height: 1.2;
}

.our-tenants .tenants-by-other .tenants-by-other-item .tenants-by-other-number h3 sup {
    position: relative;
    font-size: .6em;
    top: -.5em;
}

.our-tenants .tenants-by-other .tenants-by-other-item .tenants-by-other-label {
    width: 100%;
    margin-top: .5em;
}

.our-tenants .tenants-by-other .tenants-by-other-item .tenants-by-other-label h4 {
    display: block;
    padding-left: .5em;
    padding-right: .5em;
}

.our-tenants .tenants-by-other-1 .tenants-by-other-item .tenants-by-other-label h4,
.our-tenants .tenants-by-other-2 .tenants-by-other-item .tenants-by-other-label h4 {
    display: block;
    min-height: 2.8em;
}

.our-tenants .tenants-by-other-3 .tenants-by-other-item .tenants-by-other-label h4 {
    min-height: 5.6em;
}

.our-tenants .tenants-by-other .tenants-by-other-item .tenants-by-other-image {
    min-height: 10.4rem;
}

.our-tenants .tenants-by-other .tenants-by-other-item-aboriginal .tenants-by-other-image img {
    margin-top: 1em;
}

.our-tenants .tenants-by-other .tenants-by-other-item-people-connected .tenants-by-other-image img {
    margin-right: -1em;
}

.our-tenants .shape {
    right: 0;
    top: -20rem;
}

.partnerships-and-programs {
    padding-top: 57rem;
}

.partnerships-and-programs .accordion {
    margin-top: 3em;
    border-top: 0.3rem dotted #bfc5ca;
}

.partnerships-and-programs .accordion .accordion-item {
    border-bottom: 0.3rem dotted #bfc5ca;
}

.partnerships-and-programs .accordion .accordion-item label {
    position: relative;
    display: block;
    cursor: pointer;
    padding: .9em 6rem .9em 0;
}

.partnerships-and-programs .accordion .accordion-item label:hover,
.partnerships-and-programs .accordion .accordion-item label:focus,
.partnerships-and-programs .accordion .accordion-item label:active,
.partnerships-and-programs .accordion .accordion-item input[type="checkbox"]:checked ~ label {
    color: #2cafa4;
}

.partnerships-and-programs .accordion .accordion-item label::before,
.partnerships-and-programs .accordion .accordion-item label::after {
    content: '';
    display: block;
    position: absolute;
    background-color: #bfc5ca;
    border-radius: 1px;
    transition: .4s ease;
}

.partnerships-and-programs .accordion .accordion-item label::before {
    width: .3rem;
    height: 3.1rem;
    right: 1.4rem;
    top: 50%;
    transform: translateY(-50%);
}

.partnerships-and-programs .accordion .accordion-item label::after {
    width: 3.1rem;
    height: .3rem;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.partnerships-and-programs .accordion .accordion-item label:hover::before,
.partnerships-and-programs .accordion .accordion-item label:focus::before,
.partnerships-and-programs .accordion .accordion-item label:active::before,
.partnerships-and-programs .accordion .accordion-item label:hover::after,
.partnerships-and-programs .accordion .accordion-item label:focus::after,
.partnerships-and-programs .accordion .accordion-item label:active::after,
.partnerships-and-programs .accordion .accordion-item input[type="checkbox"]:checked ~ label::before,
.partnerships-and-programs .accordion .accordion-item input[type="checkbox"]:checked ~ label::after {
    background-color: #2cafa4;
}

.partnerships-and-programs .accordion .accordion-item input[type="checkbox"]:checked ~ label::before {
    height: .3rem;
}

.partnerships-and-programs .accordion .accordion-content {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: .4s ease;
}

.partnerships-and-programs .accordion .accordion-item input[type="checkbox"]:checked ~ .accordion-content {
    max-height: 300rem;
    opacity: 1;
}

.partnerships-and-programs .accordion .accordion-content h5 {
    text-align: left;
    color: #006a71;
    line-height: 1.5;
    margin-left: -1.5rem;
    max-width: 66.6%;
    box-sizing: border-box;
    padding: 0 1.5rem;
}

.partnerships-and-programs .accordion .accordion-content img {
    float: right;
    margin-left: 6rem;
    margin-bottom: 2em
}

.partnerships-and-programs .accordion .accordion-content .accordion-description {
    display: block;
    overflow: hidden;
    margin-top: .4em;
    padding-bottom: 2em;
}

.partnerships-and-programs .accordion .accordion-content .accordion-description p:first-child {
    margin-top: 0;
}

.partnerships-and-programs .accordion .accordion-content h5 ~ .accordion-description p:first-child {
    margin-top: 1em;
}

.partnerships-and-programs .accordion .accordion-content .accordion-description h4 {
    text-align: left;
    color: #4d555b;
    font-weight: bold;
    margin-top: 1.4em;
}

.partnerships-and-programs .accordion .accordion-content .accordion-description ul {
    text-align: left;
    line-height: 1.25;
    margin-top: 1em;
}

.partnerships-and-programs .accordion .accordion-content .accordion-description ul li {
    margin-top: .5em;
    padding-left: .8em;
    position: relative;
    color: #4d555b;
}

.partnerships-and-programs .accordion .accordion-content .accordion-description ul li::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: .6em;
    width: .2em;
    height: .2em;
    border-radius: 50%;
    background-color: #4d555b;
}

.partnerships-and-programs .shape.animation-1 {
    animation-name: none;
    top: 9rem;
    left: 0;
}

.partnerships-and-programs .shape.animation-2 {
    top: -5rem;
    right: -5%;
}

.partnerships-and-programs .shape.animation-3 {
    top: 18rem;
    right: 8%;
}

.partnerships-and-programs .shape.animation-4 {
    top: 30rem;
    right: -8%;
}

.partnerships-and-programs .shape.animation-5 {
    top: 33rem;
    right: 4%;
}

.our-team {
    padding-top: 40rem;
}

.our-team .achievements {
    display: flex;
    margin: 2.5em -1.5rem 0;
}

.our-team .achievements h3 {
    width: 33.3%;
    padding: 0 1.5rem;
    text-align: left;
    line-height: 1.375;
    margin-top: 0;
}

.our-team .achievements ul {
    width: 66.6%;
    padding: 0 1.5rem;
    line-height: 1.65;
}

.our-team .achievements ul li {
    padding-left: .8em;
    position: relative;
    color: #4d555b;
}

.our-team .achievements ul li::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: .8em;
    width: .2em;
    height: .2em;
    border-radius: 50%;
    background-color: #006a71;
}

.our-team .quotes {
    display: flex;
    margin: 6em -5rem 0;
}

.our-team .quotes .quote {
    padding: 0 5rem;
    box-sizing: border-box;
    width: 50%;
    text-align: center;
}

.our-team .quotes .quote img {
    height: 14rem;
    opacity: 0;
    transform: scale(0);
    transition: .8s ease;
}

.our-team .quotes .quote img.all-in-view {
    transform: scale(1);
    opacity: 1;
}

.our-team .quotes .quote:last-child img.all-in-view {
    transition-delay: .4s;
}

.our-team .quotes .quote blockquote {
    text-align: left;
    margin: 2em 0 0;
    padding: 0;
    border-top: 0.3rem dotted #bfc5ca;
}

.our-team .quotes .quote blockquote cite {
    font-style: normal;
    font-weight: normal;
    font-family: 'bpreplayregular';
    font-weight: normal;
    margin-top: 1em;
    display: block;
}

.our-team .quotes .quote blockquote p {
    font-weight: normal;
    font-family: 'bpreplayregular';
    font-size: 1.6rem;
    margin-top: .5em;
    line-height: 1.5;
    font-style: italic;
}

.our-team .team-stats {
    margin: 5em -5rem 0;
    display: flex;
    flex-wrap: wrap;
}

.our-team .team-stats li {
    box-sizing: border-box;
    width: 50%;
    padding: 5rem;
    display: flex;
    flex-direction: row-reverse;
}

.our-team .team-stats li .image {
    position: relative;
    width: 58%;
}

.our-team .team-stats li .image::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: white;
    transition: .8s ease;
}

.our-team .team-stats li .image.all-in-view::after {
    transform: scale(0);
}

.our-team .team-stats li .description {
    font-family: 'bpreplayregular';
    font-weight: normal;
    font-size: 2.2rem;
    line-height: 1.1;
    color: #4d555b;
    width: 42%;
}

.our-team .team-stats li .description strong {
    display: block;
    font-size: 9rem;
    font-weight: normal;
    margin-top: .2em;
}

.our-team .team-stats li .description strong small {
    font-size: 4.5rem;
    position: relative;
    top: -.75em;
}

.our-team .shape.animation-1 {
    animation-name: none;
    top: 0;
    left: 0;
}

.our-team .shape.animation-2 {
    top: 11rem;
    right: 12%;
}

.our-team .shape.animation-3 {
    top: 5rem;
    right: 2.5%;
}

.our-team .shape.animation-4 {
    top: 16rem;
    right: -11%;
}

.main-footer {
    position: relative;
    padding-top: 16rem;
    padding-bottom: 8rem;
    overflow: hidden;
}

.main-footer h3 {
    font-size: 4rem;
    color: #6bc8c5;
    margin-top: 0;
}

.main-footer h2 {
    text-align: center;
    margin: auto;
    font-size: 12rem;
    background-image: url(../img/bg/text.svg);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 120% auto;
    background-position: left;
    animation: text-bg 8s infinite;
    animation-timing-function: ease;
}

/* IE hack */
@media all and (-ms-high-contrast:none) {
    .main-footer h2 {
        background-image: none;
    }
}

.main-footer h4 {
    font-size: 3rem;
    color: #257a7f;
}

.main-footer .back-to-top {
    width: 13.3rem;
    height: 12.7rem;
    background-image: url(../img/bg/back-to-top.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    margin: 15em auto 0;
    font-size: 2.1rem;
    line-height: 1;
    font-weight: normal;
    color: white;
    text-align: center;
    box-sizing: border-box;
    padding: 6.5rem 2.5rem 0 3rem;
    transition: .4s ease;
    position: relative;
    z-index: 1;
}

.main-footer .back-to-top:hover,
.main-footer .back-to-top:focus,
.main-footer .back-to-top:active {
    transform: scale(1.2);
}

.main-footer p {
    text-align: center;
    position: relative;
    z-index: 1;
}

.main-footer p a:hover,
.main-footer p a:focus,
.main-footer p a:active {
    text-decoration: underline;
}

.main-footer .shape.animation-1 {
    top: 4rem;
    left: -22%
}

.main-footer .shape.animation-2 {
    top: 37rem;
    left: -1%;
}

.main-footer .shape.animation-3 {
    top: 55rem;
    left: -3%;
}

.main-footer .shape.animation-4 {
    top: 59rem;
    left: -8%;
}

.main-footer .shape.animation-5 {
    bottom: -10rem;
    left: 4%;
}

.main-footer .shape.animation-6 {
    left: 14%;
    bottom: 4rem;
    animation-name: none;
}

.main-footer .shape.animation-7 {
    right: 0;
    top: 12rem;
    animation-name: none;
}

@media (max-width: 1229px) {
    h1 {
        margin-top: .5em;
    }
    .shape {
        animation: none !important;
    }
    .intro .shape.animation-1,
    .intro .shape.animation-2 {
        display: none;
    }
    .intro .shape.animation-3 {
        bottom: -12rem;
    }
    .intro .shape.animation-4 {
        bottom: 20rem;
    }
    .a-year-in-review-inner {
        max-width: 85rem;
        margin: auto;
    }
    .a-year-in-review::before {
        display: none;
    }
    .a-year-in-review .review-block .review-block-title,
    .a-year-in-review .review-block .review-block-description {
        float: none !important;
        width: auto;
    }
    .a-year-in-review .review-block .review-block-description {
        margin-top: 1em !important;
        text-align: left !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .a-year-in-review .review-block .review-block-title {
        padding-left: 0;
        padding-right: 0;
    }
    .a-year-in-review .review-block .review-block-title h3 {
        text-align: left !important;
        margin-top: 2em;
    }
    .a-year-in-review .review-block .review-block-description img,
    .a-year-in-review .review-block .review-block-description ul {
        transform: translateX(0) !important;
        opacity: 1 !important;
    }
    .a-year-in-review .review-block .review-block-description ul {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .a-year-in-review .review-block:first-child .review-block-title h2,
    .a-year-in-review .review-block:first-child .review-block-title h5 {
        text-align: center;
    }
    .a-year-in-review .review-block.october-2016 .review-block-description img,
    .a-year-in-review .review-block.november-2016 .review-block-description img {
        display: none;
    }
    .properties-developments-and-offices .shape.animation-1 {
        left: -15%;
    }
    .properties-developments-and-offices .shape.animation-8 {
        right: -6%;
    }
    .partnerships-and-programs .shape.animation-2 {
        display: none;
    }
    .main-footer .shape.animation-1 {
        display: none;
    }
    .main-footer .shape.animation-7 {
        top: 25rem;
    }
}

@media (max-width: 1059px) {
    .our-tenants .tenants-by-age {
        flex-wrap: wrap;
        justify-content: center;
        position: relative;
        left: 4.5rem;
    }
    .our-tenants .tenants-by-age > li {
        text-align: left;
        width: 33.3%;
    }
    .our-tenants .tenants-by-age > li h4 {
        text-align: left;
        margin-left: 1em;
    }
    .our-tenants .tenants-by-age > li .tenants-by-age-sign {
        transition-delay: 0 !important;
    }
    .our-tenants .tenants-by-age > li.tenants-by-age-0-30 .tenants-by-age-person img {
        margin-left: 4.5rem;
    }
    .our-tenants .tenants-by-age > li.tenants-by-age-31-55 .tenants-by-age-person img {
        margin-left: 4.4rem;
    }
    .our-tenants .tenants-by-age > li.tenants-by-age-56-70 .tenants-by-age-person img {
        margin-left: 4.5rem;
    }
    .our-tenants .tenants-by-age > li.tenants-by-age-71 .tenants-by-age-person img {
        margin-left: 3rem;
    }
    .our-tenants .tenants-by-age > li.tenants-by-age-not-specified .tenants-by-age-person img {
        margin-left: 4.5rem;
    }
    .our-tenants .tenants-by-other {
        flex-wrap: wrap;
    }
    .our-tenants .tenants-by-other .tenants-by-other-item {
        width: 50%;
    }
    .our-tenants .tenants-by-other-2 .tenants-by-other-item {
        width: 100% !important;
    }
    .our-tenants .tenants-by-other-2 .tenants-by-other-item.of-which {
        margin-top: 2em;
        margin-bottom: 2em;
    }
    .our-tenants .tenants-by-other-2 .tenants-by-other-item .tenants-by-other-label h4 {
        min-height: 0;
    }
}

@media (max-width: 1009px) {
    .shape {
        display: none;
    }
    h1 {
        margin-top: 1em;
        font-size: 7rem;
        line-height: 1;
    }
    .hero .video {
        margin-top: 15rem;
        position: relative;
    }
    .hero .video .fancybox .text {
        bottom: auto;
        top: -2rem;
    }
    .intro .intro-details {
        column-count: 1;
        -moz-column-count: 1;
    }
    .a-year-in-review {
        padding-top: 10em;
    }
    .properties-developments-and-offices {
        padding-top: 5em;
    }
    .properties-developments-and-offices .property-chart {
        margin-top: 2em;
    }
    .properties-developments-and-offices .number-of-properties {
        display: none;
    }
    .properties-developments-and-offices .number-of-properties > img {
        display: none;
    }
    .properties-developments-and-offices .number-of-properties .number-of-properties-accordion {
        display: block;
        color: #006a71;
        font-family: 'bpreplayregular';
        margin-top: 1em;
    }
    .properties-developments-and-offices .number-of-properties .number-of-properties-accordion > li {
        border-top: solid 1rem black;
        padding-bottom: .2em;
    }
    .properties-developments-and-offices .number-of-properties .number-of-properties-accordion > li.number-of-properties-accordion-item-1 {
        border-color: #7d0849;
    }
    .properties-developments-and-offices .number-of-properties .number-of-properties-accordion > li.number-of-properties-accordion-item-2 {
        border-color: #d9531e;
    }
    .properties-developments-and-offices .number-of-properties .number-of-properties-accordion > li.number-of-properties-accordion-item-3 {
        border-color: #faaf5e;
    }
    .properties-developments-and-offices .number-of-properties .number-of-properties-accordion > li.number-of-properties-accordion-item-4 {
        border-color: #8dc63f;
    }
    .properties-developments-and-offices .number-of-properties .number-of-properties-accordion > li label {
        display: block;
        font-size: 2.4rem;
        line-height: 1.8;
        cursor: pointer;
        position: relative;
    }
    .properties-developments-and-offices .number-of-properties .number-of-properties-accordion > li label:hover,
    .properties-developments-and-offices .number-of-properties .number-of-properties-accordion > li label:focus,
    .properties-developments-and-offices .number-of-properties .number-of-properties-accordion > li label:active,
    .properties-developments-and-offices .number-of-properties .number-of-properties-accordion > li input[type="checkbox"]:checked ~ label {
        color: #2cafa4;
    }
    .properties-developments-and-offices .number-of-properties .number-of-properties-accordion > li label::before,
    .properties-developments-and-offices .number-of-properties .number-of-properties-accordion > li label::after {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        background-color: #006a71;
        transition: .4s ease;
    }
    .properties-developments-and-offices .number-of-properties .number-of-properties-accordion > li label::before {
        width: 2.4rem;
        height: .2rem;
    }
    .properties-developments-and-offices .number-of-properties .number-of-properties-accordion > li label::after {
        height: 2.4rem;
        width: .2rem;
        right: 1.2rem;
        margin-right: -.1rem;
    }
    .properties-developments-and-offices .number-of-properties .number-of-properties-accordion > li label:hover::before,
    .properties-developments-and-offices .number-of-properties .number-of-properties-accordion > li label:hover::after,
    .properties-developments-and-offices .number-of-properties .number-of-properties-accordion > li label:focus::before,
    .properties-developments-and-offices .number-of-properties .number-of-properties-accordion > li label:focus::after,
    .properties-developments-and-offices .number-of-properties .number-of-properties-accordion > li label:active::before,
    .properties-developments-and-offices .number-of-properties .number-of-properties-accordion > li label:active::after,
    .properties-developments-and-offices .number-of-properties .number-of-properties-accordion > li input[type="checkbox"]:checked ~ label::before,
    .properties-developments-and-offices .number-of-properties .number-of-properties-accordion > li input[type="checkbox"]:checked ~ label::after {
        background-color: #2cafa4;
    }
    .properties-developments-and-offices .number-of-properties .number-of-properties-accordion > li input[type="checkbox"]:checked ~ label::after {
        height: .2rem;
    }
    .properties-developments-and-offices .number-of-properties .number-of-properties-accordion > li .number-of-properties-accordion-item-content {
        transition: .4s ease;
        max-height: 0;
        opacity: 0;
        overflow: hidden;
    }
    .properties-developments-and-offices .number-of-properties .number-of-properties-accordion > li input[type="checkbox"]:checked ~ .number-of-properties-accordion-item-content {
        max-height: 30rem;
        opacity: 1;
    }
    .properties-developments-and-offices .number-of-properties .number-of-properties-accordion > li .number-of-properties-accordion-item-content table {
        width: 100%;
        border-collapse: collapse;
    }
    .properties-developments-and-offices .number-of-properties .number-of-properties-accordion > li .number-of-properties-accordion-item-content table th,
    .properties-developments-and-offices .number-of-properties .number-of-properties-accordion > li .number-of-properties-accordion-item-content table td {
        font-weight: normal;
        text-align: left;
        padding: 0;
        margin: 0;
        line-height: 1.8;
    }
    .properties-developments-and-offices .number-of-properties .number-of-properties-accordion > li .number-of-properties-accordion-item-content table td {
        text-align: right;
        font-weight: bold;
    }
    .properties-developments-and-offices .number-of-properties .number-of-properties-accordion > li.number-of-properties-accordion-item-1 .number-of-properties-accordion-item-content table td {
        color: #7d0849;
    }
    .properties-developments-and-offices .number-of-properties .number-of-properties-accordion > li.number-of-properties-accordion-item-2 .number-of-properties-accordion-item-content table td {
        color: #d9531e;
    }
    .properties-developments-and-offices .number-of-properties .number-of-properties-accordion > li.number-of-properties-accordion-item-3 .number-of-properties-accordion-item-content table td {
        color: #faaf5e;
    }
    .properties-developments-and-offices .number-of-properties .number-of-properties-accordion > li.number-of-properties-accordion-item-4 .number-of-properties-accordion-item-content table td {
        color: #8dc63f;
    }
    .properties-developments-and-offices .map-container {
        padding: 0 3rem;
        margin-top: 3em;
        margin-bottom: 3em;
    }
    .properties-developments-and-offices .map-container::after {
        display: none;
        margin-top: 0;
        margin-bottom: 0;
    }
    .properties-developments-and-offices .map-container .map-container-inner {
        max-width: 85rem;
        margin: auto;
    }
    .properties-developments-and-offices .map-container h4 {
        display: block;
        margin-bottom: 1em;
        text-align: left;
    }
    .properties-developments-and-offices .map-container .map {
        background: none;
        height: auto;
        position: static;
        margin-left: 0;
        margin-right: 0;
    }
    .properties-developments-and-offices .map-container .map ol li {
        position: static;
        width: auto;
        height: auto;
    }
    .properties-developments-and-offices .map-container .map ol li + li {
        margin-top: 1em;
    }
    .properties-developments-and-offices .map-container .map ol li a {
        cursor: default;
        background-image: url(../img/bg/map-pin.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 4.6rem;
        height: 6rem;
        opacity: 1;
        color: white;
        text-align: center;
        font-size: 2rem;
        line-height: 2;
        font-family: 'bpreplayregular';
        font-weight: normal;
    }
    .properties-developments-and-offices .map-container .map ol li div {
        position: static;
        transform: none !important;
        opacity: 1;
        visibility: visible;
        padding: 0;
        background: none;
        margin: -6rem 0 0 6.5rem;
        min-height: 6rem;
        color: #006a71;
        width: auto;
    }
    .properties-developments-and-offices .map-container .map ol li div h5 {
        color: #006a71;
        font-weight: bold;
    }
    .properties-developments-and-offices .map-container .map ol li div p {
        margin-top: 0;
    }
    .our-tenants {
        padding-top: 5em;
    }
    .our-tenants .tenants-by-age {
        margin-top: 2em;
    }
    .our-tenants .tenants-by-age > li {
        margin-bottom: 2em;
    }
    .our-tenants .tenants-by-gender {
        flex-wrap: wrap;
    }
    .our-tenants .tenants-by-gender > li {
        width: 100%;
        justify-content: center;
        padding-left: 0;
        padding-right: 0;
    }
    .our-tenants .tenants-by-gender > li + li {
        margin-top: 2em;
    }
    .our-tenants .tenants-by-other-3 {
        padding-bottom: 0;
    }
    .partnerships-and-programs {
        padding-top: 5em;
    }
    .partnerships-and-programs .accordion .accordion-content img {
        max-width: 50%;
    }
    .our-team {
        padding-top: 5em;
    }
    .our-team .quotes {
        margin-left: -3rem;
        margin-right: -3rem;
        margin-top: 3em;
    }
    .our-team .quotes .quote {
        padding: 0 3rem;
    }
    .our-team .team-stats {
        margin-left: -3rem;
        margin-right: -3rem;
        margin-top: 3em;
    }
    .our-team .team-stats li {
        padding: 3rem;
    }
    .main-footer {
        padding-top: 5em;
    }
    .main-footer h3 {
        font-size: 3rem;
    }
    .main-footer h2 {
        font-size: 9rem;
    }
    .main-footer h4 {
        font-size: 2rem;
    }
    .main-footer .back-to-top {
        margin-top: 4em;
    }
}

@media (max-width: 799px) {
    h1 {
        font-size: 5rem;
    }
    h2 {
        line-height: normal;
    }
    .hero .video .fancybox .text h3 {
        font-size: 3rem;
    }
    .our-tenants .tenants-by-age {
        left: 2rem;
    }
    .partnerships-and-programs .accordion .accordion-content h5 {
        max-width: none;
        margin-bottom: 1em;
    }
    .partnerships-and-programs .accordion .accordion-content img {
        float: none;
        margin-bottom: 0;
        margin-left: 0;
        margin-top: 1em;
        max-width: 100%;
    }
    .partnerships-and-programs .accordion .accordion-content .accordion-description p:first-child {
        margin-top: 1em;
    }
    .our-team .achievements {
        flex-wrap: wrap;
    }
    .our-team .achievements h3 {
        width: 100%;
    }
    .our-team .achievements ul {
        width: 100%;
        margin-top: 1em;
    }
    .our-team .quotes {
        flex-wrap: wrap;
    }
    .our-team .quotes .quote {
        width: 100%;
        margin-bottom: 4em;
    }
    .our-team .quotes .quote:last-child {
        margin-bottom: 0;
    }
    .our-team .team-stats li {
        width: 100%;
    }
    .our-team .team-stats li .description {
        width: 15rem;
    }
    .main-footer h3 {
        font-size: 2.5rem;
    }
    .main-footer h2 {
        font-size: 7rem;
    }
}

@media (max-width: 599px) {
    .our-tenants .tenants-by-age {
        left: 5%;
    }
    .our-tenants .tenants-by-age > li {
        width: 50%;
    }
    .our-tenants .tenants-by-age > li.tenants-by-age-71 {
        position: relative;
        left: 10%;
    }
    .our-tenants .tenants-by-age > li.tenants-by-age-not-specified {
        margin-top: 3em;
    }
    .our-tenants .tenants-by-other .tenants-by-other-item {
        width: 100%;
        margin-top: 1em;
        margin-bottom: 1em;
    }
    .our-tenants .tenants-by-other-item .tenants-by-other-label h4 {
        min-height: 0 !important;
    }
    .our-tenants .tenants-by-age > li .tenants-by-age-sign {
        transform: scaleY(1) scale(1) !important;
    }
    .main-footer h2 {
        font-size: 5rem;
    }
}

@media (max-width: 399px) {
    .our-tenants .tenants-by-age {
        left: 30%;
    }
    .our-tenants .tenants-by-age > li {
        width: auto;
    }
    .our-tenants .tenants-by-age > li.tenants-by-age-71 {
        left: 0;
    }
    .our-team .team-stats li .description {
        width: 9rem;
        margin-right: 1rem;
        font-size: 1.6rem;
    }
    .our-team .team-stats li .description strong {
        font-size: 6rem;
    }
    .our-team .team-stats li .description strong small {
        font-size: 3rem;
    }
}









/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

@media print,
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
}

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
