@font-face {
    font-family: "Oswald Bold";
    src: url('/fonts/oswald-bold-webfont/oswald-bold-webfont.eot');
    src: url('/fonts/oswald-bold-webfont/oswald-bold-webfont.eot?#iefix') format("embedded-opentype"), url('/fonts/oswald-bold-webfont/oswald-bold-webfont.woff2') format("woff2"), url('/fonts/oswald-bold-webfont/oswald-bold-webfont.woff') format("woff"), url('/fonts/oswald-bold-webfont/oswald-bold-webfont.ttf') format("truetype"), url('/fonts/oswald-bold-webfont/oswald-bold-webfont.svg#oswaldbold') format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Oswald Light";
    src: url('/fonts/oswald-light-webfont/oswald-light-webfont.eot');
    src: url('/fonts/oswald-light-webfont/oswald-light-webfont.eot?#iefix') format("embedded-opentype"), url('/fonts/oswald-light-webfont/oswald-light-webfont.woff2') format("woff2"), url('/fonts/oswald-light-webfont/oswald-light-webfont.woff') format("woff"), url('/fonts/oswald-light-webfont/oswald-light-webfont.ttf') format("truetype"), url('/fonts/oswald-light-webfont/oswald-light-webfont.svg#oswaldlight') format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Oswald Regular";
    src: url('/fonts/oswald-regular-webfont/oswald-regular-webfont.eot');
    src: url('/fonts/oswald-regular-webfont/oswald-regular-webfont.eot?#iefix') format("embedded-opentype"), url('/fonts/oswald-regular-webfont/oswald-regular-webfont.woff2') format("woff2"), url('/fonts/oswald-regular-webfont/oswald-regular-webfont.woff') format("woff"), url('/fonts/oswald-regular-webfont/oswald-regular-webfont.ttf') format("truetype"), url('/fonts/oswald-regular-webfont/oswald-regular-webfont.svg#oswaldregular') format("svg");
    font-weight: normal;
    font-style: normal;
}


html * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  -webkit-font-smoothing: antialiased;
  outline: 0;  
}
html p{
  /*color: #666666;*/
  font-family: "Arial", "Helvetica", sans-serif !important;
  font-weight: 400;
  /*font-size:12.5px;*/
}
body {
    color: #666666;
}
body, html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: white;
}

h1, h2, h3, h4 {
  text-transform: uppercase;
  font-family: "Oswald Light";
  font-weight: 400 !important;
  letter-spacing: 2px;
  line-height:normal;
}
h1 em, h2 em, h3 em, h4 em {
  font-style: normal;
  font-family: "Oswald Bold";
}

h1, h2, h3, h4, p, small {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

ul, li {
  list-style: none;
  list-style-type: none;
  padding: 0;
  /*font-size:17px;*/
}

.block-link {
  position: absolute;
  display: block;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 500;
  border: 0;
}
.href-block-link {  
    position: relative;    
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 500;
    border: 0;
}

/*a:not(.block-link):not(.btn), a:not(.block-link):not(.btn):visited {
  color: #2182b9;
}*/

.blue-link {
  color: #00b7ee;
  text-decoration: underline !important;
  font-family: inherit;
  font-size:16px;
}

.btn {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Oswald Light";
  height: 30px;
  clear: both;
  text-transform: uppercase;
  padding: 0 22px;
  line-height: 28px;
  font-size: 1.2rem;
  vertical-align: top;
  color: white;
  border: 1px solid white;
  border-radius: 30px;
  margin-top: 2rem;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  transition: 0.1s ease background-color;
}
.btn:link, .btn:visited, .btn:active {
  text-decoration: none;
}
.btn:hover {
  background-color: rgba(0, 0, 0, 0.8);
  color:white;
}
.btn:active {
  transition: none;
  background-color: rgba(255, 255, 255, 0.8);
  color: black;
}

.btn__icon {
  position: relative;
  display: inline-block;
  height: 10px;
  margin: 9px -4px 0 5px;
  vertical-align: top;
}

.hero-gradient {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5;
  z-index: 3;
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.74) 0%, rgba(0, 0, 0, 0.74) 7%, rgba(0, 0, 0, 0) 67%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.74) 0%, rgba(0, 0, 0, 0.74) 7%, rgba(0, 0, 0, 0) 67%, rgba(0, 0, 0, 0) 100%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.74) 0%, rgba(0, 0, 0, 0.74) 7%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bd000000', endColorstr='#00000000',GradientType=1 );
}

.copy {
  position: relative;
  display: block;
  margin-top: 8%;
  margin-bottom: 8%;
  line-height: 130%;
}

.hero--static__copy-container {
  z-index: 1000 !important;
}

.truncated {
  overflow: hidden;
  -webkit-transition: 0.3s ease height;
}
.truncated .copy:nth-child(n+3) {
  display: none;
}
.truncated .readz {
  position: relative;
  display: block;
  cursor: pointer;
  width: 100%;
  height: 30px;
  font-family: "Oswald Regular";
  text-transform: uppercase;
  line-height: 30px;
}
.truncated .readz::before {
  content: "Read more >";
}
.truncated .readz:hover {
  color: #00b7ee;
}
.truncated.open .copy {
  display: block;
}
.truncated.open .readz::before {
  content: "< Read less";
}

html {
  font-size: 12.5px;
}

h1 {
  font-size: 1.5rem;
}

h2 {
  font-size: 1.4rem;
}

h2 em {
  position: relative;
  display: block;
  font-size: 2rem;
  line-height: 2rem;
}

h2.underline::after, h3.underline::after {
  position: relative;
  display: block;
  width: 100%;
  content: "";
  height: 3px;
  background-color: #00b7ee;
  margin: 1rem auto 0 auto;
}

h3 {
  font-family: "Oswald Bold";
  font-size: 2rem;
  line-height: 2rem;
}

h4 {
  font-family: "Oswald Regular";
  font-size: 0.8rem;
  text-transform: uppercase;
}

h5 {
  font-size: 0.66rem;
}
h5 {
  font-family: "Oswald Bold";
  text-transform: uppercase;
  color: #666666;
  font-size: 1rem !important;
}

small {
  font-size: 0.6rem;
}

.page__content {
  margin-top: 53px;
}

