@charset "UTF-8";
/* **************************************** Donut stuff  **************************************** */
.pie-chart {
  position: relative;
  height: 50%; }

.key ul {
  list-style-type: none; }

.key ul li {
  position: relative;
  padding-left: 25px; }

.key ul li .col_box {
  position: absolute;
  left: 0;
  display: inline-block;
  height: 18px;
  width: 18px;
  margin-right: 6px; }

.key ul li .val {
  font-weight: 700; }

.gauge {
  position: relative; }

.gauge h3 {
  font-size: 30px;
  display: inline-block;
  position: relative;
  width: 150px;
  margin: 20px 75px;
  text-align: center;
  padding-bottom: 0;
  text-shadow: none; }

.gauge h3 span.value {
  font-size: 38px; }

.gauge h3 span.label {
  display: inline-block;
  font-size: 18px;
  line-height: 22px; }

/* **************************************** Graph Group css **************************************** */
/*<div class="pair_wrapper">
                        <div class="label_wrapper"><p>Retail % Change (c.35% of revenue)</p></div>
                        <div class="bars_wrapper"></div>
                        <div class="bar_label_wrapper"><div><p>H1</p></div><div><p>H2</p></div>
                    </div>*/
.pair_wrapper {
  width: 49%;
  /* background-color:#ccc;*/
  margin-bottom: 50px; }

.pair_wrapper:nth-child(even) {
  margin-left: 2%;
  margin-bottom: 30px; }

.pair_wrapper .label_wrapper {
  width: 100%;
  height: 40px;
  /* background-color:#bbb;*/ }

.pair_wrapper .bars_wrapper {
  width: 100%;
  height: 200px;
  /*background-color:#aaa;*/ }

.pair_wrapper .bars_wrapper .bar_holder {
  width: 100%;
  height: 50%;
  /* background-color:#aab;*/
  border-bottom: 1px solid #595B60;
  display: flex;
  flex-wrap: wrap;
  position: relative; }

.pair_wrapper .bars_wrapper .bar_holder .bar {
  width: 30%;
  margin-left: 10%;
  margin-right: 10%;
  height: 55%;
  background-color: #C7D302;
  border-radius: 10px 10px 0px 0px;
  align-self: flex-end;
  position: relative;
  z-index: -10; }

.pair_wrapper .bars_wrapper .bar_holder .bar.neg {
  position: relative;
  border-radius: 0px 0px 10px 10px;
  align-self: flex-start;
  top: 100%; }

.pair_wrapper .bars_wrapper .bar_holder .bar p {
  width: 100%;
  text-align: center;
  position: relative;
  top: -20px; }

.pair_wrapper .bars_wrapper .bar_holder .bar.neg p {
  top: 100%; }

.graph_group .bar_label_wrapper {
  width: 100%;
  margin-top: 25px;
  /* background-color:#999;*/
  display: flex;
  flex-wrap: wrap; }

.graph_group .bar_label_wrapper div {
  width: 50%; }

.graph_group .bar_label_wrapper div p {
  width: 100%;
  text-align: center; }

/* **************************************** Hor_bars css **************************************** */
.horBars {
  width: 100%;
  border-spacing: 0 10px;
  padding: 0; }

.horBars tr {
  margin: 10px 0; }

.horBars p {
  padding: 4 px;
  color: white; }

.horBars tr:first-of-type p {
  font-weight: bold; }

.horBars tr td:first-of-type {
  width: 20%; }

/* this allows room for the labels on the longest positive item */
.horBars tr td:last-of-type {
  padding-right: 65px; }

/* this allows room for the labels on the longest negitive if there are any item 
the isNeg class only exists if there are any and isadded via the plugin */
.horBars.hasNeg tr td:last-of-type {
  padding-left: 50px;
  position: relative; }

.horBars tr td div.barWrapper {
  position: relative;
  width: 100%;
  top: 0;
  height: 20px; }

.horBars tr td div.bar {
  width: 100%;
  border-radius: 10px;
  background-color: white;
  height: 20px;
  border-radius: 6px;
  top: 0; }

.horBars tr:first-of-type td div.bar {
  background-color: #C7D302; }

.horBars tr td div.bar p {
  position: absolute;
  left: 100%;
  margin-left: 3px; }

.horBars tr td div.bar p.negative {
  right: 100%;
  left: auto;
  margin-right: 3px;
  margin-left: 0px; }

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em; }

.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(0, 0, 0, 0.2);
  border-right: 1.1em solid rgba(0, 0, 0, 0.2);
  border-bottom: 1.1em solid rgba(0, 0, 0, 0.2);
  border-left: 1.1em solid #000000;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear; }

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #fafbfc;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .95;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s, visibility 0s linear .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s, visibility 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px 6px 0 6px; }

.fancybox-slide--iframe {
  padding: 44px 44px 0; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px 0;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  vertical-align: top; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color .2s;
  vertical-align: top;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff; }

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default; }

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

.fancybox-button--play svg path:nth-child(2) {
  display: none; }

.fancybox-button--pause svg path:nth-child(1) {
  display: none; }

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor; }

.fancybox-button--share svg path {
  stroke-width: 1; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px; }

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity .25s, visibility 0s, color .25s; }

.fancybox-navigation .fancybox-button::after {
  content: '';
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10; }

.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke .1s; }

.fancybox-close-small:focus {
  outline: none; }

.fancybox-close-small:hover svg {
  opacity: 1; }

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px; }

.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none; }

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0; }

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1; }

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: '';
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x > ul {
  overflow: hidden; }

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }

  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px); } }
/*
 * jQuery FlexSlider v2.7.2
 * https://www.woocommerce.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none; }

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider .slides img {
  width: 100%;
  display: block; }

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  position: relative;
  zoom: 1; }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides img {
  height: auto;
  -moz-user-select: none; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none; } }
.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  position: absolute;
  bottom: -60px;
  right: 20px;
  display: flex; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 32px;
  height: 32px;
  margin: 0;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  text-indent: -9999px;
  background: url("../images/icon-direction-arrow.svg") 0 0 no-repeat; }

.flex-direction-nav .flex-next {
  margin-left: 10px;
  transform: rotate(180deg); }

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1; }

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px; }

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1; }

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

.flex-control-nav {
  position: absolute;
  bottom: -60px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 4px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 8px;
  height: 8px;
  display: block;
  background: #f1f1f1;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: none;
  outline: 0; }

.flex-control-paging li a:hover {
  background: #939598; }

.flex-control-paging li a.flex-active {
  background: #939598;
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }
/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  border: none; }

.flickity-button:hover {
  cursor: pointer; }

.flickity-button:focus {
  outline: none; }

.flickity-button:disabled {
  opacity: 0;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  transform: translateY(-41px);
  width: 12px;
  height: 20px;
  z-index: 1; }

.flickity-prev-next-button.previous {
  background: url(../images/icon-carousel-left.svg) 0 0 no-repeat;
  left: -70px; }

.flickity-prev-next-button.next {
  background: url(../images/icon-carousel-right.svg) 0 0 no-repeat;
  right: -70px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button .flickity-button-icon {
  display: none; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/
/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/
/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 1374px;
  margin: auto;
  padding: 0 20px;
  box-sizing: border-box; }

.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
/* For devices larger than 550px */
@media (min-width: 768px) {
  .container {
    padding: 0 30px; }

  .column,
  .columns {
    margin-left: 4%; }

  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns {
    width: 4.66666666667%; }

  .two.columns {
    width: 13.3333333333%; }

  .three.columns {
    width: 22%; }

  .four.columns {
    width: 30.6666666667%; }

  .five.columns {
    width: 39.3333333333%; }

  .six.columns {
    width: 48%; }

  .seven.columns {
    width: 56.6666666667%; }

  .eight.columns {
    width: 65.3333333333%; }

  .nine.columns {
    width: 74.0%; }

  .ten.columns {
    width: 82.6666666667%; }

  .eleven.columns {
    width: 91.3333333333%; }

  .twelve.columns {
    width: 100%;
    margin-left: 0; }

  .one-third.column {
    width: 30.6666666667%; }

  .two-thirds.column {
    width: 65.3333333333%; }

  .one-half.column {
    width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.66666666667%; }

  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17.3333333333%; }

  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 26%; }

  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 34.6666666667%; }

  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 43.3333333333%; }

  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 52%; }

  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 60.6666666667%; }

  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 69.3333333333%; }

  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 78.0%; }

  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 86.6666666667%; }

  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.6666666667%; }

  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns {
    margin-left: 52%; } }
/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
body {
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  color: #707070;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4 {
  margin: 0; }

h1, p.parent, h2.large {
  font-size: 50px;
  line-height: 50px;
  color: #00674B;
  font-weight: 700;
  padding: 0 0 15px 0; }

h1.child {
  font-size: 24px;
  line-height: 30px;
  color: #707070;
  font-weight: 500; }

h2 {
  font-size: 24px;
  line-height: 32px;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #00674B;
  margin: 0;
  padding: 0 0 25px 0; }

h3 {
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 500;
  font-style: normal; }

h5 {
  font-size: 1em;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 0 0 10px 0;
  margin: 0; }

p {
  margin: 0;
  padding: 0 0 15px 0; }

p:last-child {
  padding: 0 !important; }

p strong {
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 700;
  font-style: normal; }

