body {
  padding-top: 108px;
  padding-bottom: 0px;
  background-color: #fff;
  font-family: proxima-nova, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 1.4;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #009eae;
  font-size: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

p {
  margin-bottom: 1em;
  font-weight: 700;
}

a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

ul {
  position: relative;
  margin-top: 0px;
  margin-bottom: 1em;
  padding-left: 40px;
}

li {
  position: relative;
}

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

blockquote {
  position: relative;
  display: block;
  max-width: 960px;
  margin: 45px auto 40px;
  padding: 0px 0px 0px 0.55em;
  border-left: 1px none #000;
  color: #ce0026;
  font-size: 1.65em;
  line-height: 1.3;
  font-weight: 700;
}

figcaption {
  margin-top: 5px;
  text-align: left;
}

.header {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  height: 108px;
  background-color: #fff;
  font-size: 0.78em;
  font-weight: 600;
}

.section {
  padding: 10px 20px;
}

.section.footer {
  margin-top: 160px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ededed;
}

.section.first {
  padding-top: 0px;
}

.section.last {
  margin-bottom: -160px;
}

.logo-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 285px;
  height: 100%;
  padding-top: 14px;
  padding-left: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.navmenu {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  display: none;
  width: 100%;
  height: 55px;
  max-width: 420px;
  min-width: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 1.4em;
  font-weight: 700;
}

.navmenu.menu-active {
  bottom: 2px;
  display: block;
}

.navbar {
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fff;
}

.navbar-container {
  position: relative;
  height: 100%;
}

.section-inner {
  padding: 50px 100px;
  background-color: #ededed;
  text-align: center;
}

.section-inner.fhome-wrap {
  padding-top: 60px;
  padding-bottom: 50px;
}

.boxlink {
  position: relative;
  z-index: 1;
  margin-top: 10px;
  margin-bottom: 4px;
  padding: 6px 35px 6px 14px;
  border: 2px solid #082336;
  background-image: url('../images/Dark-Blue-Right-Arrow.png');
  background-position: 94% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  color: #082336;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
}

.boxlink:hover {
  background-color: #082336;
  background-image: url('../images/White-Right-Arrow.png');
  background-size: 15px;
  color: #fff;
}

.boxlink.colorbox-link {
  position: absolute;
  right: 40px;
  bottom: 30px;
  border-color: #fff;
  background-image: url('../images/White-Right-Arrow.png');
  background-size: 15px;
  color: #fff;
}

.boxlink.colorbox-link:hover {
  background-color: #fff;
  background-image: url('../images/Dark-Blue-Right-Arrow.png');
  background-size: 15px;
  color: #082336;
}

.boxlink.morelink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 265px;
  margin-top: 0px;
  margin-bottom: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-color: #fff;
  background-image: url('../images/White-Right-Arrow.png');
  background-position: 96% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.boxlink.morelink:hover {
  background-color: #fff;
  background-image: url('../images/Dark-Blue-Right-Arrow.png');
  background-size: 15px;
  color: #082336;
}

.boxlink.morelink.morelink-toggle {
  display: inline-block;
  margin-bottom: 0px;
  text-transform: none;
}

.boxlink.bottom-right {
  position: absolute;
  right: 40px;
  bottom: 30px;
}

.boxlink.bottom-right:hover {
  background-image: url('../images/White-Right-Arrow.png');
  background-size: 15px;
}

.hero-slide {
  position: relative;
  height: 800px;
  background-image: url('../images/bg1.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-slide.hs2 {
  background-image: url('../images/bg4.jpg');
}

.hero-slide.hs3 {
  background-image: url('../images/bg5.jpg');
}

.hero-slide.hs4 {
  background-image: url('../images/bg6.jpg');
}

.hero-slide.hs5 {
  background-image: url('../images/bg7.jpg');
}

.hero-slide.gov-sus {
  height: 740px;
  background-image: url('../images/bg7.jpg');
}

.section-header {
  margin-bottom: 20px;
  color: #ce0026;
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: 800;
}

.section-header.larger {
  font-size: 2.4rem;
}

.section-header.medium {
  margin-top: 45px;
  font-size: 1.85em;
}

.copyright {
  position: relative;
  display: inline-block;
  font-size: 0.75em;
  letter-spacing: 0.4px;
}

.menu-button {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  width: 85px;
  height: 80px;
  background-image: url('../images/menu.png');
  background-position: 77% 43%;
  background-size: 31px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.menu-button.close-menu {
  top: 0px;
  bottom: auto;
  width: 57px;
  height: 57px;
  background-color: #d80c30;
  background-image: url('../images/menu-close.png');
  background-position: 22px 22px;
  background-size: 14px 14px;
}

.menu-button.close-menu:hover {
  background-image: url('../images/close-hover.png');
  background-position: 22px 23px;
  background-size: 14px 14px;
}

.logo {
  margin-right: 15px;
}

.logo-text {
  margin-top: 13px;
  font-family: proxima-nova, sans-serif;
  color: #2d2c2c;
  font-size: 1.1em;
  font-weight: 700;
}

.footer-inner {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
}

.hero-content {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 65px 80px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #fff;
  text-align: left;
}

.main-title {
  margin-top: 0px;
  color: #fff;
  font-size: 5.4em;
  line-height: 1;
  font-weight: 700;
  text-shadow: 0 1px 15px rgba(0, 0, 0, .4);
}

.hht-digital {
  display: inline-block;
  margin-left: 315px;
}

.navitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 45px;
  padding-right: 20px;
  padding-left: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navitem:hover {
  color: #d80c30;
}

.navitem.navitem-first {
  min-height: 57px;
  background-color: #d80c30;
  color: #fff;
}

.navitem.navitem-first:hover {
  color: #212120;
}

.navitems {
  overflow: auto;
  max-height: 100vh;
  padding-top: 13px;
  padding-bottom: 15px;
  background-color: #fff;
  box-shadow: 1px 1px 15px 0 rgba(0, 0, 0, .4);
}

.hero-slider {
  height: auto;
  background-color: #efefef;
}

.slider-arrow-icon {
  font-size: 21px;
}

.slider-arrow-icon.icon-shadow {
  text-shadow: 0 1px 2px rgba(0, 0, 0, .4);
}

.slider-arrow {
  width: 80px;
}

.slider-arrow:hover {
  color: #db2545;
}

.message-slider {
  height: auto;
  background-color: #efefef;
}

.message-slide {
  position: relative;
  height: 680px;
}

.message-slide-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.message-portrait {
  -webkit-box-flex: 50%;
  -webkit-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
  background-image: url('../images/bg2.jpg');
  background-position: 0px 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.message-portrait.portrait2 {
  background-image: url('../images/bg3.jpg');
  background-position: 100% 50%;
}

.message-content {
  position: relative;
  padding: 40px 45px 90px;
  -webkit-box-flex: 50%;
  -webkit-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
}

.message-content.content2 {
  padding-right: 55px;
  padding-left: 70px;
}

.message-header {
  margin-top: 75px;
  margin-bottom: 55px;
  color: #ce0026;
  font-size: 2.5em;
  font-weight: 800;
}

.message-quote {
  position: relative;
  max-width: 520px;
  margin-bottom: 105px;
  padding-left: 0.6em;
  font-size: 1.5em;
  line-height: 1.27;
}

.quote-start {
  position: absolute;
  left: 0px;
  top: -5px;
  display: inline-block;
  font-size: 1.2em;
}

.quote-end {
  position: absolute;
  bottom: -2px;
  display: inline-block;
  font-size: 1.2em;
}

.coloured-boxes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.colorbox {
  position: relative;
  margin-right: 10px;
  margin-left: 10px;
  padding: 30px 35px 100px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 300px;
  -ms-flex: 1 0 300px;
  flex: 1 0 300px;
  background-color: #2d6f8f;
  color: #fff;
}

.colorbox.red {
  background-color: #ce0026;
}

.colorbox.teal {
  background-color: #009eae;
}

.colorbox.sky {
  background-color: #8fcedb;
}

.colorbox-title {
  margin-bottom: 20px;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.1;
  font-weight: 800;
  text-shadow: 1px 0 10px rgba(0, 0, 0, .1);
}

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

.submenu {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 20px;
  padding-left: 65px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 0.85em;
  line-height: 1.4;
  font-weight: 600;
}

.submenu-item {
  position: relative;
  padding-top: 4px;
  padding-bottom: 4px;
}

.submenu-item:hover {
  color: #d80c30;
}

.submenu-item.subsub-item {
  margin-left: 28px;
}

.submenu-item.subsubsub-item {
  margin-left: 56px;
}

.hero-content-right {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 65px 80px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: left;
  text-shadow: 0 1px 15px rgba(0, 0, 0, .4);
}

.hero-aside {
  -webkit-flex-basis: 320px;
  -ms-flex-preferred-size: 320px;
  flex-basis: 320px;
  line-height: 1.35;
  font-weight: 700;
}

.hero-aside.hero-aside-large {
  margin-top: 20px;
  -webkit-flex-basis: 370px;
  -ms-flex-preferred-size: 370px;
  flex-basis: 370px;
  font-size: 1.1em;
  line-height: 1.3;
  font-weight: 600;
  text-shadow: 0 1px 15px rgba(0, 0, 0, .4);
}

.hero-header {
  margin-bottom: 30px;
  font-size: 2.5em;
}

.hero-content-left {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 65px 80px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: left;
  text-shadow: 0 1px 15px rgba(0, 0, 0, .4);
}

.newline-desktop {
  display: block;
  margin-right: 0.3em;
}

.copy-symbol {
  position: absolute;
  left: 0px;
  top: -4px;
  font-size: 1.8em;
}

.article {
  display: block;
  max-width: 1200px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.31;
}

.article.padding15 {
  margin-top: 15px;
}

.page-header {
  margin-top: 0px;
  margin-bottom: 90px;
  color: #ce0026;
  font-size: 2.45rem;
  font-weight: 800;
}

.page-header.margin50 {
  margin-bottom: 50px;
}

.img-whoweare {
  display: block;
  margin: 80px auto 60px;
}

.notes-wrapper {
  margin-bottom: 20px;
  font-size: 0.9rem;
  line-height: 1.5;
}

.notes-wrapper.margin15 {
  margin-top: 15px;
}

.notes-wrapper.margin45 {
  margin-top: 45px;
}

.note-bullet {
  position: absolute;
  left: 0px;
  top: 2px;
  display: inline-block;
  width: 20px;
  margin-right: 8px;
  font-size: 0.6em;
}

.financials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 60px -4% -66px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
}

.financials.f2 {
  margin-top: 30px;
  margin-bottom: -30px;
}

.financials.fhome {
  margin-bottom: -40px;
}

.financials.cc-financials {
  margin-top: 40px;
}

.financials.vas-bars {
  margin-top: 45px;
}

.financial-item {
  margin-bottom: 90px;
  margin-left: 4%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 46%;
  -ms-flex: 0 46%;
  flex: 0 46%;
}

.financial-rows {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  padding-right: 170px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 1.2;
  font-weight: 700;
}

.bar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 45px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #082336;
  color: #fff;
}

.bar.redbar {
  background-color: #ce0026;
}

.financial-diff {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  margin-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.sup {
  position: relative;
  top: -0.9em;
  display: inline-block;
  margin-left: 0.4em;
  font-size: 0.55em;
  line-height: 1;
  font-weight: 600;
}

.sup.headsup {
  top: -1.2em;
  font-size: 0.4em;
  font-weight: 400;
}

.text-block {
  position: relative;
}

.perc-points {
  font-weight: 400;
}

.constant-currency {
  margin: 60px -45px 90px;
  padding: 50px 45px 30px;
  background-color: #efefef;
}

.black-heading {
  font-size: 1.55rem;
  text-transform: uppercase;
}

.financial-desc {
  letter-spacing: -0.3px;
}

.financial-chart {
  position: relative;
  display: inline-block;
  margin-top: 30px;
  margin-left: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 700;
}

.financial-chart.chart2 {
  margin-left: 12px;
}

.chart-text1 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 19%;
  font-size: 2.5rem;
  text-align: center;
}

.chart-text2 {
  position: absolute;
  left: 0px;
  top: 47%;
  right: 0px;
  font-size: 2.5rem;
  text-align: center;
}

.chart-aside1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 55px;
  margin-right: -5px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  text-align: center;
}

.big-number {
  display: block;
  font-size: 2.8em;
}

.big-number.teal {
  color: #009eae;
}

.big-number.red {
  color: #d80c30;
}

.three-col-aside-text {
  line-height: 1;
  font-weight: 700;
}

.chart-aside2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1.4;
  text-align: left;
}

