@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Special+Elite");
.violet {
  color: #2E2C7D; }

.green {
  color: #93C020; }

.tangerine {
  color: #ED7D04; }

.dark-orange {
  color: #E43416; }

.bg-lightgrey, .tab-full-width {
  background: #f2f2f2; }

.bg-orange {
  background: #FF8900; }

a.link-external:before {
  display: inline-block;
  background-image: url("../../img/sprite/build/sprite.svg");
  background-size: 44px 42px; }

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

@font-face {
  font-family: "Sabon ET W01 Roman";
  src: url("/Microsites/AnnualReports/2017/assets/fonts/ef12a52c-a47f-49fe-b5bb-ee15aa7b5377.woff2") format("woff2"), url("/Microsites/AnnualReports/2017/assets/fonts/13b0a4ee-3238-4837-bb6e-162ae2990401.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Sabon ET W01 Italic";
  src: url("/Microsites/AnnualReports/2017/assets/fonts/ec595c98-49a2-4f80-bbc5-01a8ad28b526.woff2") format("woff2"), url("/Microsites/AnnualReports/2017/assets/fonts/89d9019b-be0f-4f4a-ac69-a68ea4da7c55.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Sabon ET W01 Bold";
  src: url("/Microsites/AnnualReports/2017/assets/fonts/a1fda929-9320-441c-ae8b-39449e110409.woff2") format("woff2"), url("/Microsites/AnnualReports/2017/assets/fonts/0afd1c3e-9dd3-42e1-8db5-57bb97c3b4c1.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "SabonETW01-BoldItalic";
  src: url("/Microsites/AnnualReports/2017/assets/fonts/b019baec-11ce-4a31-8687-1bd3c5975a87.woff2") format("woff2"), url("/Microsites/AnnualReports/2017/assets/fonts/71197e9e-7d39-4467-825d-519827739bac.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

.u-hidden {
  display: none !important;
  visibility: hidden; }

.u-hidden-visibly {
  /* hide from screen but can still be read by screen readers */
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.u-vertical-padding {
  padding: 40px 0; }

.u-vertical-padding-half {
  padding: 20px 0; }

.u-bottom-padding-double {
  padding-bottom: 80px; }

.u-bottom-padding {
  padding-bottom: 40px; }

.u-bottom-padding-half {
  padding-bottom: 20px; }

.u-top-padding {
  padding-top: 40px; }

.u-top-padding-half {
  padding-top: 20px; }

.u-top-padding-double {
  padding-top: 80px; }

.u-panel-padding {
  padding: 0 30px 10px; }

.u-vertical-margin {
  margin: 40px 0; }

.u-vertical-margin-half {
  margin: 20px 0; }

.u-top-margin {
  margin-top: 40px; }

.u-bottom-margin {
  margin-bottom: 40px; }

.u-negative-margin-padding {
  margin-top: 103px; }

.u-remove-padding {
  padding: 0 !important; }

.u-remove-margin {
  margin: 0 !important; }

.u-remove-space {
  padding: 0 !important;
  margin: 0 !important; }

.u-remove-space-top {
  padding-top: 0 !important;
  margin-top: 0 !important; }

.u-remove-space-bottom {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important; }

.u-clearfix:before, .u-clearfix:after {
  content: " ";
  display: table; }

.u-clearfix:after {
  clear: both; }

.u-clear-both {
  clear: both; }

.u-position-relative {
  position: relative; }

.u-float-right {
  float: right;
  width: auto; }

.u-float-left {
  float: left;
  width: auto; }

.u-float-none {
  float: none; }

.u-keyline-bottom {
  border-bottom: 1px solid #cccccc; }

.u-keyline-top {
  border-top: 1px solid #cccccc; }

.u-divider {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc; }

.u-center-image {
  margin: 0 auto; }

.u-text-lowercase {
  text-transform: lowercase; }

.u-text-uppercase {
  text-transform: uppercase; }

.u-text-capitalize {
  text-transform: capitalize; }

.u-text-nowrap {
  white-space: nowrap !important; }

.u-xs-block {
  display: block; }
  @media only screen and (min-width: 480px) {
    .u-xs-block {
      display: inline; } }

.u-sm-block {
  display: block; }
  @media only screen and (min-width: 768px) {
    .u-sm-block {
      display: inline; } }

@media screen and (min-width: 768px) {
  .u-lg-block {
    display: block; } }

html {
  font-size: 1rem;
  padding: 0;
  margin: 0;
  min-height: 100%;
  overflow-y: scroll; }

body {
  overflow: hidden;
  background: white;
  color: #000000;
  margin: 0;
  padding: 0;
  font-family: "Gotham A", "Gotham B", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.375rem;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

.font-14 {
  font-size: 0.875rem;
  line-height: 1.0625rem; }

.font-16, section#strategic-priorities p {
  font-size: 1rem;
  line-height: 1.375rem; }

.font-18, a.js-tab-trigger, .report-nav .mobile-nav-trigger, .report-nav nav ul li a {
  font-size: 1.125rem;
  line-height: 1.375rem; }

.heading-font, h1, .h1,
h2, .h2, .report-nav .mobile-nav-trigger, .report-nav nav ul li a, section#strategic-priorities h4 {
  font-family: "Special Elite", sans-serif;
  font-weight: normal; }

.sans-book, p.figure em, ul.tabs li a, a.link em, a.link-download em, .downloads-panel-sections ul li a em {
  font-family: "Gotham A", "Gotham B", Arial, sans-serif;
  font-weight: 400; }

.sans-bold, h3, .h3, h4, .h4, strong, .bold, p.figure u, p.figure span, p.figure span.small strong, p.figure > strong, ul.tabs li a.active, a.link, a.link-download, a.js-tab-trigger, .downloads-panel-sections ul li a {
  font-family: "Gotham A", "Gotham B", Arial, sans-serif;
  font-weight: 700; }

h1, .h1,
h2, .h2 {
  color: #000000; }

h1, .h1 {
  font-size: 1.75rem;
  line-height: 2rem;
  margin: 0; }

h2, .h2 {
  font-size: 3.125rem;
  line-height: 3.75rem;
  margin: 0; }
  @media only screen and (min-width: 768px) {
    h2, .h2 {
      font-size: 3.5rem;
      line-height: 4.125rem; } }
  .hero h2, .hero .h2 {
    font-size: 1.375rem;
    line-height: 1.8125rem; }

h3, .h3 {
  color: #000000;
  font-size: 1.75rem;
  line-height: 2.125rem;
  margin: 0; }

h4, .h4 {
  font-size: 1.125rem;
  line-height: 2.125rem;
  margin: 0;
  color: #000000; }

h5, .h5,
h6, .h6 {
  color: #000000;
  font-size: 1rem;
  line-height: 1rem;
  margin: 0; }

h1 + h2, h2 + h3 {
  padding-top: 0; }

p {
  text-align: left;
  font-size: 1.125rem;
  line-height: 1.875rem; }

.intro {
  font-family: "Gotham A", "Gotham B", Arial, sans-serif;
  font-size: 1.375rem;
  line-height: 2rem;
  margin: 0;
  padding: 0 0 20px 0; }
  @media only screen and (min-width: 768px) {
    .intro {
      font-size: 1.75rem;
      line-height: 2.125rem; } }

strong, .bold {
  /* if using a webfont...
  font-weight: normal;
  font-family: $your-bold-webfont;
  */ }

blockquote {
  border-left: solid 5px #000000;
  margin: 0 0 16px 0;
  padding: 10px 20px 10px 20px; }
  blockquote p {
    padding: 8px 0 0 0; }
    blockquote p:first-child {
      padding-top: 0; }

p.figure {
  margin-bottom: 30px; }
  p.figure-x-margin {
    margin-bottom: 50px; }
    @media only screen and (min-width: 1024px) {
      p.figure-x-margin {
        margin-bottom: 80px; } }
  p.figure u {
    display: block;
    text-decoration: none;
    font-size: 1.125rem;
    line-height: 1.375rem; }
    p.figure u + strong {
      margin-top: 10px; }
  p.figure span {
    display: block;
    text-decoration: none;
    font-size: 1.375rem;
    line-height: 1.625rem; }
    p.figure span.small {
      font-size: 1.125rem;
      line-height: 1.375rem;
      height: 45px;
      display: table; }
      p.figure span.small strong {
        display: table-cell;
        vertical-align: bottom; }
    p.figure span + em {
      margin-top: 8px; }
    p.figure span + strong {
      margin-top: 10px; }
  p.figure > strong {
    display: block;
    font-size: 2.625rem;
    line-height: 3.125rem; }
    @media only screen and (min-width: 1024px) {
      p.figure > strong {
        font-size: 3.125rem;
        line-height: 3.75rem; } }
    p.figure > strong.small {
      font-size: 2.875rem;
      line-height: 3.4375rem;
      margin-bottom: 10px; }
    p.figure > strong + span {
      margin-top: 3px; }
    p.figure > strong + em, p.figure > strong + u {
      margin-top: 10px; }
    p.figure > strong + span.small {
      height: inherit; }
  p.figure em {
    display: block;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.1875rem; }

ul, ol {
  counter-reset: li;
  list-style-type: none;
  padding: 0;
  margin: 0 0 20px 0; }
  ul li, ol li {
    margin-bottom: 10px;
    margin-left: 20px;
    position: relative; }
    ul li:before, ol li:before {
      color: #d63049;
      counter-increment: li;
      display: inline-block;
      height: 100%;
      left: -20px;
      position: absolute; }
  ul ul, ul ol, ol ul, ol ol {
    padding-top: 10px; }

ul li:before {
  content: "\25CF";
  top: -1px; }

ol li:before {
  content: counter(li);
  top: 0; }

ol ul li:before {
  content: "●" !important;
  top: -1px; }

ul.list-unstyled, ul.tabs, .report-nav nav ul, .downloads-panel-sections ul, ol.list-unstyled {
  margin-left: 0;
  list-style: none; }
  ul.list-unstyled li, ul.tabs li, .report-nav nav ul li, .downloads-panel-sections ul li, ol.list-unstyled li {
    margin-left: 0; }
    ul.list-unstyled li:before, ul.tabs li:before, .report-nav nav ul li:before, .downloads-panel-sections ul li:before, ol.list-unstyled li:before {
      content: ''; }

dl {
  margin-top: 0;
  margin-bottom: 10px; }

dt {
  font-weight: bold;
  margin-bottom: 5px; }

dd {
  margin-left: 0;
  margin-bottom: 10px; }

ul.tabs {
  overflow: hidden;
  display: none;
  margin-bottom: 0; }
  @media screen and (min-width: 768px) {
    ul.tabs {
      margin-bottom: 35px;
      display: block !important; } }
  ul.tabs li {
    margin-bottom: 0; }
    @media screen and (min-width: 768px) {
      ul.tabs li {
        margin-bottom: 10px;
        float: left;
        width: 33.3333%;
        text-align: center; }
        ul.tabs li:first-of-type {
          text-align: left; }
        ul.tabs li:last-of-type {
          text-align: right; } }
    ul.tabs li a {
      font-size: 1rem;
      line-height: 1.25rem;
      text-decoration: none;
      position: relative;
      padding: 0 22px 20px 22px;
      display: block; }
      @media screen and (min-width: 768px) {
        ul.tabs li a {
          display: inline-block;
          padding: 0; }
          ul.tabs li a:after {
            content: "";
            display: block;
            position: absolute;
            height: 5px;
            bottom: -5px;
            left: 0;
            right: 0;
            background: transparent; }
          ul.tabs li a:hover:after, ul.tabs li a:focus:after {
            background: #FF8900; } }
      @media screen and (min-width: 1280px) {
        ul.tabs li a {
          font-size: 1.375rem;
          line-height: 1.625rem; } }
      ul.tabs li a.active:after {
        background: #FF8900; }
    ul.tabs li.active {
      display: none; }
      @media screen and (min-width: 768px) {
        ul.tabs li.active {
          display: block; } }

.brands-list {
  margin-bottom: 0; }
  .brands-list li {
    margin-bottom: 2px; }
  .brands-list > li {
    margin-left: 0; }
  .brands-list ul {
    margin-bottom: 0;
    padding-top: 0; }
  .brands-list li:before {
    display: none; }
  @media screen and (min-width: 1280px) {
    .brands-list {
      float: left; } }

@media screen and (min-width: 1280px) {
  .brands-list-2 {
    margin-left: 140px; } }

a:link, a:visited {
  background-color: inherit;
  color: #000000;
  text-decoration: underline; }

a:hover, a:active, a:focus {
  text-decoration: none; }

a.link {
  position: relative;
  display: inline-block;
  padding-left: 17px;
  text-decoration: none;
  font-size: 1.125rem;
  line-height: 1.875rem; }
  a.link em {
    font-style: normal;
    display: block;
    font-size: 1rem; }
  a.link:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    display: inline-block;
    content: "";
    width: 6px;
    height: 6px;
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
    .page-header a.link:before {
      top: 5px; }
  a.link.small-link:before {
    top: 5px; }
  a.link:hover, a.link:active, a.link:focus {
    text-decoration: underline; }
  .page-header a.link, a.link.small-link {
    font-size: 1rem;
    line-height: 1.1875rem;
    margin-bottom: 7px; }
    .page-header a.link em, a.link.small-link em {
      font-size: 0.875rem;
      line-height: 1.0625rem;
      margin-top: 5px; }

a.link-download {
  position: relative;
  display: inline-block;
  padding-left: 17px;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.1875rem; }
  a.link-download:before {
    content: "";
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    background: url("/Microsites/AnnualReports/2017/assets/img/site_objects/download-icon@2x.png");
    position: absolute;
    background-size: 14px 17px;
    left: -4px;
    top: 0;
    width: 14px;
    height: 17px; }
    .page-header a.link-download:before {
      background: url("/Microsites/AnnualReports/2017/assets/img/site_objects/download-icon-black.png");
      background-size: 14px 17px;
      top: -2px;
      height: 17px;
      width: 14px; }
  a.link-download em {
    display: block;
    font-style: normal;
    font-size: 0.875rem;
    line-height: 1.0625rem;
    margin-top: 5px; }
  a.link-download:hover, a.link-download:active, a.link-download:focus {
    text-decoration: underline; }

.link-download-info {
  display: block;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  text-transform: uppercase; }

a.link-external {
  position: relative;
  display: inline-block;
  padding-left: 17px; }
  a.link-external:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    width: 10px;
    height: 10px;
    background-position: -5px -28px; }

a.pull-up-link {
  float: right;
  margin-right: 20px;
  margin-top: 20px; }
  @media screen and (min-width: 1280px) {
    a.pull-up-link {
      margin-top: -15px;
      margin-right: 45px; } }

a.js-tab-trigger {
  padding: 18px 55px 20px 22px;
  position: relative;
  display: block; }
  a.js-tab-trigger:after {
    content: '';
    background-image: url("/Microsites/AnnualReports/2017/assets/img/Header_Dropdown.svg");
    width: 20px;
    height: 11px;
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease; }
  a.js-tab-trigger.active:after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    top: 39%; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 40px 0;
  width: 100%; }
  .old-ie table {
    font-size: 1em; }
  table th {
    text-align: left; }
  table td, table th {
    padding: 10px 10px 10px 10px; }

table.table-downloads {
  border-collapse: separate; }
  table.table-downloads caption {
    font-size: 1.125rem;
    text-align: left;
    padding-bottom: 10px; }
  table.table-downloads tr:first-child th, table.table-downloads tr:first-child td {
    border-top: solid 1px #cccccc; }
  table.table-downloads th, table.table-downloads td {
    border-bottom: solid 1px #cccccc;
    text-align: left;
    vertical-align: bottom;
    padding: 10px 15px 10px 10px; }
    table.table-downloads th:first-child, table.table-downloads td:first-child {
      text-align: left;
      vertical-align: top; }

table.table-financial {
  border-collapse: separate; }
  table.table-financial tr.line th, table.table-financial tr.line td {
    border-bottom: solid 1px #cccccc; }
  table.table-financial tr.thickline th, table.table-financial tr.thickline td {
    border-bottom: solid 2px #cccccc; }
  table.table-financial th, table.table-financial td {
    text-align: right;
    vertical-align: bottom;
    padding: 10px 15px 10px 10px; }
    table.table-financial th:first-child, table.table-financial th.left, table.table-financial td:first-child, table.table-financial td.left {
      text-align: left; }
    table.table-financial th.center, table.table-financial td.center {
      text-align: center; }
    table.table-financial th.aligntop, table.table-financial td.aligntop {
      vertical-align: top; }
    table.table-financial th.alignbottom, table.table-financial td.alignbottom {
      vertical-align: bottom; }
    table.table-financial th.alignmiddle, table.table-financial td.alignmiddle {
      vertical-align: middle; }
    table.table-financial th.indent, table.table-financial td.indent {
      text-align: left;
      padding-left: 15px; }
    table.table-financial th.doubleindent, table.table-financial td.doubleindent {
      text-align: left;
      padding-left: 30px; }
    table.table-financial th.highlight, table.table-financial td.highlight {
      background: #f0f0f0; }
    table.table-financial th.line, table.table-financial td.line {
      border-bottom: 1px solid #cccccc; }
    table.table-financial th.noline, table.table-financial td.noline {
      border-bottom: none !important; }
  table.table-financial thead th, table.table-financial thead td {
    vertical-align: bottom; }
  table.table-financial thead tr:last-child th, table.table-financial thead tr:last-child td {
    border-bottom: 2px solid #cccccc; }
  table.table-financial tbody th, table.table-financial tbody td {
    border-bottom: solid 1px #cccccc; }
    table.table-financial tbody th.borderleft, table.table-financial tbody td.borderleft {
      border-left: 1px solid #000000; }
    table.table-financial tbody th.bordertop, table.table-financial tbody td.bordertop {
      border-top: 1px solid #000000; }
    table.table-financial tbody th.borderbottom, table.table-financial tbody td.borderbottom {
      border-bottom: 1px solid #000000; }
    table.table-financial tbody th.borderbottomthick, table.table-financial tbody td.borderbottomthick {
      border-bottom: 2px solid #000000; }
    table.table-financial tbody th.borderright, table.table-financial tbody td.borderright {
      border-right: 1px solid #000000; }
  table.table-financial tbody tr.hover th, table.table-financial tbody tr.hover td {
    background: #cccccc; }
    table.table-financial tbody tr.hover th.highlight, table.table-financial tbody tr.hover td.highlight {
      background: #cccccc; }
  table.table-financial tfoot td {
    font-size: 0.875rem; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
  /*
  @media screen and (max-width: @screen-xs-max) {
    width: 100%;
    margin-bottom: (@line-height-computed * 0.75);
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid @table-border-color;    
  }
  */ }

img {
  border: 0;
  display: block;
  image-rendering: optimizeSpeed;
  image-rendering: optimizeQuality;
  -ms-interpolation-mode: bicubic; }

img,
object,
embed,
video {
  max-width: 100%;
  height: auto; }

iframe {
  border: 0;
  width: 100%; }

.iframe-container {
  position: relative;
  height: 0;
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 56.25%; }
  .iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

img.image-7 {
  max-height: 450px;
  margin-bottom: 10px; }
  @media screen and (min-width: 768px) {
    img.image-7 {
      margin-bottom: 0;
      max-height: none; } }
  @media screen and (min-width: 1280px) {
    img.image-7 {
      max-height: 450px;
      margin-bottom: 60px; } }

img.image-8 {
  padding-top: 20px;
  padding-bottom: 30px;
  max-width: 220px; }

img.image-9 {
  max-width: 308px; }

img.image-10 {
  padding-top: 10px; }

@media screen and (min-width: 768px) {
  img.image-1 {
    margin-top: -35px; }
  img.image-5 {
    margin-top: -100px; }
  img.image-8 {
    padding-top: 0;
    margin-top: -90px; }
  img.image-9 {
    max-width: 348px; } }

@media screen and (min-width: 1280px) {
  img.image-6 {
    margin-top: -232px; }
  img.image-3 {
    position: absolute; } }

form, fieldset {
  border: 0;
  margin: 0;
  padding: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: inherit;
  color: #000000;
  border: 0;
  border-bottom: 1px solid #cccccc; }

input,
select,
textarea {
  color: #000000;
  border-radius: 0;
  border: solid 1px #cccccc;
  font-size: 100%;
  line-height: normal;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

input {
  padding: 10px 15px; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px; }

:-moz-placeholder {
  color: #cccccc; }

::-webkit-input-placeholder {
  color: #cccccc; }

:-ms-input-placeholder {
  color: #cccccc; }

.form-group {
  padding-bottom: 20px; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px; }

textarea.form-control {
  height: auto; }

.control-label {
  display: inline-block;
  padding-bottom: 5px; }

.warning .form-control {
  background: #fcf0f1;
  border: solid 1px #d63049; }

.warning .control-label {
  color: #d63049; }

.warning :-moz-placeholder {
  color: #d63049; }

.warning ::-webkit-input-placeholder {
  color: #d63049; }

.warning :-ms-input-placeholder {
  color: #d63049; }

html input[type="button"],
input[type="reset"],
input[type="submit"],
button,
a.button, a.button:visited {
  -webkit-appearance: none;
  background: #FF0000;
  font-family: "Gotham A", "Gotham B", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.375rem;
  border: solid 1px #FF0000;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  line-height: normal;
  padding: 10px 15px;
  text-decoration: none;
  position: relative;
  outline: none;
  margin: 0;
  *overflow: visible;
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }
  html input[type="button"]:hover, html input[type="button"]:focus,
  input[type="reset"]:hover,
  input[type="reset"]:focus,
  input[type="submit"]:hover,
  input[type="submit"]:focus,
  button:hover,
  button:focus,
  a.button:hover,
  a.button:focus, a.button:visited:hover, a.button:visited:focus {
    color: #FF0000;
    background: #FFFFFF; }
  html input[type="button"].button-download,
  input[type="reset"].button-download,
  input[type="submit"].button-download,
  button.button-download,
  a.button.button-download, a.button:visited.button-download {
    position: relative;
    padding: 20px 30px 20px 55px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease; }
    html input[type="button"].button-download:before,
    input[type="reset"].button-download:before,
    input[type="submit"].button-download:before,
    button.button-download:before,
    a.button.button-download:before, a.button:visited.button-download:before {
      background-image: url("/Microsites/AnnualReports/2017/assets/img/ico_sprite@2x.png");
      background-size: 439px 169px;
      background-position: -160px -2px;
      background-repeat: no-repeat;
      content: '';
      height: 24px;
      width: 18px;
      display: block;
      position: absolute;
      bottom: 20px;
      left: 30px;
      -webkit-transition: all .2s ease;
      transition: all .2s ease; }
    html input[type="button"].button-download:hover, html input[type="button"].button-download:focus,
    input[type="reset"].button-download:hover,
    input[type="reset"].button-download:focus,
    input[type="submit"].button-download:hover,
    input[type="submit"].button-download:focus,
    button.button-download:hover,
    button.button-download:focus,
    a.button.button-download:hover,
    a.button.button-download:focus, a.button:visited.button-download:hover, a.button:visited.button-download:focus {
      color: #FFFFFF;
      background: #FF0000;
      text-decoration: underline; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 ul, ol, dd,
p, figure,
pre, table, fieldset, hr {
  margin: 0 0 20px 0; }

#cookiebar {
  background: #f0f0f0;
  border-top: solid 1px #cccccc;
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0.875rem;
  padding: 10px 0;
  z-index: 10; }
  #cookiebar p {
    padding: 0 42px 0 0;
    position: relative; }
  #cookiebar .close {
    overflow: hidden;
    height: 22px;
    width: 22px;
    text-indent: 22px;
    display: block;
    color: white;
    position: absolute;
    top: 0;
    right: 0; }
    #cookiebar .close:before, #cookiebar .close:after {
      content: "";
      background: #000000;
      position: absolute;
      top: 0;
      right: 10px;
      height: 22px;
      width: 1px;
      display: inline-block;
      -webkit-transform: rotate(135deg);
          -ms-transform: rotate(135deg);
              transform: rotate(135deg); }
    #cookiebar .close:after {
      content: "";
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    #cookiebar .close:hover, #cookiebar .close:focus {
      cursor: pointer; }
      #cookiebar .close:hover:before, #cookiebar .close:hover:after, #cookiebar .close:focus:before, #cookiebar .close:focus:after {
        background: #000000;
        width: 2px; }

.accessible-nav ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.accessible-nav li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0; }

.accessible-nav a:link, .accessible-nav a:visited {
  height: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 5px;
  width: 0;
  z-index: 1002; }

.accessible-nav a:active, .accessible-nav a:focus {
  /* Only show skiplinks on focus */
  color: #000000;
  background: white;
  border: 1px solid #000000;
  height: auto;
  margin: 0;
  overflow: visible;
  padding: 1em;
  position: absolute;
  text-decoration: underline;
  width: auto;
  z-index: 10000; }

.report-nav {
  position: absolute;
  z-index: 100;
  -webkit-transition: -webkit-box-shadow .2s ease;
  transition: -webkit-box-shadow .2s ease;
  transition: box-shadow .2s ease;
  transition: box-shadow .2s ease, -webkit-box-shadow .2s ease;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .report-nav {
      top: calc(100vh - 52px); } }
  @media screen and (min-width: 768px) {
    .report-nav {
      bottom: 0; } }
  .report-nav-positioner {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%; }
  .report-nav.sticky {
    position: fixed;
    top: 0;
    bottom: inherit;
    -webkit-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.25); }
  .report-nav .mobile-nav-trigger {
    text-decoration: none;
    padding: 15px 0;
    display: block;
    position: relative; }
    .report-nav .mobile-nav-trigger:after {
      content: '';
      background-image: url("/Microsites/AnnualReports/2017/assets/img/Header_Dropdown.svg");
      width: 20px;
      height: 11px;
      display: block;
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-transition: -webkit-transform 0.2s ease;
      transition: -webkit-transform 0.2s ease;
      transition: transform 0.2s ease;
      transition: transform 0.2s ease, -webkit-transform 0.2s ease; }
    .report-nav .mobile-nav-trigger.active:after {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg);
      top: 39%; }
    .report-nav .mobile-nav-trigger.active:before {
      background: #000000; }
    .report-nav .mobile-nav-trigger:before {
      content: "";
      display: block;
      height: 1px;
      background: #FF8900;
      position: absolute;
      bottom: 0;
      left: -15px;
      right: -15px; }
  .report-nav nav {
    width: 100%;
    display: none; }
    @media screen and (min-width: 768px) {
      .report-nav nav {
        border: none;
        display: block !important; } }
    .report-nav nav ul {
      width: 100%;
      margin: 0;
      padding: 0; }
      @media screen and (min-width: 768px) {
        .report-nav nav ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: stretch;
              -ms-flex-align: stretch;
                  align-items: stretch;
          /* Default */
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; } }
      .report-nav nav ul li {
        display: block;
        margin-bottom: 0; }
        @media screen and (min-width: 768px) {
          .report-nav nav ul li {
            text-align: center; } }
        .report-nav nav ul li a {
          text-decoration: none;
          padding: 15px 0 15px;
          display: inline-block; }
          .report-nav nav ul li a:after {
            content: "";
            height: 2px;
            background: transparent;
            position: absolute;
            bottom: 15px;
            left: 0;
            right: 0; }
            @media screen and (min-width: 768px) {
              .report-nav nav ul li a:after {
                bottom: 25px; } }
          @media screen and (min-width: 768px) {
            .report-nav nav ul li a {
              padding: 35px 0 30px; } }
          .report-nav nav ul li a.lit, .report-nav nav ul li a:hover, .report-nav nav ul li a:focus {
            position: relative; }
            .report-nav nav ul li a.lit:after, .report-nav nav ul li a:hover:after, .report-nav nav ul li a:focus:after {
              background: #000000; }

.site-footer {
  background-color: #FF8900;
  color: #000000;
  padding-top: 30px;
  -webkit-box-shadow: inset 0px 5px 0px 0px rgba(0, 0, 0, 0.25);
          box-shadow: inset 0px 5px 0px 0px rgba(0, 0, 0, 0.25);
  margin-top: 0;
  border-top: 0; }
  .site-footer:before, .site-footer:after {
    content: " ";
    display: table; }
  .site-footer:after {
    clear: both; }
  .site-footer a:link, .site-footer a:visited {
    color: #000000 !important;
    text-decoration: none; }
  .site-footer a:hover, .site-footer a:focus {
    color: #000000;
    text-decoration: underline; }
  @media only screen and (min-width: 768px) {
    .site-footer .footerbreak {
      border-bottom: solid 2px rgba(0, 0, 0, 0.2);
      clear: left;
      margin-bottom: 15px; } }
  @media only screen and (min-width: 1024px) {
    .site-footer .footerbreak {
      border-bottom: 0;
      clear: none;
      margin-bottom: 0; } }
  .site-footer h2 {
    border-bottom: 0;
    color: #000000;
    font-size: 0.9375rem;
    line-height: 1.75rem;
    margin-top: 5px;
    font-family: "Gotham A", "Gotham B", Arial, sans-serif;
    font-weight: 700; }
    @media only screen and (min-width: 768px) {
      .site-footer h2 {
        font-size: 1.125rem;
        line-height: 1.75rem; } }
    @media only screen and (min-width: 1024px) {
      .site-footer h2 {
        font-size: 1.25rem;
        line-height: 1.75rem; } }
    .site-footer h2 a {
      display: block;
      padding: 5 0 15px 0; }
  .site-footer ul, .site-footer p {
    font-size: 0.875rem;
    line-height: 1.25rem; }
    @media only screen and (min-width: 768px) {
      .site-footer ul, .site-footer p {
        font-size: 0.875rem;
        line-height: 1.25rem; } }
    @media only screen and (min-width: 1024px) {
      .site-footer ul, .site-footer p {
        font-size: 1rem;
        line-height: 1.5rem; } }
  .site-footer ul {
    margin: 0;
    padding: 0 0 15px 0; }
    .site-footer ul li {
      list-style-type: none;
      padding-bottom: 9px;
      margin-left: 0; }
      .site-footer ul li:before {
        display: none; }
  .site-footer .contents {
    padding: 0 15px 15px 0; }
    .site-footer .contents ul {
      padding: 9px 0 0 30px; }
  .site-footer .social li {
    display: inline-block; }
  .site-footer .copyright {
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 20px 0 10px 0; }
    .site-footer .copyright img {
      display: inline-block;
      float: left;
      padding-right: 20px;
      width: 63px;
      height: auto; }
      @media only screen and (min-width: 768px) {
        .site-footer .copyright img {
          width: 95px; } }
      @media only screen and (min-width: 1024px) {
        .site-footer .copyright img {
          width: 126px; } }
    .site-footer .copyright p {
      padding: 36px 0 0 0; }
      @media only screen and (min-width: 768px) {
        .site-footer .copyright p {
          padding-top: 29px; } }
      @media only screen and (min-width: 1024px) {
        .site-footer .copyright p {
          padding-top: 23px; } }
  .site-footer .siteservices {
    padding: 20px 0 20px 0;
    float: left; }
    @media only screen and (min-width: 768px) {
      .site-footer .siteservices {
        padding-top: 12px; } }
    @media only screen and (min-width: 1024px) {
      .site-footer .siteservices {
        padding-top: 43px; } }
    .site-footer .siteservices li {
      float: left;
      padding-right: 20px; }
      .site-footer .siteservices li:last-child {
        clear: both; }
        @media only screen and (min-width: 768px) {
          .site-footer .siteservices li:last-child {
            clear: none; } }
  .site-footer .siteservices li a:before, .site-footer .contents li a:before, .site-footer .sustainability li a:before {
    background-image: url("../../img/ico_sprite@2x.png");
    background-position: -178px -2px;
    background-repeat: no-repeat;
    content: '';
    height: 15px;
    width: 10px;
    float: left;
    display: inline-block;
    margin: 3px 7px 10px 0; }
  .site-footer a.intouch {
    display: block;
    padding-left: 44px;
    position: relative;
    min-height: 50px; }
    .site-footer a.intouch:before {
      background-image: url("../../img/ico_social_black@2x.png");
      background-size: 246px 70px;
      background-position: -176px -2px;
      background-repeat: no-repeat;
      display: block;
      height: 33px;
      width: 33px;
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      border: solid 2px #000000;
      border-radius: 18px;
      margin: 4px 0 0 0; }
    .site-footer a.intouch:hover:before, .site-footer a.intouch:focus:before {
      background-position: -176px -36px; }
  .site-footer a.social {
    background-image: url("../../img/ico_social_black@2x.png");
    background-size: 246px 70px;
    background-repeat: no-repeat;
    display: block;
    height: 34px;
    overflow: hidden;
    text-indent: -250px;
    width: 34px;
    border: solid 2px #000000;
    border-radius: 17px; }
    .site-footer a.social.twitter:link, .site-footer a.social.twitter:visited {
      background-position: -3px -3px; }
    .site-footer a.social.twitter:hover, .site-footer a.social.twitter:focus {
      background-position: -3px -37px; }
    .site-footer a.social.facebook:link, .site-footer a.social.facebook:visited {
      background-position: -37px -3px; }
    .site-footer a.social.facebook:hover, .site-footer a.social.facebook:focus {
      background-position: -37px -37px; }
    .site-footer a.social.linkedin:link, .site-footer a.social.linkedin:visited {
      background-position: -72px -3px; }
    .site-footer a.social.linkedin:hover, .site-footer a.social.linkedin:focus {
      background-position: -72px -37px; }
    .site-footer a.social.googleplus:link, .site-footer a.social.googleplus:visited {
      background-position: -107px -3px; }
    .site-footer a.social.googleplus:hover, .site-footer a.social.googleplus:focus {
      background-position: -107px -37px; }
    .site-footer a.social.youtube:link, .site-footer a.social.youtube:visited {
      background-position: -142px -3px; }
    .site-footer a.social.youtube:hover, .site-footer a.social.youtube:focus {
      background-position: -142px -37px; }
    .site-footer a.social.website:link, .site-footer a.social.website:visited {
      background-position: -212px -3px; }
    .site-footer a.social.website:hover, .site-footer a.social.website:focus {
      background-position: -212px -37px; }

.has-js footer .contents ul ul {
  display: none; }

.nav {
  position: relative;
  list-style: none;
  padding: 0;
  display: inline-block;
  margin: 0; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav li {
    margin: 4px 0;
    padding: 0;
    vertical-align: middle; }
    .nav li:before {
      content: ''; }

.nav--vertical li {
  display: block; }

.nav--vertical a {
  border-radius: 5px;
  display: block;
  padding: 10px;
  text-decoration: none;
  border: solid 1px #cccccc; }
  .nav--vertical a:hover, .nav--vertical a:focus {
    background-color: #f0f0f0; }

.nav--horizontal li {
  display: inline-block; }

.nav--horizontal a {
  border-radius: 5px;
  display: inline-block;
  padding: 10px;
  text-decoration: none;
  border: solid 1px #cccccc; }
  .nav--horizontal a:hover, .nav--horizontal a:focus {
    background-color: #f0f0f0; }

.nav--tabs {
  border-bottom: 1px solid #cccccc;
  width: 100%; }
  .nav--tabs > li {
    float: left;
    margin-bottom: -1px;
    padding-left: 10px; }
  .nav--tabs a:link, .nav--tabs a:visited {
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    display: block;
    margin: 0 2px 0 0;
    padding: 10px;
    text-decoration: none; }
  .nav--tabs a:hover, .nav--tabs a:active, .nav--tabs a:focus {
    border-color: #cccccc;
    border-bottom-color: transparent; }
  .nav--tabs .active a:link, .nav--tabs .active a:visited, .nav--tabs .active a:hover, .nav--tabs .active a:active, .nav--tabs .active a:focus {
    background-color: white;
    border-color: #cccccc;
    border-bottom-color: transparent; }

.pagination {
  text-align: center; }
  .pagination ul {
    display: inline-block;
    margin: 0;
    padding: 0; }
  .pagination li {
    display: inline; }
    .pagination li:before {
      content: ''; }
    .pagination li:first-child a, .pagination li:first-child span {
      border-left-width: 1px;
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px; }
    .pagination li:last-child a, .pagination li:last-child span {
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px; }
  .pagination a, .pagination span {
    float: left;
    padding: 10px;
    text-decoration: none;
    background-color: #f0f0f0;
    border: solid 1px #cccccc;
    border-left-width: 0; }
  .pagination a:hover {
    background-color: #cccccc;
    color: #000000; }
  .pagination .active a, .pagination .active span {
    background-color: #cccccc;
    color: #000000;
    text-decoration: none; }
  .pagination .active a:active, .pagination .active a:hover {
    background-color: #000000;
    color: #cccccc; }
  .pagination .disabled span, .pagination .disabled a, .pagination .disabled a:hover {
    background-color: #f0f0f0;
    color: #cccccc;
    cursor: default; }

.pager {
  list-style-type: none;
  margin: 10px 0;
  padding: 0; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li:before {
      content: ''; }
  .pager a, .pager span {
    background-color: #f0f0f0;
    display: inline-block;
    padding: 10px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    text-decoration: none; }
  .pager a:active, .pager a:hover {
    background-color: #cccccc;
    text-decoration: none; }
  .pager .next a, .pager .next span {
    float: right; }
  .pager .previous a, .pager .previous span {
    float: left; }
  .pager .disabled a, .pager .disabled span {
    color: #cccccc;
    background-color: #f0f0f0;
    cursor: default; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.container {
  margin: 0 auto;
  max-width: 1415px;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

[class^=col-] {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 480px) {
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 768px) {
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1024px) {
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1280px) {
  .col-xl-1 {
    width: 8.33333%; }
  .col-xl-2 {
    width: 16.66667%; }
  .col-xl-3 {
    width: 25%; }
  .col-xl-4 {
    width: 33.33333%; }
  .col-xl-5 {
    width: 41.66667%; }
  .col-xl-6 {
    width: 50%; }
  .col-xl-7 {
    width: 58.33333%; }
  .col-xl-8 {
    width: 66.66667%; }
  .col-xl-9 {
    width: 75%; }
  .col-xl-10 {
    width: 83.33333%; }
  .col-xl-11 {
    width: 91.66667%; }
  .col-xl-12 {
    width: 100%; }
  .col-xl-push-0 {
    left: auto; }
  .col-xl-push-1 {
    left: 8.33333%; }
  .col-xl-push-2 {
    left: 16.66667%; }
  .col-xl-push-3 {
    left: 25%; }
  .col-xl-push-4 {
    left: 33.33333%; }
  .col-xl-push-5 {
    left: 41.66667%; }
  .col-xl-push-6 {
    left: 50%; }
  .col-xl-push-7 {
    left: 58.33333%; }
  .col-xl-push-8 {
    left: 66.66667%; }
  .col-xl-push-9 {
    left: 75%; }
  .col-xl-push-10 {
    left: 83.33333%; }
  .col-xl-push-11 {
    left: 91.66667%; }
  .col-xl-push-12 {
    left: 100%; }
  .col-xl-pull-0 {
    right: auto; }
  .col-xl-pull-1 {
    right: 8.33333%; }
  .col-xl-pull-2 {
    right: 16.66667%; }
  .col-xl-pull-3 {
    right: 25%; }
  .col-xl-pull-4 {
    right: 33.33333%; }
  .col-xl-pull-5 {
    right: 41.66667%; }
  .col-xl-pull-6 {
    right: 50%; }
  .col-xl-pull-7 {
    right: 58.33333%; }
  .col-xl-pull-8 {
    right: 66.66667%; }
  .col-xl-pull-9 {
    right: 75%; }
  .col-xl-pull-10 {
    right: 83.33333%; }
  .col-xl-pull-11 {
    right: 91.66667%; }
  .col-xl-pull-12 {
    right: 100%; }
  .col-xl-offset-0 {
    margin-left: 0%; }
  .col-xl-offset-1 {
    margin-left: 8.33333%; }
  .col-xl-offset-2 {
    margin-left: 16.66667%; }
  .col-xl-offset-3 {
    margin-left: 25%; }
  .col-xl-offset-4 {
    margin-left: 33.33333%; }
  .col-xl-offset-5 {
    margin-left: 41.66667%; }
  .col-xl-offset-6 {
    margin-left: 50%; }
  .col-xl-offset-7 {
    margin-left: 58.33333%; }
  .col-xl-offset-8 {
    margin-left: 66.66667%; }
  .col-xl-offset-9 {
    margin-left: 75%; }
  .col-xl-offset-10 {
    margin-left: 83.33333%; }
  .col-xl-offset-11 {
    margin-left: 91.66667%; }
  .col-xl-offset-12 {
    margin-left: 100%; } }

header,
main,
nav,
footer {
  display: block; }

main {
  margin-top: 60px; }

@media only screen and (max-width: 479px) {
  .hide-xs, .hide-md-down, .hide-lg-down, .hide-xl-down {
    display: none !important; } }

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .hide-sm, .hide-sm-up, .hide-md-down, .hide-lg-down, .hide-xl-down {
    display: none !important; } }

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .hide-md, .hide-sm-up, .hide-md-up, .hide-lg-down, .hide-xl-down {
    display: none !important; } }

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .hide-lg, .hide-sm-up, .hide-md-up, .hide-lg-up, .hide-xl-down {
    display: none !important; } }

@media only screen and (min-width: 1280px) {
  .hide-xl, .hide-sm-up, .hide-md-up, .hide-lg-up {
    display: none !important; } }

@media screen and (min-width: 768px) {
  section#about-wpp {
    padding-top: 35px; } }

section#strategic-priorities img[src*="@2x"] {
  height: 145px;
  margin: 0 auto 30px; }
  @media screen and (min-width: 768px) {
    section#strategic-priorities img[src*="@2x"] {
      margin-top: 40px; } }

section#strategic-priorities h4 {
  text-align: center;
  font-size: 1.75rem;
  line-height: 2.125rem;
  margin-bottom: 10px; }

section#strategic-priorities p {
  text-align: center;
  margin: 0 auto; }

section#strategic-priorities .priority + .priority {
  margin-top: 50px; }
  @media screen and (min-width: 768px) {
    section#strategic-priorities .priority + .priority {
      margin-top: 0; } }

section#strategic-priorities .sp-text-1 {
  max-width: 230px; }

section#strategic-priorities .sp-text-2 {
  max-width: 238px; }

section#strategic-priorities .sp-text-3 {
  max-width: 200px; }

section#strategic-priorities .sp-text-4 {
  max-width: 230px; }

@media screen and (min-width: 768px) {
  section#how-were-doing {
    padding-top: 100px; } }

section#how-were-doing .chart {
  margin-bottom: 50px; }
  @media screen and (min-width: 768px) {
    section#how-were-doing .chart {
      margin-bottom: 20px; } }

@media screen and (min-width: 768px) {
  section#our-leaders h2 {
    margin-bottom: 45px; } }

@media screen and (min-width: 768px) {
  section#the-annual-essay {
    padding-top: 125px; } }

section#the-annual-essay h3 {
  font-size: 1.375rem;
  line-height: 1.75rem;
  margin-bottom: 0; }

@media screen and (min-width: 768px) {
  .has-js section#the-annual-essay .centered-content {
    position: relative; }
    .has-js section#the-annual-essay .centered-content_content {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); } }

section#downloads {
  min-height: 100vh; }

.row--space {
  margin-bottom: 80px; }
  .row--space-extra {
    margin-bottom: 110px; }
  .row--space:not(.row) {
    display: inline-block;
    width: 100%; }

.row-half-space {
  margin-bottom: 40px; }
  @media screen and (min-width: 1024px) {
    .row-half-space {
      margin-bottom: 80px; } }

.hero {
  height: 100vh;
  position: relative;
  background: url("/Microsites/AnnualReports/2017/assets/img/pictures/hero-bg.png") center center no-repeat;
  background-size: cover;
  min-height: 600px;
  margin: 0 auto; }
  @media screen and (min-width: 1280px) {
    .hero {
      min-height: 680px; } }
  .hero-content {
    position: absolute;
    bottom: 103px;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .hero-content {
        bottom: 118px; } }
    @media screen and (min-width: 1280px) {
      .hero-content {
        bottom: 148px; } }
  .hero-ceo {
    position: relative;
    width: 172px;
    background: #FF8900;
    display: inline-block; }
    .hero-ceo > img {
      margin-bottom: 20px; }
    .hero-ceo h2,
    .hero-ceo p {
      padding: 0 20px; }
      .hero-ceo h2.name,
      .hero-ceo p.name {
        font-size: 0.875rem;
        line-height: 1.125rem; }
    .hero-ceo a.report-hero-ceo-video-trigger img {
      position: absolute;
      top: -56px;
      right: -56px;
      width: 112px;
      height: 112px;
      -webkit-transition: all .2s ease;
      transition: all .2s ease; }
    .hero-ceo a.report-hero-ceo-video-trigger:hover img, .hero-ceo a.report-hero-ceo-video-trigger:focus img {
      top: -58px;
      right: -58px;
      width: 116px;
      height: 116px; }

.video-overlay {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  display: none; }
  .video-overlay .js-close-button {
    text-decoration: none;
    color: #FFFFFF;
    position: fixed;
    top: 120px;
    right: 30px;
    opacity: 0.75;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    z-index: 200; }
    .video-overlay .js-close-button:hover, .video-overlay .js-close-button:focus {
      opacity: 1; }
  .video-overlay .video-container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 150px;
    padding: 15px; }
    @media screen and (min-width: 768px) {
      .video-overlay .video-container {
        padding: 0 80px; } }
    .video-overlay .video-container video {
      max-height: 100%;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      padding: 0 30px 150px;
      margin: 0 auto; }

.downloads-panel {
  background: url("/Microsites/AnnualReports/2017/assets/img/pictures/downloads-bg.png") top center no-repeat;
  margin: 0 auto;
  padding: 60px 0 270px;
  min-height: 100vh; }
  @media screen and (min-width: 1500px) {
    .downloads-panel {
      background-size: 100%; } }
  .downloads-panel-active {
    padding: 60px 0 70px; }
  .downloads-panel-content {
    background: #FFFFFF;
    padding: 20px; }
    @media screen and (min-width: 768px) {
      .downloads-panel-content {
        padding: 40px; } }
    @media screen and (min-width: 1280px) {
      .downloads-panel-content {
        padding: 40px 50px; } }
    .downloads-panel-content > p, .downloads-panel-content > h3 {
      text-align: center; }
      @media screen and (min-width: 768px) {
        .downloads-panel-content > p, .downloads-panel-content > h3 {
          text-align: left; } }
    .downloads-panel-content > a {
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
      @media screen and (min-width: 768px) {
        .downloads-panel-content > a {
          left: 0;
          -webkit-transform: translateX(0);
              -ms-transform: translateX(0);
                  transform: translateX(0); } }
    .downloads-panel-content img {
      margin: 0 auto 30px;
      -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
              box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); }
      @media screen and (min-width: 768px) {
        .downloads-panel-content img {
          float: left;
          margin: 0 20px 20px 0; } }
    .downloads-panel-content h3 {
      font-size: 1.375rem;
      line-height: 2rem; }
  .downloads-panel-sections {
    position: relative;
    margin-top: 50px;
    padding: 20px 0;
    display: inline-block;
    width: 100%; }
    .downloads-panel-sections:before, .downloads-panel-sections:after {
      content: "";
      display: block;
      background: url("/Microsites/AnnualReports/2017/assets/img/site_objects/bg_rule_red.png");
      background-size: 100%;
      background-repeat: no-repeat;
      position: absolute;
      left: 0;
      right: 0;
      height: 8px; }
    .downloads-panel-sections:before {
      top: 0; }
    .downloads-panel-sections:after {
      bottom: -5px; }
    .downloads-panel-sections h3 {
      margin: 0; }
      .downloads-panel-sections h3 a {
        display: block;
        position: relative;
        font-size: 1.125rem;
        line-height: 2.25rem;
        padding: 0 60px 0 15px;
        text-decoration: none; }
        .downloads-panel-sections h3 a:after {
          content: "";
          -webkit-transition: all .2s ease;
          transition: all .2s ease;
          background: url("/Microsites/AnnualReports/2017/assets/img/site_objects/downloads-close-icon@2x.png");
          position: absolute;
          background-size: 30px 30px;
          right: 15px;
          top: 3px;
          width: 30px;
          height: 30px; }
        .downloads-panel-sections h3 a.active:after {
          -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
                  transform: rotate(45deg); }
        .downloads-panel-sections h3 a:hover, .downloads-panel-sections h3 a:focus {
          text-decoration: underline; }
    .downloads-panel-sections ul {
      margin-top: 38px;
      display: inline-block;
      width: 100%; }
      .downloads-panel-sections ul li {
        text-align: left;
        margin-bottom: 38px; }
        .downloads-panel-sections ul li a {
          text-decoration: none;
          font-size: 1.125rem;
          line-height: 1.375rem;
          padding-left: 42px;
          text-align: left;
          display: inline-block; }
          @media screen and (min-width: 768px) {
            .downloads-panel-sections ul li a {
              font-size: 1.375rem;
              line-height: 2.25rem; } }
          .downloads-panel-sections ul li a em {
            display: block;
            font-style: normal;
            font-size: 1rem;
            line-height: 1.1875rem;
            margin-top: 6px; }
          .downloads-panel-sections ul li a:hover, .downloads-panel-sections ul li a:focus {
            text-decoration: underline; }
          .downloads-panel-sections ul li a:before {
            content: "";
            -webkit-transition: all .2s ease;
            transition: all .2s ease;
            background: url("/Microsites/AnnualReports/2017/assets/img/site_objects/download-icon@2x.png");
            position: absolute;
            background-size: 14px 17px;
            left: 15px;
            top: 11px;
            width: 14px;
            height: 17px; }
        .downloads-panel-sections ul li.downloads-list-item {
          margin-bottom: 0; }

.tab-full-width {
  display: inline-block;
  width: 100%;
  padding: 30px 0;
  margin-bottom: 50px; }
  @media screen and (min-width: 768px) {
    .tab-full-width {
      margin-bottom: 0; } }

.tabs-border {
  border: 2px solid #FF8900;
  margin-bottom: 30px; }
  @media screen and (min-width: 768px) {
    .tabs-border {
      border: none;
      margin-bottom: 0; } }

.p-ar-2017 .page-header {
  display: block;
  padding: 14px 0 0;
  background-color: #FF8900;
  position: relative;
  z-index: 500;
  -webkit-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.25); }
  @media only screen and (min-width: 768px) {
    .p-ar-2017 .page-header {
      padding: 20px 0 0; } }
  .p-ar-2017 .page-header .page-logo {
    margin: 11px 0;
    width: 70px; }
    @media only screen and (min-width: 768px) {
      .p-ar-2017 .page-header .page-logo {
        margin: 4px 0;
        width: 95px; } }
    @media only screen and (min-width: 1024px) {
      .p-ar-2017 .page-header .page-logo {
        margin: 9px 0;
        width: auto; } }

.p-ar-2017 .page-heading {
  font-size: 0.875rem;
  line-height: 1.0625rem;
  padding-bottom: 0;
  text-align: center;
  display: inline-block;
  margin: 0 auto; }
  @media only screen and (min-width: 768px) {
    .p-ar-2017 .page-heading {
      position: absolute;
      left: 0;
      right: 0;
      margin: 9px auto 0;
      font-size: 1.125rem;
      line-height: 1.375rem; } }
  @media only screen and (min-width: 1024px) {
    .p-ar-2017 .page-heading {
      margin: 20px auto 0;
      font-size: 1.375rem;
      line-height: 1.625rem; } }

.p-ar-2017 .page-heading-link {
  text-decoration: none;
  display: inline-block; }
  .p-ar-2017 .page-heading-link:after {
    content: '';
    background-image: url("/Microsites/AnnualReports/2017/assets/img/Header_Dropdown.svg");
    width: 20px;
    height: 11px;
    display: block;
    margin: 7px auto 0 auto;
    -webkit-transition: -webkit-transform 0.2s linear;
    transition: -webkit-transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear;
    opacity: .5; }
  .p-ar-2017 .page-heading-link:hover:after, .p-ar-2017 .page-heading-link:focus:after {
    opacity: 1; }
  .p-ar-2017 .page-heading-link--active:after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }

.p-ar-2017 .page-header-right-col {
  position: static; }

.p-ar-2017 .header-report {
  margin-bottom: 40px; }
  @media only screen and (min-width: 768px) {
    .p-ar-2017 .header-report {
      padding: 0 30px; } }
  .p-ar-2017 .header-report-img {
    margin-bottom: 20px; }
  .p-ar-2017 .header-report-heading {
    font-size: 1.125rem;
    line-height: 1.5rem; }
  .p-ar-2017 .header-report-link {
    font-size: 1rem;
    line-height: 1.1875rem; }

.p-ar-2017 .header-reports-row {
  display: none;
  padding: 20px 0; }
  @media only screen and (min-width: 1280px) {
    .p-ar-2017 .header-reports-row {
      max-width: 1180px;
      padding: 20px 40px;
      margin: auto; } }

.p-ar-2017 .header-top-row {
  padding-bottom: 10px; }
  @media only screen and (min-width: 768px) {
    .p-ar-2017 .header-top-row {
      padding-bottom: 20px; } }

footer {
  border-top: solid 1px #cccccc;
  display: block;
  padding: 30px 0;
  margin-top: 30px; }

.accordion {
  margin-bottom: 20px;
  float: left;
  width: 100%; }

.accordion__panel {
  display: none;
  overflow: hidden;
  margin: 0;
  padding-top: 15px;
  padding-bottom: 10px;
  -webkit-transition: visibility 0s;
  transition: visibility 0s;
  visibility: visible; }

[aria-hidden=true].accordion__panel {
  visibility: hidden;
  -webkit-transition-delay: 1s, 0s;
          transition-delay: 1s, 0s; }

.accordion__header {
  border: 0;
  border-radius: 0;
  margin: 0;
  text-transform: none;
  border-top: 1px solid #cccccc;
  color: #000000;
  position: relative;
  display: block;
  background: none;
  outline: 0;
  font-size: 1.125rem;
  line-height: 1.625rem;
  text-align: left;
  padding: 10px 25px 10px 0;
  width: 100%; }
  .accordion__header span {
    position: absolute;
    right: 0;
    top: 10px;
    width: 25px;
    height: 25px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
    .accordion__header span:before, .accordion__header span:after {
      content: "";
      background: #d63049;
      position: absolute;
      top: 2px;
      right: 12px;
      height: 12px;
      width: 1px;
      display: inline-block;
      -webkit-transform: rotate(-45deg) translateX(-6px);
          -ms-transform: rotate(-45deg) translateX(-6px);
              transform: rotate(-45deg) translateX(-6px); }
    .accordion__header span:after {
      content: "";
      -webkit-transform: rotate(45deg) translateX(6px);
          -ms-transform: rotate(45deg) translateX(6px);
              transform: rotate(45deg) translateX(6px); }
  .accordion__header:hover, .accordion__header:focus, .accordion__header:active {
    cursor: pointer;
    color: #d63049;
    background: none;
    text-decoration: underline; }
  .accordion__header:focus, .accordion__header:active {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .accordion__header[aria-expanded="true"] span {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }

.accordion__title {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.accordion__all {
  float: right;
  margin-bottom: 10px; }
  .accordion__all .accordion__all__icon {
    position: relative;
    display: inline-block;
    right: 0;
    top: 1px;
    margin-left: 10px;
    width: 17px;
    height: 17px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
    .accordion__all .accordion__all__icon:before, .accordion__all .accordion__all__icon:after {
      content: "";
      position: absolute;
      height: 17px;
      width: 1px;
      top: 0;
      right: 8px;
      background: #d63049;
      -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
              transform: rotate(0deg);
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
    .accordion__all .accordion__all__icon:after {
      content: "";
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg); }
  .accordion__all.accordion__all--open .accordion__all__icon {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }

footer .accordion__all {
  display: none; }

footer .accordion__panel {
  padding-top: 0;
  padding-bottom: 0; }

footer .accordion__header {
  border: 0;
  color: #000000;
  padding: 5px 0;
  margin-bottom: 15px; }
  footer .accordion__header span {
    top: 0; }
    footer .accordion__header span:before, footer .accordion__header span:after {
      height: 21px;
      -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
              transform: rotate(0deg);
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
    footer .accordion__header span:after {
      content: "";
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg); }
  footer .accordion__header:hover, footer .accordion__header:focus {
    cursor: pointer; }
  footer .accordion__header[aria-expanded="true"] span {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }

footer .accordion__title {
  clip: inherit;
  height: auto;
  width: auto;
  margin: 0;
  position: inherit; }

/* Slider */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0rem;
  font-size: 0rem;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 20; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 1.25rem;
    line-height: 1;
    color: #000000;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -5px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -5px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -5px; }
  [dir="rtl"] .slick-next {
    left: -5px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li:before {
      content: ''; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0rem;
      font-size: 0rem;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 3.125rem;
        line-height: 1.25rem;
        text-align: center;
        color: #000000;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #000000;
      opacity: 0.75; }

.site-index .index {
  margin: 0 0 2em 0;
  padding: 0; }
  .site-index .index > li {
    list-style-type: none;
    border-bottom: solid 1px #cccccc;
    padding: 10px 0 5px 0; }
    .site-index .index > li:first-child {
      border-top: solid 1px #cccccc; }
  .site-index .index span {
    padding-top: .5em;
    padding-bottom: .5em; }
  .site-index .index ul {
    margin: 0;
    padding: 0; }
    .site-index .index ul > li {
      list-style-type: none;
      margin: 0;
      padding: 0 0 5px 0; }

.p-ar-2017 .our-mission-first-row {
  margin-bottom: 30px; }
  @media screen and (min-width: 1280px) {
    .p-ar-2017 .our-mission-first-row {
      margin-bottom: 60px; } }

.p-ar-2017 .our-mission-second-row {
  margin-bottom: 40px; }
  @media screen and (min-width: 1280px) {
    .p-ar-2017 .our-mission-second-row {
      margin-bottom: 0; } }

@media screen and (min-width: 768px) {
  .p-ar-2017 .image-2-wrapper {
    position: absolute;
    bottom: 0;
    padding: 0 15px; } }

.p-ar-2017 .how-row {
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .p-ar-2017 .how-row {
      margin-bottom: 30px; } }

.p-ar-2017 .annual-essay-top-row {
  margin-bottom: 45px; }
  @media screen and (min-width: 768px) {
    .p-ar-2017 .annual-essay-top-row {
      margin-bottom: 25px; } }

.p-ar-2017 .annual-essay-row {
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .p-ar-2017 .annual-essay-row {
      margin-bottom: 30px; } }

.p-ar-2017 .our-mission-numbers-row {
  padding: 10px 0; }

@media screen and (min-width: 768px) {
  .p-ar-2017 .mission-text-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%; } }

@media screen and (min-width: 1280px) {
  .p-ar-2017 .mission-text-wrapper {
    display: block; } }

@media screen and (min-width: 768px) {
  .p-ar-2017 .image-7-col {
    margin-bottom: 40px; } }

@media screen and (min-width: 1280px) {
  .p-ar-2017 .image-7-col {
    margin-bottom: 0; } }

.p-ar-2017 .partner-growth-wrapper {
  margin-bottom: 10px; }

.p-ar-2017 .about-wpp-row {
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .p-ar-2017 .about-wpp-row {
      margin-bottom: 60px; } }
  @media screen and (min-width: 1024px) {
    .p-ar-2017 .about-wpp-row {
      margin-bottom: 80px; } }

.p-ar-2017 .what-we-do-img {
  padding: 0 0 60px 0; }
  @media screen and (min-width: 768px) {
    .p-ar-2017 .what-we-do-img {
      padding: 5px 0 60px 0; } }
  @media screen and (min-width: 1024px) {
    .p-ar-2017 .what-we-do-img {
      padding: 10px 0 125px 0; } }

.p-ar-2017 .global-brands-row {
  margin-bottom: 50px; }
  @media screen and (min-width: 768px) {
    .p-ar-2017 .global-brands-row {
      margin-bottom: 80px; } }

@media screen and (min-width: 768px) {
  .p-ar-2017 .figures-row-2 {
    margin-bottom: 50px; } }

.p-ar-2017 .figures-footnotes {
  margin-bottom: 30px; }
  @media screen and (min-width: 768px) {
    .p-ar-2017 .figures-footnotes {
      margin-top: -100px;
      margin-bottom: 60px; } }
  @media screen and (min-width: 1280px) {
    .p-ar-2017 .figures-footnotes {
      margin-top: -110px; } }

.p-ar-2017 .brands-col {
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .p-ar-2017 .brands-col {
      margin-bottom: 0; } }
  @media screen and (min-width: 1280px) {
    .p-ar-2017 .brands-col {
      padding-top: 55px; } }

.p-ar-2017 .strategic-report-link {
  margin-top: 45px; }

.p-ar-2017 .executive-leaders-row {
  margin-bottom: 0px; }
  @media screen and (min-width: 768px) {
    .p-ar-2017 .executive-leaders-row {
      margin-bottom: 70px; } }

.p-ar-2017 .executive-leaders-heading {
  margin-bottom: 0;
  padding-top: 11px; }

.p-ar-2017 .executive-leaders-title {
  margin-bottom: 65px; }
  @media screen and (min-width: 768px) {
    .p-ar-2017 .executive-leaders-title {
      margin-bottom: 20px; } }

/* OPTIONAL
@import
	'themes/brand-a',
	'themes/brand-b';
*/

/*# sourceMappingURL=maps/style.css.map */