p a {
  transition: all ease 0.4s;
  color: #00674B;
  text-decoration: underline; }
  p a:hover {
    color: #707070; }

.align-center {
  text-align: center; }

.align-right {
  text-align: right; }

.bg-col1, .bg-green, .bg-dark-green {
  background: #00674B; }

.bg-col2, .bg-orange {
  background: #FF8C29; }

.bg-col3, .bg-aqua {
  background: #2ED1DE; }

.bg-col4, .bg-purple {
  background-color: #725EA8; }

.bg-col5, .bg-light-green {
  background: #5B9585; }

.bg-col6, .bg-blue, .bg-dark-blue {
  background: #2E4760; }

.bg-col7, .bg-light-blue {
  background: #00AADD; }

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #3E3E3E;
  text-decoration: none;
  transition: all ease 0.4s; }

a:hover {
  color: #3E3E3E; }

a.link {
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  position: relative;
  transition: color ease 0.4s; }

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button {
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: inline-block;
  padding: 12px 35px 12px 20px;
  transition: all ease 0.4s;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-image: url(../images/icon-arrow-white.svg);
  background-position: top 50% right 15px;
  background-repeat: no-repeat;
  background-size: 7px 10px; }

.button:hover {
  color: #fff; }

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ol, ul {
  padding-left: 20px;
  margin-top: 0;
  letter-spacing: 0; }
  ol li, ul li {
    margin-bottom: 8px; }

/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }

/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left; }

th:first-child,
td:first-child {
  padding-left: 0; }

th:last-child,
td:last-child {
  padding-right: 0; }

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }

.u-pull-right {
  float: right; }

.u-pull-left {
  float: left; }

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.terms-page hr {
  margin: 0 0 12px 0;
  width: 10px;
  border-width: 0;
  border-top: 1px solid #4d4d4d; }

/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }

/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/
/* Larger than mobile */
/* Larger than phablet (also point when grid becomes active) */
/* Larger than tablet */
/* Larger than desktop */
/* Larger than Desktop HD */
* {
  box-sizing: border-box; }

body.no-overflow {
  overflow-y: hidden; }

html, body {
  height: 100%; }

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

.page-content {
  flex: 1 0 auto;
  padding-top: 190px; }

footer {
  flex-shrink: 0; }

input:focus::-webkit-input-placeholder {
  color: transparent !important; }

input:focus:-moz-placeholder {
  color: transparent !important; }

/* FF 4-18 */
input:focus::-moz-placeholder {
  color: transparent !important; }

/* FF 19+ */
input:focus:-ms-input-placeholder {
  color: transparent !important; }

/* IE 10+ */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 20;
  max-height: 190px;
  border-bottom: 1px solid #E3E2E2;
  transition: 0.4s ease all; }
  header.home {
    border-bottom: none; }
  header.nav-up {
    height: auto; }
    header.nav-up .inner {
      padding: 15px 0; }
      header.nav-up .inner .logo {
        width: 70px; }
      header.nav-up .inner .menu-holder {
        padding-top: 25px; }
      header.nav-up .inner .share-price {
        height: 0;
        margin: 0;
        opacity: 0; }
  header .inner {
    display: flex;
    width: 100%;
    padding: 25px 0;
    justify-content: space-between;
    transition: 0.4s ease all; }
    header .inner .logo {
      width: 140px;
      transition: 0.4s ease all; }
    header .inner .header-right {
      width: calc(100% - 200px); }
    header .inner .menu-holder {
      width: 100%;
      margin: 0;
      padding: 0;
      display: flex;
      position: relative; }
      header .inner .menu-holder .menu {
        width: 100%;
        display: flex;
        margin: 0;
        list-style: none;
        position: relative;
        justify-content: flex-end;
        padding: 0; }
        header .inner .menu-holder .menu > li {
          font-family: "Gotham A", "Gotham B", sans-serif;
          font-weight: 500;
          font-style: normal;
          font-size: 18px;
          line-height: 22px;
          padding: 0 20px 0 20px;
          position: relative; }
          header .inner .menu-holder .menu > li:first-child {
            display: none; }
          header .inner .menu-holder .menu > li > a {
            color: #707070;
            display: flex;
            padding-bottom: 30px; }
            header .inner .menu-holder .menu > li > a:hover {
              color: #00674B; }
          header .inner .menu-holder .menu > li.menu-item-has-children > a:after {
            margin: 10px 0 0 5px;
            display: block;
            content: '';
            height: 7px;
            width: 12px;
            background: #fff;
            transition: all ease 0.4s;
            background: url("../images/icon-nav-arrow-down.svg") 0 0 no-repeat; }
          header .inner .menu-holder .menu > li.current_page_item > a, header .inner .menu-holder .menu > li.current_page_ancestor > a, header .inner .menu-holder .menu > li.current-page-ancestor > a {
            color: #00674B; }
          header .inner .menu-holder .menu > li .sub-menu {
            position: absolute;
            bottom: 0;
            left: 0;
            background: #ffffff;
            z-index: 10;
            transform: translateY(100%);
            padding: 20px 20px;
            list-style: none;
            opacity: 0;
            pointer-events: none;
            transition: opacity 0.4s ease;
            width: 200px;
            -webkit-box-shadow: 0px 5px 8px -2px rgba(0, 0, 0, 0.4);
            -moz-box-shadow: 0px 5px 8px -2px rgba(0, 0, 0, 0.4);
            box-shadow: 0px 5px 8px -2px rgba(0, 0, 0, 0.4); }
            header .inner .menu-holder .menu > li .sub-menu li {
              margin-bottom: 15px;
              font-size: 16px;
              font-weight: 400; }
              header .inner .menu-holder .menu > li .sub-menu li a {
                display: block; }
                header .inner .menu-holder .menu > li .sub-menu li a:hover {
                  color: #00674B; }
              header .inner .menu-holder .menu > li .sub-menu li:last-child {
                margin-bottom: 0; }
              header .inner .menu-holder .menu > li .sub-menu li.current_page_item a, header .inner .menu-holder .menu > li .sub-menu li.current-menu-item a, header .inner .menu-holder .menu > li .sub-menu li.current-page-ancestor a {
                color: #00674B; }
            header .inner .menu-holder .menu > li .sub-menu.show {
              opacity: 1;
              pointer-events: auto; }
            header .inner .menu-holder .menu > li .sub-menu.twoCols {
              column-count: 2; }
      header .inner .menu-holder #search-trigger {
        position: relative;
        display: block;
        width: 16px;
        height: 16px;
        background: url("../images/icon-search-close.svg") 0 0 no-repeat;
        background-size: 100%;
        margin-top: 5px;
        z-index: 15;
        -webkit-transition: -webkit-transform 250ms ease-out 0s;
        -moz-transition: -moz-transform 250ms ease-out 0s;
        -o-transition: -o-transform 250ms ease-out 0s;
        transition: transform 250ms ease-out 0s;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        background-size: 16px auto; }
        header .inner .menu-holder #search-trigger.open {
          background-position: 0 -84px;
          -webkit-transition: -webkit-transform 250ms ease-out 0s;
          -moz-transition: -moz-transform 250ms ease-out 0s;
          -o-transition: -o-transform 250ms ease-out 0s;
          transition: transform 250ms ease-out 0s;
          -webkit-transform: rotate(-180deg);
          -moz-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
          -o-transform: rotate(-180deg);
          transform: rotate(-180deg); }
      header .inner .menu-holder .search-holder {
        display: none;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        background: #EFEFEF;
        z-index: 10;
        transform: translateY(100%);
        width: 400px;
        padding: 10px; }
        header .inner .menu-holder .search-holder input[type="text"] {
          position: relative;
          padding: 12px 20px 12px 40px;
          border: none;
          width: 100%;
          margin: 0;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          font-size: 14px;
          line-height: 14px;
          font-family: "Gotham A", "Gotham B", sans-serif;
          font-weight: 400;
          font-style: normal;
          outline: none;
          background: #fff; }
        header .inner .menu-holder .search-holder input[type="submit"] {
          text-indent: -9999px;
          position: absolute;
          left: 25px;
          top: 50%;
          transform: translateY(-50%);
          display: block;
          margin: 0 20px 0 0;
          padding: 0 !important;
          cursor: pointer !important;
          transition: all ease 0.5s !important;
          border: 0 !important;
          outline: none !important;
          width: 16px;
          height: 16px;
          background: url("../images/icon-search.svg") 0 0 no-repeat;
          background-size: 100%;
          z-index: 10; }
    header .inner .share-price {
      text-align: right;
      margin: 30px 0 50px 0;
      transition: 0.4s ease all; }
      header .inner .share-price p {
        font-weight: 500; }
        header .inner .share-price p span {
          color: #00674B; }

footer .footer-top .constant {
  background: #EFEFEF; }
  footer .footer-top .constant .inner {
    display: flex;
    justify-content: space-between;
    padding: 25px 0; }
    footer .footer-top .constant .inner .footer-dd-trigger {
      color: #00674B;
      display: flex;
      font-weight: 500; }
      footer .footer-top .constant .inner .footer-dd-trigger:after {
        margin: 10px 0 0 10px;
        display: block;
        content: '';
        height: 7px;
        width: 12px;
        background: #fff;
        transition: all ease 0.4s;
        background: url("../images/icon-nav-arrow-down-green.svg") 0 0 no-repeat; }
      footer .footer-top .constant .inner .footer-dd-trigger.open:after {
        transform: rotate(180deg); }
    footer .footer-top .constant .inner .socials-holder {
      display: flex;
      align-items: center; }
      footer .footer-top .constant .inner .socials-holder p {
        font-weight: 500;
        color: #00674B;
        padding: 0 20px 0 0; }
      footer .footer-top .constant .inner .socials-holder .socials {
        display: flex;
        list-style: none;
        margin: 0;
        padding: 0; }
        footer .footer-top .constant .inner .socials-holder .socials li {
          margin: 0 25px 0 0;
          align-self: center; }
          footer .footer-top .constant .inner .socials-holder .socials li:last-child {
            margin: 0; }
          footer .footer-top .constant .inner .socials-holder .socials li a {
            display: block;
            transition: opacity 0.5s ease;
            opacity: 1; }
            footer .footer-top .constant .inner .socials-holder .socials li a:hover, footer .footer-top .constant .inner .socials-holder .socials li a:active {
              opacity: 0.7; }
          footer .footer-top .constant .inner .socials-holder .socials li a.linkedin {
            background: url("../images/icon-linkedin.svg") 0 0 no-repeat;
            width: 24px;
            height: 23px;
            background-size: 100% auto; }
          footer .footer-top .constant .inner .socials-holder .socials li a.twitter {
            background: url("../images/icon-twitter.svg") 0 0 no-repeat;
            width: 32px;
            height: 23px;
            background-size: 100% auto; }
footer .footer-top .footer-dropdown {
  display: none; }
  footer .footer-top .footer-dropdown #menu-header-menu-2 {
    display: flex;
    margin: 30px 0;
    list-style: none;
    padding: 0; }
    footer .footer-top .footer-dropdown #menu-header-menu-2 > li {
      width: calc((100% / 7) - 20px);
      margin: 0 20px 0 0; }
      footer .footer-top .footer-dropdown #menu-header-menu-2 > li > a {
        font-weight: 500;
        color: #00674B; }
      footer .footer-top .footer-dropdown #menu-header-menu-2 > li ul {
        list-style: none;
        margin: 10px 0 0 0;
        padding: 0; }
        footer .footer-top .footer-dropdown #menu-header-menu-2 > li ul li {
          font-size: 16px;
          line-height: 20px;
          padding-bottom: 10px; }
          footer .footer-top .footer-dropdown #menu-header-menu-2 > li ul li a {
            color: #707070; }
footer .footer-bottom {
  background: #00674B;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  padding: 35px 0; }
  footer .footer-bottom .inner {
    display: flex; }
    footer .footer-bottom .inner .footer-menu-2 {
      width: calc(75%); }
      footer .footer-bottom .inner .footer-menu-2 .footer-menu ul {
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        margin: 0 0 20px 0;
        padding: 0; }
        footer .footer-bottom .inner .footer-menu-2 .footer-menu ul li {
          padding-right: 10px; }
          footer .footer-bottom .inner .footer-menu-2 .footer-menu ul li a {
            color: #fff;
            border-bottom: 1px solid #00674B; }
            footer .footer-bottom .inner .footer-menu-2 .footer-menu ul li a:hover {
              border-bottom: 1px solid #fff; }
          footer .footer-bottom .inner .footer-menu-2 .footer-menu ul li:after {
            content: '|';
            margin-left: 10px; }
          footer .footer-bottom .inner .footer-menu-2 .footer-menu ul li:last-child:after {
            display: none; }
        footer .footer-bottom .inner .footer-menu-2 .footer-menu ul li.current_page_item a {
          border-bottom: 1px solid #fff; }
      footer .footer-bottom .inner .footer-menu-2 p.copyright {
        font-weight: 500; }
    footer .footer-bottom .inner .website-by {
      width: calc(25%);
      display: flex;
      align-items: center;
      justify-content: flex-end; }
      footer .footer-bottom .inner .website-by p {
        font-size: 12px;
        line-height: 12px;
        padding: 0;
        margin-right: 10px; }
      footer .footer-bottom .inner .website-by .lb-logo {
        display: block;
        width: 86px;
        height: 15px;
        background: url("../images/logo-lyonsbennett.svg") 0 0 no-repeat;
        background-size: 100% auto; }

/* HOME */
.home-header {
  position: relative;
  background: #f2f2f2;
  height: 560px; }
  .home-header .inner {
    height: 100%;
    position: relative; }
    .home-header .inner .flexslider {
      height: 100%; }
      .home-header .inner .flexslider ul {
        height: 100%; }
        .home-header .inner .flexslider ul li {
          height: 100%; }
    .home-header .inner .headline {
      z-index: 10;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      width: calc(100%);
      max-width: 1440px; }
      .home-header .inner .headline .content {
        width: calc(50%);
        background: url(../images/hero-headline-bg.svg) 0 0 no-repeat;
        background-size: cover;
        background-position: bottom center;
        font-family: "Gotham A", "Gotham B", sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 42px;
        line-height: 45px;
        padding: 20px 60px 70px 60px; }
        .home-header .inner .headline .content p {
          color: #fff; }
    .home-header .inner .strapline {
      position: absolute;
      bottom: 0;
      right: 100px;
      width: 396px;
      background-size: 100% auto;
      padding: 50px 50px 70px 50px; }
      .home-header .inner .strapline img {
        width: auto !important; }
      .home-header .inner .strapline p {
        font-size: 24px;
        line-height: 28px;
        color: #fff;
        padding: 0; }
        .home-header .inner .strapline p.large {
          font-size: 36px;
          line-height: 40px; }
        .home-header .inner .strapline p.footnote {
          font-size: 0.67em;
          font-weight: 500; }
      .home-header .inner .strapline.colour-aqua {
        background: url(../images/home-hero-callout-aqua.svg) 0 0 no-repeat;
        background-size: 100%; }
      .home-header .inner .strapline.colour-dark-blue {
        background: url(../images/home-hero-callout-blue.svg) 0 0 no-repeat;
        background-size: 100%; }
      .home-header .inner .strapline.colour-dark-green {
        background: url(../images/home-hero-callout-dark-green.svg) 0 0 no-repeat;
        background-size: 100%; }
      .home-header .inner .strapline.colour-light-blue {
        background: url(../images/home-hero-callout-light-blue.svg) 0 0 no-repeat;
        background-size: 100%; }
      .home-header .inner .strapline.colour-light-green {
        background: url(../images/home-hero-callout-light-green.svg) 0 0 no-repeat;
        background-size: 100%; }
      .home-header .inner .strapline.colour-orange {
        background: url(../images/home-hero-callout-orange.svg) 0 0 no-repeat;
        background-size: 100%; }
      .home-header .inner .strapline.colour-purple {
        background: url(../images/home-hero-callout-purple.svg) 0 0 no-repeat;
        background-size: 100%; }
  .home-header .flex-control-nav {
    bottom: 0;
    right: 300px;
    z-index: 10; }

.header-video, #hero .image .header-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background-size: cover;
  background-position: center; }

.header-video video, #hero .image .header-image {
  object-fit: cover;
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all ease 0.3s; }

.home-blocks-top {
  padding: 30px 0;
  width: calc(100% + 18px);
  margin-left: -9px; }
  .home-blocks-top .inner {
    display: flex;
    justify-content: space-between; }
    .home-blocks-top .inner .left {
      width: calc(50%);
      margin: 0 9px; }
    .home-blocks-top .inner .right {
      width: calc(50%);
      margin: 0 9px;
      position: relative;
      display: flex;
      flex-direction: column; }
      .home-blocks-top .inner .right .tenant-block {
        position: relative;
        background: #EFEFEF;
        padding: 30px;
        margin: 9px 0;
        height: 100%; }
        .home-blocks-top .inner .right .tenant-block .flexslider, .home-blocks-top .inner .right .tenant-block .flex-viewport, .home-blocks-top .inner .right .tenant-block .slides, .home-blocks-top .inner .right .tenant-block .slides li {
          height: 100%; }
        .home-blocks-top .inner .right .tenant-block .flex-control-nav {
          bottom: 0;
          width: 100%; }
          .home-blocks-top .inner .right .tenant-block .flex-control-nav li a {
            width: 13px;
            height: 13px;
            background: #E3E2E2; }
            .home-blocks-top .inner .right .tenant-block .flex-control-nav li a.flex-active {
              background: #707070; }
        .home-blocks-top .inner .right .tenant-block .tenant-inner {
          position: relative;
          display: flex;
          height: 100%; }
          .home-blocks-top .inner .right .tenant-block .tenant-inner .tenant {
            height: 50%;
            width: 50%;
            text-align: center;
            display: flex;
            flex-direction: column;
            justify-content: center; }
            .home-blocks-top .inner .right .tenant-block .tenant-inner .tenant img {
              max-width: 180px;
              width: auto;
              margin: 0 auto; }
            .home-blocks-top .inner .right .tenant-block .tenant-inner .tenant .tenant-more {
              margin: 20px 0 0 0;
              color: #707070;
              display: inline-block;
              font-size: 16px;
              line-height: 20px;
              font-weight: 700;
              padding: 0 0 15px 0;
              background: url(../images/icon-arrow-down.svg) bottom center no-repeat; }
        .home-blocks-top .inner .right .tenant-block .overlay {
          display: none;
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          width: 100%;
          background: #EFEFEF; }
          .home-blocks-top .inner .right .tenant-block .overlay .overlay-inner {
            display: none;
            padding: 30px; }
            .home-blocks-top .inner .right .tenant-block .overlay .overlay-inner a {
              margin: 0 0 0 0;
              color: #707070;
              display: inline-block;
              font-size: 16px;
              line-height: 20px;
              font-weight: 700;
              padding: 0 15px 0 0;
              background: url(../images/icon-arrow-grey.svg) right center no-repeat;
              background-size: auto 12px; }
          .home-blocks-top .inner .right .tenant-block .overlay .close {
            position: absolute;
            top: 30px;
            right: 30px;
            width: 16px;
            height: 16px;
            background: url(../images/icon-search-close.svg) 0 -84px no-repeat;
            background-size: 16px auto;
            z-index: 10;
            cursor: pointer; }

.home-blocks-bottom {
  padding: 0 0 30px 0;
  width: calc(100% + 18px);
  margin-left: -9px; }
  .home-blocks-bottom .inner {
    display: flex;
    justify-content: space-between; }
    .home-blocks-bottom .inner .col {
      width: calc(25% - 18px);
      margin: 0 9px;
      display: flex;
      flex-direction: column; }
    .home-blocks-bottom .inner .box {
      height: 100%; }
      .home-blocks-bottom .inner .box.with-bg {
        background: #EFEFEF; }
      .home-blocks-bottom .inner .box .content {
        position: relative;
        height: 100%; }
        .home-blocks-bottom .inner .box .content .image {
          position: relative;
          height: 100%;
          background-size: cover;
          background-position: center center; }
    .home-blocks-bottom .inner .box3 .download img {
      margin: 10px auto; }
    .home-blocks-bottom .inner .box3, .home-blocks-bottom .inner .box4 {
      position: relative; }
      .home-blocks-bottom .inner .box3 .content, .home-blocks-bottom .inner .box4 .content {
        position: relative;
        height: 100%; }
      .home-blocks-bottom .inner .box3 .news-feed, .home-blocks-bottom .inner .box4 .news-feed {
        list-style: none;
        margin: 0;
        padding: 0;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
        .home-blocks-bottom .inner .box3 .news-feed li, .home-blocks-bottom .inner .box4 .news-feed li {
          height: 33.33333%;
          padding: 10px;
          border-bottom: 10px solid #fff; }
          .home-blocks-bottom .inner .box3 .news-feed li p, .home-blocks-bottom .inner .box4 .news-feed li p {
            font-size: 16px;
            line-height: 20px;
            padding: 0; }
            .home-blocks-bottom .inner .box3 .news-feed li p a, .home-blocks-bottom .inner .box4 .news-feed li p a {
              font-weight: 700;
              color: #707070; }
          .home-blocks-bottom .inner .box3 .news-feed li:last-child, .home-blocks-bottom .inner .box4 .news-feed li:last-child {
            border-bottom: none; }
    .home-blocks-bottom .inner .button {
      display: block;
      font-size: 16px;
      line-height: 19px;
      font-weight: 700;
      padding: 15px 7px; }

.stat-holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .stat-holder .stat-box {
    width: calc(50% - 9px);
    margin: 9px 0;
    font-weight: 500;
    color: #fff; }
    .stat-holder .stat-box p.title {
      padding: 20px;
      border-bottom: 1px solid; }
    .stat-holder .stat-box p.stat {
      font-size: 38px;
      line-height: 38px;
      padding: 25px 20px !important; }

.tenant-block .tenant-inner {
  display: flex;
  flex-wrap: wrap; }
  .tenant-block .tenant-inner .tenant {
    width: 50%; }

/* COMMON */
.page-header {
  padding: 40px 0 80px 0; }
  .page-header .copyarea {
    max-width: 960px;
    margin: 30px auto 0 auto;
    font-size: 32px;
    line-height: 38px;
    color: #00674B;
    font-weight: 500;
    text-align: center; }

.top-level-header {
  position: relative;
  background: #f2f2f2;
  height: 560px; }
  .top-level-header .inner {
    height: 100%;
    position: relative;
    background-size: cover;
    background-position: center center; }
    .top-level-header .inner .headline {
      z-index: 10;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 100%;
      max-width: 1440px; }
      .top-level-header .inner .headline .content {
        width: calc(35%);
        background: url(../images/hero-headline-bg.svg) 0 0 no-repeat;
        background-size: cover;
        background-position: bottom center;
        padding: 20px 60px 70px 60px; }
        .top-level-header .inner .headline .content h1 {
          color: #fff;
          font-family: "Gotham A", "Gotham B", sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 42px;
          line-height: 45px;
          padding: 0; }
        .top-level-header .inner .headline .content p.subheading {
          color: #fff;
          font-family: "Gotham A", "Gotham B", sans-serif;
          font-weight: 500;
          font-style: normal;
          font-size: 22px;
          line-height: 28px; }

.intro-copy h3 {
  color: #00674B;
  font-size: 22px;
  line-height: 26px;
  padding: 0 0 20px 0; }
.intro-copy p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500; }
.intro-copy ul {
  font-weight: 500; }

/* ABOUT US - LANDING */
.about-us {
  margin: 0 0 60px 0; }
  .about-us .stat-holder .stat-box {
    width: calc(25% - 9px);
    margin: 9px 0;
    font-weight: 500;
    color: #fff; }
    .about-us .stat-holder .stat-box p.title {
      padding: 20px !important; }
      .about-us .stat-holder .stat-box p.title.no-border {
        border: none; }

/* ABOUT US - WHAT WE DO */
.about-what-we-do {
  margin: 0 0 60px 0; }
  .about-what-we-do .inputs-block h2, .about-what-we-do .create-value h2, .about-what-we-do .creating-value h2, .about-what-we-do .social-value h2 {
    border-bottom: 1px solid #00674B;
    padding-bottom: 15px;
    margin-bottom: 25px; }
  .about-what-we-do .input-block {
    background: #EFEFEF;
    padding: 20px;
    margin: 0 0 40px 0; }
    .about-what-we-do .input-block h3 {
      font-size: 22px;
      line-height: 26px;
      font-weight: 500;
      font-style: normal;
      color: #00674B;
      margin: 0;
      padding: 0 0 15px 0; }
    .about-what-we-do .input-block p {
      font-weight: 500; }
  .about-what-we-do .value-block {
    display: flex;
    margin: 0 0 40px 0;
    color: #fff; }
    .about-what-we-do .value-block .icon {
      padding: 25px 20px;
      width: 160px;
      text-align: center; }
    .about-what-we-do .value-block .copy {
      width: calc(100% - 210px);
      padding: 25px 20px; }
      .about-what-we-do .value-block .copy h3 {
        font-size: 32px;
        line-height: 26px;
        padding: 0 0 25px 0; }
      .about-what-we-do .value-block .copy p {
        font-weight: 500; }
  .about-what-we-do .creating-blocks {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 40px 0; }
    .about-what-we-do .creating-blocks .creating-block {
      width: calc(33.333333% - 18px);
      background: #EFEFEF;
      padding: 20px; }
      .about-what-we-do .creating-blocks .creating-block p {
        color: #00674B;
        font-weight: 500; }
        .about-what-we-do .creating-blocks .creating-block p.stat {
          font-size: 38px;
          line-height: 38px;
          padding: 0 0 10px 0; }

/* ABOUT US - MARKET OPP */
.market-opp-block h2 {
  color: #53CAB7; }
.market-opp-block .market-opp-boxes {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 0 60px 0; }
  .market-opp-block .market-opp-boxes .opp-box {
    width: calc(20% - 36px);
    margin: 14px 0; }
    .market-opp-block .market-opp-boxes .opp-box .lozenge {
      min-height: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 8px;
      padding: 0 5px;
      color: #707070;
      text-align: center;
      background: rgba(83, 202, 183, 0.3);
      margin: 10px 0 0 0;
      font-weight: 500; }
.market-opp-block .structurally-supported {
  padding: 0 0 60px 0; }
  .market-opp-block .structurally-supported .boxes {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .market-opp-block .structurally-supported .boxes .box {
      width: calc(33.33% - 10px);
      min-height: 150px;
      margin: 10px 0;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      border-radius: 8px;
      padding: 20px;
      color: #fff;
      font-weight: 500;
      text-align: center; }
      .market-opp-block .structurally-supported .boxes .box .icon {
        margin-bottom: 10px;
        height: 78px;
        display: flex;
        justify-content: center;
        align-items: center; }
        .market-opp-block .structurally-supported .boxes .box .icon img {
          margin: 0 auto; }
.market-opp-block .our-priority {
  padding: 0 0 60px 0; }
  .market-opp-block .our-priority .bullets .bullet {
    display: flex;
    align-items: center;
    margin: 15px 0; }
    .market-opp-block .our-priority .bullets .bullet .number {
      width: 36px;
      height: 36px;
      background: #53CAB7;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-weight: 500;
      border-radius: 36px; }
    .market-opp-block .our-priority .bullets .bullet p {
      margin: 0 0 0 15px;
      width: calc(100% - 51px); }
      .market-opp-block .our-priority .bullets .bullet p strong {
        font-weight: 500; }
  .market-opp-block .our-priority .footnotes {
    font-weight: 500;
    margin: 40px 0 0 0; }
.market-opp-block .main-image {
  padding: 0 0 60px 0; }

/* ABOUT US - OUR OBJECTIVES AND STRATEGY */
.our-objectives-block .objectives {
  margin: 40px 0;
  display: flex;
  justify-content: space-between; }
.our-objectives-block .objective {
  margin-bottom: 20px;
  width: calc(50% - 9px); }
  .our-objectives-block .objective h2 {
    padding-bottom: 10px; }
  .our-objectives-block .objective .boxes {
    display: flex;
    justify-content: space-between; }
    .our-objectives-block .objective .boxes .box {
      width: calc(50% - 9px);
      margin: 9px 0;
      padding: 20px;
      color: #fff;
      font-weight: 500; }
      .our-objectives-block .objective .boxes .box h3 {
        font-size: 20px;
        line-height: 24px;
        font-weight: 700;
        padding-bottom: 5px; }
      .our-objectives-block .objective .boxes .box p.stat {
        font-size: 38px;
        line-height: 40px;
        padding-bottom: 5px; }
  .our-objectives-block .objective.colour-light-green h2 {
    color: #5B9585; }
  .our-objectives-block .objective.colour-light-green .box {
    background: #5B9585; }
  .our-objectives-block .objective.colour-aqua h2 {
    color: #2ED1DE; }
  .our-objectives-block .objective.colour-aqua .box {
    background: #2ED1DE; }

.our-strategies-block .strategies {
  margin: 20px 0 60px 0; }
  .our-strategies-block .strategies .strategy {
    margin-bottom: 20px; }
    .our-strategies-block .strategies .strategy .strategy-title {
      display: flex;
      padding: 20px 70px 20px 20px;
      background: #00674B; }
      .our-strategies-block .strategies .strategy .strategy-title .number {
        width: 200px;
        font-size: 60px;
        line-height: 60px;
        font-weight: 700;
        color: #fff; }
      .our-strategies-block .strategies .strategy .strategy-title .title-link {
        width: calc(100% - 200px);
        display: flex;
        flex-direction: column; }
        .our-strategies-block .strategies .strategy .strategy-title .title-link h3 {
          font-size: 34px;
          line-height: 34px;
          color: #fff;
          font-weight: 500;
          border-bottom: 1px solid #fff;
          padding-bottom: 30px;
          margin-bottom: 20px; }
        .our-strategies-block .strategies .strategy .strategy-title .title-link a.read-more {
          display: inline-flex;
          align-self: flex-end;
          align-items: center;
          margin: 0 0 0 auto;
          font-size: 24px;
          line-height: 24px;
          color: #fff;
          font-weight: 500; }
          .our-strategies-block .strategies .strategy .strategy-title .title-link a.read-more:after {
            content: '';
            display: block;
            width: 52px;
            height: 52px;
            margin: 0 0 0 20px;
            border-radius: 100px;
            background: #fff url(../images/icon-down-arrow-green.svg) center top 20px no-repeat;
            background-size: 29px auto; }
    .our-strategies-block .strategies .strategy.colour-orange .strategy-title {
      background: #FF8C29; }
      .our-strategies-block .strategies .strategy.colour-orange .strategy-title a.read-more:after {
        background: #fff url(../images/icon-down-arrow-orange.svg) center top 20px no-repeat;
        background-size: 29px auto; }
      .our-strategies-block .strategies .strategy.colour-orange .strategy-title a.read-more.open:after {
        background: #fff url(../images/icon-down-arrow-orange.svg) center top -67px no-repeat;
        background-size: 29px auto; }
    .our-strategies-block .strategies .strategy.colour-orange .strategy-content h2, .our-strategies-block .strategies .strategy.colour-orange .strategy-content h3, .our-strategies-block .strategies .strategy.colour-orange .strategy-content h4 {
      color: #FF8C29 !important; }
    .our-strategies-block .strategies .strategy.colour-orange .progress-block h3 {
      background: #FF8C29 !important; }
    .our-strategies-block .strategies .strategy.colour-purple .strategy-title {
      background: #725EA8; }
      .our-strategies-block .strategies .strategy.colour-purple .strategy-title a.read-more:after {
        background: #fff url(../images/icon-down-arrow-purple.svg) center top 20px no-repeat;
        background-size: 29px auto; }
      .our-strategies-block .strategies .strategy.colour-purple .strategy-title a.read-more.open:after {
        background: #fff url(../images/icon-down-arrow-purple.svg) center top -67px no-repeat;
        background-size: 29px auto; }
    .our-strategies-block .strategies .strategy.colour-purple .strategy-content h2, .our-strategies-block .strategies .strategy.colour-purple .strategy-content h3, .our-strategies-block .strategies .strategy.colour-purple .strategy-content h4 {
      color: #725EA8 !important; }
    .our-strategies-block .strategies .strategy.colour-purple .progress-block h3 {
      background: #725EA8 !important; }
    .our-strategies-block .strategies .strategy .strategy-content {
      padding: 16px 0 20px 0;
      display: none; }
      .our-strategies-block .strategies .strategy .strategy-content .two-col {
        background: #EFEFEF;
        padding: 20px;
        margin-bottom: 20px;
        display: flex;
        justify-content: space-between; }
        .our-strategies-block .strategies .strategy .strategy-content .two-col .col {
          width: calc(50% - 20px); }
          .our-strategies-block .strategies .strategy .strategy-content .two-col .col h4 {
            font-size: 26px;
            line-height: 30px;
            font-weight: 500;
            padding: 0 0 10px 0;
            color: #00674B; }
          .our-strategies-block .strategies .strategy .strategy-content .two-col .col p {
            font-weight: 500; }
      .our-strategies-block .strategies .strategy .strategy-content .progress-block h2 {
        font-size: 24px;
        line-height: 24px;
        color: #707070; }
      .our-strategies-block .strategies .strategy .strategy-content .progress-block .progress-boxes {
        display: flex;
        justify-content: space-between; }
        .our-strategies-block .strategies .strategy .strategy-content .progress-block .progress-boxes .box {
          background: #EFEFEF;
          width: calc(33.333333% - 18px); }
          .our-strategies-block .strategies .strategy .strategy-content .progress-block .progress-boxes .box h3 {
            font-size: 22px;
            line-height: 25px;
            font-weight: 500;
            color: #fff;
            padding: 10px 20px;
            margin-bottom: 20px;
            background: #00674B; }
          .our-strategies-block .strategies .strategy .strategy-content .progress-block .progress-boxes .box p {
            font-weight: 500;
            padding: 0 20px 20px 20px !important; }
          .our-strategies-block .strategies .strategy .strategy-content .progress-block .progress-boxes .box ul {
            margin: 20px 0 0 20px;
            padding: 0 20px 20px 20px;
            font-weight: 500; }
            .our-strategies-block .strategies .strategy .strategy-content .progress-block .progress-boxes .box ul li {
              margin-bottom: 10px; }

/* ABOUT US - HISTORY */
.about-history {
  margin: 0; }
  .about-history .timeline {
    display: flex;
    justify-content: center;
    position: relative;
    width: 825px;
    margin: 0 auto 90px auto; }
    .about-history .timeline:last-child .center:after {
      display: none; }
    .about-history .timeline .center {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 166px;
      height: 166px;
      background: url("../images/about-history-main.svg") center center no-repeat;
      text-align: center;
      color: #fff;
      z-index: 1;
      font-size: 22px;
      line-height: 26px; }
      .about-history .timeline .center:after {
        position: absolute;
        left: 50%;
        display: block;
        content: '';
        background: #B9B9B9;
        height: 130px;
        width: 1px;
        bottom: 10px;
        transform: translateY(100%);
        z-index: 0; }
    .about-history .timeline .callout {
      position: absolute;
      background: #EFEFEF;
      padding: 20px;
      text-align: center;
      top: 50%;
      transform: translateY(-50%);
      max-width: 267px;
      font-size: 20px;
      line-height: 25px;
      color: #00674B;
      font-weight: 700; }
      .about-history .timeline .callout:after {
        position: absolute;
        top: 50%;
        display: block;
        content: '';
        background: #B9B9B9;
        height: 1px;
        width: 100px; }
      .about-history .timeline .callout.left {
        left: 0; }
        .about-history .timeline .callout.left:after {
          right: 0;
          transform: translateX(100%); }
      .about-history .timeline .callout.right {
        right: 0; }
        .about-history .timeline .callout.right:after {
          left: 0;
          transform: translateX(-100%); }

/* ABOUT US - BOARD */
.board-block .accordion {
  margin: 0 0 60px 0; }

.board-bios {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 12px);
  margin-left: -6px;
  padding-bottom: 50px; }
  .board-bios .board-bio {
    width: calc((100% / 3) - 12px);
    margin: 6px 6px 60px 6px;
    position: relative;
    border-left: 1px #E3E2E2 solid;
    border-right: 1px #E3E2E2 solid;
    border-bottom: 1px #E3E2E2 solid; }
    .board-bios .board-bio .image {
      width: calc(100% + 2px);
      margin-left: -1px; }
    .board-bios .board-bio .copy {
      padding: 15px 20px 60px 20px;
      transition: background-color 0.4s ease; }
      .board-bios .board-bio .copy p.name {
        font-size: 22px;
        line-height: 26px;
        font-weight: 500;
        color: #00674B;
        padding: 0; }
      .board-bios .board-bio .copy p.qual {
        color: #00674B;
        font-weight: 500;
        padding: 0; }
      .board-bios .board-bio .copy p.title {
        font-weight: 500;
        padding: 0; }
    .board-bios .board-bio a {
      position: absolute;
      bottom: 0;
      left: 20px;
      transform: translateY(50%);
      background: #00674B;
      color: #fff;
      font-weight: 500;
      display: inline-block;
      font-size: 16px;
      line-height: 16px;
      padding: 13px 30px 11px 13px;
      z-index: 15;
      transition: none; }
    .board-bios .board-bio .flap {
      display: none; }
    .board-bios .board-bio.expanded {
      background: #f2f7f6;
      border-left: 1px #00674B solid;
      border-right: 1px #00674B solid;
      border-bottom: none; }
      .board-bios .board-bio.expanded .flap {
        display: block;
        position: absolute;
        bottom: 0;
        left: -1px;
        transform: translateY(100%);
        height: 61px;
        z-index: 10;
        width: calc(100% + 2px);
        background: #f2f7f6;
        border-left: 1px #00674B solid;
        border-right: 1px #00674B solid; }
      .board-bios .board-bio.expanded a {
        bottom: 1px; }
  .board-bios .board-bio-large-holder {
    display: none;
    width: calc(100% - 12px);
    background: #f2f7f6;
    border: 1px #00674B solid;
    margin: 0 6px 6px 6px; }
    .board-bios .board-bio-large-holder .inner {
      width: 100%;
      margin: 6px auto;
      padding: 40px 20px; }
      .board-bios .board-bio-large-holder .inner .bio-content {
        display: none; }
        .board-bios .board-bio-large-holder .inner .bio-content .bio-copy {
          display: flex;
          font-size: 22px;
          line-height: 28px;
          font-weight: 500; }
          .board-bios .board-bio-large-holder .inner .bio-content .bio-copy .overview {
            width: calc(33.333333%);
            padding: 0 30px 0 0; }
          .board-bios .board-bio-large-holder .inner .bio-content .bio-copy .main {
            width: calc(66.666666%);
            padding: 0 30px 0 20px; }
            .board-bios .board-bio-large-holder .inner .bio-content .bio-copy .main h3 {
              color: #00674B;
              padding: 0 0 20px 0; }

/* ABOUT - GOVERNANCE */
.about-governance {
  margin: 0 0 60px 0; }
  .about-governance .board-committee {
    margin: 0 0 60px 0;
    border-bottom: 1px solid #707070; }
    .about-governance .board-committee h2 {
      padding: 60px 0 30px 0; }
    .about-governance .board-committee .header, .about-governance .board-committee .member {
      display: flex;
      justify-content: space-between; }
      .about-governance .board-committee .header > div, .about-governance .board-committee .member > div {
        width: 33.3333333%; }
    .about-governance .board-committee .header {
      border-bottom: 10px solid #00674B;
      /*& > div:nth-child(1){
      	p{
      		width: 182px;
      	}
      }
      & > div:nth-child(2){
      	p{
      		max-width: 182px;
      	}
      }
      & > div:nth-child(3){
      	p{
      		max-width: 182px;
      	}
      }
      & > div:nth-child(4){
      	p{
      		max-width: 182px;
      	}
      }
      & > div:nth-child(5){
      	p{
      		max-width: 182px;
      	}
      }*/ }
      .about-governance .board-committee .header > div p {
        display: inline-flex;
        color: #fff;
        height: 100%;
        font-weight: 500;
        background: #00674B;
        padding: 15px 20px !important;
        width: 90%; }
    .about-governance .board-committee .member:nth-child(odd) {
      background: #F7F7F7; }
    .about-governance .board-committee .member > div {
      padding: 20px;
      font-weight: 500; }
    .about-governance .board-committee .member .true {
      width: 33px;
      height: 33px;
      background: #00674B;
      border-radius: 30px; }
  .about-governance .reference-boxes {
    margin: 30px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .about-governance .reference-boxes .box {
      width: calc(50% - 18px);
      margin-bottom: 18px;
      background: #EFEFEF; }
      .about-governance .reference-boxes .box h2 {
        background: #00674B;
        color: #fff;
        padding: 15px;
        margin-bottom: 15px; }
      .about-governance .reference-boxes .box p {
        padding: 0 15px 25px 15px !important;
        font-weight: 500; }
        .about-governance .reference-boxes .box p a {
          color: #00674B;
          text-decoration: underline; }

/* PORTFOLIO - LANDING */
.portfolio-landing .key-stats {
  margin: 0 0 100px 0; }
  .portfolio-landing .key-stats h2 {
    font-size: 22px;
    line-height: 26px;
    padding: 0 0 20px 0; }
  .portfolio-landing .key-stats .footnote {
    margin: 20px 0 0 0; }
.portfolio-landing .stat-holder {
  width: calc(100% + 18px);
  margin-left: -9px;
  justify-content: center; }
  .portfolio-landing .stat-holder .stat-box {
    width: calc(25% - 18px);
    margin: 9px; }
.portfolio-landing .charts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .portfolio-landing .charts .chart-holder {
    width: calc(33.333333% - 15px);
    background: #F7F7F7;
    padding: 20px 40px; }
    .portfolio-landing .charts .chart-holder .title {
      font-weight: 500;
      text-align: center;
      margin-bottom: 30px; }
    .portfolio-landing .charts .chart-holder .pie {
      margin-bottom: 30px; }
.portfolio-landing .portfolio-map {
  margin: 60px 0; }
  .portfolio-landing .portfolio-map .acf-map {
    height: 600px; }
    .portfolio-landing .portfolio-map .acf-map img {
      max-width: inherit !important; }
  .portfolio-landing .portfolio-map .marker-card {
    display: flex; }
    .portfolio-landing .portfolio-map .marker-card .copy {
      width: 150px;
      padding-right: 20px; }
    .portfolio-landing .portfolio-map .marker-card .image {
      width: 130px; }
      .portfolio-landing .portfolio-map .marker-card .image img {
        width: 100%;
        height: auto; }
    .portfolio-landing .portfolio-map .marker-card h3 {
      padding-bottom: 10px;
      font-size: 14px;
      font-weight: 500; }
    .portfolio-landing .portfolio-map .marker-card p {
      font-weight: 400; }
      .portfolio-landing .portfolio-map .marker-card p a {
        color: #707070; }
    .portfolio-landing .portfolio-map .marker-card.clr-blue-purple h3 {
      color: #606CC6; }
    .portfolio-landing .portfolio-map .marker-card.clr-light-blue h3 {
      color: #65C6D8; }
    .portfolio-landing .portfolio-map .marker-card.clr-lime h3 {
      color: #82AF92; }

/* PORTFOLIO - TOP TEN */
.portfolio-topten .assets-key {
  margin: 0 0 60px 0;
  display: flex;
  justify-content: space-between; }
  .portfolio-topten .assets-key .key-box {
    width: calc(25% - 18px);
    font-weight: 500;
    padding: 0 0 10px 0; }
    .portfolio-topten .assets-key .key-box.colour-dark-green {
      border-bottom: 1px solid #00674B;
      color: #00674B; }
    .portfolio-topten .assets-key .key-box.colour-orange {
      border-bottom: 1px solid #FF8C29;
      color: #FF8C29; }
    .portfolio-topten .assets-key .key-box.colour-purple {
      border-bottom: 1px solid #725EA8;
      color: #725EA8; }
    .portfolio-topten .assets-key .key-box.colour-aqua {
      border-bottom: 1px solid #2ED1DE;
      color: #2ED1DE; }
.portfolio-topten .asset-boxes {
  margin: 0 0 60px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .portfolio-topten .asset-boxes .asset-box {
    width: calc(33.33333% - 18px);
    margin-bottom: 22px; }
    .portfolio-topten .asset-boxes .asset-box .copy {
      padding: 20px;
      color: #fff; }
      .portfolio-topten .asset-boxes .asset-box .copy h3 {
        font-size: 20px;
        line-height: 25px;
        font-weight: 700;
        padding: 0 0 10px 0; }
      .portfolio-topten .asset-boxes .asset-box .copy p {
        font-weight: 500; }

/* PORTFOLIO - CASE STUDIES LANDING */
.case-study-holder {
  padding: 0 0 40px 0;
  display: flex;
  flex-wrap: wrap; }
  .case-study-holder .case-study {
    position: relative;
    width: calc(50% - 18px);
    margin: 15px 9px; }
    .case-study-holder .case-study .copy {
      text-align: center;
      padding: 20px 30px; }
      .case-study-holder .case-study .copy h2 {
        text-align: center;
        color: #fff;
        padding: 0;
        font-size: 24px;
        line-height: 24px;
        font-weight: 500;
        padding-bottom: 5px; }
      .case-study-holder .case-study .copy h3 {
        text-align: center;
        color: #fff;
        padding: 0;
        font-size: 24px;
        line-height: 24px;
        font-weight: 400; }
    .case-study-holder .case-study .image {
      position: relative; }
      .case-study-holder .case-study .image .arrow {
        position: absolute;
        bottom: 30px;
        left: 50%;
        transform: translateX(-50%);
        width: 52px;
        height: 52px;
        border-radius: 52px;
        background-image: url("../images/icon-arrow-case-study.svg");
        background-position: center center;
        background-size: 18px auto;
        background-repeat: no-repeat; }
    .case-study-holder .case-study a {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; }

/* PORTFOLIO - CASE STUDIES SINGLE */
.case-study-header {
  position: relative;
  height: calc(70vh - 190px);
  margin: 0 0 30px 0; }
  .case-study-header .flexslider {
    height: 100%; }
    .case-study-header .flexslider ul.slides {
      height: 100%; }
      .case-study-header .flexslider ul.slides li {
        height: 100%; }
  .case-study-header .headline {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% + 140px);
    max-width: 1440px; }
    .case-study-header .headline .content {
      width: calc(60%);
      background: url(../images/hero-headline-bg.svg) 0 0 no-repeat;
      background-size: cover;
      background-position: bottom center;
      font-weight: 500;
      font-style: normal;
      font-size: 30px;
      line-height: 35px;
      color: #fff;
      padding: 30px 70px 120px 70px; }
  .case-study-header.colour-purple .headline .content {
    background: url(../images/hero-headline-bg-purple.svg) 0 0 no-repeat;
    background-size: cover;
    background-position: bottom center; }
  .case-study-header.colour-orange .headline .content {
    background: url(../images/hero-headline-bg-orange.svg) 0 0 no-repeat;
    background-size: cover;
    background-position: bottom center; }
  .case-study-header.colour-aqua .headline .content {
    background: url(../images/hero-headline-bg-aqua.svg) 0 0 no-repeat;
    background-size: cover;
    background-position: bottom center; }

.case-study-single .key-stats-location {
  margin: 0 0 75px 0; }
  .case-study-single .key-stats-location h2 {
    font-size: 22px;
    line-height: 26px;
    padding: 0 0 20px 0; }
  .case-study-single .key-stats-location .content {
    display: flex;
    justify-content: space-between; }
    .case-study-single .key-stats-location .content .stat-holder {
      width: calc(75% + 18px);
      margin: 0 0 9px 0;
      justify-content: flex-start;
      margin-left: -9px; }
      .case-study-single .key-stats-location .content .stat-holder .stat-box {
        width: calc(33.333333% - 18px);
        margin: 9px;
        font-weight: 500;
        color: #fff; }
        .case-study-single .key-stats-location .content .stat-holder .stat-box h3 {
          font-size: 18px;
          line-height: 22px;
          padding: 18px;
          border-bottom: 1px solid #fff; }
        .case-study-single .key-stats-location .content .stat-holder .stat-box p {
          padding: 25px 20px !important; }
    .case-study-single .key-stats-location .content .mini-map {
      width: calc(75% - 9px);
      margin: 0 0 0 9px; }
.case-study-single .main-copy-boxes {
  display: flex;
  margin-bottom: 22px;
  width: calc(100% + 18px);
  margin: 0 auto 22px -9px; }
  .case-study-single .main-copy-boxes .copy-box {
    width: calc(33.33333% - 18px);
    margin: 0 9px;
    background: #EFEFEF;
    padding: 25px 20px; }
    .case-study-single .main-copy-boxes .copy-box h2 {
      font-size: 26px;
      line-height: 30px;
      font-weight: 500; }
    .case-study-single .main-copy-boxes .copy-box p, .case-study-single .main-copy-boxes .copy-box ul {
      font-weight: 500; }
.case-study-single .sustainability-boxes {
  margin-bottom: 60px;
  color: #fff;
  background: #00674B;
  padding: 25px 0; }
  .case-study-single .sustainability-boxes h2 {
    font-size: 26px;
    line-height: 30px;
    color: #fff;
    padding: 0 20px 20px 20px; }
  .case-study-single .sustainability-boxes .content {
    display: flex;
    justify-content: space-between; }
    .case-study-single .sustainability-boxes .content .copy-box {
      width: calc(33.33333% - 18px);
      padding: 0 20px; }
      .case-study-single .sustainability-boxes .content .copy-box p, .case-study-single .sustainability-boxes .content .copy-box ul {
        font-weight: 500; }
.case-study-single .next-previous {
  margin: 0 0 60px 0;
  text-align: right; }
  .case-study-single .next-previous a {
    display: inline-flex;
    align-items: center;
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
    color: #00674B; }
    .case-study-single .next-previous a:after {
      display: block;
      content: '';
      background-color: #00674B;
      margin-left: 20px;
      width: 40px;
      height: 40px;
      border-radius: 40px;
      background-image: url("../images/icon-arrow-case-study.svg");
      background-position: center center;
      background-size: 14px auto;
      background-repeat: no-repeat; }
.case-study-single.colour-purple h2 {
  color: #725EA8; }
.case-study-single.colour-purple .sustainability-boxes {
  background: #725EA8; }
  .case-study-single.colour-purple .sustainability-boxes h2 {
    color: #fff; }
.case-study-single.colour-purple .next-previous a {
  color: #725EA8; }
  .case-study-single.colour-purple .next-previous a:after {
    background-color: #725EA8; }
.case-study-single.colour-orange h2 {
  color: #FF8C29; }
.case-study-single.colour-orange .sustainability-boxes {
  background: #FF8C29; }
  .case-study-single.colour-orange .sustainability-boxes h2 {
    color: #fff; }
.case-study-single.colour-orange .next-previous a {
  color: #FF8C29; }
  .case-study-single.colour-orange .next-previous a:after {
    background-color: #FF8C29; }
.case-study-single.colour-aqua h2 {
  color: #2ED1DE; }
.case-study-single.colour-aqua .sustainability-boxes {
  background: #2ED1DE; }
  .case-study-single.colour-aqua .sustainability-boxes h2 {
    color: #fff; }
.case-study-single.colour-aqua .next-previous a {
  color: #2ED1DE; }
  .case-study-single.colour-aqua .next-previous a:after {
    background-color: #2ED1DE; }

/* PORTFOLIO - CASE STUDIES SINGLE */
.portfolio-occupiers h2 {
  font-weight: 700;
  color: #53CAB7; }
.portfolio-occupiers .charts {
  padding: 50px 0; }
  .portfolio-occupiers .charts h2 {
    padding-bottom: 10px; }
  .portfolio-occupiers .charts .sub {
    font-weight: 500; }
  .portfolio-occupiers .charts .chart-wrap {
    display: flex;
    justify-content: space-between;
    margin: 30px 0 0 0;
    flex-wrap: wrap; }
    .portfolio-occupiers .charts .chart-wrap .chart-holder {
      width: calc(33% - 10px);
      padding: 20px;
      background: #EFEFEF;
      border-radius: 18px;
      margin-bottom: 20px; }
      .portfolio-occupiers .charts .chart-wrap .chart-holder:nth-child(1), .portfolio-occupiers .charts .chart-wrap .chart-holder:nth-child(2) {
        width: calc(50% - 10px); }
      .portfolio-occupiers .charts .chart-wrap .chart-holder .title {
        text-align: center;
        margin-bottom: 30px; }
        .portfolio-occupiers .charts .chart-wrap .chart-holder .title strong {
          font-weight: 500; }
      .portfolio-occupiers .charts .chart-wrap .chart-holder .pie {
        margin-bottom: 30px; }
      .portfolio-occupiers .charts .chart-wrap .chart-holder .pie-chart {
        max-width: 300px;
        margin: 0 auto; }
.portfolio-occupiers .table-wrap {
  margin-bottom: 30px; }
  .portfolio-occupiers .table-wrap .header, .portfolio-occupiers .table-wrap .table-row {
    display: flex;
    justify-content: space-between; }
    .portfolio-occupiers .table-wrap .header .col, .portfolio-occupiers .table-wrap .table-row .col {
      padding: 10px;
      font-weight: 500; }
      .portfolio-occupiers .table-wrap .header .col:nth-child(1), .portfolio-occupiers .table-wrap .table-row .col:nth-child(1) {
        width: calc(15% - 2px); }
      .portfolio-occupiers .table-wrap .header .col:nth-child(2), .portfolio-occupiers .table-wrap .table-row .col:nth-child(2) {
        width: calc(10% - 2px); }
      .portfolio-occupiers .table-wrap .header .col:nth-child(3), .portfolio-occupiers .table-wrap .table-row .col:nth-child(3) {
        width: calc(12% - 2px); }
      .portfolio-occupiers .table-wrap .header .col:nth-child(4), .portfolio-occupiers .table-wrap .table-row .col:nth-child(4) {
        width: calc(13% - 2px); }
      .portfolio-occupiers .table-wrap .header .col:nth-child(5), .portfolio-occupiers .table-wrap .table-row .col:nth-child(5) {
        width: calc(40% - 2px); }
      .portfolio-occupiers .table-wrap .header .col:nth-child(6), .portfolio-occupiers .table-wrap .table-row .col:nth-child(6) {
        width: calc(10% - 2px); }
  .portfolio-occupiers .table-wrap .header {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    overflow: hidden; }
    .portfolio-occupiers .table-wrap .header .col {
      background: #53CAB7;
      color: #fff; }
  .portfolio-occupiers .table-wrap .table-row {
    margin-top: 4px; }
    .portfolio-occupiers .table-wrap .table-row .col {
      background: #EFEFEF;
      font-size: 16px;
      line-height: 20px; }
      .portfolio-occupiers .table-wrap .table-row .col p {
        padding-bottom: 10px; }
    .portfolio-occupiers .table-wrap .table-row .website {
      width: 53px;
      height: 41px;
      text-indent: -9999px;
      display: block;
      background: url("../images/icon-website.svg") 0 0 no-repeat; }
.portfolio-occupiers .oc-footnote {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px; }
.portfolio-occupiers .button {
  background-color: #707070;
  margin: 50px 0 50px 0; }

/* OCCUPIER SERVICES - LANDING */
.occupier-landing .intro-copy {
  margin: 0 0 60px 0;
  text-align: center; }
  .occupier-landing .intro-copy h2 {
    text-align: center; }
  .occupier-landing .intro-copy .button {
    background: #00674B;
    margin-bottom: 30px;
    background-image: url("../images/icon-arrow-case-study.svg");
    background-position: center right 10px;
    background-size: 12px auto;
    background-repeat: no-repeat; }

/* INVESTORS - LANDING */
.investors-landing {
  margin: 0 0 120px 0; }
  .investors-landing h2 {
    font-size: 22px;
    line-height: 26px;
    padding: 0 0 20px 0; }
  .investors-landing .latest-boxes {
    width: calc(100% + 18px);
    margin-left: -9px;
    margin-bottom: 35px; }
    .investors-landing .latest-boxes .inner {
      display: flex;
      justify-content: space-between; }
      .investors-landing .latest-boxes .inner .col {
        width: calc(25% - 18px);
        margin: 0 9px;
        display: flex;
        flex-direction: column; }
      .investors-landing .latest-boxes .inner .box {
        height: 100%; }
        .investors-landing .latest-boxes .inner .box.with-bg {
          background: #EFEFEF; }
      .investors-landing .latest-boxes .inner .box1 p.share-price {
        font-weight: 700;
        font-size: 56px;
        line-height: 56px;
        color: #00674B;
        padding: 20px 15px 20px 15px; }
      .investors-landing .latest-boxes .inner .box1 table {
        width: 100%;
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 30px; }
      .investors-landing .latest-boxes .inner .box1 table td {
        width: 50%;
        padding: 10px 15px;
        border-bottom: 1px solid #fff; }
      .investors-landing .latest-boxes .inner .box2 {
        padding: 20px 15px;
        font-size: 22px;
        line-height: 26px;
        font-weight: 700; }
      .investors-landing .latest-boxes .inner .box3, .investors-landing .latest-boxes .inner .box4 {
        position: relative; }
        .investors-landing .latest-boxes .inner .box3 .content, .investors-landing .latest-boxes .inner .box4 .content {
          position: relative;
          height: 100%; }
        .investors-landing .latest-boxes .inner .box3 .news-feed, .investors-landing .latest-boxes .inner .box4 .news-feed {
          list-style: none;
          margin: 0;
          padding: 0;
          height: 100%;
          display: flex;
          flex-direction: column; }
          .investors-landing .latest-boxes .inner .box3 .news-feed li, .investors-landing .latest-boxes .inner .box4 .news-feed li {
            display: none;
            padding: 10px;
            border-bottom: 10px solid #fff; }
            .investors-landing .latest-boxes .inner .box3 .news-feed li:nth-child(1), .investors-landing .latest-boxes .inner .box3 .news-feed li:nth-child(2), .investors-landing .latest-boxes .inner .box3 .news-feed li:nth-child(3), .investors-landing .latest-boxes .inner .box4 .news-feed li:nth-child(1), .investors-landing .latest-boxes .inner .box4 .news-feed li:nth-child(2), .investors-landing .latest-boxes .inner .box4 .news-feed li:nth-child(3) {
              display: block; }
            .investors-landing .latest-boxes .inner .box3 .news-feed li p, .investors-landing .latest-boxes .inner .box4 .news-feed li p {
              font-size: 16px;
              line-height: 20px;
              padding: 0; }
              .investors-landing .latest-boxes .inner .box3 .news-feed li p a, .investors-landing .latest-boxes .inner .box4 .news-feed li p a {
                font-weight: 700;
                color: #707070; }
                .investors-landing .latest-boxes .inner .box3 .news-feed li p a:hover, .investors-landing .latest-boxes .inner .box4 .news-feed li p a:hover {
                  color: #00674B; }
            .investors-landing .latest-boxes .inner .box3 .news-feed li:nth-child(3), .investors-landing .latest-boxes .inner .box4 .news-feed li:nth-child(3) {
              border-bottom: none; }
  .investors-landing .email-alerts {
    margin: 0 0 60px 0; }
    .investors-landing .email-alerts .intro {
      max-width: 70%;
      margin-bottom: 30px; }
    .investors-landing .email-alerts p {
      font-size: 16px;
      line-height: 20px; }
    .investors-landing .email-alerts .email-form .inner {
      display: flex;
      justify-content: space-between;
      width: calc(100% + 18px);
      margin-left: -9px; }
      .investors-landing .email-alerts .email-form .inner .col {
        width: calc(25% - 18px);
        margin: 0 9px; }
        .investors-landing .email-alerts .email-form .inner .col:last-child {
          display: flex;
          justify-content: space-between; }
          .investors-landing .email-alerts .email-form .inner .col:last-child p {
            margin-top: auto;
            padding-bottom: 13px !important; }
    .investors-landing .email-alerts .email-form label {
      display: inline-block;
      padding: 12px 13px;
      font-weight: 700;
      color: #00674B;
      font-size: 16px;
      line-height: 16px; }
    .investors-landing .email-alerts .email-form input[type="text"], .investors-landing .email-alerts .email-form input[type="email"] {
      position: relative;
      padding: 12px;
      width: 100%;
      border: 1px solid #707070;
      width: 100%;
      margin: 0;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      font-size: 16px;
      line-height: 16px;
      font-family: "Gotham A", "Gotham B", sans-serif;
      font-weight: 700;
      font-style: normal;
      outline: none;
      background: #EFEFEF; }
    .investors-landing .email-alerts .email-form input[type="submit"] {
      height: fit-content;
      min-height: 45px;
      margin-top: auto;
      font-size: 16px;
      line-height: 16px;
      font-family: "Gotham A", "Gotham B", sans-serif;
      font-weight: 700;
      font-style: normal;
      display: inline-block;
      padding: 12px 35px 12px 20px;
      transition: all ease 0.4s;
      cursor: pointer;
      outline: none;
      border: none;
      color: #fff;
      background-color: #00674B;
      background-image: url(../images/icon-arrow-white.svg);
      background-position: top 50% right 15px;
      background-repeat: no-repeat;
      background-size: 7px 10px; }
  .investors-landing .half-half {
    width: calc(100% + 18px);
    margin-left: -9px;
    display: flex;
    justify-content: space-between; }
    .investors-landing .half-half .col-left {
      width: calc(50% - 18px);
      margin: 0 9px; }
    .investors-landing .half-half .col-right {
      width: calc(50% - 18px);
      margin: 0 9px; }
      .investors-landing .half-half .col-right .inner-half-half {
        display: flex;
        justify-content: space-between; }
        .investors-landing .half-half .col-right .inner-half-half h3 {
          font-size: 20px;
          line-height: 24px;
          color: #00674B;
          padding-bottom: 5px;
          font-weight: 500; }
        .investors-landing .half-half .col-right .inner-half-half h4 {
          font-size: 18px;
          line-height: 22px;
          color: #00674B;
          padding: 0 0 5px 0;
          font-weight: 500; }
        .investors-landing .half-half .col-right .inner-half-half p strong {
          color: #00674B;
          font-weight: 500; }
        .investors-landing .half-half .col-right .inner-half-half .col {
          width: calc(50% - 9px); }

/* INVESTORS - VALUE CREATION */
.investors-value-creation {
  margin: 0 0 60px 0; }
  .investors-value-creation .investment-case {
    margin: 0 0 60px 0; }
    .investors-value-creation .investment-case .case-boxes {
      margin: 30px 0 0 -14px;
      width: calc(100% + 28px);
      display: flex;
      flex-wrap: wrap; }
      .investors-value-creation .investment-case .case-boxes .case-box {
        width: calc(33.33333% - 28px);
        margin: 9px 14px;
        padding: 20px; }
        .investors-value-creation .investment-case .case-boxes .case-box .icon-title {
          display: flex;
          margin: 0 0 30px 0;
          align-items: center; }
          .investors-value-creation .investment-case .case-boxes .case-box .icon-title .icon {
            width: 100px; }
          .investors-value-creation .investment-case .case-boxes .case-box .icon-title h3 {
            width: calc(100% - 100px);
            color: #fff;
            font-size: 30px;
            line-height: 35px; }
        .investors-value-creation .investment-case .case-boxes .case-box .copy {
          font-weight: 500;
          color: #fff; }
  .investors-value-creation .kpis .kpi-boxes {
    margin: 30px 0 0 0; }
    .investors-value-creation .kpis .kpi-boxes .kpi-box {
      margin: 0 0 20px 0; }
      .investors-value-creation .kpis .kpi-boxes .kpi-box h3 {
        font-size: 30px;
        line-height: 35px;
        padding-bottom: 10px;
        border-bottom: 1px solid #000;
        margin-bottom: 20px; }
      .investors-value-creation .kpis .kpi-boxes .kpi-box h4 {
        font-size: 22px;
        line-height: 26px;
        padding-bottom: 20px;
        font-weight: 500; }
      .investors-value-creation .kpis .kpi-boxes .kpi-box .kpi-cols {
        display: flex;
        justify-content: space-between; }
        .investors-value-creation .kpis .kpi-boxes .kpi-box .kpi-cols .col {
          width: calc(25% - 14px);
          background: #EFEFEF;
          padding: 15px;
          font-weight: 500; }
      .investors-value-creation .kpis .kpi-boxes .kpi-box.colour-orange h3 {
        color: #FF8C29;
        border-bottom: 1px solid #FF8C29; }
      .investors-value-creation .kpis .kpi-boxes .kpi-box.colour-orange h4 {
        color: #FF8C29; }
      .investors-value-creation .kpis .kpi-boxes .kpi-box.colour-purple h3 {
        color: #725EA8;
        border-bottom: 1px solid #725EA8; }
      .investors-value-creation .kpis .kpi-boxes .kpi-box.colour-purple h4 {
        color: #725EA8; }
      .investors-value-creation .kpis .kpi-boxes .kpi-box.colour-aqua h3 {
        color: #2ED1DE;
        border-bottom: 1px solid #2ED1DE; }
      .investors-value-creation .kpis .kpi-boxes .kpi-box.colour-aqua h4 {
        color: #2ED1DE; }
      .investors-value-creation .kpis .kpi-boxes .kpi-box.colour-light-green h3 {
        color: #5B9585;
        border-bottom: 1px solid #5B9585; }
      .investors-value-creation .kpis .kpi-boxes .kpi-box.colour-light-green h4 {
        color: #5B9585; }
      .investors-value-creation .kpis .kpi-boxes .kpi-box.colour-dark-green h3 {
        color: #00674B;
        border-bottom: 1px solid #00674B; }
      .investors-value-creation .kpis .kpi-boxes .kpi-box.colour-dark-green h4 {
        color: #00674B; }
      .investors-value-creation .kpis .kpi-boxes .kpi-box.colour-dark-blue h3 {
        color: #2E4760;
        border-bottom: 1px solid #2E4760; }
      .investors-value-creation .kpis .kpi-boxes .kpi-box.colour-dark-blue h4 {
        color: #2E4760; }

/* INVESTORS - SHARE INFORMATION */
.share-information .stock-fund-details {
  display: flex;
  justify-content: space-between;
  margin: 60px 0; }
  .share-information .stock-fund-details .stock-details {
    width: calc(65%); }
  .share-information .stock-fund-details .fund-details {
    width: calc(30%); }
    .share-information .stock-fund-details .fund-details h3 {
      font-size: 18px;
      line-height: 22px;
      color: #00674B;
      padding: 0 0 5px 0;
      font-weight: 500; }
    .share-information .stock-fund-details .fund-details p {
      font-weight: 500; }

/* INVESTORS - RESULTS & PRESENTATIONS */
.year-tabs, .return-tabs {
  display: flex;
  width: calc(100% + 12px);
  margin-left: -6px; }
  .year-tabs .year-tab, .year-tabs .return-tab, .return-tabs .year-tab, .return-tabs .return-tab {
    display: inline-flex;
    padding: 20px 35px;
    background: #EFEFEF;
    color: #00674B;
    font-size: 22px;
    line-height: 22px;
    font-weight: 500;
    margin: 0 6px; }
    .year-tabs .year-tab.active, .year-tabs .return-tab.active, .return-tabs .year-tab.active, .return-tabs .return-tab.active {
      background: #00674B;
      color: #fff; }
    .year-tabs .year-tab:hover, .year-tabs .return-tab:hover, .return-tabs .year-tab:hover, .return-tabs .return-tab:hover {
      background: #00674B;
      color: #fff; }

.documents-holder, .returns-holder {
  border-top: 10px solid #00674B;
  margin-bottom: 100px;
  border-bottom: 1px solid #707070; }
  .documents-holder .document-group, .returns-holder .document-group {
    border-bottom: 1px solid #707070; }
    .documents-holder .document-group .group-title, .returns-holder .document-group .group-title {
      border-bottom: 1px solid #707070;
      font-weight: 700;
      padding: 30px 0 20px 0; }
    .documents-holder .document-group:last-of-type, .returns-holder .document-group:last-of-type {
      border-bottom: none; }
  .documents-holder .year-content, .returns-holder .year-content {
    display: none;
    font-size: 22px;
    line-height: 28px; }
    .documents-holder .year-content .header, .returns-holder .year-content .header {
      display: flex;
      padding: 20px;
      margin: 0;
      font-weight: 700; }
      .documents-holder .year-content .header .date, .returns-holder .year-content .header .date {
        width: 25%; }
      .documents-holder .year-content .header .title, .returns-holder .year-content .header .title {
        width: 55%;
        padding: 0 10px; }
      .documents-holder .year-content .header .file, .returns-holder .year-content .header .file {
        width: 10%; }
      .documents-holder .year-content .header .webcast, .returns-holder .year-content .header .webcast {
        width: 10%; }
    .documents-holder .year-content .document, .returns-holder .year-content .document {
      display: flex;
      padding: 20px;
      margin: 0;
      align-items: center;
      font-weight: 500; }
      .documents-holder .year-content .document:nth-child(odd), .returns-holder .year-content .document:nth-child(odd) {
        background: #F7F7F7; }
      .documents-holder .year-content .document .date, .returns-holder .year-content .document .date {
        width: 25%; }
      .documents-holder .year-content .document .title, .returns-holder .year-content .document .title {
        width: 55%;
        color: #00674B;
        padding: 0 20px 0 10px; }
      .documents-holder .year-content .document .file, .returns-holder .year-content .document .file {
        width: 10%; }
        .documents-holder .year-content .document .file a, .returns-holder .year-content .document .file a {
          display: block;
          width: 30px;
          height: 30px;
          background: url("../images/icon-dl-pdf.svg") 0 0 no-repeat;
          text-indent: -9999px; }
      .documents-holder .year-content .document .webcast, .returns-holder .year-content .document .webcast {
        width: 10%; }
        .documents-holder .year-content .document .webcast a, .returns-holder .year-content .document .webcast a {
          display: block;
          width: 30px;
          height: 30px;
          background: url(../images/icon-link.svg) 0 0 no-repeat;
          text-indent: -9999px; }
    .documents-holder .year-content.active, .returns-holder .year-content.active {
      display: block; }

/* INVESTORS - TOTAL RETURN */
.total-return .returns-holder {
  border-bottom: none; }
  .total-return .returns-holder .return-content {
    display: none; }
    .total-return .returns-holder .return-content.active {
      display: block; }
.total-return .tab-inner {
  padding: 40px 0; }
.total-return #tab-1 .copy {
  max-width: 60%; }
  .total-return #tab-1 .copy h2 {
    font-size: 34px;
    line-height: 41px; }
  .total-return #tab-1 .copy p {
    font-size: 24px;
    line-height: 34px;
    font-weight: 500; }
.total-return #tab-2 .copy {
  margin: 40px 0 0 0; }
  .total-return #tab-2 .copy p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500; }
.total-return #tab-3 .copy p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500; }
.total-return #tab-3 .copy.copy-header {
  margin-bottom: 40px; }
.total-return #tab-3 .copy.copy-footer {
  margin-top: 40px; }

/* INVESTORS - SHAREHOLDER INFORMATION */
.financial-calendar {
  margin: 0 0 100px 0; }
  .financial-calendar .tab {
    display: inline-flex;
    padding: 20px 20px;
    background: #00674B;
    color: #fff;
    font-size: 22px;
    line-height: 22px;
    font-weight: 500;
    margin: 0; }
  .financial-calendar .calendar {
    border-top: 10px solid #00674B;
    border-bottom: 1px solid #707070;
    font-size: 22px;
    line-height: 28px; }
    .financial-calendar .calendar .header {
      display: flex;
      padding: 20px;
      margin: 0 0 10px 0;
      font-weight: 700; }
      .financial-calendar .calendar .header .date {
        width: 25%; }
      .financial-calendar .calendar .header .event {
        width: 75%; }
    .financial-calendar .calendar .events {
      display: flex;
      padding: 20px;
      margin: 0;
      align-items: center;
      font-weight: 500; }
      .financial-calendar .calendar .events:nth-child(even) {
        background: #F7F7F7; }
      .financial-calendar .calendar .events .date {
        width: 25%; }
      .financial-calendar .calendar .events .event {
        width: 75%;
        color: #00674B; }

.shareholders {
  margin: 10px 0 100px 0;
  border-bottom: 1px solid #707070;
  font-size: 22px;
  line-height: 28px; }
  .shareholders .header {
    display: flex;
    margin: 0;
    font-weight: 700;
    border-bottom: 10px solid #00674B; }
    .shareholders .header p {
      display: inline-flex;
      padding: 20px 20px !important;
      background: #00674B;
      color: #fff;
      font-size: 22px;
      line-height: 22px;
      font-weight: 500;
      margin: 0; }
    .shareholders .header .shareholder {
      width: 50%; }
    .shareholders .header .shares {
      width: 30%; }
    .shareholders .header .percentage {
      width: 20%; }
  .shareholders .shareholder-row {
    display: flex;
    padding: 20px 0;
    margin: 0;
    align-items: center;
    font-weight: 500; }
    .shareholders .shareholder-row:nth-child(odd) {
      background: #F7F7F7; }
    .shareholders .shareholder-row .shareholder {
      width: 50%;
      padding-left: 20px; }
    .shareholders .shareholder-row .shares {
      width: 30%;
      padding-left: 20px;
      color: #00674B; }
    .shareholders .shareholder-row .percentage {
      width: 20%;
      padding-left: 20px;
      color: #00674B; }

.shareholder-information .disclaimer {
  margin: 100px 0 60px 0; }

/* INVESTORS - SHAREHOLDER INFORMATION */
.accordion {
  margin: 60px 0;
  border-top: 10px solid #00674B; }
  .accordion .accordion-item {
    border-bottom: 1px solid #707070; }
    .accordion .accordion-item h3 {
      position: relative;
      padding: 20px;
      font-size: 22px;
      line-height: 22px;
      font-weight: 500;
      cursor: pointer;
      transition: color ease 0.4s;
      background: #F7F7F7; }
      .accordion .accordion-item h3:hover {
        color: #00674B; }
      .accordion .accordion-item h3:after {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        display: block;
        width: 30px;
        height: 30px;
        content: '';
        border-radius: 30px;
        background: #00674B url("../images/icon-arrow-down-white.svg") center center no-repeat;
        background-size: 14px auto; }
      .accordion .accordion-item h3.open:after {
        transform: translateY(-50%) rotate(180deg); }
    .accordion .accordion-item .accordion-content {
      display: none;
      padding: 20px 20px 40px 20px; }

#iframe-container-news {
  margin-bottom: 60px; }

/* ESG PAGE */
.esg-page .quote-block {
  display: flex;
  margin: 50px 0; }
  .esg-page .quote-block .quote-image {
    width: calc(33.33% - 20px); }
    .esg-page .quote-block .quote-image .name {
      font-size: 20px;
      line-height: 24px;
      font-weight: 700;
      color: #53CAB7;
      padding: 20px 0 0 0; }
    .esg-page .quote-block .quote-image .title {
      font-size: 16px;
      font-weight: 500; }
  .esg-page .quote-block .quote-area {
    width: calc(50% - 20px);
    margin-left: 40px; }
    .esg-page .quote-block .quote-area .quote {
      font-size: 30px;
      line-height: 35px;
      font-weight: 500;
      text-transform: uppercase;
      display: flex; }
      .esg-page .quote-block .quote-area .quote p {
        width: calc(100% - 140px);
        padding-bottom: 50px !important;
        border-bottom: 1px solid #707070; }
      .esg-page .quote-block .quote-area .quote:before {
        display: block;
        content: '';
        width: 50px;
        height: 36px;
        background: url(../images/icon-quote-left.svg) 0 0 no-repeat;
        background-size: 100% auto;
        margin: 0 20px 0 0; }
      .esg-page .quote-block .quote-area .quote:after {
        display: block;
        content: '';
        width: 50px;
        height: 36px;
        background: url(../images/icon-quote-right.svg) 0 0 no-repeat;
        background-size: 100% auto;
        margin: 0 0 50px 20px;
        align-self: flex-end; }
.esg-page .cta-block {
  margin: 0 0 50px 0;
  display: flex;
  justify-content: space-between; }
  .esg-page .cta-block .cta-box {
    width: calc(33.33% - 10px); }
    .esg-page .cta-block .cta-box a {
      display: block;
      font-weight: 500;
      padding: 15px 10px;
      color: #fff; }
    .esg-page .cta-block .cta-box .copy {
      font-weight: 500;
      padding: 10px; }
.esg-page .cs-download-block {
  margin: 0 0 60px 0; }
  .esg-page .cs-download-block h2 a {
    display: inline-flex;
    color: #725EA8; }
    .esg-page .cs-download-block h2 a:after {
      margin: 7px 0 0 10px;
      display: block;
      content: '';
      height: 12px;
      width: 7px;
      transition: all ease 0.4s;
      background: url(../images/icon-arrow-purple.svg) 0 0 no-repeat;
      background-size: 100%; }
  .esg-page .cs-download-block .cs-download {
    display: flex;
    justify-content: space-between; }
    .esg-page .cs-download-block .cs-download .cs {
      width: calc(66.66% - (15px / 2)); }
    .esg-page .cs-download-block .cs-download .downloads {
      width: calc(33.33% - (15px / 2)); }
      .esg-page .cs-download-block .cs-download .downloads ul {
        list-style: none;
        display: block;
        margin: 30px 0 0 0;
        padding: 0; }
        .esg-page .cs-download-block .cs-download .downloads ul li {
          margin: 10px 0 0 0; }
          .esg-page .cs-download-block .cs-download .downloads ul li a {
            display: block;
            background: #EFEFEF;
            color: #707070;
            padding: 15px 10px;
            font-weight: 500; }

.esg-sub1 h2, .esg-sub2 h2, .esg-sub3 h2, .esg-sub4 h2 {
  font-weight: 700;
  color: #53CAB7; }
.esg-sub1 p, .esg-sub1 li, .esg-sub2 p, .esg-sub2 li, .esg-sub3 p, .esg-sub3 li, .esg-sub4 p, .esg-sub4 li {
  font-weight: 500; }
.esg-sub1 .env-goals, .esg-sub2 .env-goals, .esg-sub3 .env-goals, .esg-sub4 .env-goals {
  margin: 50px 0 0 0;
  display: flex;
  justify-content: space-between; }
  .esg-sub1 .env-goals .copy, .esg-sub2 .env-goals .copy, .esg-sub3 .env-goals .copy, .esg-sub4 .env-goals .copy {
    width: calc(50% - 10px); }
  .esg-sub1 .env-goals .image, .esg-sub2 .env-goals .image, .esg-sub3 .env-goals .image, .esg-sub4 .env-goals .image {
    width: calc(50% - 10px);
    padding: 40px 60px; }
.esg-sub1 .achievements, .esg-sub2 .achievements, .esg-sub3 .achievements, .esg-sub4 .achievements {
  margin: 30px 0 50px 0; }
  .esg-sub1 .achievements .charts, .esg-sub2 .achievements .charts, .esg-sub3 .achievements .charts, .esg-sub4 .achievements .charts {
    display: flex;
    justify-content: space-between; }
    .esg-sub1 .achievements .charts .chart-wrap, .esg-sub2 .achievements .charts .chart-wrap, .esg-sub3 .achievements .charts .chart-wrap, .esg-sub4 .achievements .charts .chart-wrap {
      width: calc(20% - 10px); }
      .esg-sub1 .achievements .charts .chart-wrap .title, .esg-sub2 .achievements .charts .chart-wrap .title, .esg-sub3 .achievements .charts .chart-wrap .title, .esg-sub4 .achievements .charts .chart-wrap .title {
        font-weight: 500;
        text-align: center;
        margin: 0 0 20px 0; }
      .esg-sub1 .achievements .charts .chart-wrap .icon, .esg-sub2 .achievements .charts .chart-wrap .icon, .esg-sub3 .achievements .charts .chart-wrap .icon, .esg-sub4 .achievements .charts .chart-wrap .icon {
        width: 50%; }
      .esg-sub1 .achievements .charts .chart-wrap .icon img, .esg-sub2 .achievements .charts .chart-wrap .icon img, .esg-sub3 .achievements .charts .chart-wrap .icon img, .esg-sub4 .achievements .charts .chart-wrap .icon img {
        margin: 0 auto; }
      .esg-sub1 .achievements .charts .chart-wrap h3, .esg-sub2 .achievements .charts .chart-wrap h3, .esg-sub3 .achievements .charts .chart-wrap h3, .esg-sub4 .achievements .charts .chart-wrap h3 {
        color: #707070 !important;
        font-weight: 700;
        text-align: center;
        margin: 30px 0 0 0;
        font-size: 32px;
        line-height: 36px; }
      .esg-sub1 .achievements .charts .chart-wrap .gauge, .esg-sub2 .achievements .charts .chart-wrap .gauge, .esg-sub3 .achievements .charts .chart-wrap .gauge, .esg-sub4 .achievements .charts .chart-wrap .gauge {
        padding: 0;
        position: relative; }
        .esg-sub1 .achievements .charts .chart-wrap .gauge .icon, .esg-sub2 .achievements .charts .chart-wrap .gauge .icon, .esg-sub3 .achievements .charts .chart-wrap .gauge .icon, .esg-sub4 .achievements .charts .chart-wrap .gauge .icon {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          max-width: 40%; }
.esg-sub1 .road-ahead, .esg-sub2 .road-ahead, .esg-sub3 .road-ahead, .esg-sub4 .road-ahead {
  margin: 0 0 50px 0; }
  .esg-sub1 .road-ahead .boxes, .esg-sub2 .road-ahead .boxes, .esg-sub3 .road-ahead .boxes, .esg-sub4 .road-ahead .boxes {
    display: flex;
    justify-content: space-between; }
    .esg-sub1 .road-ahead .boxes .box, .esg-sub2 .road-ahead .boxes .box, .esg-sub3 .road-ahead .boxes .box, .esg-sub4 .road-ahead .boxes .box {
      width: calc(33.33% - 10px);
      background: #53CAB7; }
      .esg-sub1 .road-ahead .boxes .box h3, .esg-sub2 .road-ahead .boxes .box h3, .esg-sub3 .road-ahead .boxes .box h3, .esg-sub4 .road-ahead .boxes .box h3 {
        display: block;
        font-weight: 500;
        padding: 15px 10px;
        color: #fff;
        font-size: 18px;
        line-height: 22px; }

.esg-sub2 .pillars {
  margin: 50px 0 0 0; }
  .esg-sub2 .pillars h2 {
    padding-bottom: 60px; }
  .esg-sub2 .pillars .quote-area .quote {
    font-size: 26px;
    line-height: 31px;
    font-weight: 500;
    text-transform: uppercase;
    display: flex; }
    .esg-sub2 .pillars .quote-area .quote p {
      width: calc(100% - 140px);
      padding-bottom: 50px !important;
      border-bottom: 1px solid #707070; }
    .esg-sub2 .pillars .quote-area .quote:before {
      display: block;
      content: '';
      width: 50px;
      height: 36px;
      background: url(../images/icon-quote-left.svg) 0 0 no-repeat;
      background-size: 100% auto;
      margin: 0 20px 0 0; }
    .esg-sub2 .pillars .quote-area .quote:after {
      display: block;
      content: '';
      width: 50px;
      height: 36px;
      background: url(../images/icon-quote-right.svg) 0 0 no-repeat;
      background-size: 100% auto;
      margin: 0 0 50px 20px;
      align-self: flex-end; }
  .esg-sub2 .pillars .boxes {
    margin: 50px 0 0 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .esg-sub2 .pillars .boxes .box {
      width: calc(50% - 10px);
      background: #EFEFEF;
      margin: 10px 0;
      display: flex; }
      .esg-sub2 .pillars .boxes .box .image {
        width: 50%; }
      .esg-sub2 .pillars .boxes .box .copy {
        width: 50%;
        padding: 20px; }
        .esg-sub2 .pillars .boxes .box .copy h3 {
          font-size: 18px;
          line-height: 22px;
          font-weight: 500; }
.esg-sub2 .achievements {
  margin: 50px 0; }
  .esg-sub2 .achievements .boxes {
    display: flex;
    justify-content: space-between; }
    .esg-sub2 .achievements .boxes .box {
      width: calc(33.33% - 10px);
      background: #53CAB7; }
      .esg-sub2 .achievements .boxes .box h3 {
        display: block;
        font-weight: 500;
        padding: 15px 10px;
        color: #fff;
        font-size: 18px;
        line-height: 22px;
        background: #53CAB7; }

.esg-sub3 .quote-block .quote-area {
  margin: 0 80px 0 0;
  width: 45%; }
.esg-sub3 .framework {
  margin: 50px 0 0 0; }
  .esg-sub3 .framework .images {
    display: flex;
    justify-content: space-between; }
    .esg-sub3 .framework .images .image {
      width: calc(50% - 10px); }
  .esg-sub3 .framework .footnote {
    margin: 20px 0 0 0;
    background: #EFEFEF;
    border-radius: 18px;
    padding: 20px;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500; }
.esg-sub3 .lifescience-board, .esg-sub3 .ironstone-team {
  margin: 50px 0 0 0; }
  .esg-sub3 .lifescience-board .chart-wrap, .esg-sub3 .ironstone-team .chart-wrap {
    display: flex;
    justify-content: space-between;
    margin: 30px 0 0 0; }
    .esg-sub3 .lifescience-board .chart-wrap .chart-holder, .esg-sub3 .ironstone-team .chart-wrap .chart-holder {
      width: calc(25% - 10px);
      padding: 20px;
      background: #EFEFEF;
      border-radius: 18px; }
      .esg-sub3 .lifescience-board .chart-wrap .chart-holder .title, .esg-sub3 .ironstone-team .chart-wrap .chart-holder .title {
        font-weight: 500;
        text-align: center;
        margin-bottom: 30px; }
      .esg-sub3 .lifescience-board .chart-wrap .chart-holder .pie, .esg-sub3 .ironstone-team .chart-wrap .chart-holder .pie {
        margin-bottom: 30px; }
  .esg-sub3 .lifescience-board .footnote, .esg-sub3 .ironstone-team .footnote {
    margin: 20px 0 0 0; }
.esg-sub3 .achievements {
  margin: 50px 0; }
  .esg-sub3 .achievements .boxes {
    display: flex;
    justify-content: space-between; }
    .esg-sub3 .achievements .boxes .box {
      width: calc(33.33% - 10px);
      background: #53CAB7; }
      .esg-sub3 .achievements .boxes .box h3 {
        display: block;
        font-weight: 500;
        padding: 15px 10px;
        color: #fff;
        font-size: 18px;
        line-height: 22px;
        background: #53CAB7; }
.esg-sub3 .cta {
  margin: 50px 0; }
  .esg-sub3 .cta .button {
    font-weight: 500; }

.esg-sub4 h2 {
  margin: 50px 0 30px 0; }
.esg-sub4 .case-studies .case-study {
  display: flex;
  position: relative;
  margin-bottom: 50px; }
  .esg-sub4 .case-studies .case-study:nth-child(even) .copy-wrap {
    order: 0;
    padding-left: calc(((100vw - 1374px) / 2) + 30px);
    padding-right: 0; }
  .esg-sub4 .case-studies .case-study:nth-child(even) .image {
    order: 1; }
  .esg-sub4 .case-studies .case-study .copy-wrap {
    width: 60%;
    padding-right: calc(((100vw - 1374px) / 2) + 30px);
    display: flex;
    flex-direction: column; }
    .esg-sub4 .case-studies .case-study .copy-wrap .copy {
      background: #EFEFEF;
      padding: 40px; }
      .esg-sub4 .case-studies .case-study .copy-wrap .copy h3 {
        color: #53CAB7;
        font-size: 30px;
        line-height: 34px;
        padding: 0 0 20px 0; }
  .esg-sub4 .case-studies .case-study .image {
    width: 40%;
    background-size: cover;
    background-position: center center; }

/* IN THE PRESS */
.press-page-buttons {
  margin: 30px 10px 0 10px; }
  .press-page-buttons .button {
    display: inline-flex;
    padding: 20px 35px;
    background: #EFEFEF;
    color: #00674B;
    font-size: 22px;
    line-height: 22px;
    font-weight: 500;
    margin-right: 10px; }
    .press-page-buttons .button:hover, .press-page-buttons .button.active {
      background: #00674B;
      color: #fff; }

.press-articles {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0 60px 0; }
  .press-articles .article {
    position: relative;
    width: calc(25% - 20px);
    background: #EFEFEF;
    margin: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px; }
    .press-articles .article .copy {
      text-align: center; }
      .press-articles .article .copy h2 {
        font-weight: 700;
        padding: 0 0 10px 0; }
    .press-articles .article .logo {
      margin: 20px 0 0 0;
      padding: 20px 0;
      background-color: #fff; }
      .press-articles .article .logo .inner {
        height: 80px;
        background-size: 60% auto;
        background-position: center center;
        background-repeat: no-repeat; }
    .press-articles .article a {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }

/* CONTACT */
#content.contact-page {
  padding: 80px 0 0 0; }

#content.contact-page.sub {
  padding: 0; }

.contact-page .column-block {
  margin: 0 0 60px 0; }
  .contact-page .column-block h2 {
    padding: 20px 0 10px 0; }
    .contact-page .column-block h2:first-child {
      padding: 0 0 10px 0; }
  .contact-page .column-block h3 {
    font-size: 18px;
    line-height: 26px;
    color: #00674B;
    padding: 10px 0 5px 0; }
  .contact-page .column-block p {
    line-height: 26px;
    font-weight: 500; }
  .contact-page .column-block .inner {
    display: flex;
    justify-content: space-between; }
    .contact-page .column-block .inner .intro-text {
      width: calc(33.33333% - 20px); }
    .contact-page .column-block .inner .location-blocks {
      width: calc(66.66666% - 20px); }
      .contact-page .column-block .inner .location-blocks .location-block {
        display: flex;
        margin-bottom: 30px; }
        .contact-page .column-block .inner .location-blocks .location-block .copy {
          width: 220px; }
        .contact-page .column-block .inner .location-blocks .location-block .location-map {
          width: calc(100% - 220px); }
  .contact-page .column-block .cb-col {
    width: 32%; }

.acf-map {
  width: 100%;
  height: 400px;
  margin: 0; }

.acf-map img {
  max-width: inherit !important; }

#cookie-notice .cn-button {
  background: #00674B !important; }

#page-404 {
  padding: 200px 0; }

.search-result-list ul {
  margin: 40px 0;
  list-style: none;
  padding: 0; }
  .search-result-list ul li {
    margin: 0 0 20px 0;
    border-bottom: 1px solid #00674B;
    padding: 0 0 20px 0; }
    .search-result-list ul li:first-child {
      border-top: 1px solid #00674B;
      padding-top: 20px; }
    .search-result-list ul li h2 {
      font-size: 20px;
      line-height: 24px;
      padding: 0 0 10px 0; }
      .search-result-list ul li h2 a {
        color: #00674B; }
        .search-result-list ul li h2 a:hover {
          color: #5B9585; }
    .search-result-list ul li p {
      font-size: 16px; }

.default-page {
  margin: 0 0 60px 0; }
  .default-page h2 {
    padding: 20px 0 10px 0; }
  .default-page h3 {
    padding: 20px 0 10px 0; }
  .default-page ul {
    list-style: none;
    padding: 10px 0;
    margin: 0; }
    .default-page ul li {
      position: relative;
      padding: 5px 10px 5px 30px; }
      .default-page ul li:before {
        position: absolute;
        left: 0;
        top: 0;
        content: '•';
        color: #00674B;
        font-size: 40px;
        line-height: 30px; }
  .default-page ol {
    counter-reset: my-sec-counter;
    list-style: none;
    padding: 10px 0;
    margin: 0; }
    .default-page ol li {
      position: relative;
      padding: 5px 10px 5px 30px; }
      .default-page ol li:before {
        position: absolute;
        left: 0;
        top: 5px;
        counter-increment: my-sec-counter;
        content: counter(my-sec-counter);
        color: #00674B; }

/* Disclaimer */
#disclaimer {
  display: none;
  position: fixed;
  background: #00674B;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 19;
  overflow-y: scroll;
  font-weight: 500;
  transition: none; }
  #disclaimer #main-content {
    padding: 250px 0 250px 0; }
    #disclaimer #main-content h1, #disclaimer #main-content p, #disclaimer #main-content ul {
      color: #fff; }
    #disclaimer #main-content h1 {
      padding: 0 0 30px 0; }
  #disclaimer .disclaimer-actions {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0;
    z-index: 21; }
    #disclaimer .disclaimer-actions .actions {
      padding: 30px 0;
      background-color: #fff; }
      #disclaimer .disclaimer-actions .actions .inner {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        #disclaimer .disclaimer-actions .actions .inner p.validate {
          display: none;
          color: #f01518; }
        #disclaimer .disclaimer-actions .actions .inner .button {
          background-color: #00674B; }
          #disclaimer .disclaimer-actions .actions .inner .button:hover {
            background-color: #707070; }
        #disclaimer .disclaimer-actions .actions .inner label {
          display: inline-block;
          margin-left: 5px; }
        #disclaimer .disclaimer-actions .actions .inner p.tick {
          padding: 0; }
      #disclaimer .disclaimer-actions .actions .b-contain *, #disclaimer .disclaimer-actions .actions .b-contain *::before, #disclaimer .disclaimer-actions .actions .b-contain *::after {
        box-sizing: content-box !important; }
      #disclaimer .disclaimer-actions .actions .b-contain input {
        position: absolute;
        z-index: -1;
        opacity: 0; }
      #disclaimer .disclaimer-actions .actions .b-contain {
        display: table;
        position: relative;
        padding-left: 2.02rem;
        cursor: pointer;
        margin-bottom: .5rem; }
      #disclaimer .disclaimer-actions .actions .b-contain input[type="checkbox"] ~ .b-input {
        position: absolute;
        top: 0;
        left: 0;
        height: 1.25rem;
        width: 1.25rem;
        background: rgba(255, 255, 255, 0);
        transition: background 250ms;
        border: 1px solid #e3e2e2;
        border-radius: 0rem; }
      #disclaimer .disclaimer-actions .actions .b-contain input[type="checkbox"] ~ .b-input::after {
        content: '';
        position: absolute;
        display: none;
        left: .45rem;
        top: .18rem;
        width: .25rem;
        height: .6rem;
        border: solid white;
        border-width: 0 2px 2px 0;
        transition: background 250ms;
        transform: rotate(45deg); }
      #disclaimer .disclaimer-actions .actions .b-contain input:checked ~ .b-input::after {
        display: block; }
      #disclaimer .disclaimer-actions .actions .b-contain input:checked ~ .b-input {
        background: #00674b;
        border-color: #00674b; }
      #disclaimer .disclaimer-actions .actions .b-contain .b-input::before {
        content: '';
        display: none;
        position: absolute;
        left: 0;
        top: 0;
        width: 3rem;
        height: 3rem;
        margin-left: -0.85rem;
        margin-top: -0.85rem;
        background: #0082f3;
        border-radius: 2rem;
        opacity: .6;
        z-index: 99999;
        transform: scale(0); }
      #disclaimer .disclaimer-actions .actions .b-contain .b-input::before {
        visibility: hidden; }
      #disclaimer .disclaimer-actions .actions .b-contain input:focus + .b-input::before {
        visibility: visible; }
      #disclaimer .disclaimer-actions .actions .b-contain:first-child .b-input::before {
        visibility: hidden; }
    #disclaimer .disclaimer-actions .decline {
      padding: 40px 0;
      background-color: #E3E2E2; }

#cookie-notice {
  z-index: 18 !important; }

/* Gated Content */
#gated-content {
  display: none;
  position: fixed;
  background: rgba(83, 202, 183, 0.95);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 19;
  overflow-y: scroll;
  font-weight: 500;
  transition: none; }
  #gated-content #main-content {
    padding: 250px 0 100px 0; }
    #gated-content #main-content h1, #gated-content #main-content h2, #gated-content #main-content p, #gated-content #main-content ol {
      color: #fff; }
    #gated-content #main-content h2 {
      padding: 0 0 30px 0; }
  #gated-content .close {
    position: absolute;
    right: 30px;
    top: 220px;
    display: block;
    height: 20px;
    width: 20px;
    background: url("../images/icon-close.svg") center center no-repeat;
    text-indent: -99999px; }
  #gated-content .explanation {
    font-size: 80%;
    line-height: 110%; }
    #gated-content .explanation ol {
      color: #fff;
      font-style: italic; }
  #gated-content.nav-up #main-content {
    padding-top: 180px; }
  #gated-content.nav-up .close {
    top: 150px; }
  #gated-content .actions {
    margin-bottom: 50px; }
    #gated-content .actions a {
      display: inline-flex;
      align-items: center;
      position: relative;
      color: #fff;
      padding-left: 25px;
      margin-right: 20px; }
      #gated-content .actions a:before {
        position: absolute;
        left: 0;
        top: 3px;
        content: '';
        display: block;
        height: 14px;
        width: 14px;
        border: 1px solid #fff;
        border-radius: 12px; }
      #gated-content .actions a.active:after {
        position: absolute;
        left: 3px;
        top: 6px;
        content: '';
        display: block;
        height: 10px;
        width: 10px;
        background: #707070;
        border-radius: 12px; }
  #gated-content .selected-no {
    display: none;
    margin-bottom: 40px; }
    #gated-content .selected-no a {
      padding-left: 0; }
  #gated-content .wpcf7 {
    display: none;
    margin-bottom: 40px; }
    #gated-content .wpcf7 label {
      display: block;
      margin-bottom: 10px; }
    #gated-content .wpcf7 input[type="text"], #gated-content .wpcf7 input[type="email"] {
      outline: none;
      border: 0;
      padding: 10px 25px;
      background-color: #fff;
      color: #707070; }
    #gated-content .wpcf7 input[type="submit"] {
      margin-top: 20px;
      font-family: "Gotham A", "Gotham B", sans-serif;
      font-style: normal;
      display: inline-block;
      padding: 10px 25px;
      transition: all ease 0.4s;
      cursor: pointer;
      outline: none;
      border: 0;
      color: #53cab7;
      background-color: #fff; }
      #gated-content .wpcf7 input[type="submit"]:hover {
        color: #fff;
        background-color: #707070; }

.tenant-block.mobile {
  display: none; }

a#pull, #mobile-menu {
  display: none; }

.bio-mobile {
  display: none; }

@media only screen and (max-width: 1439px) {
  .case-study-header .headline {
    left: 0;
    transform: none; } }
@media only screen and (max-width: 1265px) {
  body, .intro-copy p, .market-opp-block .market-opp-boxes .opp-box .more-block .more-copy, .market-opp-block .market-opp-boxes .opp-box .more-block .responding-copy p, .portfolio-occupiers .table-wrap .table-row .col, .portfolio-occupiers .oc-footnote {
    font-size: 16px;
    line-height: 20px; }

  .page-content {
    padding-top: 170px; }

  header {
    height: 170px; }

  header .inner .logo {
    width: 120px; }

  header .inner .header-right {
    width: calc(100% - 160px); }

  header .inner .menu-holder .menu > li {
    font-size: 16px;
    line-height: 20px;
    padding: 0 15px 0 15px; }

  header .inner .menu-holder .menu > li:first-child {
    padding-left: 0; }

  header .inner .share-price {
    margin: 30px 0 40px 0; }

  .case-study-header .headline .content {
    font-size: 26px;
    line-height: 32px; }

  .stat-holder .stat-box p.stat {
    font-size: 30px;
    line-height: 34px; }

  .investors-landing .latest-boxes .inner .box1 p.share-price {
    font-size: 46px;
    line-height: 46px; }

  .investors-value-creation .investment-case .case-boxes .case-box .icon-title {
    justify-content: space-between;
    margin-bottom: 10px; }

  .investors-value-creation .investment-case .case-boxes .case-box .icon-title .icon {
    width: 40px; }

  .investors-value-creation .investment-case .case-boxes .case-box .icon-title .icon img {
    max-width: 40px; }

  .investors-value-creation .investment-case .case-boxes .case-box .icon-title h3 {
    width: calc(100% - 60px);
    font-size: 24px;
    line-height: 28px; }

  .market-opp-block .market-opp-boxes .opp-box {
    width: calc(20% - 20px); } }
@media only screen and (max-width: 1069px) {
  header .inner .menu-holder .menu > li {
    font-size: 15px;
    line-height: 19px;
    padding: 0 12px 0 12px; }

  header .inner .share-price {
    font-size: 15px;
    line-height: 19px; } }
@media only screen and (max-width: 1024px) {
  body, .intro-copy p, .market-opp-block .market-opp-boxes .opp-box .more-block .more-copy, .market-opp-block .market-opp-boxes .opp-box .more-block .responding-copy p, .portfolio-occupiers .table-wrap .table-row .col, .portfolio-occupiers .oc-footnote, .market-opp-block .market-opp-boxes .opp-box h3 {
    font-size: 15px;
    line-height: 20px; }

  h1, p.parent, h2.large, .top-level-header .inner .headline .content h1 {
    font-size: 35px;
    line-height: 40px; }

  h1.child {
    font-size: 22px;
    line-height: 26px; }

  h2, .portfolio-landing .key-stats h2, .case-study-single .key-stats-location h2, .investors-landing h2, .esg-page .page-main .copyarea h2 {
    font-size: 20px;
    line-height: 24px;
    padding: 0 0 20px 0; }

  .intro-copy h3 {
    font-size: 20px;
    line-height: 24px;
    padding: 0 0 20px 0; }

  .page-content {
    padding-top: 106px; }

  header {
    border-top: none;
    height: 106px; }

  header .container {
    padding: 0 20px 0 20px; }

  header .inner {
    padding: 0; }

  header .inner .logo {
    width: 80px;
    margin: 10px 0 0 0; }

  a#pull {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    margin: 0;
    width: 37px;
    height: 24px;
    background: url(../images/icon-mobile-nav.svg) 0 0 no-repeat;
    -webkit-transition: -webkit-transform 250ms ease-out 0s;
    -moz-transition: -moz-transform 250ms ease-out 0s;
    -o-transition: -o-transform 250ms ease-out 0s;
    transition: transform 250ms ease-out 0s;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    background-size: 100%; }

  a#pull.open {
    background-position: 0 -26px;
    -webkit-transition: -webkit-transform 250ms ease-out 0s;
    -moz-transition: -moz-transform 250ms ease-out 0s;
    -o-transition: -o-transform 250ms ease-out 0s;
    transition: transform 250ms ease-out 0s;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    background-size: 100%; }

  header .inner .menu-holder, header .inner .share-price {
    display: none; }

  #mobile-menu {
    display: flex;
    flex-wrap: wrap;
    position: fixed;
    left: 0;
    top: 106px;
    width: 100%;
    margin: 0;
    overflow: scroll;
    z-index: 20;
    padding: 20px;
    height: calc(100vh - 106px);
    transform: translateX(100%);
    transition: transform ease 0.5s;
    background: #00674B; }

  header.mobile-menu-open #mobile-menu {
    transform: translateX(0); }

  #mobile-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 18px;
    line-height: 22px;
    width: 100%; }

  #mobile-menu ul li a {
    display: flex;
    color: #fff; }

  #mobile-menu > ul > li {
    border-bottom: 2px solid #fff;
    padding: 12px 0; }

  #mobile-menu > ul > li > a {
    position: relative;
    font-weight: 700;
    justify-content: space-between; }

  #mobile-menu > ul > li > .sub-menu > li.current-menu-item > a {
    text-decoration: underline; }

  #mobile-menu > ul > li.menu-item-has-children > a span:after {
    display: block;
    content: '+';
    font-weight: 700;
    font-size: 30px; }

  #mobile-menu > ul > li.menu-item-has-children > a.expanded span:after {
    content: '–';
    font-weight: 700; }

  #mobile-menu > ul > li > .sub-menu {
    display: none;
    padding: 16px 0; }

  #mobile-menu > ul > li > .sub-menu > li {
    padding: 6px 0; }

  #mobile-menu .mobile-share-price {
    width: 100%;
    text-align: center;
    margin: 30px 0;
    padding: 20px;
    background: #fff;
    height: fit-content; }

  #mobile-menu .mobile-share-price p {
    font-weight: 700;
    color: #00674B;
    font-size: 16px;
    line-height: 19px; }

  #mobile-menu .mobile-share-price p.price {
    font-weight: 400;
    color: #00674B; }

  #mobile-menu .mobile-share-price p span {
    font-weight: 400;
    color: #00674B;
    font-size: 36px;
    line-height: 36px; }

  #mobile-menu .mobile-search-holder {
    width: 100%;
    align-self: flex-end;
    position: relative; }

  #mobile-menu .mobile-search-holder input[type="text"] {
    position: relative;
    padding: 12px 20px 12px 40px !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 10px;
    width: 100% !important;
    margin: 0 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 14px;
    line-height: 14px;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-weight: 400;
    font-style: normal;
    outline: none;
    background: #EFEFEF; }

  #mobile-menu .mobile-search-holder input[type="submit"] {
    text-indent: -9999px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: block !important;
    margin: 0 20px 0 0 !important;
    padding: 0 !important;
    cursor: pointer !important;
    transition: all ease 0.5s !important;
    border: 0 !important;
    outline: none !important;
    width: 16px;
    height: 16px;
    background: url("../images/icon-search.svg") 0 0 no-repeat;
    background-size: 100%;
    z-index: 10; }

  footer .footer-top .constant .inner {
    justify-content: center; }

  footer .footer-top .constant .inner .footer-dd-trigger {
    display: none; }

  footer .footer-bottom {
    font-size: 15px;
    line-height: 18px;
    padding: 30px 0; }

  .stat-holder .stat-box p.title {
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid; }

  .stat-holder .stat-box p.stat {
    text-align: center;
    font-size: 25px;
    line-height: 29px;
    padding: 10px !important; }

  .page-header {
    padding: 30px 0 60px 0; }

  .page-header .copyarea {
    font-size: 24px;
    line-height: 30px;
    max-width: 768px; }

  .top-level-header {
    height: 420px; }

  .top-level-header .inner .headline, .home-header .inner .headline {
    left: -20px;
    transform: none; }

  .top-level-header .inner .headline .content {
    width: 50%; }

  .home-header .inner .headline, .top-level-header .inner .headline {
    width: 100%; }

  .home-header .inner .headline .content {
    font-size: 35px;
    line-height: 40px; }

  .home-header .inner .strapline {
    right: 60px; }

  .home-header .inner .strapline p {
    font-size: 20px;
    line-height: 24px; }

  .home-header .inner .strapline p.large {
    font-size: 30px;
    line-height: 34px; }

  .home-header .flex-control-nav {
    right: 250px; }

  .home-blocks-top .inner .right .tenant-block {
    padding: 20px 20px 40px 20px; }

  .home-blocks-top .inner .right .tenant-block .tenant-inner .tenant img {
    max-width: 140px; }

  .home-blocks-top .inner .right .tenant-block .flex-control-nav {
    bottom: -20px; }

  .home-blocks-top .inner .right .tenant-block .flex-control-nav li a {
    width: 10px;
    height: 10px; }

  .about-what-we-do .value-block .copy h3 {
    font-size: 26px;
    line-height: 30px;
    padding: 0 0 20px 0; }

  .about-what-we-do .creating-blocks .creating-block p.stat {
    font-size: 30px;
    line-height: 35px; }

  .our-objectives-block .objective .boxes .box h3 {
    font-size: 18px;
    line-height: 22px; }

  .our-objectives-block .objective .boxes .box p.stat {
    font-size: 30px;
    line-height: 34px; }

  .our-strategies-block .strategies .strategy .strategy-title, .esg-page .key-boxes-block .key-box .key-box-title {
    padding: 20px 20px 20px 20px; }

  .our-strategies-block .strategies .strategy .strategy-title .number, .esg-page .key-boxes-block .key-box .key-box-title .number {
    width: 40px;
    font-size: 30px;
    line-height: 30px; }

  .our-strategies-block .strategies .strategy .strategy-title .title-link, .esg-page .key-boxes-block .key-box .key-box-title .title-link {
    width: calc(100% - 40px); }

  .our-strategies-block .strategies .strategy .strategy-title .title-link h3, .esg-page .key-boxes-block .key-box .key-box-title .title-link h3 {
    font-size: 24px;
    line-height: 24px;
    padding-bottom: 20px;
    margin-bottom: 20px; }

  .our-strategies-block .strategies .strategy .strategy-title .title-link a.read-more, .esg-page .key-boxes-block .key-box .key-box-title .title-link a.read-more {
    font-size: 18px;
    line-height: 18px; }

  .our-strategies-block .strategies .strategy .strategy-title .title-link a.read-more:after, .esg-page .key-boxes-block .key-box .key-box-title .title-link a.read-more:after {
    width: 30px;
    height: 30px;
    margin: 0 0 0 10px;
    border-radius: 50px;
    background-size: 18px auto !important;
    background-position: center top 10px !important; }

  .our-strategies-block .strategies .strategy .strategy-content .two-col .col h4, .our-strategies-block .strategies .strategy .strategy-content .progress-block h2 {
    font-size: 22px;
    line-height: 26px; }

  .our-strategies-block .strategies .strategy .strategy-content .progress-block .progress-boxes .box h3 {
    font-size: 20px;
    line-height: 24px; }

  .board-bios .board-bio .copy p.name {
    font-size: 20px;
    line-height: 24px; }

  .board-bios .board-bio-large-holder .inner .bio-content .bio-copy {
    font-size: 18px;
    line-height: 22px; }

  .about-governance .board-committee h2 {
    padding: 30px 0 30px 0; }

  .about-governance .board-committee .header p {
    font-size: 14px;
    line-height: 18px; }

  .about-governance .board-committee .header > div p {
    padding: 15px !important;
    width: 95%; }

  .about-governance .board-committee .member .true {
    width: 26px;
    height: 26px;
    border-radius: 26px; }

  .market-opp-block .market-opp-boxes .opp-box {
    width: calc(20% - 10px); }

  .portfolio-landing .key-stats {
    margin: 0 0 60px 0; }

  .portfolio-landing .portfolio-region .intro p {
    font-size: 24px;
    line-height: 28px; }

  .case-study-header {
    height: 440px; }

  .case-study-header .headline {
    width: calc(100%); }

  .case-study-header .headline .content {
    font-size: 24px;
    line-height: 28px;
    padding: 20px 50px 90px 50px;
    width: 70%; }

  .portfolio-topten .asset-boxes .asset-box .copy h3 {
    font-size: 18px;
    line-height: 22px; }

  .case-study-single .key-stats-location {
    margin: 0 0 45px 0; }

  .case-study-single .key-stats-location .content .stat-holder .stat-box h3 {
    font-size: 16px;
    line-height: 20px;
    padding: 10px; }

  .case-study-single .main-copy-boxes .copy-box h2, .case-study-single .sustainability-boxes h2 {
    font-size: 20px;
    line-height: 24px; }

  .case-study-single .next-previous a {
    font-size: 20px;
    line-height: 20px; }

  .case-study-single .next-previous a:after {
    width: 35px;
    height: 35px;
    border-radius: 35px;
    background-size: 12px auto; }

  .case-study-single .next-previous {
    margin: 0 0 30px 0; }

  .case-study-single .key-stats-location .content .stat-holder .stat-box p {
    padding: 18px 12px !important; }

  .investors-landing .latest-boxes .inner .box1 p.share-price {
    font-size: 42px;
    line-height: 42px; }

  .investors-landing .latest-boxes .inner .box2 {
    font-size: 20px;
    line-height: 24px; }

  .investors-landing .email-alerts {
    margin: 0 0 30px 0; }

  .investors-landing .half-half .col-left {
    width: calc(66.666667% - 18px); }

  .investors-landing .half-half .col-right {
    width: calc(33.33333% - 18px); }

  .investors-landing .half-half .col-right .inner-half-half {
    display: block; }

  .investors-landing .half-half .col-right .inner-half-half .col {
    width: 100%;
    margin-bottom: 20px; }

  .investors-landing .half-half .col-right .inner-half-half .col:last-child {
    margin-bottom: 0; }

  .investors-value-creation .investment-case {
    margin: 0 0 40px 0; }

  .investors-value-creation .investment-case .case-boxes .case-box {
    width: calc(50% - 28px); }

  .investors-value-creation .kpis .kpi-boxes .kpi-box h3 {
    font-size: 22px;
    line-height: 26px; }

  .investors-value-creation .kpis .kpi-boxes .kpi-box h4 {
    font-size: 19px;
    line-height: 23px;
    padding-bottom: 10px; }

  .year-tabs .year-tab, .financial-calendar .tab, .return-tabs .return-tab {
    padding: 15px 30px;
    font-size: 18px;
    line-height: 18px; }

  .documents-holder .year-content, .financial-calendar .calendar {
    font-size: 18px;
    line-height: 22px; }

  .shareholders {
    font-size: 18px;
    line-height: 22px; }

  .shareholders .header p {
    padding: 15px 30px !important;
    font-size: 18px;
    line-height: 18px; }

  .shareholders .header .shareholder, .shareholders .shareholder-row .shareholder {
    width: 40%; }

  .shareholders .header .percentage, .shareholders .shareholder-row .percentage {
    width: 30%; }

  .shareholders .header .percentage {
    background: #00674B; }

  .accordion {
    margin: 30px 0; }

  .accordion .accordion-item h3 {
    padding: 15px 50px 15px 15px;
    font-size: 18px;
    line-height: 22px; }

  .accordion .accordion-item h3:after {
    right: 10px; }

  .esg-page .page-main .quotearea .quote {
    font-size: 22px;
    line-height: 28px; }

  .esg-page .focus-block .improve-reduce {
    font-size: 26px;
    line-height: 30px; }

  .esg-page .focus-block .improve-reduce .icon {
    width: 70px;
    height: 70px; }

  .esg-page .key-boxes-block .key-box .key-box-content .social-icons .social-icon img {
    width: 120px;
    margin: 0 auto; }

  .esg-page .key-boxes-block .key-box .key-box-content .social-icons .social-icon .text {
    font-size: 18px;
    line-height: 22px; }

  #content.contact-page {
    padding: 60px 0 0 0; }

  .contact-page .column-block .inner .location-blocks .location-block {
    display: block; }

  .contact-page .column-block .inner .location-blocks .location-block .copy {
    width: 100%;
    margin-bottom: 30px; }

  .contact-page .column-block .inner .location-blocks .location-block .location-map {
    width: 100%; }

  .contact-page .column-block h3 {
    font-size: 16px;
    line-height: 20px;
    padding: 0 0 5px 0; }

  .search-result-list ul {
    margin-top: 0; }

  #disclaimer #main-content {
    padding: 150px 0 200px 0; }

  #disclaimer .disclaimer-actions .actions {
    padding: 20px 0; }

  #disclaimer .disclaimer-actions .decline {
    padding: 30px 0; }

  #gated-content #main-content {
    padding: 180px 0 50px 0; }

  #gated-content .close {
    top: 140px; } }
@media only screen and (max-width: 959px) {
  footer .footer-bottom {
    padding: 20px 0;
    font-size: 14px;
    line-height: 18px; }

  footer .footer-bottom .inner .footer-menu-2 .footer-menu ul li {
    padding-right: 6px; }

  footer .footer-bottom .inner .footer-menu-2 .footer-menu ul li:after {
    margin-left: 6px; }

  .home-header .inner .headline .content {
    width: 60%; }

  .home-blocks-bottom .inner {
    flex-wrap: wrap;
    justify-content: center; }

  .home-blocks-bottom .inner .col {
    width: calc(50% - 18px);
    margin-bottom: 20px; }

  .home-blocks-bottom .inner .box .content .image {
    height: 260px; }

  .about-history .timeline {
    width: 728px; }

  .investors-landing .latest-boxes .inner {
    flex-wrap: wrap; }

  .investors-landing .latest-boxes .inner .col {
    width: calc(50% - 18px);
    margin-bottom: 20px; }

  .investors-landing .latest-boxes {
    margin-bottom: 15px; }

  .press-articles .article {
    width: calc(33.33333% - 20px); }

  .acf-map {
    height: 320px; }

  .esg-page .quote-block .quote-area .quote, .esg-sub2 .pillars .quote-area .quote {
    font-size: 22px;
    line-height: 26px; }

  .esg-sub1 .road-ahead .boxes .box h3, .esg-sub2 .road-ahead .boxes .box h3, .esg-sub3 .road-ahead .boxes .box h3, .esg-sub4 .road-ahead .boxes .box h3, .esg-sub2 .pillars .boxes .box .copy h3, .esg-sub2 .achievements .boxes .box h3, .esg-sub3 .achievements .boxes .box h3 {
    font-size: 16px;
    line-height: 20px; }

  .esg-sub2 .pillars .boxes .box {
    display: block; }

  .esg-sub2 .pillars .boxes .box .image, .esg-sub2 .pillars .boxes .box .copy {
    width: 100%; }

  .esg-sub3 .framework .footnote {
    font-size: 14px;
    line-height: 18px; }

  .esg-sub3 .lifescience-board .chart-wrap, .esg-sub3 .ironstone-team .chart-wrap {
    flex-wrap: wrap; }

  .esg-sub3 .lifescience-board .chart-wrap .chart-holder, .esg-sub3 .ironstone-team .chart-wrap .chart-holder {
    width: calc(50% - 10px);
    margin-bottom: 20px; }

  .esg-sub3 .quote-block .quote-area {
    margin: 0 40px 0 0;
    width: calc(66.66% - 20px); }

  .esg-page .quote-block .quote-area {
    width: calc(66.66% - 20px); }

  .portfolio-occupiers .charts .chart-wrap .chart-holder {
    width: calc(50% - 10px); }

  .portfolio-occupiers .table-wrap .header .col:nth-child(5), .portfolio-occupiers .table-wrap .table-row .col:nth-child(5) {
    width: calc(35% - 2px); }

  .portfolio-occupiers .table-wrap .header .col:nth-child(6), .portfolio-occupiers .table-wrap .table-row .col:nth-child(6) {
    width: calc(15% - 2px); } }
@media only screen and (max-width: 767px) {
  .page-content {
    padding-top: 106px; }

  body, .intro-copy p, .market-opp-block .market-opp-boxes .opp-box .more-block .more-copy, .market-opp-block .market-opp-boxes .opp-box .more-block .responding-copy p, .portfolio-occupiers .table-wrap .table-row .col, .portfolio-occupiers .oc-footnote, .market-opp-block .market-opp-boxes .opp-box h3 {
    font-size: 14px;
    line-height: 18px; }

  h1, p.parent, h2.large {
    font-size: 24px;
    line-height: 28px; }

  h1.child {
    font-size: 18px;
    line-height: 22px; }

  h2, .portfolio-landing .key-stats h2, .case-study-single .key-stats-location h2, .investors-landing h2, .esg-page .page-main .copyarea h2 {
    font-size: 18px;
    line-height: 22px;
    padding: 0 0 20px 0;
    text-align: center; }

  .intro-copy h3 {
    font-size: 18px;
    line-height: 22px;
    padding: 0 0 20px 0; }

  footer .footer-bottom .inner {
    display: block; }

  footer .footer-bottom .inner .footer-menu-2 {
    width: 100%;
    margin: 0 0 30px 0; }

  footer .footer-bottom .inner .footer-menu-2 .footer-menu ul {
    display: block;
    text-align: center; }

  footer .footer-bottom .inner .footer-menu-2 p.copyright {
    text-align: center; }

  footer .footer-bottom .inner .website-by {
    width: 90%;
    justify-content: center;
    margin: 0 auto; }

  footer .footer-bottom .inner .footer-menu-2 .footer-menu ul li {
    display: inline-block; }

  .home-header, .top-level-header {
    height: 320px; }

  .home-header .inner .headline, .top-level-header .inner .headline, .case-study-header .headline {
    transform: none;
    top: 0;
    left: 0;
    width: 70%; }

  .home-header .inner .headline .content, .top-level-header .inner .headline .content, .case-study-header .headline .content {
    width: 100%;
    font-size: 20px;
    line-height: 25px;
    padding: 20px 20px 50px 20px; }

  .home-header .inner .strapline {
    display: none; }

  .home-header .flex-control-nav {
    display: none; }

  .home-blocks-top {
    width: 100%;
    margin-left: 0; }

  .home-blocks-top .inner {
    display: block; }

  .home-blocks-top .inner .left {
    width: calc(100%);
    margin: 0 0 20px 0; }

  .home-blocks-top .inner .right {
    width: 100%;
    margin: 0 0 20px 0; }

  .tenant-block.mobile {
    display: block; }

  .tenant-block.desktop {
    display: none; }

  .home-blocks-top .inner .right .tenant-block .tenant-inner .tenant {
    height: 200px;
    width: 100%; }

  .home-blocks-bottom .inner {
    display: block; }

  .home-blocks-bottom .inner .col {
    margin: 0 auto 20px auto; }

  .home-blocks-bottom .inner .col:last-child {
    display: block;
    width: 100%;
    margin: 0; }

  .stat-holder .stat-box p.title {
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid; }

  .stat-holder .stat-box p.stat {
    text-align: center;
    font-size: 25px;
    line-height: 29px;
    padding: 10px !important; }

  .top-level-header .inner .headline .content h1 {
    font-size: 20px;
    line-height: 25px; }

  .top-level-header .inner .headline .content p.subheading {
    font-size: 18px;
    line-height: 22px; }

  .page-header {
    padding: 20px 0 40px 0; }

  .page-header .copyarea {
    margin: 30px auto 0 auto;
    font-size: 18px;
    line-height: 22px; }

  .about-us .stat-holder .stat-box {
    width: calc(50% - 9px); }

  .about-us .stat-holder .stat-box p.title {
    padding: 10px !important; }

  .about-what-we-do {
    margin: 0 0 30px 0; }

  .about-what-we-do .value-block {
    display: block; }

  .about-what-we-do .value-block .icon {
    margin: 0 auto;
    padding: 15px 10px;
    width: 100px; }

  .about-what-we-do .value-block .copy {
    width: 100%;
    padding: 0 15px 15px 15px; }

  .about-what-we-do .creating-blocks .creating-block {
    width: calc(50% - 6px);
    padding: 15px; }

  .market-opp-block .market-opp-boxes {
    display: block; }

  .market-opp-block .market-opp-boxes .opp-box {
    width: calc(100%); }

  .market-opp-block .market-opp-boxes .opp-box .image img {
    margin: 0 auto; }

  .market-opp-block .structurally-supported .boxes .box {
    width: 100%; }

  .market-opp-block .market-opp-boxes .opp-box .lozenge {
    min-height: 40px; }

  .market-opp-block .structurally-supported .boxes .box {
    min-height: 60px; }

  .our-objectives-block .objective .boxes {
    display: block; }

  .our-objectives-block .objective .boxes .box {
    width: 100%; }

  .our-objectives-block .objective .boxes .box h3 {
    font-size: 18px;
    line-height: 22px; }

  .our-objectives-block .objective .boxes .box p.stat {
    font-size: 30px;
    line-height: 34px; }

  .our-strategies-block .strategies .strategy .strategy-content .two-col, .esg-page .key-boxes-block .key-box .key-box-content .two-col {
    display: block; }

  .our-strategies-block .strategies .strategy .strategy-content .two-col .col, .esg-page .key-boxes-block .key-box .key-box-content .two-col .col {
    width: calc(100%); }

  .our-strategies-block .strategies .strategy .strategy-content .two-col .col:first-child, .esg-page .key-boxes-block .key-box .key-box-content .two-col .col:first-child {
    margin-bottom: 15px; }

  .our-strategies-block .strategies .strategy .strategy-content .two-col .col h4, .our-strategies-block .strategies .strategy .strategy-content .progress-block h2 {
    font-size: 18px;
    line-height: 22px; }

  .our-strategies-block .strategies .strategy .strategy-content .progress-block .progress-boxes {
    display: block; }

  .our-strategies-block .strategies .strategy .strategy-content .progress-block .progress-boxes .box {
    width: 100%; }

  .our-strategies-block .strategies .strategy .strategy-content .progress-block .progress-boxes .box h3 {
    font-size: 18px;
    line-height: 22px; }

  .about-history .timeline {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0 auto 40px auto; }

  .about-history .timeline .center {
    width: 130px;
    height: 130px;
    font-size: 18px;
    line-height: 22px;
    background-size: 100%;
    z-index: 3; }

  .about-history .timeline .center:after {
    display: none; }

  .about-history .timeline .callout {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin: 20px 0 0 0;
    transform: none;
    font-size: 16px;
    line-height: 20px;
    max-width: none; }

  .about-history .timeline .callout.left {
    z-index: 2; }

  .about-history .timeline .callout:after {
    position: absolute;
    top: 0;
    height: 30px;
    width: 1px; }

  .about-history .timeline .callout.left:after, .about-history .timeline .callout.right:after {
    right: 50%;
    left: auto;
    transform: translateY(-100%); }

  .board-bios .board-bio.expanded .flap {
    height: 12px; }

  .board-bios .board-bio .copy {
    padding: 15px 20px 80px 20px; }

  .board-bios .board-bio a, .board-bios .board-bio.expanded a {
    bottom: 40px;
    left: 20px; }

  .bio-mobile {
    background: #f2f7f6;
    border-left: 1px #00674B solid;
    border-right: 1px #00674B solid;
    border-bottom: 1px #00674B solid; }

  .board-bios {
    width: 100%;
    margin-left: 0; }

  .board-bios .board-bio {
    width: 100%;
    margin: 6px auto;
    max-width: 390px; }

  .board-bios .board-bio .copy p.name {
    font-size: 18px; }

  .board-bios .board-bio .copy p.title {
    font-size: 15px; }

  .board-bios .bio-mobile {
    width: 100%;
    max-width: 390px;
    padding: 0 20px 20px 20px;
    margin: 6px auto;
    text-align: center;
    background: #f2f7f6;
    border-left: 1px #00674B solid;
    border-right: 1px #00674B solid;
    border-bottom: 1px #00674B solid; }

  .board-bios .bio-mobile .overview, .board-bios .bio-mobile .main h3 {
    margin-bottom: 20px; }

  .about-governance {
    margin: 0 0 30px 0; }

  .about-governance .board-committee {
    margin: 0 0 30px 0; }

  .about-governance .board-committee h2 {
    padding: 0 0 20px 0; }

  .about-governance .board-committee .header {
    display: none; }

  .about-governance .board-committee .member {
    flex-wrap: wrap; }

  .about-governance .board-committee .header > div, .about-governance .board-committee .member > div {
    width: 100% !important;
    min-height: 50px; }

  .about-governance .board-committee .member div {
    border-top: 1px solid #b1b1b1; }

  .about-governance .board-committee .member > div {
    padding: 10px 10px 10px 65%;
    position: relative; }

  .about-governance .board-committee .member > div:before {
    display: block;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 18px;
    color: #3E3E3E;
    position: absolute;
    width: 60%;
    left: 10px;
    padding: 0; }

  .about-governance .board-committee .member > div:nth-child(1):before {
    content: 'Member: '; }

  .about-governance .board-committee .member > div:nth-child(2):before {
    content: 'Audit Committee: '; }

  .about-governance .board-committee .member > div:nth-child(3):before {
    content: 'Remuneration Committee: '; }

  .about-governance .board-committee .member > div:nth-child(4):before {
    content: 'Nomination Committee: '; }

  .about-governance .board-committee .member > div:nth-child(5) {
    min-height: 55px; }

  .about-governance .board-committee .member > div:nth-child(5):before {
    content: 'Management Engagement Committee: '; }

  .about-governance .board-committee .member > div:nth-child(6):before {
    content: 'Sustainability Committee: '; }

  .about-governance .board-committee .member .true {
    width: 20px;
    height: 20px;
    border-radius: 20px; }

  .about-governance .reference-boxes {
    margin: 0;
    display: block; }

  .about-governance .reference-boxes .box {
    width: 100%; }

  .about-governance .reference-boxes .box h2 br {
    display: none; }

  .portfolio-landing .stat-holder .stat-box {
    width: calc(50% - 18px); }

  .portfolio-landing .key-stats {
    margin: 0 0 50px 0; }

  .portfolio-landing .portfolio-region .intro p {
    font-size: 20px;
    line-height: 24px; }

  .portfolio-topten .assets-key {
    margin: 0 0 30px 0;
    justify-content: space-between;
    flex-wrap: wrap; }

  .portfolio-topten .assets-key .key-box {
    width: calc(50% - 18px);
    margin-bottom: 10px; }

  .portfolio-topten .asset-boxes {
    margin: 0 0 40px 0; }

  .portfolio-topten .asset-boxes .asset-box {
    width: calc(50% - 10px);
    margin-bottom: 20px; }

  .portfolio-topten .asset-boxes .asset-box .copy h3 {
    font-size: 18px;
    line-height: 22px; }

  .case-study-holder .case-study {
    width: 100%;
    max-width: 500px;
    margin: 10px auto; }

  .case-study-holder .case-study .copy {
    padding: 15px 20px; }

  .case-study-holder .case-study .copy h2, .case-study-holder .case-study .copy h3 {
    font-size: 20px;
    line-height: 24px;
    padding: 0; }

  .case-study-holder .case-study .image .arrow {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background-size: 12px auto; }

  .case-study-header {
    height: 320px; }

  .case-study-header .headline {
    width: calc(100%); }

  .case-study-header .headline .content {
    font-size: 18px;
    line-height: 22px;
    padding: 20px 30px 80px 30px; }

  .case-study-single .key-stats-location .content {
    display: block; }

  .case-study-single .key-stats-location .content .stat-holder {
    width: 100%;
    margin: 0 0 20px 0; }

  .case-study-single .key-stats-location .content .stat-holder .stat-box {
    width: calc(50% - 10px);
    margin: 5px; }

  .case-study-single .key-stats-location .content .image img {
    margin: 0 auto; }

  .case-study-single .key-stats-location .content .stat-holder .stat-box h3 {
    font-size: 14px;
    line-height: 18px;
    padding: 10px; }

  .case-study-single .key-stats-location .content .stat-holder .stat-box p {
    padding: 15px 10px !important; }

  .case-study-single .key-stats-location .content .stat-holder .stat-box p.stat {
    line-height: 25px; }

  .case-study-single .main-copy-boxes {
    display: block;
    width: 100%;
    margin-left: 0; }

  .case-study-single .main-copy-boxes .copy-box h2 {
    font-size: 18px;
    line-height: 22px;
    padding: 0 0 10px 0; }

  .case-study-single .main-copy-boxes .copy-box {
    width: 100%;
    padding: 20px;
    margin: 0 0 10px 0; }

  .case-study-single .sustainability-boxes {
    margin-bottom: 30px;
    padding: 20px 0; }

  .case-study-single .sustainability-boxes h2 {
    font-size: 18px;
    line-height: 22px;
    padding: 0 10px 10px 10px; }

  .case-study-single .sustainability-boxes .content {
    display: block; }

  .case-study-single .sustainability-boxes .content .copy-box {
    width: calc(100%);
    padding: 10px; }

  .case-study-single .next-previous a {
    font-size: 18px;
    line-height: 18px; }

  .case-study-single .next-previous a:after {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background-size: 10px auto; }

  .case-study-single .next-previous {
    margin: 0 0 30px 0; }

  .investors-landing {
    margin: 0 0 30px 0; }

  .investors-landing .latest-boxes {
    width: 100%;
    margin-left: 0;
    margin-bottom: 25px; }

  .investors-landing .latest-boxes h2 {
    padding-bottom: 15px; }

  .investors-landing .latest-boxes .inner {
    display: block; }

  .investors-landing .latest-boxes .inner .col {
    width: 100%;
    margin: 0 0 15px 0;
    display: flex;
    flex-direction: column; }

  .investors-landing .latest-boxes .inner .box1 p.share-price {
    font-size: 30px;
    line-height: 32px; }

  .investors-landing .latest-boxes .inner .box1 table, .investors-landing .latest-boxes .inner .box3 .news-feed li p, .investors-landing .latest-boxes .inner .box4 .news-feed li p {
    font-size: 14px;
    line-height: 18px; }

  .investors-landing .latest-boxes .inner .box2 {
    font-size: 18px;
    line-height: 22px; }

  .investors-landing .email-alerts {
    margin: 0 0 30px 0; }

  .investors-landing .half-half {
    display: block;
    width: 100%;
    margin-left: 0; }

  .investors-landing .half-half .col-left {
    width: 100%;
    margin: 0 0 20px 0; }

  .investors-landing .half-half .col-right {
    width: 100%;
    margin: 0 0 20px 0; }

  .investors-landing .half-half .col-right .inner-half-half {
    display: block; }

  .investors-landing .half-half .col-right .inner-half-half .col {
    width: 100%; }

  .investors-landing .half-half .col-right .inner-half-half h3 {
    font-size: 16px;
    line-height: 22px;
    padding: 5px 0 5px 0; }

  .investors-landing .half-half .col-right .inner-half-half h4 {
    font-size: 15px;
    line-height: 21px;
    padding: 5px 0 5px 0; }

  .investors-value-creation {
    margin: 0 0 30px 0; }

  .investors-value-creation .investment-case {
    margin: 0 0 30px 0; }

  .investors-value-creation .investment-case .case-boxes {
    margin: 20px 0 0 0;
    display: block;
    width: 100%; }

  .investors-value-creation .investment-case .case-boxes .case-box {
    width: 100%; }

  .investors-value-creation .investment-case .case-boxes .case-box .icon-title {
    justify-content: space-between;
    margin-bottom: 10px; }

  .investors-value-creation .investment-case .case-boxes .case-box .icon-title .icon {
    width: 40px; }

  .investors-value-creation .investment-case .case-boxes .case-box .icon-title .icon img {
    max-width: 40px; }

  .investors-value-creation .investment-case .case-boxes .case-box .icon-title h3 {
    width: calc(100% - 60px);
    font-size: 20px;
    line-height: 24px; }

  .investors-value-creation .kpis .kpi-boxes .kpi-box .kpi-cols {
    display: block; }

  .investors-value-creation .kpis .kpi-boxes .kpi-box .kpi-cols .col {
    width: 100%;
    padding-bottom: 0; }

  .investors-value-creation .kpis .kpi-boxes .kpi-box .kpi-cols .col:last-child {
    padding-bottom: 20px; }

  .investors-value-creation .kpis .kpi-boxes .kpi-box h3, .investors-value-creation .kpis .kpi-boxes .kpi-box h4 {
    font-size: 18px;
    line-height: 22px; }

  .investors-value-creation .kpis .kpi-boxes .kpi-box .kpi-cols .col.chart img {
    max-width: 300px;
    margin: 0 auto; }

  .investors-value-creation .kpis .kpi-boxes .kpi-box h4 {
    padding-bottom: 10px; }

  .total-return #tab-1 .copy h2 {
    font-size: 18px;
    line-height: 22px; }

  .total-return #tab-1 .copy p, .total-return #tab-2 .copy p, .total-return #tab-3 .copy p {
    font-size: 15px;
    line-height: 19px; }

  .total-return #tab-1 .copy {
    max-width: 100%; }

  .share-information .stock-fund-details {
    display: block;
    margin: 30px 0; }

  .share-information .stock-fund-details .stock-details, .share-information .stock-fund-details .fund-details {
    width: 100%; }

  .share-information .stock-fund-details .stock-details {
    margin-bottom: 30px; }

  .share-information .stock-fund-details .fund-details h3 {
    font-size: 16px;
    line-height: 20px; }

  .year-tabs, .return-tabs {
    width: calc(100% + 6px);
    margin-left: -3px; }

  .year-tabs .year-tab, .return-tabs .year-tab, .financial-calendar .tab {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 14px;
    margin: 0 3px; }

  .documents-holder .year-content, .financial-calendar .calendar {
    font-size: 14px;
    line-height: 18px; }

  .financial-calendar {
    margin: 0 0 30px 0; }

  .financial-calendar .tab {
    margin: 0; }

  .financial-calendar .calendar .events, .financial-calendar .calendar .header {
    padding: 10px; }

  .financial-calendar .calendar .events .date, .financial-calendar .calendar .header .date {
    min-width: 120px; }

  .shareholders {
    margin: 30px 0 30px 0;
    font-size: 14px;
    line-height: 18px; }

  .shareholders .header .shares, .shareholders .header .percentage {
    width: 33%; }

  .shareholders .shareholder-row .shares, .shareholders .shareholder-row .percentage {
    width: 33%; }

  .shareholders .shareholder-row .shareholder, .shareholders .header .shareholder {
    width: 34%; }

  .shareholders .header .shareholder {
    background: #00674B; }

  .shareholders .shareholder-row {
    padding: 10px 0; }

  .shareholders .shareholder-row .shareholder, .shareholders .shareholder-row .shares, .shareholders .shareholder-row .percentage {
    padding-left: 10px; }

  .shareholders .header p {
    padding: 10px 15px !important;
    font-size: 14px;
    line-height: 18px; }

  .accordion {
    margin: 30px 0; }

  .accordion .accordion-item h3 {
    padding: 10px 50px 10px 10px;
    font-size: 16px;
    line-height: 20px; }

  .accordion .accordion-item h3:after {
    right: 10px; }

  .accordion .accordion-item .accordion-content {
    padding: 15px; }

  .esg-page .quote-block {
    flex-direction: column; }

  .esg-page .quote-block .quote-area {
    width: 100%;
    order: 1; }

  .esg-page .quote-block .quote-area .quote, .esg-sub2 .pillars .quote-area .quote {
    font-size: 20px;
    line-height: 24px; }

  .esg-page .quote-block .quote-image {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 30px auto;
    order: 0; }

  .esg-page .quote-block .quote-area .quote:before, .esg-sub2 .pillars .quote-area .quote:before {
    width: 40px;
    height: 30px;
    margin: 0 10px 0 0; }

  .esg-page .quote-block .quote-area .quote:after, .esg-sub2 .pillars .quote-area .quote:after {
    width: 40px;
    height: 30px;
    margin: 0 0 30px 10px; }

  .esg-page .quote-block .quote-area .quote p, .esg-sub2 .pillars .quote-area .quote p {
    width: calc(100% - 100px);
    padding-bottom: 30px !important; }

  .esg-page .cta-block {
    display: block; }

  .esg-page .cta-block .cta-box, .esg-sub2 .achievements .boxes .box, .esg-sub3 .achievements .boxes .box {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 20px auto; }

  .esg-page .cs-download-block .cs-download {
    display: block; }

  .esg-page .cs-download-block .cs-download .cs {
    width: 100%;
    margin: 0 0 20px 0; }

  .esg-sub1 .env-goals, .esg-sub2 .env-goals, .esg-sub3 .env-goals, .esg-sub4 .env-goals, .esg-sub1 .road-ahead .boxes, .esg-sub2 .road-ahead .boxes, .esg-sub3 .road-ahead .boxes, .esg-sub4 .road-ahead .boxes, .esg-sub2 .achievements .boxes {
    display: block; }

  .esg-sub1 .env-goals .copy, .esg-sub2 .env-goals .copy, .esg-sub3 .env-goals .copy, .esg-sub4 .env-goals .copy {
    width: 100%; }

  .esg-sub1 .env-goals .image, .esg-sub2 .env-goals .image, .esg-sub3 .env-goals .image, .esg-sub4 .env-goals .image {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    padding: 20px 30px; }

  .esg-sub1 .road-ahead .boxes .box, .esg-sub2 .road-ahead .boxes .box, .esg-sub3 .road-ahead .boxes .box, .esg-sub4 .road-ahead .boxes .box {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 20px auto; }

  .esg-sub1 .achievements .charts {
    flex-wrap: wrap; }

  .esg-sub1 .achievements .charts .chart-wrap {
    width: calc(50% - 10px);
    margin-bottom: 30px; }

  .esg-sub1 .achievements .charts .chart-wrap .gauge {
    margin: 0 auto;
    display: block; }

  .esg-sub2 .pillars h2 {
    padding-bottom: 30px; }

  .esg-sub2 .pillars .boxes, .esg-sub3 .achievements .boxes {
    display: block; }

  .esg-sub2 .pillars .boxes .box {
    width: 100%;
    margin: 0 auto 20px auto; }

  .esg-sub3 .framework .images {
    display: block; }

  .esg-sub3 .framework .images .image {
    width: 100%;
    margin-bottom: 30px; }

  .esg-sub3 .framework .images .image:last-child {
    margin-bottom: 0; }

  .esg-sub4 .case-studies .case-study {
    flex-direction: column; }

  .esg-sub4 .case-studies .case-study .image {
    width: 100%;
    height: 300px; }

  .esg-sub4 .case-studies .case-study .copy-wrap {
    width: 100%; }

  .esg-sub4 .case-studies .case-study .copy-wrap .copy {
    padding: 20px; }

  .esg-sub4 .case-studies .case-study .copy-wrap .copy h3 {
    font-size: 24px;
    line-height: 28px;
    padding: 0 0 10px 0; }

  .esg-sub4 .case-studies .case-study:nth-child(even) .image {
    order: 0; }

  .esg-sub4 .case-studies .case-study:nth-child(even) .copy-wrap {
    order: 1; }

  .press-page-buttons {
    margin: 20px 6px 0 6px; }

  .press-page-buttons .button {
    font-size: 14px;
    line-height: 14px;
    padding: 9px 20px 9px 20px; }

  .press-articles {
    margin: 20px 0 30px 0;
    flex-wrap: wrap; }

  .press-articles .article {
    width: calc(50% - 12px);
    margin: 6px; }

  #content.contact-page {
    padding: 30px 0 0 0; }

  .contact-page .column-block {
    margin: 30px 0; }

  .contact-page .column-block .inner {
    display: block; }

  .contact-page .column-block .inner .intro-text {
    width: 100%;
    margin-bottom: 30px; }

  .contact-page .column-block h2 {
    text-align: left; }

  .contact-page .column-block p {
    line-height: 18px; }

  .contact-page .column-block .inner .location-blocks {
    width: 100%; }

  .contact-page .column-block .inner .location-blocks .location-block {
    display: block;
    margin-bottom: 20px; }

  .contact-page .column-block .inner .location-blocks .location-block .copy {
    width: 100%;
    margin-bottom: 20px; }

  .contact-page .column-block .inner .location-blocks .location-block .location-map {
    width: 100%; }

  .acf-map {
    height: 340px; }

  .contact-page.sub .column-block {
    margin: 0; }

  .contact-page.sub .column-block .container {
    padding: 0; }

  .contact-page .column-block .cb-col {
    width: 100%;
    margin-bottom: 20px; }

  .contact-page .column-block .cb-col:last-child {
    margin-bottom: 0; }

  .contact-page .column-block h3 {
    font-size: 16px;
    line-height: 22px;
    padding: 5px 0 5px 0; }

  .portfolio-occupiers .table-wrap {
    width: 767px; }

  .portfolio-occupiers .our-occupiers {
    overflow-x: scroll;
    padding-bottom: 20px; }

  .portfolio-occupiers .charts .sub {
    text-align: center; }

  .portfolio-occupiers .charts .chart-wrap .chart-holder {
    width: 100% !important; } }
@media only screen and (max-width: 499px) {
  .home-blocks-bottom .inner .col {
    width: calc(100%); }

  .stat-holder .stat-box, .about-us .stat-holder .stat-box, .portfolio-landing .stat-holder .stat-box, .case-study-single .key-stats-location .content .stat-holder .stat-box {
    width: 100%; }

  .portfolio-topten .asset-boxes .asset-box {
    width: calc(100%);
    margin-bottom: 20px; }

  .about-governance .board-committee .member > div {
    padding: 10px 10px 10px 72%;
    position: relative; }

  .about-governance .board-committee .member > div:before {
    display: block;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 18px;
    color: #3E3E3E;
    position: absolute;
    width: 70%;
    left: 10px;
    padding: 0; }

  .about-what-we-do .creating-blocks {
    display: block; }

  .about-what-we-do .creating-blocks .creating-block {
    width: 100%;
    margin-bottom: 15px; }

  .documents-holder .year-content .header {
    display: none; }

  .documents-holder .year-content .document {
    display: block;
    padding: 10px;
    margin: 0 0 10px 0;
    align-items: center;
    font-weight: 500; }

  .documents-holder .year-content .document .date {
    width: 100%;
    margin-bottom: 8px; }

  .documents-holder .year-content .document .title {
    width: 100%;
    margin-bottom: 8px;
    padding: 0; }

  .documents-holder .year-content .document .file {
    width: 100%;
    padding: 0; }

  .press-articles .article {
    width: 100%;
    margin: 6px; }

  .esg-sub1 .achievements .charts .chart-wrap {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 30px auto; }

  .esg-sub3 .lifescience-board .chart-wrap .chart-holder, .esg-sub3 .ironstone-team .chart-wrap .chart-holder {
    width: 100%; }

  .esg-sub4 .case-studies .case-study .image {
    height: 200px; } }
@media only screen and (max-width: 320px) {
  .shareholders .header p, .shareholders {
    font-size: 13px;
    line-height: 17px; } }