.color-key {
  position: relative;
  margin-bottom: 7px;
  padding-left: 42px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  line-height: 1;
  letter-spacing: -0.5px;
}

.color-key.full-width {
  margin-left: -8px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.chart-dot {
  position: absolute;
  left: 8px;
  top: 3px;
  display: inline-block;
  width: 0.68em;
  height: 0.68em;
  border-radius: 50%;
  background-color: #000;
  color: transparent;
}

.chart-dot.darkred {
  background-color: #620c0d;
}

.chart-dot.red {
  background-color: #d80c30;
}

.chart-dot.teal {
  background-color: #0093a9;
}

.chart-dot.green {
  background-color: #75bbb6;
}

.chart-dot.sky {
  background-color: #9ed1df;
}

.color-key2 {
  position: relative;
  margin-bottom: 7px;
  padding-left: 42px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 46%;
  -ms-flex: 0 0 46%;
  flex: 0 0 46%;
  line-height: 1;
  letter-spacing: -0.5px;
}

.shareholder-heading {
  margin-right: 50px;
  margin-left: 50px;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
}

.dps {
  margin-top: 40px;
  font-weight: 800;
}

.financial-rows2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  padding-right: 18%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 700;
}

.bar-extend {
  position: absolute;
  left: 100%;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18%;
  padding-right: 12px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d80c30;
}