.container {
  position: relative;
  display: block;
  width: 88%;
  margin: 0 5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.contained-copy h3 {
  margin: 0;
}

.hero {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 6% 0;
  background-size: cover;
  background-position: 23% center;
  text-align: center;
}

.hero--pillar {
  padding: 0 0 56.25% 0;
  background-position: cover;
}

.hero__initial-frame {
  position: relative;
  display: block;
  width: 100%;
}

.hero--cinemagraph__video-container {
  display: none;
}

.hero--cinemagraph__copy {
  z-index: 10;
  text-align: center;
}

.hero__social-item {
  position: relative;
  display: inline-block;
  height: 30px;
  width: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 6%;
  padding: 0;
  font-size: 0;
  -webkit-transition: 0.1s ease -webkit-transform;
  -moz-transition: 0.1s ease -moz-transform;
  -ms-transition: 0.1s ease -ms-transform;
  -o-transition: 0.1s ease -o-transform;
  transition: 0.1s ease transform;
}

    .hero__social-item.hero__social-item--facebook {
        background-image: url(/image/wwb/icon-facebook.png);
    }

    .hero__social-item.hero__social-item--twitter {
        background-image: url(/image/wwb/icon-twitter.png);
    }

    .hero__social-item.hero__social-item--instagram {
        background-image: url(/image/wwb/icon-instagram.png);
    }
.hero__social-item:nth-child(-n+2) {
  margin-right: 6%;
}
.hero__social-item span {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid white;
}
.hero__social-item:active {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
}
.hero__social-item:active span {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
  -webkit-transition: 0.1s ease -webkit-transform, 0.1s ease opacity;
  -moz-transition: 0.1s ease -moz-transform, 0.1s ease opacity;
  -ms-transition: 0.1s ease -ms-transform, 0.1s ease opacity;
  -o-transition: 0.1s ease -o-transform, 0.1s ease opacity;
  transition: 0.1s ease transform, 0.1s ease opacity;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
}

.hero--cinemagraph__copy {
  position: absolute;
  display: block;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -3.5rem;
}

.hero__title {
  position: relative;
  display: block;
  width: 100%;
  color: white;
  text-align: center;
  letter-spacing: 3px;
  margin: 0 auto;
}
.hero__title em {
  position: relative;
  display: block;
  font-size: 3.8rem;
  line-height: 4rem;
  letter-spacing: 7px;
}

.title-lines::before, .title-lines::after {
  content: "";
  margin-left: auto;
  margin-right: auto;
  height: 3px;
  width: 70%;
  max-width: 280px;
  background-color: #00b7ee;
}
.title-lines::before {
  margin-bottom: 1.5rem;
}
.title-lines::after {
  margin-top: 1.9rem;
}

@media screen and (max-width: 1023px) {
  .title-lines-medium-down::before, .title-lines-medium-down::after {
    position: relative;
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .title-lines-large::before, .title-lines-large::after {
    position: relative;
    display: block;
  }
}
.hero__desktop-copy {
  display: none;
}

.hero__mobile-copy {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #d7d7d7;
}

.hero__anchor {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Oswald Light";
  height: 30px;
  clear: both;
  text-transform: uppercase;
  padding: 0 22px;
  line-height: 28px;
  font-size: 1.2rem;
  vertical-align: top;
  color: white;
  border: 1px solid white;
  border-radius: 30px;
  margin-top: 2rem;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.1s ease background-color;
  -moz-transition: 0.1s ease background-color;
  -ms-transition: 0.1s ease background-color;
  -o-transition: 0.1s ease background-color;
  transition: 0.1s ease background-color;
}
.hero__anchor:link, .hero__anchor:visited, .hero__anchor:active {
  text-decoration: none;
}
.hero__anchor:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.hero__anchor:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  background-color: rgba(255, 255, 255, 0.8);
  color: black;
}

.hero__anchor-icon {
  position: relative;
  display: inline-block;
  height: 10px;
  margin: 9px -4px 0 5px;
  vertical-align: top;
}

.highlight {
  position: relative;
  display: block;
  background-color: #f3f2ef;
  overflow: hidden;
  padding: 8% 0;
}

.highlight__header {
  margin-top: 0;
  margin-bottom: 0;
}

.highlight__desktop-copy {
  display: none;
}

.highlight__desktop-copy, .highlight__mobile-copy {
  margin-bottom: 0;
}

.highlight__section--media {
  margin-top: 8%;
}

.highlight__media {
  position: relative;
  display: block;
  width: 100%;
}

.highlight__video-wrap {
  position: relative;
  display: block;
  padding-bottom: 56.25%;
  height: 0;
}
.highlight__video-wrap .highlight__media {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.explore {
  position: relative;
  display: block;
  padding: 8% 0;
  text-align: center;
  color: white;
}

.explore-item {
  position: relative;
  display: inline-block;
  width: 45%;
  padding-top: 42%;
  margin-bottom: 8%;
  overflow: hidden;
}
.explore-item:nth-child(odd) {
  margin-right: 8%;
}
.explore-item:last-child {
  margin: 0;
}
.explore-item:before, .explore-item:after {
  content: "";
  position: absolute;
  display: none;
  left: 50%;
  height: 3px;
  width: 60px;
  margin-left: -30px;
  background-color: white;
  z-index: 10;
}
.explore-item:before {
  top: 20%;
}
.explore-item:after {
  bottom: 20%;
}
.explore-item:active:before, .explore-item:active:after {
  position: absolute;
  display: block;
}
.explore-item .colour-overlay {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
}
.explore-item:hover .colour-overlay {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5;
}
.explore-item:active .colour-overlay {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  -ms-opacity: 0.7;
  -o-opacity: 0.7;
  opacity: 0.7;
}
.explore-item .explore-item__image {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.explore__heading-wrap {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.explore__heading-wrap2 {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  vertical-align: middle;
  text-align: center;
}

.explore-item__heading {
  position: relative;
  display: table-cell;
  font-family: "Oswald Regular";
  font-size: 1.3rem;
  text-transform: uppercase;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  margin: 0;
  padding: 0 10%;
  outline: 0;
  border: 0;
}

.hero--home {
  background-image: url(../img/hero-home--mo.jpg);
}

.misvis {
  position: relative;
  display: block;
  padding: 8% 0;
  background-color: #f3f2ef;
  overflow: hidden;
  margin: 0 auto;
}

.misvis__item:first-child {
  margin-bottom: 16%;
}

.misvis__item:last-child {
  margin-top: 8%;
  margin-bottom:16px;
}
.misvis__item:last-child p:last-child {
  margin-bottom: -9px;
}

.misvis__item img {
  position: relative;
  display: block;
  width: 100%;
}

.principles {
  position: relative;
  display: block;
  overflow: hidden;
  background-image: url(../img/principles-table--dt.jpg);
  background-size: cover;
  background-position: center;
  padding: 8% 0;
  color: white;
}
.principles .principles__header-wrap {
  z-index: 1000 !important;
}
.principles .principles__header {
  margin-top: 0;
  color: white;
  margin-left:-10px;
  margin-right:-14px;
}

.principles--desktop {
  display: none;
}

.principles--mobile {
  z-index: 1000 !important;
}
.principles--mobile .swiper-slide p {
  color: white;
  text-align: center;
}
.principles--mobile .swiper-slide img {
  position: relative;
  display: block;
  width: 40%;
  max-width: 230px;
  margin: auto;
}

.principles__pagination {
  position: relative;
  display: block;
  text-align: center;
}

.principles__pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  background-color: white !important;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}

.principles--mobile__swipe-cta {
  position: relative;
  display: block;
  margin: 1rem auto 0 auto;
  width: 80px;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  -ms-opacity: 0.6;
  -o-opacity: 0.6;
  opacity: 0.6;
}

.principles__modal {
  position: absolute;
  display: block;
  padding: 4% 0 0 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.principles__modal .swiper-slide {
  width: 100%;
}
.principles__modal .swiper-slide img {
  position: relative;
  display: block;
  width: 40%;
  margin: auto;
}
.principles__modal .swiper-slide .principles__modal-item__sub-header {
  font-size: 1rem;
}

.principles__coloured-overlay {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 995 !important;
  background-color: rgba(30, 41, 44, 0.4);
}

.hero--pwp {
  background-image: url(../img/hero-pwp--mo.jpg);
  background-position: center top;
}

.focus-areas {
  position: relative;
  display: block;
  padding: 8% 0;
  overflow: hidden;
  background-color: #d7d7d7;
}

.wangotron-wrap {
  position: relative;
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 8% auto 0 auto;
}

.wangotron {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 100%;
}

.wangotron__gradient, .wangotron__details-modal__image {
  display: none;
}

.wangotron__spinner {
  position: absolute;
  display: block;
  width: 54%;
  height: 55%;
  z-index: 999 !important;
  top: 9%;
  left: 23%;
}

.wangotron__arms {
  position: absolute;
  display: block;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transform-origin: 50% 39.8%;
  -moz-transform-origin: 50% 39.8%;
  -ms-transform-origin: 50% 39.8%;
  -o-transform-origin: 50% 39.8%;
  transform-origin: 50% 39.8%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

.wangotron__pwp {
  position: absolute;
  display: block;
  width: 35.5%;
  top: 18.5%;
  left: 32.1%;
}

.wangotron__pillar {
  position: absolute;
  display: block;
  height: 25%;
  width: 25%;
  z-index: 1000 !important;
}
.wangotron__pillar::before {
  position: absolute;
  display: block;
  content: "";
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  top: 1%;
  left: 1%;
  height: 98%;
  width: 98%;
  border: 2px solid white;
  z-index: 1;
}
.wangotron__pillar:active .wangotron__button {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.wangotron__pillar:active::before {
  -webkit-transition: 0.2s ease -webkit-transform, 0.2s ease -webkit-opacity;
  -moz-transition: 0.2s ease -moz-transform, 0.2s ease -moz-opacity;
  -ms-transition: 0.2s ease -ms-transform, 0.2s ease -ms-opacity;
  -o-transition: 0.2s ease -o-transform, 0.2s ease -o-opacity;
  transition: 0.2s ease transform, 0.2s ease opacity;
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
}
.wangotron__pillar.wangotron__pillar--products {
  top: 5%;
  left: 5%;
}
.wangotron__pillar.wangotron__pillar--planet {
  top: 5%;
  left: 70%;
}
.wangotron__pillar.wangotron__pillar--people {
  top: 62%;
  left: 37.5%;
}

.wangotron__button {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: 0.1s ease -webkit-transform;
  -moz-transition: 0.1s ease -moz-transform;
  -ms-transition: 0.1s ease -ms-transform;
  -o-transition: 0.1s ease -o-transform;
  transition: 0.1s ease transform;
}

.wangotron__details-modal {
  position: absolute;
  display: none;
  z-index: 1000 !important;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  height: 102%;
  width: 102%;
  top: -6%;
  left: -1%;
}

.wangotron__details-modal__container {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  color: white;
  text-align: center;
  padding: 8%;
  font-size:10px;
}

.wangotron__details-modal__close {
  position: absolute;
  display: block;
  top: 8%;
  right: 8%;
  height: 50px;
  width: 50px;
  z-index: 1000 !important;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.wangotron__details-modal__icon {
  position: relative;
  display: block;
  width: 20%;
  padding-bottom: 16%;
  margin: 0 auto 4% auto;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.wangotron__details-modal__header {
  margin: 0 auto;
}
.wangotron__details-modal__header::after {
  content: "";
  position: relative;
  display: block;
  height: 2px;
  background-color: white;
  width: 50%;
  margin: 3% auto 0 auto;
}

.wangotron__details-modal__copy {
  margin: 8% auto;
     font-family: "Arial", "Helvetica", sans-serif;
    /*font-size: 10px;*/
    
}

.wangotron__details-modal__cta {
  margin-top: 0;
}

.wangotron__details-modal.products .wangotron__details-modal__container--products {
  display: block;
  background-color: rgba(213, 162, 55, 0.9);
}
.wangotron__details-modal.products .wangotron__details-modal__close {
  background-image: url(/image/wwb/icon-close--yellow.png);
}
.wangotron__details-modal.products .wangotron__details-modal__icon {
  background-image: url(/image/wwb/icon-heart.png);s
}
.wangotron__details-modal.planet .wangotron__details-modal__container--planet {
  display: block;
  background-color: rgba(40, 117, 58, 0.9);
}
.wangotron__details-modal.planet .wangotron__details-modal__close {
  background-image: url(/image/wwb/icon-close--green.png);
}
.wangotron__details-modal.planet .wangotron__details-modal__icon {
  background-image: url(/image/wwb/icon-leaf.png);
}
.wangotron__details-modal.people .wangotron__details-modal__container--people {
  display: block;
  background-color: rgba(7, 127, 189, 0.9);
}
.wangotron__details-modal.people .wangotron__details-modal__close {
  background-image: url(/image/wwb/icon-close--blue.png);
}
.wangotron__details-modal.people .wangotron__details-modal__icon {
  background-image: url(/image/wwb/icon-hand.png);
}

.hero--reporting {
  background-image: url(../img/hero-reporting--mo.jpg);
  background-position: center bottom;
}

.latest-reports,
.previous-reports,
.our-partners {
  padding: 8% 0;
}
.latest-reports h2,
.previous-reports h2,
.our-partners h2 {
  /*margin: 0;*/
}

.latest-reports {
  background-color: #f3f2ef;
}

.report-slider__header {
  margin-top: 0;
}

.downloads ul {
  position: relative;
  display: table;
  width: 100%;
}
.downloads ul li {
  position: relative;
  display: table;
  width: 100%;
  background-color: white;
  color: #545454;
  font-family: "Oswald Bold";
  font-size: 0.9rem;
  margin-bottom: 3px;
  padding: 0.5rem 0;
}
.downloads ul li span {
  position: relative;
  display: table-cell;
  padding: 0;
  top: 0;
  height: 100%;
  vertical-align: middle;
  padding: 0.2rem;
}
.downloads ul li font {
  position: relative;
  display: table-cell;
  padding: 0;
  top: 0;
  height: 100%;
  vertical-align: middle;
  padding: 0.2rem;
}
.downloads ul li span.dwnld__title {
  padding-left: 1rem;
  padding-right: 1rem;
}
.downloads ul li font.dwnld__title {
  padding-left: 1rem;
  padding-right: 1rem;
}
.downloads ul li span.dwnld__icon, .downloads ul li span.dwnld__file-size {
  font-family: "Oswald Light";
  text-align: center;
  width: 41px;
  padding: 0.5rem;
}
.downloads ul li font.dwnld__icon, .downloads ul li font.dwnld__file-size {
  font-family: "Oswald Light";
  text-align: center;
  width: 40px;
  padding: 0.5rem;
}
.downloads ul li span.dwnld__icon {
  background-image: url(/image/wwb/icon-download.png);
  background-size: 15px auto;
  background-position: center;
  background-repeat: no-repeat;
  border-right: 1px dotted #666666;
}
.downloads ul li font.dwnld__icon {
  background-image: url(/image/wwb/icon-download.png);
  background-size: 15px auto;
  background-position: center;
  background-repeat: no-repeat;
  border-right: 1px dotted #666666;
}
.downloads ul li span.dwnld__file-size {
  border-left: 1px dotted #666666;
}
.downloads ul li font.dwnld__file-size {
  border-left: 1px dotted #666666;
}

.report-slider {
  position: relative;
  display: block;
  text-align: center;
  margin: 16% 0 0 0;
}

.report-slider__pagination {
  position: relative;
  display: block;
  bottom: 0 !important;
}
.report-slider__pagination .swiper-pagination-bullet-active {
  background-color: #00b7ee;
}

.report-slider__slide {
  width: 100%;
  background-color: #f3f2ef;
}

.report-slider__slide img {
  position: relative;
  display: block;
  width: 80%;
  max-width: 850px;
  margin: 1rem auto 1rem auto;
}

.report-slider__title {
  font-family: "Oswald Bold";
  text-transform: uppercase;
}

.previous-reports {
  background-color: white;
}

.downloads-accordian-header {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  cursor: pointer;
  background-color: #00b7ee;
  padding: 1rem 3rem 1rem 1rem;
}
.downloads-accordian-header:after {
  position: absolute;
  display: block;
  right: 1rem;
  top: 50%;
  margin-top: -10px;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(/image/wwb/icon-open.png);
  background-size: contain;
  background-position: center;
}
.downloads-accordian-header h4 {
  font-family: "Oswald Bold";
  color: white;
  margin: 0;
}
.downloads-accordian-header.open h4 {
  color: white;
}
.downloads-accordian-header.open::after {
  background-image: url(/image/wwb/icon-close-2.png);
}

.previous-reports ul li {
  background-color: #f3f2ef;
}

.previous-downloads {
  margin-bottom: 4%;
}

.previous-reports .downloads {
  display: none;
}

.howwillwe-plug {
  background-image: url(../img/reporting--howwillwe--mo.jpg);
  background-size: cover;
  background-position: center;
  padding: 8% 0;
  text-align: center;
  color: white;
}
.howwillwe-plug h2 {
  margin-top: 0;
}

.our-partners {
  background-color: #f3f2ef;
}

.our-partners ul {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 1rem;
  margin: 0;
  float:left;
}
.our-partners ul:first-child {
  margin: 2rem 0 0 0;
}
.our-partners ul li {
  list-style: disc;
  list-style-type: disc !important;
  font-weight: bold;
  line-height: 2rem;
  font-size: 1.3rem;
}

.hero--commitments {
  background-image: url(../img/hero-commitments--mo.jpg);
  background-position: center top;
}
@media screen and (max-width: 680px) {
  .hero--commitments h1 em {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}

.pwp-breakdown {
  position: relative;
  display: block;
  padding: 8% 0;
  background-color: #d7d6d3;
  background-image: url(/image/wwb/comm--splash.jpg);
  background-size: 180% auto;
  background-repeat: no-repeat;
  background-position: center top;
}

.pwp-breakdown h4, .pwp-breakdown-copy {
  color: #545454;
  /*margin: 0 auto;*/
}

.pwp-breakdown-copy {
  color: white !important;
}
.pwp-breakdown-copy .copy {
  margin-top: 4%;
}

.pwp-breakdown h4 {
  font-family: "Oswald Bold";
}

.pwp-breakdown__header {
  margin: 0;
      
}

.desktop-pwp-breakdown-icon {
  display: none;
}

.mobile-pwp-breakdown-icon {
  position: relative;
  display: block;
  width: 65%;
  max-width: 250px;
  margin: auto;
}

.pillar-container {
  margin-top: 8%;
}

.pillar--products .pillar-header, .pillar--products .pillar-item__content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 8%;
  /*margin-left: -15px;*/
  background-color: rgba(215, 214, 211, 0.7);
  border-left: 2px solid #f59331;
  border-right: 2px solid #f59331;
  -moz-border-image: -moz-linear-gradient(top, #f59331 0%, transparent 80%);
  -webkit-border-image: -webkit-linear-gradient(top, #f59331 0%, transparent 80%);
  border-image: linear-gradient(to bottom, #f59331 0%, transparent 80%);
  border-image-slice: 1;
}
.pillar--products .pillar-header {
  position: relative;
  display: block;
  border-top: 2px solid #f59331;
}
.pillar--products .pillar-item__pill {
  background-color: #f59331;
}

.pillar--planet .pillar-header, .pillar--planet .pillar-item__content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
 /* margin-left:-15px;*/
  padding: 8%;
  background-color: rgba(215, 214, 211, 0.7);
  border-left: 2px solid #63ba4d;
  border-right: 2px solid #63ba4d;
  -moz-border-image: -moz-linear-gradient(top, #63ba4d 0%, transparent 80%);
  -webkit-border-image: -webkit-linear-gradient(top, #63ba4d 0%, transparent 80%);
  border-image: linear-gradient(to bottom, #63ba4d 0%, transparent 80%);
  border-image-slice: 1;
}
.pillar--planet .pillar-header {
  position: relative;
  display: block;
  border-top: 2px solid #63ba4d;
}
.pillar--planet .pillar-item__pill {
  background-color: #63ba4d;
}

.pillar--people .pillar-header, .pillar--people .pillar-item__content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
 /* margin-left:-15px;*/
  padding: 8%;
  background-color: rgba(215, 214, 211, 0.7);
  border-left: 2px solid #00b7ee;
  border-right: 2px solid #00b7ee;
  -moz-border-image: -moz-linear-gradient(top, #00b7ee 0%, transparent 80%);
  -webkit-border-image: -webkit-linear-gradient(top, #00b7ee 0%, transparent 80%);
  border-image: linear-gradient(to bottom, #00b7ee 0%, transparent 80%);
  border-image-slice: 1;
}
.pillar--people .pillar-header {
  position: relative;
  display: block;
  border-top: 2px solid #00b7ee;
}
.pillar--people .pillar-item__pill {
  background-color: #00b7ee;
}

.pillar-item__content {
  border-top: 0;
}

.pillar-item {
  margin-bottom: 10px;
}

.pillar-item__pill {
  position: relative;
  display: block;
  height: 3.2rem;
  width: 100%;
  cursor: pointer;
  /*margin-left:-15px;*/
}
.pillar-item__pill::after {
  position: absolute;
  display: block;
  right: 1rem;
  top: calc(1.5rem - 6px);
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(/image/wwb/icon-open.png);
  background-size: contain;
  background-position: center;
}
.pillar-item__pill h4 {
  color: #545454;
  line-height: 2.3rem;
  vertical-align: middle;
  padding: 8px 1rem;
}
.pillar-item__pill.open h4 {
  color: white;
}
.pillar-item__pill.open::after {
  background-image: url(/image/wwb/icon-close-2.png);
}

.pillar-item__content {
  position: relative;
  display: none;
  overflow: hidden;
}
.pillar-item__content img {
  position: relative;
  display: block;
  width: 60px;
}

.hero--products {
  background-image: url(../img/hero-products--mo.jpg);
}

.hero--planet {
  background-image: url(../img/hero-planet--mo.jpg);
}

.hero--people {
  background-image: url(../img/hero-people--mo.jpg);
}

.pillar-tabs {
  background-color: #d7d7d7;
  overflow: hidden;
}

.pillar-tab__heading {
  position: relative;
  display: block;
  width: 100%;
  border-bottom: 1px solid #d7d7d7;
  z-index: 5;
  cursor: pointer;
}
.pillar-tab__heading span {
  position: relative;
  display: block;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  padding: 11.2% 0;
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-family: "Oswald Regular";
  font-size: 1.6rem;
  line-height: 1.4rem;
  background-color: #66b5e2;
  z-index: 2;
}
.pillar-tab__heading:after {
  position: absolute;
  display: block;
  content: "";
  width: 45px;
  height: 15px;
  background-image: url(/image/wwb/nib.png);
  background-size: 45px 16px;
  background-position: 0 -1px;
  bottom: 0;
  left: 50%;
  margin-left: -22px;
  z-index: 1;
  -webkit-transition: 0.2s ease-out -webkit-transform;
  -moz-transition: 0.2s ease-out -moz-transform;
  -ms-transition: 0.2s ease-out -ms-transform;
  -o-transition: 0.2s ease-out -o-transform;
  transition: 0.2s ease-out transform;
}

.pillar-tab__content {
  position: relative;
  display: none;
  padding: 8% 0;
}
.pillar-tab__content img {
  position: relative;
  display: block;
  width: 100%;
  max-width: 400px;
  height: auto;
  margin: auto;
}
.pillar-tab__content h2 {
  margin-top: 0;
}
.pillar-tab__content p:last-child {
  margin-bottom: 0;
}

.pillar-tab.active .pillar-tab__heading span {
  background-color: #5aa5cf;
}
.pillar-tab.active .pillar-tab__heading:after {
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
  transform: translateY(15px);
}
.pillar-tab.active .pillar-tab__content {
  display: block;
}

.pillar-tab__heading:active span {
  background-color: #00b7ee !important;
}

.our-progress {
  padding: 8% 0;
  background-color: #f3f2ef;
}

.progress-timeline__carousel-wrapper {
  position: relative;
  display: block;
  width: 100%;
}

.progress-timeline__pagination {
  position: absolute;
  display: block;
  top: auto !important;
  bottom: auto !important;
  width: 84% !important;
  height: 15px;
  margin-top: 56%;
  margin-left: 8%;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
  border-radius: 9px;
  background-color: #d7d7d7;
  text-align: center;
}

.progress-timeline__pagination .swiper-pagination-bullet {
  background-color: white !important;
  margin: 0 6% 0.5% 0 !important;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
.progress-timeline__pagination .swiper-pagination-bullet:last-child {
  margin-right: 0 !important;
}

.progress-timeline__pagination .swiper-pagination-bullet-active {
  background-color: #00b7ee !important;
  -webkit-transform: scale(2.2);
  -moz-transform: scale(2.2);
  -ms-transform: scale(2.2);
  -o-transform: scale(2.2);
  transform: scale(2.2);
}

.progress-timeline__arrows {
  position: absolute;
  display: block;
  width: 84%;
  height: 17px;
  margin: calc(64% + 50px) 0 0 8%;
  z-index: 1000;
}

.progress-timeline__arrow {
  position: absolute;
  display: block;
  width: 10px;
  top: 0;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
.progress-timeline__arrow.progress-timeline__arrow--prev {
  left: 0;
  background-image: url(/image/wwb/icon-arrow-left--blue.png);
}
.progress-timeline__arrow.progress-timeline__arrow--next {
  right: 0;
  background-image: url(/image/wwb/icon-arrow-right--blue.png);
}

.progress-timeline__slide {
  text-align: center;
}

.progress-timeline__image {
  position: relative;
  display: block;
  width: 84%;
  margin: auto;
}

.progress-timeline__copy-container {
  position: relative;
  display: block;
  width: 84%;
  margin: 18% auto 0 auto;
}

.progress-timeline__title {
  font-family: "Oswald Light" !important;
  font-size: 1.4rem !important;
  text-transform: uppercase;
}
.progress-timeline__title strong {
  font-weight: normal;
  font-family: "Oswald Bold";
}

.progress-timeline__copy {
  width: 70%;
  margin: auto;
}

.progress-timeline__swipe-icon {
  position: relative;
  display: block;
  margin: 8% auto 0 auto;
  width: 80px;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  -ms-opacity: 0.6;
  -o-opacity: 0.6;
  opacity: 0.6;
}

.progress-timeline--desktop {
  display: none;
}

.progress-timeline--desktop__image {
  width: 400px;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 15px;
  }

  h1 {
    font-size: 1.8rem;
  }

  h2 {
    font-size: 1.5rem;
    font-weight: 500;
  }

  .container {
    width: 88%;
    margin: 0 6%;
  }

  .contained-copy {
    position: relative;
    display: block;
    text-align: center;
    width: 55%;
    margin: 0 auto;
  }
  .contained-copy h3 {
    margin: 0;
  }

  .copy {
    margin-top: 6%;
    margin-bottom: 6%;
    font-size:15px;
  }

  .hero--home {
    background-image: url(../img/hero-home--tb.jpg);
    background-position: center bottom;
  }

  .hero--pwp {
    background-image: url(../img/hero-pwp--tb.jpg);
  }

  .hero--commitments {
    background-image: url(../img/hero-commitments--tb.jpg);
  }

  .hero--products {
    background-image: url(../img/hero-products--tb.jpg);
  }

  .hero--planet {
    background-image: url(../img/hero-planet--tb.jpg);
  }

  .hero--people {
    background-image: url(../img/hero-people--tb.jpg);
  }

  .hero--reporting {
    background-image: url(../img/hero-reporting--tb.jpg);
  }

  .misvis {
    padding-top: 6%;
  }

  .explore {
    padding: 6% 0;
  }

  .explore-item {
    width: 48%;
    padding-top: 48%;
    margin-bottom: 6%;
  }
  .explore-item:nth-child(odd) {
    margin-right: 6%;
  }

  .explore-item__heading {
    font-size: 1.8rem;
  }

  .highlight {
    padding: 6% 0 0 0;
  }

  .focus-areas, .our-progress {
    padding: 6% 0;
  }

  .progress-timeline__pagination {
    width: 88%;
    margin-top: 54%;
  }

  .progress-timeline__pagination .swiper-pagination-bullet {
    margin: 0 7% 0 0 !important;
    height: 14px;
    width: 14px;
  }

  .progress-timeline__arrows {
    margin-top: calc(61% + 50px);
  }

  .progress-timeline__swipe-icon {
    margin-top: 0;
  }

  .progress-timeline__copy-container {
    margin-top: 14%;
  }

  .pwp-breakdown {
    background-size: contain;
  }

  .pillar-tab__heading span {
    padding: 6% 0;
  }

  .explore {
    padding: 6% 0;
  }

  .explore-item {
    width: 46%;
    padding-top: 44%;
  }
  .explore-item:before {
    top: 30%;
  }
  .explore-item:after {
    bottom: 30%;
  }

  .report-slider {
    margin-top: 6%;
  }

  .report-slider__title {
    margin-top: 6%;
  }

  .previous-reports,
  .latest-reports,
  .howwillwe-plug {
    padding: 6% 0;
  }

  .howwillwe-plug {
    background-image: url(../img/reporting--howwillwe--dt.jpg);
    padding: 6% 0;
  }

  .our-partners {
    padding: 6% 0;
  }
}

@media screen and (min-width: 1024px) {
  html {
    font-size: 14px;
  }
  html p
  {
      font-size:14px;
      line-height:initial;
  }

  h1 {
    font-size: 2.1rem;
  }

  h2, h3 {
    font-weight: 500;
  }

  h2 {
    font-size: 1.2rem;
  }
  h2 em {
    font-size: 3.8rem;
    line-height: 2.8rem;
    margin-top: 7px;
  }
  h2::after {
    height: 3px;
    margin: 1rem auto 2rem auto;
  }
  h2.underline::after {
    height: 4px;
  }

  h3 {
    font-size: 2.2rem;
    line-height: 2.2rem;
  }

  h4 {
    font-size: 1.8rem;
  }

  h5 {
    font-size: 0.72rem;
  }

  small {
    font-size: 0.87rem;
  }

  .page__content {
    margin-top: 54px;
  }

  .explore {
    margin-bottom: 41px !important;
  }

  .container {
    width: 90% !important; 
    max-width: 1372px !important;
    margin: 0 auto;
  }

  .copy {
    margin-top: 4%;
    margin-bottom: 4%;
  }

    .hero--home {
        background-image: url(/image/wwb/hero-home--dt.jpg);
        background-position: center 60%;
    }

  .hero--pwp {
    background-image: url(../img/hero-pwp--dt.jpg);
  }
  .hero--pwp .hero__desktop-copy:before, .hero--pwp .hero__desktop-copy:after {
    width: 400px;
  }

  .hero--commitments {
    background-image: url(../img/hero-commitments--dt.jpg);
  }

  .hero--reporting {
    background-image: url(../img/hero-reporting--dt.jpg);
  }

  .hero--products {
    background-image: none;
  }
  .hero--products .hero--cinemagraph__video-container {
    top: -9%;
    background-image: url(../img/hero-products--dt.jpg);
  }

  .hero--planet {
    background-image: none;
  }
  .hero--planet .hero--cinemagraph__video-container {
    bottom: 0;
    background-image: url(../img/hero-planet--dt.jpg);
  }

  .hero--people {
    background-image: none;
  }
  .hero--people .hero--cinemagraph__video-container {
    top: -20%;
    background-image: url(../img/hero-people--dt.jpg);
  }

  .hero--static {
    padding: 6% 0;
    overflow: hidden;
  }

  .hero--cinemagraph__copy {
    margin-top: -8rem;
  }

  .hero--cinemagraph__video-container {
    position: absolute;
    display: block;
    width: 100%;
    padding-bottom: 56.25%;
    left: 0;
    background-position: top center;
    background-size: cover;
  }

  .hero--cinemagraph__video-container video {
    position: absolute;
    display: block;
    width: 100%;
    height: auto;
  }

  .hero__initial-frame {
    -webkit-transform: translateZ(0);
    z-index: 2;
  }

  .hero--cinemagraph__video-container {
    z-index: 1;
  }

  .hero__social-item {
    margin-bottom: 1rem;
    height: 25px;
    width: 25px;
  }
  .hero__social-item span {
    display: none;
  }
  .hero__social-item:nth-child(-n+2) {
    margin-right: 0.3rem;
  }
  .hero__social-item:hover {
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    -ms-opacity: 0.8;
    -o-opacity: 0.8;
    opacity: 0.8;
  }
  .hero__social-item:active {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
  }
  .hero__social-item:active span {
    transform: none;
  }

  .hero__title em {
    font-size: 5.6rem;
    line-height: 6.6rem;
  }

  .title-lines::before, .title-lines::after {
    height: 4px;
    width: 350px;
    max-width: none;
    margin: 2rem auto;
  }

  .hero__desktop-copy {
    position: relative;
    display: block;
    color: white;
    width: 681px;
    margin: 0 auto;
    line-height: 150%;
  }

  .hero__mobile-copy {
    display: none;
  }

  .hero__anchor {
    line-height: 29px;
    margin-top: 0;
  }

  .misvis {
    padding: 4% 0;
    background-color: #d7d7d7;
  }

  .misvis__item {
    position: relative;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    width: 50%;
  }
  .misvis__item:first-child {
    border-right: 1px solid #bcbbb8;
    padding-right: 4%;
    margin-bottom: -73px;
  }
  .misvis__item:last-child {
    border-left: 1px solid #bcbbb8;
    padding-left: 4%;
    left: -1px;
    margin-top: 0;
    float:right;
  }
  .misvis__item p:last-child {
    margin-bottom: 0;
  }

  .principles {
    padding: 4% 0;
  }

  .principles--desktop {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 950px;
  }

  .principles__coloured-overlay {
    display: none;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    background-color: rgba(30, 41, 44, 0.8);
  }

  .principles--mobile {
    position: absolute;
    display: none;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    top: 32%;
    left: 5%;
    z-index: 1000 !important;
    width: 90%;
    height: 100%;
  }
  .principles--mobile .swiper-slide img {
    width: 18%;
  }
  .principles--mobile .swiper-slide p {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .principles--desktop, .principles--mobile, .principles__coloured-overlay {
    -webkit-transition: 0.3s linear -webkit-opacity;
    -moz-transition: 0.3s linear -moz-opacity;
    -ms-transition: 0.3s linear -ms-opacity;
    -o-transition: 0.3s linear -o-opacity;
    transition: 0.3s linear opacity;
  }

  .principles.unhide .principles--mobile {
    display: block;
  }
  .principles.unhide .principles__coloured-overlay {
    display: block;
  }

  .principles.visible .principles--desktop {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
  }
  .principles.visible .principles--mobile {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
  }
  .principles.visible .principles__coloured-overlay {
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    -ms-opacity: 0.8;
    -o-opacity: 0.8;
    opacity: 0.8;
  }

  .principles__btn-close {
    content: "";
    position: absolute;
    display: block;
    z-index: 1000 !important;
    top: 0;
    right: 0;
    background-image: url(/image/wwb/icon-close.png);
    background-size: 30px 30px;
    height: 30px;
    width: 30px;
    cursor: pointer;
  }
  .principles__btn-close:hover {
    -webkit-transition: 0.3s ease -webkit-transform;
    -moz-transition: 0.3s ease -moz-transform;
    -ms-transition: 0.3s ease -ms-transform;
    -o-transition: 0.3s ease -o-transform;
    transition: 0.3s ease transform;
    -webkit-transform: rotate(180deg) translateZ(0);
    -moz-transform: rotate(180deg) translateZ(0);
    -ms-transform: rotate(180deg) translateZ(0);
    -o-transform: rotate(180deg) translateZ(0);
    transform: rotate(180deg) translateZ(0);
  }

  .principles__arrow {
    position: absolute;
    display: block;
    z-index: 1000 !important;
    width: 12px;
    height: 25px;
    top: 30%;
    margin-top: -15px;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}

    .principles__arrow.principles__arrow-prev {
        background-image: url(/image/wwb/icon-arrow-left.png);
        left: 0;
    }

    .principles__arrow.principles__arrow-next {
        background-image: url(/image/wwb/icon-arrow-right.png);
        right: 0;
    }

  .principles--desktop__item {
    position: relative;
    display: inline-block;
    width: 17%;
    margin: 4% 24% 0 0;
    text-align: center;
    cursor: pointer;
  }
  .principles--desktop__item:nth-child(3n+3) {
    margin-right: 0;
  }
  .principles--desktop__item img {
    position: relative;
    display: block;
    width: 115%;
    margin-left:-8%;
    -webkit-transform: scale(0.89);
    -moz-transform: scale(0.89);
    -ms-transform: scale(0.89);
    -o-transform: scale(0.89);
    transform: scale(0.89);
    -webkit-transition: 0.1s ease -webkit-transform;
    -moz-transition: 0.1s ease -moz-transform;
    -ms-transition: 0.1s ease -ms-transform;
    -o-transition: 0.1s ease -o-transform;
    transition: 0.1s ease transform;
  }
  .principles--desktop__item:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  .explore {
    text-align: left;
  }

  .explore-item {
    width: 16.0%;
    padding-top: 16.8%;
    margin-bottom: 0;
    margin-right: 4%;
  }
  .explore-item:nth-child(odd) {
    margin-right: 5%;
  }
  .explore-item:last-child {
    margin: 0;
  }
  .explore-item .colour-overlay {
    -webkit-transition: 0.3s ease opacity;
    -moz-transition: 0.3s ease opacity;
    -ms-transition: 0.3s ease opacity;
    -o-transition: 0.3s ease opacity;
    transition: 0.3s ease opacity;
  }
  .explore-item:active .colour-overlay {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }

  .explore-item__heading {
    font-size: 1.13rem;
  }

  .highlight {
    padding: 4% 0;
  }

  .highlight__section {
    position: relative;
    display: inline-block;
    vertical-align: top;
  }

  .highlight__section--copy {
    width: 46%;
    margin-right: 4%;
   
  }

  .highlight__mobile-copy {
    display: none;
  }

  .highlight__desktop-copy {
    position: relative;
    display: block;
  }

  .highlight__section--media {
    width: 50%;
    margin-top: 0;
    float:right;
   
  }

  .highlight__media {
    width: 100%;
  }

  .highlight__video-wrap {
    position: relative;
    display: block;
    padding-bottom: 56.25%;
    height: 0;
  }
  .highlight__video-wrap .highlight__media {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }

  .wangotron-wrap {
    margin-top: 10%;
  }

  .wangotron__items {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }

  .wangotron__gradient {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    top: -13.5%;
    left: 32%;
  }

  .wangotron__details-modal {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    margin-top: 0;
  }

  .wangotron__details-modal__container {
    position: absolute;
    display: none;
    top: -3%;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    color: #545454;
    text-align: left;
    padding: 0 8% 8% 8%;
   
  }

  .wangotron__details-modal__icon, .wangotron__details-modal__close, .wangotron__tap-cta {
    display: none;
  }

  .wangotron__details-modal__header {
    margin: 0 auto;
  }
  .wangotron__details-modal__header::after {
    background-color: #bcbbb8;
    width: 100%;
    margin: 3% auto 0 auto;
  }

  .wangotron__details-modal__copy {
    margin: 4% auto;
     font-family: "Arial", "Helvetica", sans-serif;
    font-size: 15px;
    line-height: 18px;
  }

  .wangotron__details-modal__image {
    position: relative;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }

  .wangotron__details-modal__cta {
    margin-top: 4%;
  }

  .wangotron__details-modal .wangotron__details-modal__container {
    background-color: transparent !important;
  }

  .progress-timeline__carousel-wrapper {
    display: none;
  }

  .focus-areas, .our-progress {
    padding: 4% 0;
    overflow: hidden;
  }
  .focus-areas *, .our-progress * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .progress-timeline--desktop {
    position: relative;
    display: block;
    margin-top: 4%;
    width: 1152px;
    margin-left: -576px;
    margin-right: 0;
    left: 50%;
  }

  .progress-timeline--desktop__image-carousel {
    position: relative;
    display: block;
    height: 230px;
  }

  .progress-timeline--desktop--image-wrapper {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
  }

  .progress-timeline--desktop__image {
    position: absolute;
    display: block;
    width: 400px;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
  }
  .progress-timeline--desktop__image:first-child {
    z-index: 1000;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
  }
  .progress-timeline--desktop__image:nth-child(2) {
    -webkit-opacity: 0.3;
    -moz-opacity: 0.3;
    -ms-opacity: 0.3;
    -o-opacity: 0.3;
    opacity: 0.3;
    z-index: 995;
  }

  .progress-timeline--desktop__slider-container {
    position: relative;
    display: block;
    /*width: calc(90% + 30px);*/
    width: calc(93% + 31px) !important;
    margin-top: 7% !important;
    margin-bottom: 2.5% !important;
    margin-left: 30px;
    margin-right: auto;
    height: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    background-color: #d7d7d7;
  }
  .progress-timeline--desktop__slider-container.hidden {
    display: none;
  }

  .progress-timeline--desktop__slider {
    position: absolute;
    display: block;
    height: 30px;
    width: 30px;
    left: 0;
    top: -7px;
    background-color: #00b7ee;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -ms-grab;
    cursor: -o-grab;
    cursor: grab;
  }
  .progress-timeline--desktop__slider:active {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -ms-grabbing;
    cursor: -o-grabbing;
    cursor: grabbing;
  }

  .progress-timeline--desktop__copy-container {
    height: 140px;
  }

  .progress-timeline--desktop__copy-item {
    position: absolute;
    display: block;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    top: 0;
    left: 50%;
    width: 400px;
    height: 100%;
    margin: 4% 0 0 -200px;
  }
  .progress-timeline--desktop__copy-item:first-child {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
   
  }

  .progress-timeline__title, .progress-timeline__copy {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0;
  }

  .progress-timeline--desktop__years-container {
    position: relative;
    display: block;
    width: 103%;
    margin: 0 auto;
  }
  .progress-timeline--desktop__years-container.pillar-mode {
    text-align: center;
    margin-top: 5rem;
  }

  .progress-timeline--desktop__year {
    position: relative;
    display: inline-block;
    font-family: "Oswald Bold";
    font-size: 1.3rem;
    width: 9.4%;
    text-align: center;
  }
  .progress-timeline--desktop__year::before {
    content: "";
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    height: 30px;
    width: 30px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    margin: auto;
    border: 5px solid #f3f2ef;
    background-color: #d7d7d7;
  }
  .progress-timeline--desktop__year::after {
    content: "";
    height: 4px;
    background-color: #00b7ee;
    width: 0%;
    position: relative;
    display: block;
    margin: 0.5rem auto 0 auto;
    -webkit-transition: 0.2s ease width;
    -moz-transition: 0.2s ease width;
    -ms-transition: 0.2s ease width;
    -o-transition: 0.2s ease width;
    transition: 0.2s ease width;
  }
  .progress-timeline--desktop__year.pillar-node {
    text-align: center;
    width: 50px;
    margin-left: auto;
    margin-right: auto;
  }
  .progress-timeline--desktop__year.pillar-node.selected:before {
    background-color: #00b7ee;
  }
  .progress-timeline--desktop__year.pillar-node:after {
    display: none;
  }
  .progress-timeline--desktop__year.selected {
    color: #00b7ee;
  }
  .progress-timeline--desktop__year.selected::after {
    width: 42%;
  }
  .progress-timeline--desktop__year:hover {
    color: #00b7ee;
    cursor: pointer;
  }
  .progress-timeline--desktop__year:hover::before {
    background-color: #cacaca;
  }

  .pwp-breakdown {
    padding: 4% 0;
  }

  .pwp-breakdown h4 {
    font-size: 1.2rem;
    margin-bottom: 12px;
  }

  .pwp-breakdown-copy .copy {
    max-width: 60%;
     
  }

  .desktop-pwp-breakdown-icon {
    position: relative;
    display: block;
    width: 50%;
    margin: 0 auto;
  }

  .mobile-pwp-breakdown-icon {
    display: none;
  }

  .pillar-container {
    position: relative;
    display: inline-block;
    width: 29%;
    margin: 1px 7% 0px -9px;
    vertical-align: top;
  }
  .pillar-container:last-child {
    margin-right: 0;
  }

  .pillar-item__pill h4 
  {
      font-size: 0.7rem;
  }

  .pillar-tabs {
    position: relative;
    display: block;
  }
  .pillar-tabs:before {
    content: "";
    position: absolute;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    top: 0;
    left: 0;
    height: 120px;
    width: 100%;
    border-top: 4px solid white;
    border-bottom: 1px solid white;
    background-color: #666666;
  }

  .pillar-tab-container {
    position: relative;
    display: block;
    width: 92%;
    max-width: 962px;
    margin: 0 auto;
    padding-top: 120px;
  }

  .pillar-tab {
    width: 92%;
    max-width: 962px;
    margin: 0 auto;
    overflow: visible;
  }
  .pillar-tab:nth-child(1) .pillar-tab__heading {
    left: 0;
  }
  .pillar-tab:nth-child(2) .pillar-tab__heading {
    left: 33.33333%;
  }
  .pillar-tab:nth-child(3) .pillar-tab__heading {
    right: 0;
  }

  .pillar-tab__heading {
    position: absolute;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    height: 120px;
    top: 0;
    width: 33.33333%;
    padding: 0;
    border-top: 4px solid white;
    border-bottom: 1px solid white;
  }
  .pillar-tab__heading span {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    line-height: 112px;
  }
  .pillar-tab__heading:hover span {
    background-color: #6fb9e4;
  }
  .pillar-tab__heading:active span {
    background-color: #66b5e2 !important;
  }

  .pillar-tab:nth-child(2) .pillar-tab__heading {
    border-left: 1px solid white;
    border-right: 1px solid white;
  }

  .pillar-tab:nth-child(1) .pillar-tab__heading {
    border-left: 1px solid white;
  }

  .pillar-tab:nth-child(3) .pillar-tab__heading {
    border-right: 1px solid white;
  }

  .pillar-tab__content h2:after {
    content: "";
    position: relative;
    display: block;
    height: 3px;
    width: 300px;
    background-color: #00b7ee;
    margin: 1rem 0 0 0;
  }
  .pillar-tab__content img {
    float: right;
    margin-left: 4%;
    margin-bottom: 4%;
  }

  .explore {
    padding: 4% 0;
  }

  .explore-item:before {
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  .explore-item:after {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
  }
  .explore-item:before, .explore-item:after {
    position: absolute;
    display: block;
    -webkit-transition: 0.2s ease -webkit-transform;
    -moz-transition: 0.2s ease -moz-transform;
    -ms-transition: 0.2s ease -ms-transform;
    -o-transition: 0.2s ease -o-transform;
    transition: 0.2s ease transform;
  }
  .explore-item:hover .explore-item__image {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray;
  }
  .explore-item:hover:before, .explore-item:hover:after {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  .downloads-accordian-header h4 {
    font-size: 0.8rem;
  }

  .previous-reports, .latest-reports {
    padding: 4% 0;
  }
  .previous-reports .copy, .latest-reports .copy {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .report-slider__title {
    margin: 4% auto 2% auto;
  }

  .report-slider__slide .copy {
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    margin: 2% auto 4% auto;
  }

  .previous-downloads {
    margin-bottom: 1rem;
  }

  .report-slider__arrows {
    position: absolute;
    display: block;
    width: 100%;
    top: 150px;
    left: 0;
  }
  .report-slider__arrows .arrow {
    position: absolute;
    display: block;
    width: 15px;
    height: 30px;
    background-position: center;
    background-size: cover;
    z-index: 1000 !important;
    cursor: pointer;
  }
  .report-slider__arrows .arrow.arrow--prev {
    left: 0;
    background-image: url(/image/wwb/icon-arrow-left--blue.png);
  }
  .report-slider__arrows .arrow.arrow--next {
    right: 0;
    background-image: url(/image/wwb/icon-arrow-right--blue.png);
  }

  .report-slider .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    margin: 0 10px !important;
  }

  .latest-reports,
  .report-slider__slide {
    background-color: #d7d7d7;
  }

  .downloads ul li,
  .previous-reports {
    background-color: #f3f2ef;
  }

  .previous-reports .downloads li {
    background-color: #d7d7d7;
  }

  .howwillwe-plug {
    padding: 4% 0;
  }

  .container.special {
    max-width: 532px !important;
  }

  .our-partners {
    padding: 4% 0;
    margin-bottom: 41px;
  }

  .our-partners ul {
    position: relative;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    padding: 0 0 0 1rem;
    margin: 2rem 0 0 0;
    width: 50%;
    
  }

  .stakeholder-engagement, .latest-downloads {
    /*margin-top: 6%;*/
  }
}
@media screen and (min-width: 1200px) {
  html p {
    font-size: 16px !important;
    line-height:initial;
  }

  h2 {
    font-size: 2.1rem !important;
  }
  /*.headerMenuLCol h2 {*/
    /*margin-bottom: 20px;*/
    /* font-family: 'sentinelBold'; */
    /*font-family: 'Sentinel 6r','Sentinel A','Sentinel B',serif !important;*/
    /*font-weight: 400;
    font-size: 28px;
    color: #fff;
}*/
  /*.headerMenuLCol h3 {*/
    /*color: #fff;
    font-size: 18px;*/
/*}*/
  h3 {
    font-size: 2.6rem;
  }

  h5 {
    font-size: 1.1rem;
  }

  .container {
    width: 90% !important;
    max-width: 1372px;
    margin: 0 auto;
  }

  .copy {
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .hero--cinemagraph__copy {
    margin-top: -9rem;
  }

  .misvis {
    padding: 5% 0;
  }

  .highlight {
    padding: 5% 0;
  }

  .focus-areas, .our-progress {
    padding: 5% 0;
  }

  .explore {
    padding: 5% 0;
  }
  .pwp-breakdown > .container
  {
    width: 92% !important;
    max-width: 1372px;
    margin: 0 auto;
  }
}

@media screen and (min-width:320px) and (max-width:767px)
{
    html p {
    font-size: 12.5px;
   Line-height: initial !important;
}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape)
{
.principles--desktop__item {
    position: relative;
    display: inline-block;
    width: 20%;
    margin: 4% 24% 0 -23px;
    text-align: center;
    cursor: pointer;
}
}
.progress-timeline__title > a
{
  font-family:"Oswald Light";
  text-decoration:underline;
}
 .progress-timeline__copy > a
{
  font-family:inherit;
  text-decoration:underline;
}