/*------------------------------------*\
    reset
\*------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, main {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input::-ms-clear {
  display: none;
}

@font-face {
  font-family: "AvenirRoman";
  src: url("../fonts/b290e775-e0f9-4980-914b-a4c32a5e3e36.woff2") format("woff2"), url("../fonts/4b978f72-bb48-46c3-909a-2a8cd2f8819c.woff") format("woff");
}
@font-face {
  font-family: "AvenirMedium";
  src: url("../fonts/17b90ef5-b63f-457b-a981-503bb7afe3c0.woff2") format("woff2"), url("../fonts/c9aeeabd-dd65-491d-b4be-3e0db9ae47a0.woff") format("woff");
}
@font-face {
  font-family: "AvenirBlack";
  src: url("../fonts/c78eb7af-a1c8-4892-974b-52379646fef4.woff2") format("woff2"), url("../fonts/75b36c58-2a02-4057-a537-09af0832ae46.woff") format("woff");
}
@font-face {
  font-family: "AvenirLight";
  src: url("../fonts/0078f486-8e52-42c0-ad81-3c8d3d43f48e.woff2") format("woff2"), url("../fonts/908c4810-64db-4b46-bb8e-823eb41f68c0.woff") format("woff");
}
@font-face {
  font-family: "AvenirBook";
  src: url("../fonts/065a6b14-b2cc-446e-9428-271c570df0d9.woff2") format("woff2"), url("../fonts/65d75eb0-2601-4da5-a9a4-9ee67a470a59.woff") format("woff");
}
@font-face {
  font-family: "AvenirHeavy";
  src: url("../fonts/d513e15e-8f35-4129-ad05-481815e52625.woff2") format("woff2"), url("../fonts/61bd362e-7162-46bd-b67e-28f366c4afbe.woff") format("woff");
}
@font-face {
  font-family: "MerriweatherLight";
  src: url("../fonts/Merriweather-Light.woff2") format("truetype");
}
@font-face {
  font-family: "MerriweatherRegular";
  src: url("../fonts/Merriweather-Regular.woff2") format("truetype");
}
@font-face {
  font-family: "MerriweatherBold";
  src: url("../fonts/Merriweather-Bold.woff2") format("truetype");
}
@font-face {
  font-family: "MerriweatherSansBold";
  src: url("../fonts/MerriweatherSans-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "MerriweatherSansLight";
  src: url("../fonts/MerriweatherSans-Light.ttf") format("truetype");
}
@font-face {
  font-family: "MerriweatherSansMedium";
  src: url("../fonts/MerriweatherSans-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "MerriweatherSansRegular";
  src: url("../fonts/MerriweatherSans-Regular.ttf") format("truetype");
}
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before, .fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before, .fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before, .fa-users:before {
  content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before, .fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
  content: "\f155";
}

.fa-rupee:before, .fa-inr:before {
  content: "\f156";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158";
}

.fa-won:before, .fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before, .fa-car:before {
  content: "\f1b9";
}

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before, .fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before, .fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-genderless:before, .fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before, .fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

html {
  height: 100%;
}

body {
  font-weight: normal;
  font-size: 20px;
  line-height: 1;
  font-weight: normal;
  color: #3A3A3A;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  position: relative;
  overflow: auto;
  text-rendering: optimizeLegibility;
  background: #fff;
  -webkit-text-size-adjust: none;
  font-family: MerriweatherSansLight;
}

.main {
  padding-top: 89px;
}

.article {
  position: relative;
  width: 100%;
}

* {
  outline: 0;
}

/* IE10+ */
::-ms-clear {
  display: none;
}

/* Chrome */
::-webkit-search-decoration,
::-webkit-search-cancel-button,
::-webkit-search-results-button,
::-webkit-search-results-decoration {
  display: none;
}