.chart-aside3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 22px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1.4;
  text-align: left;
}

.shareholder-p {
  margin-bottom: 30px;
  font-size: 1em;
  line-height: 1.24;
  font-weight: 400;
}

.shareholder-text {
  margin-top: 90px;
}

.shareholder-text a {
  color: #ce0026;
  text-decoration: underline;
}

.note-item {
  position: relative;
  padding-left: 25px;
}

.img-achlong {
  display: block;
  margin: 120px auto 65px;
}

.sea {
  position: relative;
  height: 860px;
  background-color: #bbdff1;
  background-image: url('../images/img-sea.png');
  background-position: 0px 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.ach-item {
  position: relative;
  width: 42%;
  height: 210px;
  margin-bottom: 80px;
  margin-left: 8%;
  padding-left: 160px;
  float: left;
  -webkit-flex-basis: 45.5%;
  -ms-flex-preferred-size: 45.5%;
  flex-basis: 45.5%;
  font-size: 0.92em;
  line-height: 1.36;
}

.ach-item.fixed {
  position: absolute;
  top: 85px;
  right: 0px;
  width: 50%;
  height: auto;
  margin-bottom: 0px;
  margin-left: 0%;
  padding-right: 20px;
}

.ach-item.ach-first {
  display: none;
}

.img-globe {
  position: absolute;
  left: 0px;
  top: 0px;
}

.ach-text {
  max-width: 360px;
  font-weight: 500;
}

.achs {
  display: block;
  margin-top: 80px;
  margin-bottom: -75px;
  margin-left: -8%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
}

.ach-header {
  width: 300px;
  margin-bottom: 20px;
  color: #c30833;
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: 800;
}

.section-header-uc {
  margin-bottom: 20px;
  color: #000;
  font-size: 1.55rem;
  font-weight: 800;
  text-transform: uppercase;
}

.section-header-uc.header-uc2 {
  margin-top: 45px;
  margin-bottom: 30px;
}

.section-header-uc.header-uc3 {
  margin-top: 45px;
  line-height: 1.31;
  font-weight: 700;
}

.section-header-uc.header-uc3.less-padding {
  margin-bottom: -10px;
}

.bg-header {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 2px 18px;
  background-color: #ce0026;
  color: #fff;
  font-size: 0.9em;
}

.bg-header.teal {
  background-color: #009eae;
}

.award {
  margin-bottom: 25px;
}

.awards-subheader {
  margin-top: 30px;
  margin-bottom: 20px;
  color: #ce0026;
}

.next-page {
  display: inline-block;
  margin-top: 50px;
  padding-top: 10px;
  padding-right: 25px;
  padding-bottom: 10px;
  float: right;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
  background-image: url('../images/Teal-Right-Arrow.png');
  background-position: 100% 9px;
  background-size: 15px;
  background-repeat: no-repeat;
  color: #009eae;
  font-size: 1.1em;
  font-weight: 800;
  text-align: right;
  text-transform: uppercase;
}

.next-page:hover {
  background-image: url('../images/Red-Right-Arrow.png');
  background-size: 15px;
  color: #d80c30;
}

.prev-page {
  display: inline-block;
  margin-top: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  float: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
  background-image: url('../images/Teal-Left-Arrow.png');
  background-position: 0px 9px;
  background-size: 15px;
  background-repeat: no-repeat;
  color: #009eae;
  font-size: 1.1em;
  font-weight: 800;
  text-align: left;
  text-transform: uppercase;
}

.prev-page:hover {
  background-image: url('../images/Red-Left-Arrow.png');
  background-size: 15px;
  color: #d80c30;
}

.obs-header {
  margin-bottom: 65px;
  color: #009eae;
  font-size: 1.9em;
  line-height: 1;
}

.img-obs {
  position: relative;
  margin-top: 55px;
}

.portraits {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  margin-right: -4%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  font-size: 0.95em;
}

.portrait {
  margin-right: 3%;
  margin-bottom: 100px;
  -webkit-flex-basis: 30%;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
}

.portrait-name {
  margin-top: 27px;
  color: #075d7e;
  font-size: 1.15em;
  line-height: 1.3;
  font-weight: 600;
}

.portimg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 320px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.biolist {
  margin-bottom: 15px;
  padding-top: 5px;
}

.biography {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bio-img {
  width: 36.5%;
  max-width: 433px;
}

.bio-text {
  width: 61%;
}

.bio-text li {
  margin-bottom: 4px;
  padding-left: 15px;
}

.bio-text p {
  margin-bottom: 1.1em;
  font-size: 0.98em;
  line-height: 1.25;
  font-weight: 400;
}

.bio-name {
  margin-bottom: 40px;
  color: #075d7e;
  font-size: 2.2em;
  line-height: 1.1;
  text-transform: uppercase;
}

.bio-line {
  width: 100%;
  height: 1px;
  margin-top: 35px;
  margin-bottom: 33px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  border-top: 1px solid #747474;
}

.bio-bullets {
  font-size: 0.8em;
}

.bio-name-small {
  margin-bottom: 15px;
  color: #075d7e;
  font-size: 1.1em;
  line-height: 1.4;
  text-transform: uppercase;
}

.chairmans-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.chairmans-header-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 40px;
  padding-left: 40px;
  float: right;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 50%;
  -webkit-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
  color: #ce0026;
  font-size: 1.05em;
}

.chairmans-header-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 50%;
  -webkit-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
}

.article-content {
  line-height: 1.25;
}

.article-content p {
  font-weight: 400;
}

.article-content h3 {
  margin-top: 40px;
  margin-bottom: 5px;
  font-size: 1em;
  line-height: 1.2;
}

.article-content h4 {
  margin-top: 45px;
  margin-bottom: 18px;
  text-transform: none;
}

.article-content.neg-margin {
  margin-top: -20px;
}

.article-content figure {
  margin-top: 30px;
  margin-bottom: 25px;
}

.article-content figcaption {
  margin-top: 10px;
  font-size: 0.8em;
}

.article-content.neg-margin30 {
  margin-top: -30px;
}

.article-content.neg-margin30 figure {
  margin-top: 0px;
}

.article-content.margin30 {
  margin-top: 30px;
}

.article-content a {
  color: #ce0026;
  text-decoration: underline;
}

.img-signature {
  margin-bottom: 20px;
}

.signature {
  font-size: 1em;
  line-height: 1.1;
}

.chairmans-quote {
  position: relative;
  max-width: 520px;
  margin-bottom: 0em;
  padding-left: 0.6em;
  font-size: 1.6em;
  line-height: 1.27;
}

.img-orgstruct {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.filelist {
  padding-top: 5px;
}

.file {
  position: relative;
  display: block;
  min-height: 55px;
  padding: 15px 120px 15px 45px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #e8e8e8;
  font-size: 0.9em;
  line-height: 1.2;
}

.file:hover {
  color: #ce0026;
}

.filename {
  margin-top: 2px;
  margin-right: 15px;
  margin-bottom: 2px;
  font-size: 1.1em;
  font-weight: 700;
}

.img-dl {
  position: absolute;
  top: 18px;
  right: 19px;
  z-index: 0;
  width: 19px;
  height: 18px;
  background-image: url('../images/img-download-icon.png');
  background-position: 50% 50%;
  background-size: 19px;
  background-repeat: no-repeat;
}

.p-intro {
  margin-bottom: 1.5em;
  font-size: 1.15em;
  line-height: 1.3;
}

.darkblue {
  color: #082336;
}

.page-subheader {
  max-width: 840px;
  margin-bottom: 30px;
  color: #009eae;
  font-size: 2.7em;
  line-height: 1;
}

.article-main-image {
  margin-top: 10px;
  margin-bottom: 30px;
}

.article-blockquote-wrapper {
  display: block;
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
}

.article-blockquote-wrapper blockquote {
  margin-top: 2px;
  margin-bottom: 15px;
}

.blockquote-name {
  padding-left: 15px;
  line-height: 1.25;
  text-transform: uppercase;
}

.page-header-secondline {
  display: block;
  color: #000;
}

.biz-reviews-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 740px;
  margin-bottom: 35px;
  padding: 80px 45px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/group_enterprise_divider.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.biz-reviews-hero.digitallife {
  background-image: url('../images/group_digital_life_divider.jpg');
}

.biz-reviews-hero.group-consumer {
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: url('../images/bg4.jpg');
}

.biz-reviews-hero.group-enterprise {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.biz-hero-text {
  max-width: 320px;
  font-size: 1.15em;
  line-height: 1.3;
  font-weight: 600;
  text-shadow: 0 1px 15px rgba(0, 0, 0, .4);
}

.biz-hero-text.digitallife-text {
  max-width: 400px;
}

.biz-hero-text.group-consumer-text {
  max-width: 400px;
}

.tablewrap {
  margin-top: 0px;
  margin-bottom: 35px;
}

.tablewrap.nomargin {
  margin-top: 0px;
  margin-bottom: 0px;
}

.tablewrap.first {
  margin-top: 50px;
}

.table-notes {
  margin-top: 30px;
  margin-bottom: 35px;
  font-size: 0.95em;
}

.table-notes a {
  border-bottom: 1px solid rgba(206, 0, 38, .3);
  color: #ce0026;
}

.review-line {
  width: 100%;
  height: 1px;
  margin-top: 18px;
  margin-bottom: 22px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  border-top: 1px solid #747474;
}

.group-vas-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 45px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.group-vas-left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.group-vas-right {
  margin-left: 10%;
  -webkit-flex-basis: 30%;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
}

.vas-unit {
  display: block;
  color: #000;
  font-size: 1em;
  text-transform: none;
}

.vas-bar-header {
  line-height: 1.2;
}

.vas-diff {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  margin-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.vas-bar-item {
  margin-bottom: 60px;
  margin-left: 4%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 100%;
  -ms-flex: 0 100%;
  flex: 0 100%;
}

.vas-rows {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 18px;
  padding-right: 88px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 1.2;
  font-weight: 700;
}

.vas-bar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  margin-top: 4px;
  margin-bottom: 4px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #082336;
  color: #fff;
}

.vas-bar.redbar {
  background-color: #ce0026;
}

.pagenav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  clear: both;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hero-content-right2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: left;
}

.img-govframe {
  margin-top: 12px;
  margin-bottom: 10px;
}

.nav-info {
  display: inline-block;
  max-width: 200px;
  margin-top: 3px;
  margin-bottom: 3px;
  color: #000;
  font-size: 0.92em;
  line-height: 1.2;
  font-weight: 400;
  text-transform: none;
}

.three-col-icon-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.tcib-col {
  -webkit-flex-basis: 270px;
  -ms-flex-preferred-size: 270px;
  flex-basis: 270px;
  text-align: center;
}

.tcib-header {
  margin-top: 25px;
  color: #009eae;
  font-weight: 600;
  text-transform: uppercase;
}

.tcib-text {
  line-height: 1.2;
}

.ir-graphs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.ir-graph {
  -webkit-flex-basis: 49%;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
}

.img-irgraph1 {
  margin-bottom: 40px;
}

.img-irgraph2 {
  margin-top: 35px;
}

.ir-graph-header {
  margin-top: 28px;
  margin-bottom: 20px;
  font-size: 1em;
}

.risk-blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.risk-block {
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 30px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  background-color: #eaebeb;
}

.risk-block li {
  margin-bottom: 2px;
  margin-left: 2px;
  padding-left: 20px;
}

.risk-block ul {
  margin-bottom: 0px;
}

.risk-block.risk-block-half {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
}

.risk-block h3 {
  font-size: 1em;
}

.header-lc {
  text-transform: none;
}

.next-page {
  border-bottom: 1px none #000;
}

.filesize {
  position: absolute;
  top: 16px;
  right: 55px;
  margin-top: 2px;
  margin-bottom: 2px;
  color: #000;
}

.mobile-slider {
  height: auto;
  margin-top: 20px;
  margin-bottom: 50px;
}

.slider-nav {
  top: 100%;
  height: 50px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 19px;
  padding-bottom: 19px;
  font-size: 12px;
}

.slider-nav.bottom-right {
  left: auto;
  top: auto;
  right: 40px;
  bottom: 20px;
  padding-top: 17px;
  padding-bottom: 17px;
}

.readmore-dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 10px;
  padding-top: 0px;
  padding-left: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  opacity: 0;
  text-align: right;
}