a,
a:visited {
  color: inherit;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:not(.nohovertrans):hover {
  opacity: 0.75;
}

[role=button] {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

[role=button]:hover {
  opacity: 0.75;
  cursor: pointer;
}

em {
  font-style: italic;
}

strong,
b {
  font-family: MerriweatherSansBold;
}

.hoverfade {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.clear {
  clear: both;
  height: 0px;
  overflow: hidden;
}

.clearaBove {
  clear: both;
}

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

.br {
  display: block;
}

.clearfix:after {
  clear: both;
}

sup {
  font-size: 0.6em;
  vertical-align: 0.6em;
}

sub {
  font-size: 0.7em;
  vertical-align: -0.2em;
  line-height: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  /* added line */
  border: 0;
}

.sr-only.screenreader-hover:focus {
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  background: #fff;
  color: #000;
  clip: auto;
  margin: 0;
  padding: 0.5em;
  font-size: 16px;
  display: inline-block;
  z-index: 10;
}

.anchor {
  display: block;
  position: relative;
  top: 4.6875vw;
  visibility: hidden;
}

p {
  margin-bottom: 1em;
}

* {
  outline: 0;
}

/* IE10+ */
::-ms-clear {
  display: none;
}

/* Chrome */
::-webkit-search-decoration,
::-webkit-search-cancel-button,
::-webkit-search-results-button,
::-webkit-search-results-decoration {
  display: none;
}

.content__section [role=button],
.content__section a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content__section [role=button]:hover,
.content__section a:hover {
  opacity: 0.65;
}
.content__section p {
  margin-top: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  /* added line */
  border: 0;
}

.sr-only.screenreader-hover:focus {
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  background: #fff;
  color: #000;
  clip: auto;
  margin: 0;
  padding: 0.5em;
  font-size: 16px;
  display: inline-block;
  z-index: 10;
}

.wrapper {
  width: 1220px;
  margin: 0 auto;
}

.esghero {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
.esghero h1 {
  font-family: MerriweatherLight;
  font-size: 4.4270833333vw;
  line-height: 1.2;
  color: #3A3A3A;
}

.esghero__caption {
  margin-top: 1.4em;
  font-size: 15px;
  width: 100%;
}

.esghero--alt {
  height: auto;
  display: block;
  color: #002E62;
  top: 55px;
}
.esghero--alt .esghero__img {
  height: 40vw;
  position: relative;
}
.esghero--alt h1 {
  font-size: 45px;
  width: 50%;
  font-family: MerriweatherRegular;
  border-bottom: 0;
  text-align: left;
}
.esghero--alt .esghero__content {
  margin-top: 70px;
}
.esghero--alt .esghero__content .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 90px;
}

.esghero__sdg img {
  width: 96px;
}

.esghero__img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.esghero__content {
  width: 100%;
  height: 100%;
}

.esghero__wrapper--text {
  width: 30.4166666667vw;
  margin: 0 auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.esghero__wrapper--image {
  position: absolute;
  bottom: 2.6041666667vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.esghero__wrapper--image img {
  width: 26.0416666667vw;
}

.esghero__actions {
  margin-top: 4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.esghero__button {
  background: #9F7D23;
  border-radius: 1.5em;
  font-size: 16px;
  font-family: MerriweatherSansBold;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  padding: 1em;
}
.esghero__button + .esghero__button {
  margin-left: 1em;
}
.esghero__button:hover {
  color: #fff;
  text-decoration: underline;
}

.esgpaddingTop {
  padding-top: 100px;
}

.esgpaddingBottom {
  padding-bottom: 100px;
}

.esgpaddingTopMedium {
  padding-top: 80px;
}

.esgpaddingBottomMedium {
  padding-bottom: 80px;
}

custom-expander {
  display: block;
}
custom-expander[aria-expanded=false] ._panel {
  display: none;
}
custom-expander ._toggler {
  cursor: pointer;
  padding-right: 1.5em;
  position: relative;
  display: inline-block;
  font-family: MerriweatherSansBold;
  font-size: 18px;
  color: #002E62;
}
custom-expander ._toggler::after {
  content: "";
  position: absolute;
  width: 17px;
  height: 9px;
  background: url("../../_img/down-arrow.png") no-repeat;
  background-size: contain;
  top: 0.3em;
  right: 0;
}
custom-expander[aria-expanded=true] ._toggler::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.esgleadership h2 {
  font-family: MerriweatherBold;
  font-size: 50px;
  color: #002E62;
  margin-bottom: 2em;
}
.esgleadership h3 {
  font-family: MerriweatherBold;
  font-size: 32px;
  color: #002E62;
  margin-bottom: 0.5em;
}
.esgleadership h4 {
  font-family: MerriweatherSansLight;
  font-size: 23px;
  margin-bottom: 2em;
  line-height: 1.3;
}
.esgleadership h5 {
  font-family: MerriweatherSansBold;
  font-size: 20px;
  margin-bottom: 1em;
  line-height: 1.2;
}
.esgleadership h5:first-child {
  margin-top: 2em;
}
.esgleadership p {
  font-size: 18px;
  font-family: MerriweatherSansLight;
  line-height: 1.4;
}
.esgleadership p + h5 {
  margin-top: 2em;
}
.esgleadership p strong {
  font-family: MerriweatherSansBold;
}
.esgleadership custom-expander ._toggler {
  margin-top: 2em;
}

.esgleadership__sig {
  color: #002E62;
}
.esgleadership__sig img {
  width: 100px;
  display: block;
  margin: 1em 0;
  pointer-events: none;
}
.esgleadership__sig strong {
  font-family: MerriweatherSansBold;
}

.esgleadership__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.esgleadership__item + .esgleadership__item {
  margin-top: 200px;
}

.esgleadership__item__left {
  width: 414px;
}
.esgleadership__item__left img {
  width: 100%;
}

.esgleadership__item__right {
  width: calc(100% - 414px);
  padding-left: 75px;
}

.esgh2 {
  font-size: 40px;
  font-family: MerriweatherBold;
  color: #002E62;
  margin-bottom: 1em;
  line-height: 1.2;
}
.esgh2.esgh2--white {
  color: #002E62;
}

.esgh3 {
  font-family: AvenirBlack;
  font-size: 30px;
  color: #002E62;
  margin-bottom: 1em;
}

.esgol,
.esgul,
.esgp {
  font-family: MerriweatherSansLight;
  font-size: 20px;
  line-height: 1.4;
  margin-top: 0;
}
.esgol strong,
.esgul strong,
.esgp strong {
  font-family: MerriweatherSansBold;
}
.esgol li,
.esgul li,
.esgp li {
  line-height: 1.4 !important;
}
.esgol + .esgh3,
.esgul + .esgh3,
.esgp + .esgh3 {
  margin-top: 1.5em;
}

.esgintro {
  font-size: 27px;
  font-family: MerriweatherSansRegular;
  line-height: 1.4;
  color: #002E62;
}

.esghighlights__right {
  display: -webkit-grid;
  display: grid;
  -webkit-grid-template-columns-: repeat(2, 1fr);
  grid-template-columns: repeat(2, 1fr);
  gap: 100px 40px;
}

.esghighlights .esghighlight__note {
  margin-top: 3.28125vw;
  font-size: 16px;
  font-family: MerriweatherSansLight;
  line-height: 1.3;
}
.esghighlights h2 {
  font-family: MerriweatherBold;
  font-size: 40px;
  color: #002E62;
  margin-bottom: 2em;
}

.esghighlight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.esghighlight__gray {
  background: #EFEFEF;
}

.esghighlight__blue {
  background: #052D61;
}

.esghighlight--full {
  grid-column: span 2;
}

.esghighlight__icon {
  margin-bottom: 20px;
}
.esghighlight__icon img {
  width: 98px;
  height: 98px;
}

.esghighlight__large {
  font-family: AvenirBlack;
  font-size: 40px;
  color: #002E62;
  margin-bottom: 20px;
}
.esghighlight__large.esghighlight__large--white {
  color: #fff;
}

.esghighlight__small {
  font-family: MerriweatherSansLight;
  font-size: 20px;
  line-height: 1.4;
}
.esghighlight__small strong {
  font-family: MerriweatherSansBold;
}

.esgratings__grid {
  display: -webkit-grid;
  display: grid;
  -webkit-grid-template-columns-: repeat(2, 1fr);
  grid-template-columns: repeat(2, 1fr);
}

.esgrating {
  padding: 0 30px;
  border-left: 1px solid #9F7D23;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.esgrating:nth-child(n+3) {
  margin-top: 60px;
}

.esgrating__more {
  margin-top: 3em;
}
.esgrating__more .esgstory__link {
  position: relative;
  bottom: auto;
}

.esgrating__large {
  font-family: MerriweatherSansBold;
  font-size: 40px;
  color: #002E62;
  margin-bottom: 0.5em;
}

.esgrating__medium {
  font-family: MerriweatherRegular;
  font-size: 26px;
  line-height: 1.2;
  margin-bottom: 0.5em;
}

.esgrating__small {
  font-family: MerriweatherSansLight;
  font-size: 20px;
  line-height: 1.4;
  line-height: 1.2;
  margin-bottom: 20px;
}

.esgrating__trend {
  margin-top: 20px;
  font-family: MerriweatherSansBold;
  font-size: 16px;
  text-align: center;
  padding: 0.4em 2em;
  border-radius: 1.5em;
  background: #002E62;
  color: #fff;
  margin-top: auto;
  text-transform: uppercase;
}

.esgvision {
  background: #FFFFFF;
  color: #3A3A3A;
}

.esgvision__heading p {
  font-size: 22px;
  font-family: MerriweatherSansRegular;
  line-height: 1.4;
}

.esghighlight__flex {
  display: -webkit-grid;
  display: grid;
  -webkit-grid-template-columns-: repeat(2, 1fr);
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
}

.esgtabs {
  overflow: hidden;
}

.esgtabs__togglers {
  background: #002E62;
}

.esgtabs__togglers__grid {
  display: -webkit-grid;
  display: grid;
  -webkit-grid-template-columns-: repeat(4, 1fr);
  grid-template-columns: repeat(4, 1fr);
}

.esgtab {
  text-align: center;
  font-family: MerriweatherSansRegular;
  font-size: 20px;
  line-height: 1.2;
  padding: 1em 1em;
  border-top: 8px solid transparent;
  cursor: pointer;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.esgtab:hover {
  border-top-color: #002E62;
}
.esgtab[aria-expanded=true] {
  background: #fff;
  border-top-color: #002E62;
  color: #002E62;
  font-family: MerriweatherSansBold;
}

.esgtabs__panels {
  position: relative;
}

.esgtab__panel {
  width: 100%;
  position: relative;
}
.esgtab__panel > .wrapper {
  height: 750px;
  position: relative;
}
.esgtab__panel[aria-hidden=true] {
  display: none;
}

.esgtab__image {
  height: 750px;
  width: 75%;
  position: absolute;
  left: 45%;
  top: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.esgtab__panel--large > .wrapper {
  height: 940px;
}
.esgtab__panel--large .esgtab__image {
  height: 940px;
}

.esgtab__panel--medium > .wrapper {
  height: 850px;
}
.esgtab__panel--medium .esgtab__image {
  height: 850px;
}

#esgtab_governance .esgtab__image {
  background-image: url("../../_img/tab-governace.jpg");
}

#esgtab_environmental .esgtab__image {
  background-image: url("../../_img/tab-env.jpg");
}

#esgtab_people .esgtab__image {
  background-image: url("../../_img/tab-people.jpg");
}

#esgtab_communities .esgtab__image {
  background-image: url("../../_img/tab-communities.jpg");
}

.esgtab__content {
  width: 40%;
}
.esgtab__content h2 {
  padding-top: 80px;
  font-family: MerriweatherRegular;
  font-size: 40px;
  color: #3A3A3A;
  margin-bottom: 1.5em;
}
.esgtab__content ul,
.esgtab__content p {
  font-size: 16px;
  font-family: MerriweatherSansLight;
  line-height: 1.4;
}
.esgtab__content ul {
  margin-left: 2em;
}

.esgtab__highlights {
  margin-top: 70px;
  display: -webkit-grid;
  display: grid;
  -webkit-grid-template-columns-: repeat(2, 1fr);
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.esgtab__highlights--communities {
  margin-top: 60px;
  grid-template-columns: 3fr 2fr;
}

.esgtab__highlight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 30px;
  border-left: 1px solid #9F7D23;
}

.esgtab__highlight__large {
  font-family: MerriweatherBold;
  font-size: 30px;
  color: #002E62;
  margin-bottom: 0.5em;
}

.esgtab__highlight__small {
  font-family: MerriweatherSansLight;
  font-size: 20px;
  line-height: 1.2;
}

.esgtab__footnote {
  margin-top: 60px;
}
.esgtab__footnote p {
  font-size: 15px;
  font-family: MerriweatherSansLight;
  line-height: 1.2;
}

.esgpillars__grid {
  display: -webkit-grid;
  display: grid;
  -webkit-grid-template-columns-: repeat(2, 1fr);
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 40px;
}

.esgpillar {
  background: #EFEFEF;
  padding: 40px;
}
.esgpillar p {
  font-size: 20px;
  font-family: MerriweatherSansLight;
  line-height: 1.4;
}

.esgpillar__heading {
  display: -webkit-grid;
  display: grid;
  -webkit-grid-template-columns-: repeat(2, 1fr);
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 60px;
}
.esgpillar__heading img {
  width: 98px;
  height: 98px;
  margin-left: auto;
}

.esg__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.esg__left,
.esg__right {
  width: 50%;
}

.esgpriorities__graphic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 12px;
  margin-top: 60px;
}

.esgpriorities__graphic__left {
  width: 509px;
}

.esgpriorities__graphic__right {
  width: calc(100% - 509px);
  padding-left: 30px;
  padding-top: 34px;
}

.esgpriorities__graphic__relative {
  position: relative;
  width: 100%;
  padding: 0 0 2% 2%;
}
.esgpriorities__graphic__relative img {
  width: 100%;
}
.esgpriorities__graphic__relative h3 {
  font-family: AvenirBlack;
  font-size: 14px;
  text-transform: uppercase;
  color: #002E62;
  margin-bottom: 1em;
}
.esgpriorities__graphic__relative ._v {
  position: absolute;
  bottom: 30%;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  font-family: MerriweatherSansLight;
}
.esgpriorities__graphic__relative ._h {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: MerriweatherSansLight;
}
.esgpriorities__graphic__relative ._caption {
  font-family: AvenirBlack;
  font-size: 14px;
  color: #fff;
  position: absolute;
  right: 2%;
  bottom: 15%;
  width: 40%;
  line-height: 1.2;
}

.esgpriorities__table {
  width: 100%;
  font-family: MerriweatherSansLight;
}
.esgpriorities__table th,
.esgpriorities__table td {
  padding: 1em 1em;
  text-align: left;
}
.esgpriorities__table p {
  margin-top: 0;
  line-height: 1.2;
}
.esgpriorities__table thead th {
  padding: 0.5em 1em;
  color: #fff;
  background: #002E62;
  font-family: AvenirBlack;
}
.esgpriorities__table thead th:first-child {
  width: 10%;
}
.esgpriorities__table thead th:nth-child(2) {
  width: 30%;
}
.esgpriorities__table thead th:nth-child(3) {
  width: 30%;
}
.esgpriorities__table tbody {
  border-bottom: 1px solid #3A3A3A;
  line-height: 1.2;
}
.esgpriorities__table tbody td:not(:first-child) {
  border-left: 1px solid #3A3A3A;
}
.esgpriorities__table tbody tr:nth-child(even) {
  background: #EFEFEF;
}
.esgpriorities__table ._gold,
.esgpriorities__table ._grey,
.esgpriorities__table ._goldsquare,
.esgpriorities__table ._greensquare,
.esgpriorities__table ._green {
  padding-left: 2em;
  position: relative;
}
.esgpriorities__table ._gold span,
.esgpriorities__table ._grey span,
.esgpriorities__table ._goldsquare span,
.esgpriorities__table ._greensquare span,
.esgpriorities__table ._green span {
  position: absolute;
  left: 0;
  width: 1.5em;
  height: 1.5em;
  color: #fff;
  border-radius: 50%;
  line-height: 1.5em;
  text-align: center;
  font-family: AvenirBlack;
}
.esgpriorities__table ._gold span {
  background: #9F7D23;
}
.esgpriorities__table ._green span {
  background: #38612E;
}
.esgpriorities__table ._grey span {
  background: #EFEFEF;
  color: #3A3A3A;
}
.esgpriorities__table ._greensquare span {
  border-radius: 0;
  background: #38612E;
}
.esgpriorities__table ._goldsquare span {
  border-radius: 0;
  background: #9F7D23;
}

.esgquote {
  background: #002E62;
  text-align: center;
}
.esgquote p {
  font-size: 25px;
  font-family: MerriweatherSansLight;
  margin: 2em 1em;
  line-height: 1.4;
  display: block;
  color: #FFFFFF;
}
.esgquote ._icon {
  background: url("../../_img/quote-icon.png") no-repeat;
  width: 55px;
  height: 33px;
  background-size: contain;
  display: inline-block;
}
.esgquote ._byline {
  width: 30%;
  margin: 0 auto;
}
.esgquote ._image {
  margin-bottom: 30px;
}
.esgquote ._image img {
  width: 117px;
}
.esgquote ._name {
  font-family: MerriweatherSansBold;
  font-size: 25px;
  margin-bottom: 0.2em;
  color: #FFFFFF;
}
.esgquote ._title {
  font-size: 20px;
  font-family: MerriweatherSansLight;
  line-height: 1.2;
  color: #FFFFFF;
}

.esgstories__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.esgstories__sdg {
  background: #EFEFEF;
  text-align: center;
  padding: 75px 120px;
  margin-top: 60px;
}
.esgstories__sdg img {
  width: 429px;
  margin-bottom: 1.5em;
}
.esgstories__sdg p {
  font-size: 25px;
  line-height: 1.4;
  font-family: MerriweatherSansLight;
}

.esgstories__prev,
.esgstories__next {
  width: 37px;
  height: 37px;
  background: #002E62;
  border-radius: 50%;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 14px;
  cursor: pointer;
}
.esgstories__prev[aria-hidden=true],
.esgstories__next[aria-hidden=true] {
  background-color: #EFEFEF;
  pointer-events: none;
}

.esgstories__prev {
  background-image: url("../../_img/arrow-left.png");
  background-position: 50% 50%;
}

.esgstories__next {
  background-image: url("../../_img/arrow-right.png");
  background-position: 60% 50%;
}

.esgstories__item__heading {
  font-family: MerriweatherRegular;
  font-size: 30px;
  line-height: 1.4;
}

.esgstories__grid {
  margin-top: 60px;
  display: -webkit-grid;
  display: grid;
  -webkit-grid-template-columns-: repeat(3, 1fr);
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.esgstory {
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.26);
  position: relative;
  padding-bottom: 60px;
}

.esgstory__image {
  padding-top: 60%;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.esgstory__image img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.esgstory__content {
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.esgstory__content p {
  font-size: 14px;
  font-family: MerriweatherSansLight;
  line-height: 1.4;
  margin: 2em 0;
}

.esgstory__sdg {
  margin-bottom: 20px;
}
.esgstory__sdg img {
  width: 70px;
}

.esgstory__title {
  font-family: MerriweatherSansBold;
  font-size: 25px;
  line-height: 1.2;
  color: #002E62;
}

.esgstory__link {
  position: absolute;
  bottom: 60px;
}
.esgstory__link a {
  font-family: MerriweatherSansBold;
  font-size: 18px;
  color: #002E62;
  display: inline-block;
  padding-right: 1em;
  position: relative;
}
.esgstory__link a::after {
  content: "";
  display: inline-block;
  position: absolute;
  background: url("../../_img/arrow-right-gold.png") no-repeat;
  width: 9px;
  height: 20px;
  background-size: contain;
  top: 0.1em;
  right: 0;
}

custom-slider {
  display: block;
}
custom-slider [slider-item][aria-hidden=true] {
  display: none;
}
custom-slider [slider-indicators] {
  display: none;
}

.stock-ticker {
  width: 347px;
  visibility: hidden;
}

.gold-ticker {
  width: 330px;
}

.esgdownloads {
  background: #CBD9E7;
}

.esgdownloads__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.esgdownloads__flex + .esgdownloads__flex {
  margin-top: 90px;
}

.esgdownloads__left {
  width: 50%;
  padding-right: 30px;
}

.esgdownloads__right {
  width: 50%;
  padding-left: 30px;
}

.esgdownloads__cover {
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.26);
}
.esgdownloads__cover img {
  width: 100%;
  display: block;
}

.esgdownloads__button {
  margin-top: 2em;
  background: #9F7D23;
  border-radius: 1.5em;
  font-size: 16px;
  font-family: MerriweatherSansRegular;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  padding: 1em;
  padding-right: 4em;
  position: relative;
}
.esgdownloads__button:after {
  content: "";
  position: absolute;
  background: url("../../_img/download-icon-white.png") no-repeat;
  width: 24px;
  height: 20px;
  background-size: contain;
  right: 1em;
  top: 0.8em;
}
.esgdownloads__button:hover {
  color: #fff;
  text-decoration: underline;
}
.esgdownloads__button:visited {
  color: #fff;
}

.esgdownloads__heading {
  margin-top: 70px;
  margin-bottom: 30px;
}
.esgdownloads__heading a {
  font-family: AvenirBlack;
  font-size: 20px;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  padding-right: 6em;
}
.esgdownloads__heading a:after {
  content: attr(data-size);
  position: absolute;
  background: url("../../_img/download-icon-black.png") no-repeat;
  background-position: right;
  width: 100px;
  height: 20px;
  background-size: contain;
  right: 0;
  top: 0em;
  font-family: MerriweatherSansLight;
}

.esgdownloads__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.esgdownloads__list a {
  font-family: MerriweatherSansLight;
  font-size: 18px;
  padding: 0.5em 0;
  line-height: 1.2;
  border-bottom: 1px solid #707070;
  display: block;
  position: relative;
  padding-right: 2em;
}
.esgdownloads__list a:after {
  content: attr(data-size);
  font-family: MerriweatherSansLight;
  font-size: 15px;
  position: absolute;
  background: url("../../_img/download-icon-black.png") no-repeat;
  width: 70px;
  height: 15px;
  background-size: contain;
  background-position: right;
  right: 0;
  top: 0.9em;
}
.esgdownloads__list + .esgdownloads__list {
  margin-top: 60px;
}

.esgdownloads__list--strong a {
  font-family: MerriweatherSansBold;
}

.esgstorycontent .esgp,
.esgstorycontent .esgol,
.esgstorycontent .esgul {
  font-size: 20px;
}
.esgstorycontent ol,
.esgstorycontent ul {
  margin-left: 2em;
}

.replacecontent {
  background: pink;
}

.showMobile {
  display: none;
}

.esg__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
}

.esghighlight__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.esghighlight__content--img {
  height: 390px;
  width: 100%;
}
.esghighlight__content--img img {
  width: 100%;
  max-height: 100%;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.esghighlight__content--text {
  height: 390px;
}

.esghighlight__text-container-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 140px;
  padding-left: 74px;
  padding-right: 55px;
}
.esghighlight__text-container-1 .esghighlight__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 2.0833333333vw;
}

.esghighlight__text-container-2 {
  padding-top: 74px;
  padding-left: 95px;
  padding-right: 117px;
}

.esghighlight__text-container-3 {
  padding-top: 43px;
  padding-left: 95px;
  padding-right: 71px;
}
.esghighlight__text-container-3 .esghighlight--normal {
  color: #FFFFFF;
}

.esghighlight__text-container-4 {
  padding-top: 116px;
  padding-left: 89px;
  padding-right: 108px;
}
.esghighlight__text-container-4 .esghighlight--normal {
  color: #FFFFFF;
}

.esghighlight--header {
  display: block;
  font-family: MerriweatherSansBold;
  font-size: 35px;
  margin-bottom: 0.5208333333vw;
}

.esghighlight--blue {
  color: #052D61;
}

.esghighlight--white {
  color: #FFFFFF;
}

.esghighlight--normal {
  line-height: 1.4;
  font-family: MerriweatherSansLight;
}

.esghighlight--sans-font {
  line-height: 1.4;
  font-family: MerriweatherSansLight;
}

.esghighlight-text-2 {
  margin-top: 33px;
}
.esghighlight-text-2 .esghighlight--header {
  font-family: MerriweatherSansBold;
  font-size: 20px;
  color: #3A3A3A;
  display: inline-block;
}

.esghighlight__text-container-3 .esghighlight-text-3 {
  margin-top: 35.52px;
}

.esghighlight-text-4 {
  margin-top: 42.68px;
}
.esghighlight-text-4 .esghighlight--sans-font {
  color: #FFFFFF;
}

.esghighlight__line {
  position: absolute;
  width: 1px;
  background-color: #9F7C22;
  z-index: 1;
}

.esgvision__content {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.esgvision__content--flex {
  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-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.esgvision__content--text {
  margin-top: 44px;
  line-height: 1.4;
  font-size: 18px;
  font-family: MerriweatherSansLight;
}

.esgvision__image {
  padding: 80px;
  text-align: center;
}
.esgvision__image img {
  max-width: 100%;
  max-height: 100%;
}

.esgdownloads__heading-text {
  font-family: MerriweatherSansBold;
  font-size: 25px;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  padding-right: 6em;
}

.esgdownloads__box {
  background-color: #FFFFFF;
  margin-bottom: 25px;
}

.esgdownloads__box--heading {
  height: 75px;
  font-size: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: relative;
}

.esgvision__content--heading {
  font-size: 18px;
  font-family: MerriweatherSansRegular;
}

.esgratings {
  background-color: #DBE2E9;
}

.esgdownloads__report-heading {
  font-family: MerriweatherSansBold;
  margin-left: 40px;
}

.esgdownloads__icon {
  position: absolute;
  left: 10px;
}

.esgdownloads__content {
  padding: 0 40px 40px 40px;
}

.esgdownloads__content[aria-hidden=true] {
  display: none;
}

.line-1 {
  height: 292px;
  top: 38%;
  left: 11%;
}

.line-2 {
  height: 86px;
  top: 81%;
  left: 11%;
}

.line-3 {
  height: 300px;
  top: 17%;
  left: 8%;
}

.line-4 {
  height: 300px;
  top: 17%;
  left: 47.5%;
}

.line-5 {
  height: 229px;
  top: 42%;
  left: 12%;
}

.line-6 {
  height: 98px;
  top: 77%;
  left: 12%;
}

.line-7 {
  height: 95px;
  top: 15%;
  left: 11%;
}

.line-8 {
  height: 185px;
  top: 33%;
  left: 11%;
}

.display-mobile {
  display: none;
}

.esgstory__sdg :last-child {
  margin-left: 5px;
}

.sdg-icon {
  display: inline-block;
  width: 28px;
  height: 28px;
  color: #FFFFFF;
  text-align: center;
  font-family: MerriweatherSansBold;
}

.sdg-1 {
  background-color: #EA1C2D;
}

.sdg-2 {
  background-color: #D19F2A;
}

.sdg-3 {
  background-color: #2D9A47;
}

.sdg-4 {
  background-color: #C22033;
}

.sdg-5 {
  background-color: #EF412A;
}

.sdg-10 {
  background-color: #E01A83;
}

.sdg-13 {
  background-color: #48773C;
}

.esghero__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.esghero__left {
  width: 33.5416666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 5.9375vw;
}

.esghero__right {
  width: calc(100% - 33.5416666667vw);
}
.esghero__right img {
  width: 100%;
  height: auto;
}

.esghero__wrapper--download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 7.8125vw;
  margin-top: 4.1666666667vw;
}
.esghero__wrapper--download .esghero__download {
  margin-left: 2.0833333333vw;
  color: #9F7C22;
  font-family: MerriweatherSansBold;
  text-transform: uppercase;
  font-size: 1.0416666667vw;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.esghero__wrapper--download img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 4.4270833333vw;
  height: 4.4270833333vw;
  cursor: pointer;
}

.esghero__background {
  width: 100%;
  height: 90%;
  position: absolute;
  top: 0;
  background: #DCE3EA;
  z-index: -1;
  border-bottom-left-radius: 11.5625vw;
}

.merri-bold {
  font-family: MerriweatherSansBold;
}

.esgtab__highlight__heading {
  font-size: 20px;
  font-family: MerriweatherSansBold;
  color: #002E62;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.esgratings__outer-grid {
  display: grid;
  grid-template-columns: 70% 30%;
}

.esgratings__img {
  width: 220px;
  height: 220px;
  margin-left: 100px;
}
.esgratings__img img {
  width: 100%;
  height: auto;
}

.nav {
  height: 89px;
  position: fixed;
  z-index: 99;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #EFEFEF;
}
.nav .wrapper {
  height: 100%;
}

.nav__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.nav__back {
  width: 37px;
  margin-top: 23px;
  margin-right: 20px;
}
.nav__back img {
  width: 100%;
}

.nav__logo {
  padding-top: 15px;
}

.nav__logo__image {
  width: 189px;
}
.nav__logo__image img {
  width: 100%;
}

.nav__menu {
  margin-left: auto;
}
.nav__menu li {
  list-style: none;
}

.nav__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.nav__link {
  margin-left: 2em;
}
.nav__link:first-child {
  margin-left: 0;
}
.nav__link:last-child span {
  color: #002E62;
  font-size: 14px;
  font-family: MerriweatherSansBold;
  text-transform: uppercase;
}

.nav__label {
  color: #3A3A3A;
}

.nav__link__a {
  padding-top: 32px;
  font-size: 18px;
  font-family: MerriweatherSansRegular;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  position: relative;
  border-top: 12px solid transparent;
  text-align: center;
}
.nav__link__a:hover, .nav__link__a.current {
  border-top-color: #9F7D23;
  font-family: MerriweatherSansBold;
}
.nav__link__a:before {
  content: attr(data-label);
  font-family: MerriweatherSansBold;
  color: transparent;
  overflow: hidden;
  visibility: hidden;
  height: 1px;
  display: block;
}

.hamburger[aria-hidden=true] {
  display: none;
}

/* overlay*/
body.overlay-on {
  position: absolute;
}
body.overlay-on-scrollable {
  position: relative;
}
body.overlay-on-scrollable > main {
  position: absolute;
  overflow: hidden;
  height: 0;
}
body.overlay-on-scrollable .overlay {
  position: relative;
}

.overlay {
  position: fixed;
  bottom: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  left: 0;
  height: 100vh;
  visibility: visible;
}
.overlay .main {
  padding-top: 0;
}

.overlay[aria-hidden=true] {
  pointer-events: none;
  visibility: hidden;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.overlay__shadow {
  display: none;
}

.overlay__close {
  position: fixed;
  top: 1.5625vw;
  right: 1.5625vw;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  cursor: pointer;
  outline: 0;
  z-index: 300;
  font-family: AvenirBook;
  font-size: 32px;
  color: #fff;
  background: #9F7D23;
  border: 1px solid #9F7D23;
  text-transform: uppercase;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
}

.overlay__close:hover {
  opacity: 0.75;
}

.overlay__close i {
  font-size: 3vw;
}

.overlay__content {
  position: relative;
  width: 100%;
  z-index: 1;
  background: #fff;
}

.overlay__inner {
  width: 100%;
  position: relative;
  z-index: 1;
}

.overlay__width {
  width: 100%;
  position: relative;
  z-index: 1;
}

.overlay .entry-content {
  padding: 0;
}

.overlay__iframe {
  width: 100%;
  height: 80vh;
}

.overlay-iframe-youtube .overlay__close {
  top: 3vw;
  right: 3vw;
}

.overlayinline[aria-hidden=true] {
  display: none;
}

.overlay .content {
  padding-top: 0;
}

.overlaycustom-overlay-priority .overlay__close {
  top: 44.2708333333vw;
}

/* end overlay */
.footer__bg {
  background: #3A3A3A;
  color: #fff;
}

.footer__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 30px 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.footer__logo {
  width: 184px;
}
.footer__logo img {
  width: 100%;
}

.footer__links {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: auto;
}
.footer__links li {
  margin-left: 1em;
}
.footer__links a {
  font-size: 16px;
  font-family: MerriweatherSansRegular;
  color: #fff;
  text-transform: uppercase;
}
.footer__links a a:visited {
  color: #fff;
}

.footer__copy {
  margin-left: auto;
  font-size: 16px;
  font-family: MerriweatherSansRegular;
}

@media (max-width: 1279px) {
  .navigation-bar #mobile-stock-ticker-button {
    visibility: hidden;
  }
  .wrapper {
    width: 100%;
    padding: 0 40px;
  }
  .esgtab__content h2,
  .esgleadership h2,
  .esgh2 {
    font-size: 40px;
  }
  .esgleadership h3,
  .esgh3 {
    font-size: 28px;
  }
  .esgleadership__item__left {
    width: 250px;
  }
  .esgleadership__item__right {
    width: calc(100% - 250px);
  }
  .esg__left {
    width: 100%;
  }
  .esg__right {
    width: 100%;
  }
  .esgratings__grid {
    -webkit-grid-template-columns-: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
  }
  .esgrating:nth-child(n+3) {
    margin-top: 50px;
  }
  .esgvision__grid {
    display: block;
  }
  .esgvision__left {
    width: 100%;
  }
  .esgvision__right {
    width: 100%;
    margin-top: 80px;
  }
  .esgtab {
    font-size: 16px;
  }
  .esgtab__image {
    width: calc(100% + 120px);
    left: auto;
    right: 70px;
    position: relative;
    background-size: 100%;
    background-position: right top;
    padding-top: 75%;
    height: auto;
  }
  .esgtab__panel .wrapper {
    height: auto;
  }
  .esgtab__panel .esgtab__image {
    height: auto;
  }
  .esgtab__content {
    width: 100%;
    padding-bottom: 50px;
  }
  .esgtab__content h2 {
    padding-top: 50px;
    margin-bottom: 1em;
  }
  .esgpillar__heading h3 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    grid-column: span 2;
  }
  .esgpillar__heading img {
    width: 74px;
    height: 74px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    grid-column: span 2;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .esgpriorities__graphic__right {
    width: 100%;
  }
  .esg__right {
    padding-left: 0;
  }
  .esgstories__item__heading {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .esgstories__sdg p {
    font-size: 24px;
  }
  .esgstory__content {
    padding: 20px;
    height: auto;
  }
  .esgstory__title {
    font-size: 20px;
  }
  custom-expander ._toggler {
    font-size: 16px;
  }
  .esgstory__link a {
    font-size: 16px;
  }
  .esgpaddingTop {
    padding-top: 90px;
  }
  .esgpaddingBottom {
    padding-bottom: 90px;
  }
  .esgpaddingTopMedium {
    padding-top: 80px;
  }
  .esgpaddingBottomMedium {
    padding-bottom: 80px;
  }
  .esghighlight__flex {
    display: block;
  }
  .esghighlight__flex__right {
    margin-top: 20px;
  }
  .esghighlight__icon img {
    width: 74px;
    height: 74px;
  }
  .esgdownloads__button {
    font-size: 14px;
  }
  .esg__grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .esghighlight__content--img {
    height: 46.875vw;
  }
  .esghighlight__content--text {
    height: 44.140625vw;
  }
  .esghighlight__mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .esghighlight__line {
    width: 1px;
  }
  .line-1 {
    height: 20.9635416667vw;
    top: 45%;
    left: 11%;
  }
  .line-2 {
    height: 6.25vw;
    top: 73%;
    left: 11%;
  }
  .line-3 {
    height: 16.2760416667vw;
    top: 47%;
    left: 11%;
  }
  .line-4 {
    height: 7.1614583333vw;
    top: 69%;
    left: 11%;
  }
  .line-5 {
    height: 23.4375vw;
    top: 46%;
    left: 11%;
  }
  .line-6 {
    height: 10.2864583333vw;
    top: 77%;
    left: 11%;
  }
  .line-7 {
    height: 6.25vw;
    top: 73%;
    left: 11%;
  }
  .line-8 {
    height: 18.75vw;
    top: 47%;
    left: 11%;
  }
  .esghighlight-text-2 {
    margin-top: 3.515625vw;
  }
  .esghighlight-text-2 .esghighlight--header {
    font-size: 2.34375vw;
  }
  .esghighlight__text-container-3 .esghighlight-text-3 {
    margin-top: 3.90625vw;
  }
  .esghighlight-text-3 {
    margin-top: 3.90625vw;
  }
  .esghighlight-text-4 {
    margin-top: 3.90625vw;
  }
  .esghighlight__text-container-2 {
    padding-top: 5.46875vw;
    padding-left: 13.0208333333vw;
    padding-right: 13.0208333333vw;
  }
  .esghighlight__text-container-1 {
    padding-top: 5.2083333333vw;
    padding-left: 13.0208333333vw;
    padding-right: 13.0208333333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .esghighlight__text-container-1 .esghighlight-text-3 {
    margin-top: 4.296875vw;
  }
  .esghighlight__text-container-3 {
    padding-top: 5.2083333333vw;
    padding-left: 13.0208333333vw;
    padding-right: 13.0208333333vw;
  }
  .esghighlight__text-container-4 {
    padding-top: 5.2083333333vw;
    padding-left: 13.0208333333vw;
    padding-right: 13.0208333333vw;
  }
  .esghighlight--header {
    font-size: 3.2552083333vw;
  }
  .esghighlight--normal {
    font-size: 2.34375vw;
  }
  .esghighlight--sans-font {
    font-size: 2.34375vw;
  }
  .esgvision__image {
    padding: unset;
  }
  .esg__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .climate-image img {
    -o-object-fit: fill;
       object-fit: fill;
  }
  .content__section [role=button]:hover,
  .content__section a:hover {
    opacity: unset;
  }
  .esgdownloads__left {
    width: 100%;
    padding-right: 0;
  }
  .esgdownloads__right {
    width: 100%;
    padding-left: 0;
    margin-top: 50px;
  }
  .esgratings__outer-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .esgratings__img {
    margin-left: unset;
  }
  /* hamburger menu*/
  .hamburger {
    padding: 0;
    cursor: pointer;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: 0.15s;
            transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    position: absolute;
    right: 40px;
    top: 36px;
    z-index: 2;
  }
  .hamburger__box {
    width: 30px;
    height: 22px;
    display: inline-block;
    position: relative;
  }
  .hamburger__box span {
    display: block;
    width: 100%;
    height: 0.7692307692vw;
    background-color: #002E62;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
            transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
  }
  .hamburger__box span:nth-child(1) {
    top: 0;
    -webkit-transition: top 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .hamburger__box span:nth-child(2) {
    top: 50%;
    right: 0;
    -webkit-transition: width 0.075s ease, opacity 0.075s 0.12s ease;
    transition: width 0.075s ease, opacity 0.075s 0.12s ease;
  }
  .hamburger__box span:nth-child(3) {
    top: 100%;
    -webkit-transition: top 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .hamburger[aria-expanded=true] .hamburger__box span:nth-child(1) {
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .hamburger[aria-expanded=true] .hamburger__box span:nth-child(2) {
    opacity: 0;
    width: 0;
  }
  .hamburger[aria-expanded=true] .hamburger__box span:nth-child(3) {
    top: 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  /* end hamgburger*/
  .nav__menu {
    z-index: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: fixed;
    z-index: 0;
    width: 100%;
    top: 89px;
    bottom: 0;
    overflow: auto;
    left: 0;
    background: #002E62;
    color: #fff;
    padding: 0 40px 120px;
  }
  .nav__menu[aria-hidden=true] {
    opacity: 0;
    pointer-events: none;
  }
  .nav__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .nav__link {
    margin-left: 0;
    margin-top: 80px;
  }
  .nav__link + .nav__link {
    margin-top: 50px;
  }
  .nav__link:last-child .nav__label {
    color: #fff;
  }
  .nav__label {
    color: #fff;
  }
  .nav__link__a {
    font-size: 30px;
    display: inline-block;
    position: relative;
    border-top: 0;
    padding-top: 0;
  }
  .nav__link__a:before {
    content: "";
    width: 18px;
    height: 16px;
    background: transparent;
    position: absolute;
    left: -40px;
    top: 5px;
  }
  .nav__link__a.current {
    -webkit-text-stroke: none;
    -webkit-text-fill-color: currentColor;
    font-family: MerriweatherSansBold;
  }
  .nav__link__a.current:before {
    background: #9F7D23;
  }
  body.menu-open {
    position: absolute;
    overflow: hidden;
  }
  .nav__link:last-child span {
    color: unset;
    font-size: unset;
    font-family: MerriweatherSansRegular;
    text-transform: capitalize;
  }
  .footer__links {
    width: 100%;
    margin-top: 40px;
  }
  .footer__links li:first-child {
    margin-left: 0;
  }
  .footer__copy {
    width: 100%;
    margin-top: 40px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .wrapper {
    padding: 0 30px;
  }
  .content__section--home .esghero__img {
    background-image: url("../../_img/mobile/esg-hero.png") !important;
  }
  .esghero {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: auto;
  }
  .esghero h1 {
    font-size: 12.8205128205vw;
    width: 100%;
  }
  .esghero h2 {
    font-size: 20px;
  }
  .esghero--alt .wrapper {
    padding-bottom: 40px;
  }
  .esghero--alt .esghero__content {
    margin-top: 0px;
  }
  .esghero--alt .esghero__img {
    height: 50vw;
  }
  .esghero__actions {
    margin-top: 230px;
  }
  .esghero__button {
    width: 100%;
    font-size: 16px;
    text-align: center;
  }
  .esghero__button + .esghero__button {
    margin-top: 1em;
    margin-left: 0;
  }
  .esgtab__content h2,
  .esgleadership h2,
  .esgh2 {
    font-size: 30px;
  }
  .esgleadership h3,
  .esgh3 {
    font-size: 22px;
  }
  .esgleadership h4 {
    font-size: 18px;
  }
  .esgleadership h4 br {
    display: none;
  }
  .esgleadership h5 {
    font-size: 16px;
  }
  .esgleadership p {
    font-size: 16px;
  }
  .esgol,
  .esgul,
  .esgp {
    font-size: 16px;
  }
  .esgleadership__item__left {
    width: 300px;
    margin: 0 auto;
  }
  .esgleadership__item__right {
    width: 100%;
    padding-left: 0;
    margin-top: 50px;
  }
  .esgleadership__item + .esgleadership__item {
    margin-top: 100px;
  }
  .esghighlight {
    grid-column: span 2;
    padding-right: 0;
  }
  .esgrating__large,
  .esghighlight__large {
    font-size: 30px;
  }
  .esgrating__small,
  .esghighlight__small {
    font-size: 16px;
  }
  .esgrating__medium {
    font-size: 20px;
  }
  .esgratings__grid {
    -webkit-grid-template-columns-: repeat(1, 1fr);
    grid-template-columns: repeat(1, 1fr);
  }
  .esgrating {
    margin-top: 50px;
  }
  .esgrating:nth-child(n+3) {
    margin-top: 50px;
  }
  .esgrating__trend {
    font-size: 16px;
    padding: 0.5em 2em;
  }
  .esgvision__left {
    width: 100%;
    padding: 0;
  }
  .esgvision__left p {
    font-size: 20px;
  }
  .esgtabs__togglers .wrapper {
    padding: 0;
  }
  .esgtabs__togglers__grid {
    display: block;
  }
  .esgtab {
    width: 100%;
    display: block;
    padding: 1em 0;
    text-align: center;
    font-size: 20px;
    border-left: 8px solid transparent;
    border-top: 0;
  }
  .esgtab[aria-expanded=true] {
    border-left: 8px solid #002E62;
  }
  .esgtab__image {
    width: calc(100% + 80px);
    left: auto;
    right: 50px;
  }
  .esgtab__image + .esgtab__footnote {
    margin-top: 1em;
  }
  .esgtab__content ul,
  .esgtab__content p {
    font-size: 16px;
  }
  .esgtab__highlight__small {
    font-size: 16px;
  }
  .esgtab__highlight__large {
    font-size: 24px;
  }
  .esgpillars__grid {
    -webkit-grid-template-columns-: repeat(1, 1fr);
    grid-template-columns: repeat(1, 1fr);
  }
  .esgpillar__heading {
    margin-bottom: 20px;
  }
  .esgpillar__heading h3 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    grid-column: span 2;
  }
  .esgpillar__heading img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    grid-column: span 2;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .esgpillar p {
    font-size: 16px;
  }
  .esgpriorities__graphic__relative ._h {
    font-size: 12px;
  }
  .esgpriorities__graphic__relative ._v {
    font-size: 12px;
    bottom: 20%;
  }
  .esgpriorities__graphic__relative ._caption {
    font-size: 12px;
    width: 50%;
  }
  .esgpriorities__graphic {
    font-size: 16px;
  }
  .esgpriorities__graphic__left {
    width: 320px;
  }
  .esgpriorities__graphic__right {
    margin-top: 50px;
    padding: 0;
  }
  .esgpriorities__table thead {
    display: none;
  }
  .esgpriorities__table tbody {
    display: block;
  }
  .esgpriorities__table tbody tr {
    border-top: 1px solid #3A3A3A;
    padding: 1em 0;
  }
  .esgpriorities__table tbody td:not(:first-child) {
    border-left: 0;
  }
  .esgpriorities__table tr {
    display: block;
  }
  .esgpriorities__table td {
    display: block;
  }
  .esgpriorities__table td:not(:first-child) {
    border-left: 0;
  }
  .esgpriorities__table td:before {
    content: "";
    display: block;
    font-family: AvenirHeavy;
    font-size: 18px;
    color: #002E62;
    margin-bottom: 0.2em;
  }
  .esgpriorities__table td:nth-child(1):before {
    content: "Category";
  }
  .esgpriorities__table td:nth-child(2):before {
    content: "Important ESG topics";
  }
  .esgpriorities__table td:nth-child(3):before {
    content: "Direct";
  }
  .esgpriorities__table td:nth-child(4):before {
    content: "Indirect";
  }
  .esgquote p {
    font-size: 20px;
    margin: 2em 0;
  }
  .esgquote ._byline {
    width: 100%;
  }
  .esgquote ._name {
    font-size: 20px;
  }
  .esgquote ._title {
    font-size: 16px;
  }
  .esgquote ._icon {
    width: 38px;
    height: 26px;
  }
  .esgdownloads__button {
    font-size: 16px;
    padding-right: 1em;
    width: 100%;
    text-align: center;
  }
  .esgdownloads__button:after {
    display: none;
  }
  .esgdownloads__button + .esgdownloads__button {
    margin-top: 1em;
  }
  .esgdownloads__heading {
    font-size: 20px;
  }
  .esgdownloads__list a {
    font-size: 16px;
  }
  .esgdownloads__list a:after {
    content: "";
  }
  .pane--footer2 {
    padding: 0 10px 50px;
  }
  .esgstory__content p {
    display: none;
  }
  .esgstory__link {
    bottom: 40px;
  }
  .esgstories__grid {
    -webkit-grid-template-columns-: repeat(1, 1fr);
    grid-template-columns: repeat(1, 1fr);
  }
  .esgstories__sdg {
    padding: 40px;
    margin-top: 30px;
  }
  .esgstories__sdg img {
    max-width: 300px;
    width: 100%;
  }
  .esgstories__sdg p {
    font-size: 21px;
  }
  .esgintro {
    font-size: 20px;
  }
  .esgdownloads__heading a {
    font-size: 16px;
    width: 100%;
  }
  .esgdownloads__heading a:after {
    width: 20px;
    height: 16px;
    content: "";
  }
  .esgstorycontent .esgp,
  .esgstorycontent .esgol,
  .esgstorycontent .esgul {
    font-size: 16px;
  }
  .hideMobile {
    display: none;
  }
  .showMobile {
    display: block;
  }
  .esghighlights h2 {
    font-size: 30px;
  }
  .esghighlight__text-container-1 .esghighlight-text-3 {
    margin-top: 2.8205128205vw;
  }
  .esghighlight-text-3 {
    margin-top: 2.8205128205vw;
  }
  .esghighlight {
    overflow: hidden;
  }
  .line-2 {
    top: 66.5%;
  }
  .line-7 {
    top: 69%;
  }
  .esgvision__heading p {
    font-size: 15px;
  }
  .esghero__img {
    position: unset;
    aspect-ratio: 1;
    z-index: 1;
  }
  .esghero h1 {
    border-bottom: unset;
  }
  .display-desktop {
    display: none;
  }
  .esghighlight__content--text {
    height: 60vw;
  }
  .esghighlight-text-2 .esghighlight--header {
    font-size: 3.0769230769vw;
  }
  .esghighlight--header {
    font-size: 5.1282051282vw;
  }
  .esghighlight--normal {
    font-size: 3.0769230769vw;
  }
  .esghighlight--sans-font {
    font-size: 3.0769230769vw;
  }
  .line-1 {
    height: 29.7435897436vw;
    top: 36%;
    left: 10%;
  }
  .line-2 {
    height: 15.3846153846vw;
    top: 69%;
    left: 10%;
  }
  .line-3 {
    height: 26.9230769231vw;
    top: 36%;
    left: 10%;
  }
  .line-4 {
    height: 9.7435897436vw;
    top: 65%;
    left: 10%;
  }
  .line-5 {
    height: 37.9487179487vw;
    top: 33%;
    left: 10%;
  }
  .line-6 {
    height: 16.6666666667vw;
    top: 73%;
    left: 10%;
  }
  .line-7 {
    height: 15.3846153846vw;
    top: 69%;
    left: 10%;
  }
  .line-8 {
    height: 31.2820512821vw;
    top: 34%;
    left: 10%;
  }
  .esghero__background {
    height: auto;
  }
  .esghero__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    background-color: #DBE2E9;
  }
  .esghero__left {
    width: unset;
    padding-left: 7.9487179487vw;
    margin-top: 17.9487179487vw;
    margin-bottom: 25.641025641vw;
  }
  .esghero__right {
    width: unset;
  }
  .esghero__wrapper--download {
    margin-top: 7.6923076923vw;
    padding-right: unset;
  }
  .esghero__wrapper--download .esghero__download {
    font-size: 3.0769230769vw;
    margin-left: 5.1282051282vw;
    padding-right: 28.2051282051vw;
  }
  .esghero__wrapper--download img {
    width: 14.6153846154vw;
    height: 14.6153846154vw;
  }
  .esghighlight__text-container-2 {
    padding-right: 5.1282051282vw;
  }
  .esghighlight__text-container-1 {
    padding-right: 5.1282051282vw;
  }
  .esghighlight__text-container-3 {
    padding-right: 5.1282051282vw;
  }
  .esghighlight__text-container-4 {
    padding-right: 5.1282051282vw;
  }
  .esghero__caption {
    margin-top: unset;
  }
  .esghero__sdg {
    margin-top: 2.5641025641vw;
  }
  .esghighlight-text-2 {
    margin-top: 3.8461538462vw;
  }
  .esghighlight__text-container-3 .esghighlight-text-3 {
    margin-top: vwn(15px);
  }
  .esghighlight-text-3 {
    margin-top: 3.8461538462vw;
  }
  .esghighlight-text-4 {
    margin-top: 3.8461538462vw;
  }
  .esgratings__img {
    width: 150px;
    height: 150px;
  }
  .hamburger {
    right: 20px;
  }
  .nav .wrapper {
    padding-left: 20px;
  }
  .nav__link__a {
    font-size: 20px;
  }
  .nav__link__a:before {
    left: -30px;
    top: 0px;
  }
  .nav__menu {
    padding-left: 30px;
  }
  .nav__link {
    margin-top: 50px;
  }
  .nav__link + .nav__link {
    margin-top: 30px;
  }
  .overlay__close {
    width: 8.7179487179vw;
    height: 8.7179487179vw;
    right: 10px;
    top: 10px;
    font-size: 3.5897435897vw;
    line-height: 34px;
  }
  .footer__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__links li {
    margin-left: 0;
    margin-top: 1em;
  }
  .footer__bg {
    padding-bottom: 60px;
  }
}/*# sourceMappingURL=main.css.map */