.readmore-dropdown.align-left {
  padding-right: 20%;
  padding-left: 0px;
}

.more-links-wrapper {
  position: relative;
  text-align: right;
}

.financial-graph {
  margin-bottom: 90px;
  margin-left: 4%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 46%;
  -ms-flex: 0 46%;
  flex: 0 46%;
}

.financial-graphs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 60px -4% -50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
}

.chart-text3 {
  position: absolute;
  left: 0px;
  top: 27%;
  right: 0px;
  bottom: auto;
  font-size: 1.7rem;
  text-align: center;
}

.figure {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
}

.figure.two-fig {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-bottom: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.two-fig-img {
  max-width: 45%;
  -webkit-flex-basis: 45%;
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;
  text-align: center;
}

.figure-inner {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #fff;
  line-height: 1.22;
  font-weight: 600;
  text-shadow: 0 2px 15px rgba(0, 0, 0, .4);
}

.figure-inner.figure-inner-right {
  padding-right: 70px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.figure-inner-text {
  max-width: 420px;
}

.figure-text-divider {
  width: 100%;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #fff;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .4);
}

.figure-text-uc {
  margin-bottom: 8px;
  text-transform: uppercase;
}

.figure-text-normal {
  font-weight: 400;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.who-we-are-intro {
  padding: 50px 50px 35px;
  background-color: #efefef;
  font-size: 1.2em;
}

.two-fig-img-header {
  margin-bottom: 30px;
}

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

.readmorelinks {
  max-width: 400px;
  float: right;
}

.noheadermargin {
  margin-bottom: -20px;
}

.figleft {
  margin-right: 40px;
  float: left;
}

.figright {
  display: inline-block;
  margin-top: 0px;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.caption1 {
  max-width: 776px;
  margin-top: 10px;
  font-size: 0.8em;
  line-height: 1.25;
}

.img-obs-link {
  position: absolute;
  left: 23%;
  top: 0px;
  right: 12.3%;
  z-index: 1;
  height: 33%;
}

.img-obs-link:hover {
  background-color: hsla(0, 0%, 100%, .1);
}

.img-obs-link2 {
  position: absolute;
  left: 23%;
  top: 33.5%;
  right: 12.3%;
  z-index: 1;
  height: 33%;
}

.img-obs-link2:hover {
  background-color: hsla(0, 0%, 100%, .1);
}

.img-obs-link3 {
  position: absolute;
  left: 23%;
  top: 66.5%;
  right: 12.3%;
  z-index: 1;
  height: 33%;
}

.img-obs-link3:hover {
  background-color: hsla(0, 0%, 100%, .1);
}

.img-obs-link-mobile {
  position: absolute;
  left: 23%;
  top: 0px;
  right: 12.3%;
  z-index: 1;
  height: 33%;
}

.img-obs-link-mobile2 {
  position: absolute;
  left: 23%;
  top: 0px;
  right: 12.3%;
  z-index: 1;
  height: 33%;
}

.img-obs-link-mobile3 {
  position: absolute;
  left: 23%;
  top: 0px;
  right: 12.3%;
  z-index: 1;
  height: 33%;
}

.img-obs-link-mobile1b {
  position: absolute;
  left: 23%;
  top: 0px;
  right: 12.3%;
  z-index: 1;
  height: 33%;
}

.img-obs-link-mobile2b {
  position: absolute;
  left: 23%;
  top: 0px;
  right: 12.3%;
  z-index: 1;
  height: 33%;
}

.img-obs-link-mobile3b {
  position: absolute;
  left: 23%;
  top: 0px;
  right: 12.3%;
  z-index: 1;
  height: 33%;
}

.max600 {
  display: block;
  max-width: 960px;
}

.img-orgstruct-wrapper {
  display: block;
  max-width: 740px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 991px) {
  h3 {
    font-size: 1em;
  }
  blockquote {
    font-size: 1.5em;
  }
  .navmenu {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: auto;
    background-color: #fff;
  }
  .section-inner {
    padding-right: 25px;
    padding-left: 25px;
  }
  .boxlink {
    padding-right: 30px;
    background-size: 12px;
    font-size: 16px;
    line-height: 1.3;
  }
  .boxlink:hover {
    background-size: 13px;
  }
  .boxlink.colorbox-link {
    right: 25px;
    bottom: 25px;
    background-size: 12px;
  }
  .boxlink.colorbox-link:hover {
    background-size: 12px;
  }
  .boxlink.morelink {
    margin-bottom: 10px;
    padding: 8px 30px 8px 20px;
    border-color: #000;
    background-image: url('../images/Dark-Blue-Right-Arrow.png');
    background-position: 96% 50%;
    background-size: 12px;
    color: #000;
    font-size: 16px;
    line-height: 1;
  }
  .boxlink.morelink:hover {
    background-color: #082336;
    background-image: url('../images/White-Right-Arrow.png');
    background-size: 12px;
    color: #fff;
  }
  .boxlink.bottom-right {
    right: 25px;
    bottom: 25px;
  }
  .boxlink.bottom-right:hover {
    background-size: 12px;
  }
  .hero-slide {
    height: 95vh;
    max-height: 550px;
  }
  .hero-slide.gov-sus {
    height: 60vw;
    max-height: none;
    background-position: 0px 50%;
  }
  .section-header {
    font-size: 2rem;
  }
  .section-header.medium {
    font-size: 1.5em;
  }
  .menu-button.w--open {
    background-color: #eee;
  }
  .hero-content {
    padding: 50px 60px;
  }
  .main-title {
    font-size: 3.3em;
    text-shadow: 0 2px 15px rgba(0, 0, 0, .4);
  }
  .hht-digital {
    margin-left: 192px;
  }
  .navitems {
    background-color: #fff;
  }
  .slider-arrow {
    width: 50px;
  }
  .message-slide {
    height: 460px;
  }
  .message-slide-inner {
    height: 100%;
  }
  .message-content {
    font-size: 0.8rem;
  }
  .message-content.content2 {
    padding-right: 35px;
    padding-left: 55px;
  }
  .message-header {
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .message-quote {
    margin-bottom: 15px;
  }
  .colorbox {
    padding-right: 25px;
    padding-bottom: 85px;
    padding-left: 25px;
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
  }
  .colorbox-title {
    margin-bottom: 15px;
    font-size: 1.5rem;
  }
  .hero-content-right {
    padding: 20px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hero-content-left {
    padding-left: 40px;
  }
  .page-header {
    margin-bottom: 60px;
    font-size: 2rem;
  }
  .financials {
    margin-top: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .financials.fhome {
    margin-bottom: -30px;
  }
  .financial-item {
    margin-bottom: 70px;
    margin-left: 4%;
    -webkit-flex-basis: 46%;
    -ms-flex-preferred-size: 46%;
    flex-basis: 46%;
  }
  .financial-rows {
    padding-right: 120px;
    font-size: 1.2rem;
  }
  .financial-diff {
    width: 100px;
    font-size: 0.9em;
  }
  .perc-points {
    font-size: 0.8em;
  }
  .constant-currency {
    margin-bottom: 60px;
  }
  .black-heading {
    font-size: 1.6rem;
  }
  .financial-chart {
    margin-top: 30px;
    margin-left: 0px;
  }
  .financial-chart.chart2 {
    margin-left: 0px;
  }
  .chart-text1 {
    font-size: 3.7vw;
  }
  .chart-text2 {
    right: 0px;
    font-size: 3.7vw;
  }
  .color-key {
    padding-left: 32px;
  }
  .color-key2 {
    padding-left: 32px;
  }
  .shareholder-heading {
    margin-right: 4%;
    margin-left: 4%;
  }
  .sea {
    height: 430px;
  }
  .ach-item {
    height: auto;
    margin-bottom: 60px;
    margin-left: 20px;
    padding-left: 110px;
    line-height: 1.3;
  }
  .ach-item.fixed {
    top: 46px;
    width: 500px;
  }
  .img-globe {
    width: 90px;
  }
  .achs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: -20px;
  }
  .ach-header {
    width: auto;
  }
  .section-header-uc.header-uc3 {
    font-size: 1.55rem;
    line-height: 1.3;
  }
  .obs-header {
    font-size: 1.5em;
  }
  .portraits {
    margin-top: 70px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .portrait {
    margin-right: 10%;
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
  .bio-name {
    font-size: 1.8em;
  }
  .chairmans-header-text {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-basis: 55%;
    -ms-flex-preferred-size: 55%;
    flex-basis: 55%;
    font-size: 0.85em;
  }
  .chairmans-header-img {
    -webkit-flex-basis: 45%;
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
  }
  .article-content figure {
    margin-bottom: 20px;
  }
  .filelist {
    border-bottom: 1px solid #e8e8e8;
  }
  .file {
    padding-left: 25px;
  }
  .page-subheader {
    font-size: 2em;
  }
  .biz-reviews-hero {
    height: 60vw;
    min-height: 240px;
    margin-bottom: 0px;
  }
  .biz-reviews-hero.group-consumer {
    background-position: 25% 50%;
  }
  .biz-hero-text {
    width: 100%;
    max-width: none;
    margin-top: 20px;
    font-weight: 700;
    text-shadow: none;
  }
  .biz-hero-text.digitallife-text {
    max-width: none;
  }
  .tablewrap {
    font-size: 0.9em;
  }
  .group-vas-wrap {
    margin-left: 0px;
  }
  .group-vas-right {
    margin-left: 3%;
  }
  .vas-diff {
    width: 60px;
    font-size: 0.9em;
  }
  .vas-rows {
    padding-right: 70px;
    font-size: 1.2rem;
  }
  .hero-content-right2 {
    padding-left: 40px;
  }
  .three-col-icon-block {
    margin-bottom: 30px;
  }
  .tcib-col {
    padding-right: 10px;
    padding-left: 10px;
  }
  .ir-graphs {
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .ir-graph-header {
    margin-bottom: 20px;
  }
  .gov-sus-tablet {
    margin-top: 30px;
    font-weight: 700;
  }
  .readmore-dropdown {
    opacity: 0;
  }
  .more-links-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: right;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .financial-graph {
    margin-bottom: 70px;
    margin-left: 4%;
    -webkit-flex-basis: 44%;
    -ms-flex-preferred-size: 44%;
    flex-basis: 44%;
  }
  .financial-graphs {
    margin-top: 40px;
    margin-right: 0%;
    margin-bottom: -20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .chart-text3 {
    top: 25%;
    font-size: 3.7vw;
  }
  .figure.two-fig {
    margin-bottom: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .two-fig-img {
    display: block;
    max-width: 70%;
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
    -webkit-flex-basis: 70%;
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
  }
  .figure-inner {
    padding: 30px;
  }
  .figure-inner.figure-inner-right {
    padding-right: 30px;
  }
  .figure-inner-text {
    max-width: none;
  }
  .who-we-are-intro {
    padding: 40px 40px 25px;
    font-size: 1em;
  }
  .colorbox-text {
    font-size: 0.9em;
    line-height: 1.3;
  }
}

@media (max-width: 767px) {
  h3 {
    margin-bottom: 5px;
    line-height: 1.2;
  }
  blockquote {
    font-size: 1.2em;
    line-height: 1.25;
  }
  .section.footer {
    padding-right: 30px;
    padding-left: 30px;
  }
  .section.first {
    padding-right: 0px;
    padding-left: 0px;
  }
  .navmenu {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: auto;
    width: 100vw;
    max-width: none;
  }
  .navbar {
    padding-right: 10px;
    padding-left: 10px;
  }
  .section-inner.fhome-wrap {
    margin-right: -20px;
    margin-left: -20px;
    padding-right: 30px;
    padding-left: 30px;
    text-align: left;
  }
  .boxlink {
    padding-top: 5px;
    padding-bottom: 5px;
    background-position: 94% 6px;
  }
  .boxlink:hover {
    background-size: 12px;
  }
  .boxlink.mobile-white {
    border-color: #fff;
    background-image: url('../images/White-Right-Arrow.png');
    background-position: 94% 5px;
    color: #fff;
  }
  .boxlink.mobile-white:hover {
    background-color: #fff;
    background-image: url('../images/Dark-Blue-Right-Arrow.png');
    color: #082336;
  }
  .hero-slide {
    height: 77vw;
    max-height: none;
    min-height: 100%;
  }
  .hero-slide.hs2 {
    background-position: 21% 50%;
  }
  .hero-slide.hs5 {
    background-position: 5% 50%;
  }
  .hero-slide.gov-sus {
    min-height: 240px;
  }
  .hero-content {
    padding: 20px 45px;
    text-align: center;
  }
  .main-title {
    font-size: 3em;
    line-height: 1.1;
    text-align: left;
  }
  .hht-digital {
    margin-left: 174px;
  }
  .navitem {
    padding-right: 40px;
    padding-left: 40px;
  }
  .navitems {
    overflow: auto;
    height: 100vh;
    max-height: 100vh;
    padding-top: 20px;
    background-color: #fff;
  }
  .slider-arrow {
    width: 30px;
  }
  .message-slider {
    margin-right: -20px;
    margin-left: -20px;
  }
  .message-content {
    padding: 30px 30px 70px;
    font-size: 0.8rem;
  }
  .message-content.content2 {
    padding-right: 30px;
    padding-left: 30px;
    font-size: 0.7em;
  }
  .message-quote {
    font-size: 1.4em;
  }
  .coloured-boxes {
    margin-bottom: -10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .colorbox {
    margin-bottom: 10px;
    padding-right: 35px;
    padding-left: 35px;
  }
  .colorbox-title {
    font-size: 1.7rem;
  }
  .submenu {
    padding-left: 55px;
  }
  .hero-header {
    font-size: 2.2em;
    line-height: 1;
    font-weight: 600;
    text-shadow: 0 2px 15px rgba(0, 0, 0, .4);
  }
  .hero-content-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .newline-desktop {
    display: inline-block;
  }
  .article {
    margin-top: 10px;
  }
  .page-header {
    margin-bottom: 30px;
  }
  .financials.fhome {
    margin-bottom: -10px;
  }
  .financial-item {
    margin-bottom: 40px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .constant-currency {
    padding-bottom: 70px;
  }
  .financial-chart {
    margin-left: 0px;
  }
  .chart-text1 {
    font-size: 6vw;
  }
  .chart-text2 {
    font-size: 6vw;
  }
  .chart-aside1 {
    font-size: 0.9em;
  }
  .big-number {
    font-size: 2.4em;
  }
  .shareholder-text {
    margin-top: 0px;
  }
  .img-achlong {
    margin-top: 80px;
  }
  .sea {
    background-size: auto 100%;
  }
  .ach-item {
    margin-bottom: 40px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .ach-item.fixed {
    display: none;
  }
  .ach-item.ach-first {
    display: block;
  }
  .section-header-uc {
    font-size: 1.35rem;
  }
  .section-header-uc.header-uc3 {
    font-size: 1.35rem;
    line-height: 1.3;
  }
  .next-page {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    font-size: 1em;
    font-weight: 700;
  }
  .prev-page {
    max-width: 50%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    font-size: 1em;
    font-weight: 700;
  }
  .obs-header {
    margin-bottom: 30px;
  }
  .img-obs {
    margin-top: 30px;
  }
  .portimg {
    height: 38vw;
  }
  .chairmans-header-text {
    padding-right: 0px;
    padding-left: 20px;
    -webkit-flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    font-size: 0.9em;
  }
  .chairmans-header-img {
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
  .article-content img {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .article-content figure {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .chairmans-quote {
    font-size: 1.3em;
    line-height: 1.25;
  }
  .file {
    padding-right: 50px;
    padding-left: 20px;
  }
  .p-intro {
    font-size: 1.1em;
  }
  .page-subheader {
    font-size: 1.5em;
  }
  .biz-reviews-hero.group-consumer {
    height: 60vw;
    min-height: 240px;
  }
  .biz-hero-text {
    max-width: none;
    font-size: 1.1em;
  }
  .biz-hero-text.group-consumer-text {
    max-width: none;
    text-shadow: none;
  }
  .tablewrap {
    font-size: 0.5em;
  }
  .group-vas-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .group-vas-right {
    margin-top: 60px;
    margin-left: 0%;
  }
  .vas-bar-item {
    margin-right: 4%;
  }
  .pagenav {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .hero-content-right2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .three-col-icon-block {
    margin-bottom: 20px;
  }
  .ir-graphs {
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .risk-block li {
    padding-left: 10px;
  }
  .risk-block.risk-block-half {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .filesize {
    position: static;
    display: block;
  }
  .mobile-slider {
    display: block;
    margin-right: -20px;
    margin-left: -20px;
  }
  .mobile-slider.mob-homehero-alt {
    height: 130vw;
    max-height: 600px;
    min-height: 480px;
    margin-bottom: 0px;
  }
  .slider-nav.bottom-right {
    right: 25px;
    bottom: 17px;
    font-size: 8px;
  }
  .hero-slide-inner-mob {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #fff;
  }
  .more-links-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: right;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .financial-graph {
    margin-bottom: 40px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .financial-graphs {
    margin-bottom: 0px;
  }
  .chart-text3 {
    top: 25%;
    font-size: 6vw;
  }
  .figure.two-fig {
    margin-bottom: 0px;
  }
  .two-fig-img {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .figure-inner {
    position: relative;
    padding: 20px;
    background-color: #f3f3f3;
    color: #000;
    text-shadow: none;
  }
  .figure-text-divider {
    border-bottom-color: #000;
    box-shadow: none;
  }
  .who-we-are-intro {
    padding: 30px 30px 10px;
  }
  .colorbox-text {
    font-size: 1em;
  }
  .img-obs-slide {
    position: relative;
  }
  .img-obs-link-mobile {
    left: 50%;
    right: 0%;
  }
  .img-obs-link-mobile2 {
    left: 50%;
    top: 33.5%;
    right: 0%;
  }
  .img-obs-link-mobile3 {
    left: 50%;
    top: auto;
    right: 0%;
    bottom: 0px;
  }
  .img-obs-link-mobile1b {
    left: 0%;
    right: 24.5%;
  }
  .img-obs-link-mobile2b {
    left: 0%;
    top: 33.5%;
    right: 24.5%;
  }
  .img-obs-link-mobile3b {
    left: 0%;
    top: auto;
    right: 24.5%;
    bottom: 0px;
  }
  .img-padbtm {
    margin-bottom: 20px;
  }
}

@media (max-width: 479px) {
  blockquote {
    font-size: 1.2em;
  }
  .section.footer {
    margin-top: 80px;
  }
  .section.last {
    margin-bottom: -80px;
  }
  .logo-link {
    width: 250px;
    padding-left: 10px;
  }
  .section-inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section-inner.fhome-wrap {
    margin-right: -20px;
    margin-left: -20px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .boxlink {
    display: inline-block;
    margin-right: 0px;
  }
  .boxlink.colorbox-link {
    position: static;
    left: 30px;
    right: auto;
    margin-top: 1.5em;
  }
  .boxlink.mobile-white {
    background-color: rgba(0, 0, 0, .2);
  }
  .boxlink.bottom-right {
    left: 30px;
    right: auto;
  }
  .hero-slide {
    height: 360px;
  }
  .hero-slide.hs5 {
    background-position: 15% 50%;
  }
  .section-header {
    line-height: 1.15;
  }
  .logo {
    margin-right: 15px;
  }
  .logo-text {
    margin-top: 5px;
    line-height: 1.2;
  }
  .hero-content {
    padding-right: 30px;
    padding-left: 30px;
  }
  .main-title {
    font-size: 2.1em;
  }
  .hht-digital {
    margin-left: 122px;
  }
  .navitem {
    padding-right: 25px;
    padding-left: 25px;
  }
  .slider-arrow {
    width: 30px;
  }
  .slider-arrow.msg-arrow {
    margin-top: 280px;
  }
  .message-slide {
    height: auto;
    min-height: 0px;
  }
  .message-slide-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .message-portrait {
    min-height: 320px;
    -webkit-flex-basis: 100vw;
    -ms-flex-preferred-size: 100vw;
    flex-basis: 100vw;
    background-position: 0px 0px;
  }
  .message-portrait.portrait2 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    background-position: 100% 0px;
  }
  .coloured-boxes {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
  }
  .colorbox {
    padding-right: 30px;
    padding-left: 30px;
    -webkit-flex-basis: 200px;
    -ms-flex-preferred-size: 200px;
    flex-basis: 200px;
  }
  .submenu {
    padding-left: 40px;
  }
  .hero-content-right {
    padding: 25px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .hero-header {
    margin-bottom: 20px;
    text-shadow: 0 1px 9px #000;
  }
  .hero-content-left {
    padding: 25px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .page-header {
    line-height: 1.15;
  }
  .img-whoweare {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .financials.f2 {
    margin-top: 0px;
  }
  .financial-rows {
    padding-right: 80px;
  }
  .bar {
    font-size: 1rem;
  }
  .financial-diff {
    width: 70px;
  }
  .sup {
    font-weight: 400;
  }
  .financial-chart {
    margin-top: 20px;
  }
  .chart-aside1 {
    margin-top: 30px;
  }
  .financial-rows2 {
    padding-right: 20%;
  }
  .bar-extend {
    width: 20%;
  }
  .img-achlong {
    margin-top: 40px;
    margin-bottom: 50px;
  }
  .ach-item {
    margin-bottom: 40px;
    padding-left: 60px;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .ach-item.fixed {
    left: 0px;
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 0px;
    padding-left: 60px;
    background-color: rgba(143, 206, 219, .85);
  }
  .img-globe {
    width: 50px;
  }
  .ach-header {
    margin-bottom: 10px;
    line-height: 1.15;
  }
  .section-header-uc {
    line-height: 1.15;
  }
  .section-header-uc.header-uc2 {
    font-size: 1.8rem;
  }
  .next-page {
    margin-top: 30px;
  }
  .img-obs {
    margin-top: 40px;
  }
  .portraits {
    margin-right: 0%;
    text-align: center;
  }
  .portrait {
    margin-right: 0%;
    margin-bottom: 50px;
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }
  .portimg {
    height: 88vw;
  }
  .biography {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bio-img {
    width: auto;
    margin-bottom: 25px;
  }
  .bio-text {
    width: auto;
  }
  .bio-name {
    font-size: 1.5em;
  }
  .chairmans-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .chairmans-header-text {
    width: 100%;
    padding-left: 0px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .chairmans-header-img {
    width: 100%;
    margin-bottom: 20px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .article-content img {
    display: block;
  }
  .chairmans-quote {
    max-width: auto;
    font-size: 1.2em;
  }
  .newline-mobile {
    display: block;
  }
  .file {
    padding-right: 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .img-dl {
    right: 15px;
  }
  .tablewrap {
    font-size: 0.35em;
  }
  .hero-content-right2 {
    padding: 25px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .three-col-icon-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .tcib-col {
    margin-bottom: 30px;
    -webkit-flex-basis: 200px;
    -ms-flex-preferred-size: 200px;
    flex-basis: 200px;
  }
  .img-irgraph1 {
    margin-bottom: 40px;
  }
  .ir-graph-header {
    margin-bottom: 20px;
  }
  .risk-blocks {
    font-size: 1em;
  }
  .risk-block {
    padding: 20px;
  }
  .gov-sus-tablet {
    line-height: 1.3;
  }
  .mobile-slider.mob-nopadding {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .mobile-slider.mob-homehero-alt {
    height: 360px;
    min-height: 320px;
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .hero-slide-inner-mob {
    padding: 25px 30px;
  }
  .financial-graph {
    margin-bottom: 60px;
  }
  .chart-text3 {
    top: 27%;
    bottom: auto;
    font-size: 7vw;
  }
  .who-we-are-intro {
    margin-right: -20px;
    margin-left: -20px;
    padding: 20px 30px 5px;
    font-size: 0.9em;
    line-height: 1.3;
  }
  .colorbox-slide {
    position: relative;
    min-height: 340px;
  }
}

