@charset "UTF-8";
/* noto-sans-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), url('fonts/Roboto-Regular.ttf') format('ttf');
}
/* noto-sans-italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local('Roboto Italic'), local('Roboto-Italic'), url('fonts/Roboto-Italic.ttf') format('ttf');
}
/* noto-sans-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url('fonts/Roboto-Medium.ttf') format('ttf');
}
/* noto-sans-700italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url('fonts/Roboto-MediumItalic.ttf') format('ttf');
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.7.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;
}
/* makes the font 33% larger relative to the icon container */
.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 #eeeeee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */
.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 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-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 {
  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: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.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-feed:before,
.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-pp: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-resistance: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-y-combinator-square:before,
.fa-yc-square:before,
.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-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-intersex:before,
.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-genderless:before {
  content: "\f22d";
}
.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";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/* Variables and Mixins */
/* Third Party Styles */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
	line-height: 1.15;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
	background-color: #575756; /* Added by WP */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
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 {
  margin: 0;
  padding: 0;
  border: 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;
}
/* 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: 0;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  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 {
  text-decoration: none;
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and 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 */
  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;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 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 {
  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"] {
  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;
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #000;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}
/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before,
.hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before,
.hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 80px;
}
.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before,
.hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::before,
.hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  perspective: 80px;
}
.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy .hamburger-inner::before,
.hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg);
}
.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r .hamburger-inner::before,
.hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
/*
 * Arrow Turn
 */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
/*
 * Arrow Turn Right
 */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
/*
   * Boring
   */
.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner::before,
.hamburger--boring .hamburger-inner::after {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}
/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}
/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 0.075s;
}
/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -80px;
  top: 80px;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -80px;
  top: 80px;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before,
.hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}
.hamburger--minus.is-active .hamburger-inner::before,
.hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}
.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}
.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}
/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px;
}
.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}
/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}
/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before,
.hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before,
.hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}
/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before,
.hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before,
.hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.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;
	width: 100%; /* Added by WP */
}
.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;
}
.slick-disabled {
  display: none !important;
  pointer-events: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url('../img/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 50px;
  width: 35px;
  line-height: 0px;
  font-size: 0px;
  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: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.solution-carousel .slick-prev,
.featured-carousel .slick-prev,
.solution-carousel .slick-next,
.featured-carousel .slick-next {
  height: 55px;
  width: 33px;
  background-size: contain;
}


img.hidemobile{ display:inline-block;}

@media screen and (max-width: 768px) {
  .solution-carousel .slick-prev,
  .featured-carousel .slick-prev,
  .solution-carousel .slick-next,
  .featured-carousel .slick-next {
    display: none;
  }
}
.solution-carousel .slick-prev,
.featured-carousel .slick-prev {
  transform-origin: 50% 20%;
}
.tabbed .tabbed-nav .slick-prev,
.tabbed .tabbed-nav .slick-next {
  height: 20px;
  width: 15px;
  background-size: contain;
}
.tabbed .tabbed-nav .slick-prev {
  left: 10px;
}
.tabbed .tabbed-nav .slick-next {
  right: 10px;
}
.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: 40px;
  background: url(../img/arrow_red.svg) no-repeat;
  background-size: contain;
  transform: rotate(180deg);
  transform-origin: 50% 25%;
}
@media screen and (max-width: 768px) {
  .slick-prev {
    height: 55px;
    width: 33px;
  }
}
.slick-next {
  right: 40px;
  background: url(../img/arrow_red.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .slick-next {
    height: 55px;
    width: 33px;
  }
}
.featured-carousel .slick-prev,
.featured-carousel .slick-next {
  top: 130px;
  transform: translateY(0);
}
@media screen and (max-width: 1024px) {
  .featured-carousel .slick-prev,
  .featured-carousel .slick-next {
    top: 110px;
  }
}
.featured-carousel .slick-prev {
  transform: rotate(180deg);
  transform-origin: 50% 45%;
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: 48px;
  list-style: none;
  display: block;
  text-align: right;
  padding: 0;
  margin: 0;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 25px;
  margin: 0 5px !important;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 25px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  background: url(../img/spear_white.svg) no-repeat;
}
.slick-dots li.slick-active button {
  background: url(../img/spear_red.svg) no-repeat;
}
.solution-carousel .slick-dots,
.featured-carousel .slick-dots,
.article-carousel .slick-dots {
  position: relative;
  background: #ddd;
  padding: 20px 0 16px;
  text-align: center;
  background: #ededed;
  bottom: 0px;
  display: none;
}
.featured-carousel .slick-dots,
.article-carousel .slick-dots {
  background: none;
}
.featured-carousel .slick-dots li button,
.article-carousel .slick-dots li button {
  background: url(../img/spear_gray.svg) no-repeat;
}
.featured-carousel .slick-dots li.slick-active button,
.article-carousel .slick-dots li.slick-active button {
  background: url(../img/spear_red.svg) no-repeat;
}
.slick-slide:focus,
.slick-slide a {
  outline: none;
}
/* Shared Styles */
* {
  box-sizing: border-box;
}
body {
	font-family: "Roboto", Arial, sans-serif;
	color: #575756;
	font-size: 14px;
	background-color: #ffffff; /* Added by WP */
}
button,
input,
optgroup,
select,
textarea {
  font-family: "Roboto", Arial, sans-serif;
}
button {
  cursor: pointer;
}
button:focus {
  outline: none;
}
img {
  vertical-align: top;
}
a {
  color: #da2128;
}
::selection {
  color: #fff;
  background: #575756;
}
.row {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.col-1 {
  width: 8.33%;
}
.col-2 {
  width: 16.66%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33%;
}
.col-5 {
  width: 41.66%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.33%;
}
.col-8 {
  width: 66.66%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33%;
}
.col-11 {
  width: 91.66%;
}
.col-12 {
  width: 100%;
}
.italic {
  font-style: italic;
}
.underline {
  text-decoration: underline;
}
.bold {
  font-weight: bold;
}
.max-width-container {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .max-width-container {
    padding: 0 20px;
  }

img.hidemobile{ display:none;}
}
@media screen and (max-width: 640px) {
  .row {
    flex-direction: column;
  }
  [class*=col-] {
    width: 100%;
  }
}
/* anchore hover styling */
footer .links a:hover,
footer .links-inline a:hover,
footer .connect-link a:hover,
.section-banner li a:hover,
.new-update-media li a:hover,
.annual-report-current-links a:hover,
.past-reports-grid-column-links a:hover,
.contact-detail-list a:hover,
.contact-detail a:hover,
.investor-contact-detail-item a:hover,
.show-more:hover,
.contact-info a:hover,
.media-list-item h5 a:hover,
.accordion-link a:hover,
.paging li button:hover,
.content-page-two-section a:hover,
.sitemap a:hover,
.counter-order-list a:hover,
.statements-holder a:hover {
  opacity: 0.5;
}
h1 {
  font-size: 40px;
  line-height: 1;
  color: #fff;
  font-weight: normal;
}
@media screen and (max-width: 840px) {
  h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 640px) {
  h1 {
    font-size: 30px;
  }
}
.big-heading {
  font-size: 44px;
}
@media screen and (max-width: 840px) {
  .big-heading {
    font-size: 36px;
  }
}
@media screen and (max-width: 640px) {
  .big-heading {
    font-size: 30px;
  }
}
h2 {
  font-size: 33px;
  line-height: 1;
  font-weight: bold;
  color: #575756;
}
h2.h2 {
  font-size: 29px;
}
@media screen and (max-width: 840px) {
  h2.h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 640px) {
  h2.h2 {
    font-size: 22px;
  }
}
h2.white {
  color: #fff;
}
@media screen and (max-width: 840px) {
  h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 640px) {
  h2 {
    font-size: 25px;
  }
}
h3 {
  font-size: 25px;
  line-height: 1.14;
  color: #da2128;
  font-weight: normal;
}
h3.h3 {
  color: #575756;
  font-weight: bold;
}
@media screen and (max-width: 840px) {
  h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 640px) {
  h3 {
    font-size: 20px;
  }
}
h4 {
  font-size: 22px;
  line-height: 1.16;
  color: #575756;
}
h4.h4 {
  font-weight: bold;
}
@media screen and (max-width: 840px) {
  h4 {
    font-size: 18px;
  }
}
h5 {
  font-size: 20px;
  line-height: 1.18;
  color: #fff;
  font-weight: normal;
}
h5 .h5 {
  line-height: 1.36;
}
@media screen and (max-width: 640px) {
  h5 {
    font-size: 16px;
  }
}
h6 {
  font-size: 15px;
  font-weight: bold;
}
p {
  line-height: 1.3;
}
.body-header1 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.1;
  color: #575756;
}
.body-header2 {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.37;
  color: #da2128;
}
.cutting-edge {
  position: relative;
}
.cutting-edge:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 30px 33px;
  border-color: transparent transparent #fff transparent;
}
.read-more {
  display: inline-block;
  padding: 20px 50px 20px 20px;
  color: #da2128;
  position: relative;
}
.read-more:after {
  content: "";
  position: absolute;
  width: 9px;
  height: 13px;
  background: url(../img/arrow_red.svg) no-repeat;
  background-size: contain;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  transition: all 0.3s;
}
@media screen and (max-width: 640px) {
  .read-more:after {
    right: 15px;
  }
}
.read-more.big-icon:after {
  width: 14px;
  height: 21px;
}
.read-more:hover:after {
  right: 15px;
}
.read-more.only-arrow-padding {
  padding: 0 50px 0 0;
}
.read-more-red-bg {
  background: #da2128;
  color: #fff;
  padding: 8px 30px;
  display: inline-block;
  align-self: flex-start;
}
.read-more-underline {
  border-bottom: 1px solid #da2128;
  color: #da2128;
  font-weight: bold;
}
.read-more-normal {
  color: #da2128;
  font-size: 16px;
}
.read-more-simple-white {
  color: #fff;
}
.read-more-simple-red {
  color: #da2128;
  display: block;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .read-more {
    padding-right: 33px;
  }
  .read-more:after {
    right: 15px;
  }
}
.padding-left0 {
  padding-left: 0;
}
.margin-bottom0 {
  margin-bottom: 0 !important;
}
.margin-top40 {
  margin-top: 40px !important;
}
.padding-top0 {
  padding-top: 0 !important;
}
.shade-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  transition: all 0.3s;
  opacity: 0;
  z-index: 2;
  pointer-events: none;
}
.shade-bg.is-active {
  opacity: 1;
  pointer-events: all;
}
.sec-top-margin {
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  .sec-top-margin {
    margin-top: 40px;
  }
}
.sec-top-margin30 {
  margin-top: 30px;
}
.big-text {
  font-size: 22px;
  line-height: 1.41;
}
@media screen and (max-width: 640px) {
  .big-text {
    font-size: 20px;
  }
}
.clear {
  clear: both;
}
.red-text {
  color: #da2128;
}
.is-mobile {
  display: none;
}
@media screen and (max-width: 640px) {
  .is-desktop {
    display: none;
  }
  .is-mobile {
    display: block;
  }
}
/* easeInOutCubic */
.search-btn {
  background: url(../img/search-icon.png) no-repeat;
  width: 23px;
  height: 26px;
  border: none;
}
header {
  border-bottom: 1px solid #3c3c3b;
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 3;
}
header .header-items {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background: #fff;
  position: relative;
  z-index: 1;
}
header .logo {
  padding-left: 70px;
}
header .logo a {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
header .logo img {
  float: left;
  width: 100%;
}
@media screen and (max-width: 1260px) {
  header .logo {
    padding-left: 40px;
  }
}
@media screen and (max-width: 880px) {
  header .logo {
    padding: 14px 0px 15px 20px;
  }
  header .logo img {
    width: 200px;
  }
}
@media screen and (max-width: 800px) {
  header .logo {
    width: 200px;
  }
  header .logo a {
    position: initial;
    top: 50%;
    transform: none;
  }
}
header .share-ticker {
  background: #3c3c3b;
  color: #fff;
  padding: 10px 18px;
  text-align: center;
  width: 240px;
	position: relative; /* Added by WP */
}
@media screen and (max-width: 1120px) {
  header .share-ticker {
    display: none;
  }
}
header .share-ticker strong {
  font-size: 33px;
  font-weight: normal;
  margin-top: 10px;
  display: inline-block;
}
header .share-ticker span {
  display: inline-block;
  margin-left: 20px;
  position: relative;
}
header .share-ticker .up::before,
header .share-ticker .down::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 4px;
  left: -15px;
}
header .share-ticker .up::before {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
}
header .share-ticker .down::before {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
}

/* 20200325: added by WP */
header .highlight-message-box{background-color: #f0f0f0;padding: 10px 10px 10px 10px;position: relative;width: 100%;top: 0; z-index: 10; color: #575756; text-align: center;}
header .highlight-message-box a{color: #575756;}
header .highlight-message-box a:hover{color: #da2128;}

header .share-ticker a { /* Added by WP */
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	color: #fff;
	padding: 10px 18px;
}

.wrap-nav-share {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 90px;
}


/* header social share: added by WP */
/* 20201110 */
.media-release-article #MainContent ul, ol {padding-left: 20px;}
.wrap-nav-share .share {background-color1: blue; border: solid 0px red;display:block; margin:auto 0px;}
.wrap-nav-share .share ul {}
.wrap-nav-share .share ul li {padding: 0px 10px 0px 0px;}
.wrap-nav-share .share ul li img {height: 25px; width: 25px; }
.wrap-nav-share .share ul li a {padding: 0px;}
.wrap-nav-share .share ul li:first-child{}
.wrap-nav-share .share ul li:last-child{padding-right: 10px;}
.wrap-nav-share .share ul li img:hover {opacity: 0.5;}
.wrap-nav-share .share ul li::after {content: none;}
.wrap-nav-share .share ul li:hover a:after,
.wrap-nav-share .share ul li.selected a:after {background: none;}

@media screen and (max-width: 800px) {
  .wrap-nav-share .share {display:block; padding: 10px 20px;}
  .wrap-nav-share .share ul li {display: inline-block; padding-right: 10px; border-bottom: 0px;}
  .wrap-nav-share .share ul li img {height: 35px; width: 35px; }
  .up-side-nav {border-bottom: 1px solid #bcbcbb;}
  
}

.wrap-nav-share.is-active {
  display: block;
}
nav {
  align-items: flex-end;
}
nav ul {
  text-align: right;
}
nav a {
  color: #575756;
  display: inline-block;
}
@media screen and (max-width: 1120px) {
  nav {
    padding-right: 20px;
  }
}
@media screen and (max-width: 880px) {
  nav {
    padding-right: 0px;
  }
}
.up-side-nav {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.up-side-nav li {
  list-style: none;
  display: inline-block;
  position: relative;
  padding: 0 25px;
}
@media screen and (max-width: 1250px) {
  .up-side-nav li {
    padding: 0 20px;
  }
}
.up-side-nav li::after {
  content: "";
  width: 2px;
  background: #575756;
  height: 20px;
  position: absolute;
  right: 0;
  top: 6px;
  transform: rotate(30deg);
}
.up-side-nav li:last-child::after {
  content: none;
}
@media screen and (min-width: 801px) {
  .up-side-nav li:hover a:after,
  .up-side-nav li.selected a:after {
    background: #da2128;
    transform: scaleX(1);
  }
}
.up-side-nav .lang a {
  padding: 6px 20px;
}
.up-side-nav .lang a::after {
  content: "";
  width: 2px;
  background: #575756;
  height: 20px;
  position: absolute;
  right: 0;
  top: 6px;
  transform: rotate(30deg);
}
.up-side-nav .lang a:hover {
  color: #da2128;
}
.up-side-nav a {
  padding: 6px 0;
  position: relative;
  font-weight: bold;
}
.up-side-nav a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  top: 0px;
  left: 0;
  transform: scaleX(0);
  transition: all 0.3s;
}
.down-side-nav {
  display: flex;
  flex-direction: row;
  margin-top: 6px;
}
.down-side-nav li.level-1 {
  list-style: none;
  display: inline-block;
  position: relative;
  padding: 0 25px;
}
@media screen and (max-width: 1320px) {
  .down-side-nav li.level-1 {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1250px) {
  .down-side-nav li.level-1 {
    padding: 0 10px;
  }
}
@media screen and (min-width: 801px) {
  .down-side-nav li.level-1.hovered > a:after,
  .down-side-nav li.level-1:hover > a:after {
    background: #da2128;
    transform: scaleX(1);
  }
  .down-side-nav li.level-1.hovered > a:before,
  .down-side-nav li.level-1:hover > a:before {
    opacity: 1;
  }
  .down-side-nav li.level-1:hover .sub-nav {
    opacity: 1;
    transform: translateY(0%);
    pointer-events: all;
  }
}
.down-side-nav li.level-1 button {
  display: none;
}
.down-side-nav li.level-1 > a,
.down-side-nav .selected > a {
  padding: 20px 0;
  position: relative;
  font-weight: bold;
}
.down-side-nav li.level-1 > a:after,
.down-side-nav .selected > a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  bottom: 0px;
  left: 0;
  transform: scaleX(0);
  transition: all 0.3s;
}
.down-side-nav li.level-1 > a:before,
.down-side-nav .selected > a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #da2128;
  left: 0;
  left: calc(50% - 10px);
  bottom: -10px;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
}
@media screen and (min-width: 801px) {
  .down-side-nav li.selected > a:after {
    transform: scaleX(1);
    background: #da2128;
  }
}
.down-side-nav li.stopHoverTab:hover .sub-nav {
  opacity: 0;
}
.down-side-nav .btn-search {
  background: url(../img/search-icon.png) no-repeat;
  width: 23px;
  height: 26px;
  border: none;
  align-self: center;
  margin-right: 20px;
}
.down-side-nav .btn-search.is-active {
  background: url(../img/search-close-icon.png) no-repeat;
}
.sub-nav {
  position: fixed;
  background: #575756;
  border-top: 1px solid #da2128;
  width: 100%;
  left: 0;
  opacity: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 0;
  padding: 30px 0;
  font-size: 14px;
  overflow: hidden;
}
@media screen and (min-width: 801px) {
  .sub-nav {
    transform: translateY(50px);
  }
}
@media screen and (max-width: 800px) {
  .sub-nav {
    max-height: 0;
    transition: all 0.6s;
  }
}
.sub-nav.is-active {
  opacity: 1;
  max-height: 450px;
  pointer-events: all;
}
.sub-nav > div {
  display: flex;
  justify-content: flex-end;
}
.sub-nav .who {
  margin-right: 740px;
}
@media screen and (max-width: 1320px) {
  .sub-nav .who {
    margin-right: 685px;
  }
}
@media screen and (max-width: 1250px) {
  .sub-nav .who {
    margin-right: 575px;
  }
}
@media screen and (max-width: 1120px) {
  .sub-nav .who {
    margin-right: 355px;
  }
}
@media screen and (max-width: 880px) {
  .sub-nav .who {
    margin-right: 335px;
  }
}
.sub-nav .what {
  margin-right: 540px;
}
@media screen and (max-width: 1320px) {
  .sub-nav .what {
    margin-right: 497px;
  }
}
@media screen and (max-width: 1250px) {
  .sub-nav .what {
    margin-right: 407px;
  }
}
@media screen and (max-width: 1120px) {
  .sub-nav .what {
    margin-right: 186px;
  }
}
@media screen and (max-width: 880px) {
  .sub-nav .what {
    margin-right: 166px;
  }
}
.sub-nav .sust {
  margin-right: 400px;
}
@media screen and (max-width: 1320px) {
  .sub-nav .sust {
    margin-right: 364px;
  }
}
@media screen and (max-width: 1250px) {
  .sub-nav .sust {
    margin-right: 295px;
  }
}
@media screen and (max-width: 1120px) {
  .sub-nav .sust {
    margin-right: 75px;
  }
}
@media screen and (max-width: 880px) {
  .sub-nav .sust {
    margin-right: 55px;
  }
}
.sub-nav .inve {
  margin-right: 280px;
}
@media screen and (max-width: 1320px) {
  .sub-nav .inve {
    margin-right: 255px;
  }
}
@media screen and (max-width: 1250px) {
  .sub-nav .inve {
    margin-right: 205px;
  }
}
@media screen and (max-width: 1120px) {
  .sub-nav .inve {
    margin-right: 0px;
  }
}
.sub-nav .media {
  margin-right: 222px;
}
@media screen and (max-width: 1320px) {
  .sub-nav .media {
    margin-right: 207px;
  }
}
@media screen and (max-width: 1250px) {
  .sub-nav .media {
    margin-right: 177px;
  }
}
@media screen and (max-width: 1120px) {
  .sub-nav .media {
    margin-right: 0px;
  }
}
.sub-nav .care {
  margin-right: 90px;
}
@media screen and (max-width: 1320px) {
  .sub-nav .care {
    margin-right: 87px;
  }
}
@media screen and (max-width: 1250px) {
  .sub-nav .care {
    margin-right: 77px;
  }
}
@media screen and (max-width: 1120px) {
  .sub-nav .care {
    margin-right: 0px;
  }
}
.sub-nav ul {
  text-align: left;
}
.sub-nav li {
  list-style: none;
}
.sub-nav a:hover {
  color: #da2128;
}
.sub-nav li a {
  display: block;
  padding: 5px 25px;
  color: #fff;
}
.sub-nav h2 {
  color: #fff;
  margin-right: 20px;
}
.sub-nav .inner-nav > li {
  border-bottom: 1px solid #939598;
}
.sub-nav .inner-nav > li:last-child {
  border-bottom: none;
}
.sub-nav .inner-nav ul {
  border-top: 1px solid #939598;
  margin-top: 5px;
}
.sub-nav .inner-nav ul li {
  border-bottom: 1px solid #939598;
}
.sub-nav .inner-nav ul a {
  padding: 5px 50px;
}
.sub-nav .has-inner-nav {
  padding-bottom: 0;
  border-bottom: none !important;
}
.search-section {
  position: absolute;
  left: 0;
  width: 100%;
  background: #ededed;
  padding: 50px 0;
  transform: translateY(-300px);
  transition: all 0.3s;
}
@media screen and (max-width: 800px) {
  .search-section {
    padding: 20px 0;
  }
}
.search-section.is-active {
  transform: translateY(0);
}
.search-section .search {
  border-bottom: 1px solid #939598;
}
.search-section .search input {
  padding: 0px;
  width: calc(100% - 40px);
  font-size: 40px;
  background: none;
  border: none;
}
@media screen and (max-width: 800px) {
  .search-section .search input {
    font-size: 24px;
  }
}
.search-section .search input:focus {
  outline: none;
}
.search-section .search:focus-within {
  border-bottom: 1px solid #da2128;
}
/* HAMBURGER */
.hamburger {
  height: 100%;
  width: 65px;
  cursor: pointer;
  outline: 0;
  padding: 0px 20px;
  transition: background-color 600ms ease;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger .hamburger-box {
  width: 26px;
  height: 100%;
}
.hamburger .hamburger-inner,
.hamburger .hamburger-inner::before,
.hamburger .hamburger-inner::after {
  height: 3px;
  width: 25px;
  transition-duration: 400ms;
  background-color: #da2128;
}
.hamburger .hamburger-inner:before {
  top: -9px;
}
.hamburger .hamburger-inner:after {
  bottom: -9px;
}
.hamburger.is-active {
  background-color: #eeeeee;
}
.display-none {
  display: none;
}
.mobile {
  display: none;
}
@media screen and (max-width: 800px) {
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  header .mobile {
    display: flex;
  }
  .wrap-nav-share {
    display: none;
    position: fixed;
    top: 56px;
    width: 100%;
    overflow-y: auto;
    height: calc(100% - 56px);
	/*temp for message box: to be remove after message remove*/
	/*margin-top: 35px;*/
  }
  nav {
    display: flex;
    flex-direction: column;
    background: #fff;
    padding-top: 40px;
  }
  nav ul {
    text-align: left;
  }
  nav ul li {
    border-bottom: 1px solid #bcbcbb;
  }
  nav .up-side-nav .lang {
    border-bottom: 1px solid #bcbcbb;
  }
  nav .up-side-nav .lang a {
    padding: 11px 10px;
    display: inline-block;
    font-weight: bold;
  }
  nav .up-side-nav .lang a:after {
    top: 10px;
  }
  nav .up-side-nav .lang a:first-child {
    padding-left: 20px;
  }
  nav .up-side-nav .lang a:first-child:after {
    content: none;
  }
  .up-side-nav {
    order: 2;
    width: 100%;
  }
  .up-side-nav li::after {
    content: none;
  }
  .down-side-nav {
    width: 100%;
    margin-top: 0;
  }
  .down-side-nav li.level-1 {
    padding: 0px;
  }
  .down-side-nav li.level-1 > a {
    padding: 10px 70px 10px 20px;
  }
  .down-side-nav li.level-1 button {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 0;
    height: 40px;
    width: 40px;
    border: none;
    background: url(../img/arrow-down.png) no-repeat center;
    background-size: 20px;
    transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    transform-origin: center;
    transform: scale3d(1, 1, 1);
  }
  .down-side-nav li.level-1.is-active button {
    transform: scale3d(-1, -1, 1);
  }
  .down-side-nav li.level-1,
  .down-side-nav li a,
  .up-side-nav li,
  .up-side-nav,
  .down-side-nav,
  nav a {
    display: block;
  }
  .down-side-nav .btn-search {
    position: absolute;
    right: 0px;
    top: 7px;
  }
  .sub-nav {
    position: relative;
    padding: 0;
  }
  .sub-nav > div {
    margin: 0 !important;
    display: block;
  }
  .sub-nav h2 {
    display: none;
  }
  .down-side-nav li.level-1 > a:before {
    content: none;
  }
}
footer {
  margin-top: 140px;
  background: #575756;
  padding: 70px 0 30px;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 20px 0px;
    margin-top: 100px;
  }
}
footer .max-width-container {
  position: relative;
}
footer h5 {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 25px;
}
footer .links-holder [class*=col-] {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  footer .links-holder [class*=col-] {
    width: 33%;
  }
}
@media screen and (max-width: 640px) {
  footer .links-holder [class*=col-] {
    width: 100%;
    margin-bottom: 20px;
  }
}
footer .links li,
footer .links-inline li {
  list-style: none;
  margin-bottom: 8px;
}
footer .links a,
footer .links-inline a {
  color: #fff;
}
footer .other-opt {
  border-top: 1px solid #fff;
  padding-top: 10px;
  position: relative;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  footer .other-opt {
    margin-top: 0;
    flex-direction: column;
  }
  footer .other-opt [class*=col-] {
    width: 100%;
  }
}
footer .other-opt p {
  padding-top: 10px;
}
footer .links-inline {
  padding-top: 10px;
}
footer .links-inline li {
  display: inline-block;
  margin: 0 30px;
}
footer .links-inline li:first-child {
  margin-left: 0;
}
@media screen and (max-width: 600px) {
  footer .links-inline li {
    margin: 0 5px;
  }
}
footer .connect-link {
  position: absolute;
  right: 0;
  bottom: 0;
  display:none;
}
@media screen and (max-width: 640px) {
  footer .connect-link {
    position: relative;
    margin-top: 10px;
  }
}
footer .connect-link a {
  display: inline-block;
  height: 28px;
  width: 26px;
  vertical-align: bottom;
  margin-left: 5px;
  background: url(../img/linkedin-icon.png) no-repeat left;
  background-size: contain;
}
@media screen and (max-width: 640px) {
  footer .connect-link a {
    vertical-align: top;
    height: 15px;
  }
}


/*KCL 2.1 Social Share Begins*/


/*Overwrite blacksun*/
.inline-with-social {
	display: inline-block;
}

.past-reports-grid-column {
    min-height: 220px;
}

.max-width-container {
    position: relative;
}

.feature-article #MainContentTitle {
    display: inline-block;
}

#MainLayoutOne {
    position: relative;
}

#MainLayout {
    position: relative;
}

.annual-report-current-text h4 {
	display: inline-block;
}

.media-release-article .col-8 {
	position: relative;
}

.annual-report-current-text {
	position: relative;
}

h3.social-inline-element-keppelite {
	display: inline-block;
}

.investors-two-section .content-text-group h3.social-inline-element-presentation {
	margin-bottom: 15px;
	
}

.share-option-hld {
		position: relative;
    /* position: absolute; */
    /* top: 0; */
    /* left: -75px; */
    /* z-index: 2; */
}

.share-option-hld.horizontal.inline {
    /* position: absolute; */
    /* top: -10px; */
    /* left: unset; */
	/* right: 300px; */
	position: relative;
	display: inline-block;
    /* z-index: 2; */
}

.share-option-hld.horizontal.grey {
	top: 8px;
	left: 30px;
}

.share-option-hld.horizontal.white {
    top: 5px;
	left: 30px;
}


.share-option-hld.horizontal.block {
	display: block;
	margin: 10px 0;
	left: 0;
}

.share-option-hld.keppelite {
	top: 5px;
}

.share-option-hld .share-trigger {
	background: #575756;
	height: 40px;
	width: 40px;
    position: relative;
    z-index: 2;
	border-radius: 50%;
	cursor: pointer;
	background-size: 40px 40px;
	transition: all 0.3s;
}

.share-option-hld .share-trigger.active {
	background: url('../img/social-share-cross.png') center no-repeat;
    background-size: 40px 40px;
    height: 40px;
    width: 40px;
}

.share-option-hld.horizontal.white .share-trigger {
	height: 30px;
	width: 30px;
	background: url('../img/social-share-trigger-grey.png') center no-repeat;
	background-size: 30px 30px;
}

.share-option-hld.horizontal.white .share-trigger.active {
	background: url('../img/social-share-cross-grey.png') center no-repeat;
    background-size: 30px 30px;
    height: 30px;
    width: 30px;
}

.share-option-hld.horizontal.grey .share-trigger {
	height: 30px;
	width: 30px;
	background: url('../img/social-share-trigger.png') center no-repeat;
	background-size: 30px 30px;
}

.share-option-hld.horizontal.grey .share-trigger.active {
	background: url('../img/social-share-cross.png') center no-repeat;
	background-size: 30px 30px;
	height: 30px;
	width: 30px;
}

   
/*EDM*/
.share-option-hld-edm {
    position: absolute;
    right: 40px;
    top: -150px;
}

.share-option-hld.mobile {
    position: relative;
    z-index: 2;
}

    .wechat-popup {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
        display: none;
    }
	
	.wechat-popup.mobile {
        background: rgba(0,0,0,0.8);
        width: 300px;
        height: 300px;
    }
	
	
    .wechat-popup.desktop {
        background: #ffffff;
		border: 1px solid #575756;
		box-sizing: border-box;
		padding: 20px;
        width: 400px;
        height: 375px;
    }

	.wechat-popup .wechat-close {
		position: absolute;
		top: 10px;
		right: 20px;
		color: #ffffff;
		font-size: 30px;
		cursor: pointer;
	}
	
	.wechat-popup.desktop .wechat-close {
		color: #000000;
	}
	
	.wechat-popup.desktop .wechat-qr-instructions {
		position: absolute;
		bottom: 15px;
		
	}

	.wechat-popup img.qr-img {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 70%;
		display: none;
	}
	
	.wechat-popup img.qr-img.active {
		display: block;
	}
	
	.wechat-popup.desktop .loader {
		position: absolute;
		top: 170px;
		left: 187.5px;
		border: 5px solid #f3f3f3;
		border-top: 5px solid #da2128;
		border-radius: 50%;
		width: 30px;
		height: 30px;
		animation: spin 2s linear infinite;
		display: block;
	}
	
	.wechat-popup.desktop .loader.inactive {
		display: none;
	}

	@keyframes spin {
	  0% { transform: rotate(0deg); }
	  100% { transform: rotate(360deg); }
	}


    .wechat-url {
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }

        .wechat-url .wechat-heading {
            color: #ffffff;
            margin-bottom: 15px;
        }


        .wechat-url input {
            height: 35px;
            width: 80%;
        }

        .wechat-url .wechat-copy-open {
            box-sizing: border-box;
            background: #da2128;
            color: #ffffff;
            width: 70%;
            padding: 10px;
            margin: 30px auto 0 auto;
            line-height: 150%;
            cursor: pointer;
            outline: none;
            font-weight: bold;
        }

            .wechat-url .wechat-copy-open:active {
                position: relative;
                top: 1px;
            }

@media screen and (max-width: 768px) {
	
	.annual-report-current-text h4.social-inline-element-annual-report {
		margin-bottom: 0;
	}
	
	.annual-report-current-text h4.social-inline-element-sus-report {
		margin-bottom: 0;
	}
	
	.share-option-hld {
		margin: 10px 0;
	}
	
	
	.share-option-hld.margin-bot-25 {
		margin-bottom: 25px;
	}

	.share-option-hld.horizontal.inline {
		position: relative;
		display: block;
		z-index: 2;
	}

	.share-option-hld.horizontal.grey {
		top: 8px;
		left: 0;
	}

	.share-option-hld.horizontal.white {
		top: 5px;
		left: 0;
	}


}



.share-option-hld-edm .anchor {
    color: #da2128;
    margin-left: 20px;
    line-height: 20px;
}

.share-option-hld-edm .anchor span {
	display: inline-block;
	height: 20px;
	width: 20px;
	vertical-align: text-bottom;
	margin-right: 5px;
}

.share-option-hld-edm .anchor .icon-mail {
	background: url(../img/mail-icon.jpg) no-repeat center;
}

.share-option-hld .anchor .icon-share {
    background: url(../img/share-icon.jpg) no-repeat;
	
}

.share-option-hld ul {
    position: absolute;
    top: 24px;
    right: 0;
    background: #f1f1f1;
    z-index: 3;
    height: 200px;
	border-radius: 0 0 20px 20px;
	display: none;
}

.share-option-hld.horizontal ul {
    position: absolute;
    top: 0;
    left: 22px;
    background: #ffffff;
    z-index: 1;
    height: 30px;
    width: 220px;
    border-radius: 0 20px 20px 0;
	display: none;
	padding-left: 15px;
}

.share-option-hld.horizontal.grey ul {
    background: #f1f1f1;
}

.share-option-hld.horizontal.active ul {
    width: 200px;
}

.share-option-hld.mobile ul {
    position: relative;
    background: #ffffff;
    z-index: 3;
    height: 75px;
}

.share-option-hld ul li {
    list-style: none;
    padding: 0px 5px;
}

.share-option-hld.horizontal ul li {
    display: inline-block;
}

.share-option-hld ul li:first-child {
	padding-top: 10px;
}

.share-option-hld.horizontal ul li:first-child {
	padding-top: 0;
}

.share-option-hld.mobile ul li:first-child {
    padding-left: 20px;
}

.share-option-hld ul li:last-child {
    padding-bottom: 10px;
}

.share-option-hld ul .share {
    display: inline-block;
    /* height: 20px;
  width: 20px; */
    height: 37px;
    width: 30px;
    margin-top: 5px;
}

.share-option-hld.horizontal ul .share {
    margin-top: 0;
}

.share-option-hld ul .icon-tw {
    /* background: url(../img/social-icons.png) no-repeat; */
    background: url(../img/social-share-icons_black.png) no-repeat;
    background-position: -3px 0px;
    background-size: 150px;
	
}

.share-option-hld ul .icon-fb {
    /* background: url(../img/social-icons.png) no-repeat;
  background-position: -19px 0; */
    background: url(../img/social-share-icons_black.png) no-repeat;
    background-position: -37px 0px;
    background-size: 150px;
}

.share-option-hld ul .icon-li {
    /* background: url(../img/social-icons.png) no-repeat;
  background-position: -39px 0; */
    background: url(../img/social-share-icons_black.png) no-repeat;
    background-position: -67px 0px;
    background-size: 150px;
}

.share-option-hld ul .icon-wa {
    background: url(../img/social-share-icons_black.png) no-repeat;
    background-position: -129px 0px;
    background-size: 150px;
}

.share-option-hld ul .icon-wc {
    background: url(../img/social-share-icons_black.png) no-repeat;
    background-position: -98px 0px;
    background-size: 150px;
}

.share-option-hld ul .icon-go {
    background: url(../img/social-icons.png) no-repeat;
    background-position: -59px 0;
}

.share-option-hld ul li a.share {
	transition: all 0.3s;
}

.share-option-hld ul li a.share:hover {
	opacity: 0.5;
}

.scrollTop {
    position: absolute;
    bottom: 377px;
    right: 20px;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s;
}
/*KCL 2.1 Social Share Ends*/

@media screen and (max-width: 1350px) {
  .scrollTop {
    bottom: 340px;
  }
}
@media screen and (max-width: 768px) {
  .scrollTop {
    bottom: inherit;
    top: -65px;
    right: 20px;
  }
}
.scrollTop a {
  color: #da2128;
}
.scrollTop span {
  background: url(../img/arrow-down.png) no-repeat;
  background-size: contain;
  transform: rotate(180deg);
  display: inline-block;
  width: 30px;
  height: 20px;
  margin-left: 5px;
  transition: all 0.3s;
  position: relative;
  top: 4px;
}
main.who-we-are .design-pattern,
main.who-we-are-inner .design-pattern {
  background: rgba(255, 51, 0, 0.8);
}
main.who-we-are .design-pattern:before,
main.who-we-are-inner .design-pattern:before {
  background: rgba(251, 112, 50, 0.4);
}
main.who-we-are .design-pattern:after,
main.who-we-are-inner .design-pattern:after {
  background: #fb7032;
}
main.who-we-are .section-banner .img-holder:after,
main.who-we-are-inner .section-banner .img-holder:after,
main.who-we-are .section-banner .sec-design-pattern:before,
main.who-we-are-inner .section-banner .sec-design-pattern:before {
  background: #fb7032;
}
main.media .design-pattern {
  background: rgba(243, 146, 0, 0.8);
}
main.media .design-pattern:before {
  background: rgba(249, 219, 128, 0.4);
}
main.media .design-pattern:after {
  background: #f9db80;
}
main.media .section-banner .img-holder:after,
main.media .section-banner .sec-design-pattern:before {
  background: #f9db80;
}
main.what-we-do .design-pattern {
  background: rgba(0, 150, 156, 0.8);
}
main.what-we-do .design-pattern:before {
  background: rgba(131, 219, 218, 0.4);
}
main.what-we-do .design-pattern:after {
  background: #83dbda;
}
main.what-we-do .section-banner .img-holder:after,
main.what-we-do .section-banner .sec-design-pattern:before {
  background: #83dbda;
}
main.investors .design-pattern {
  background: rgba(32, 75, 98, 0.8);
}
main.investors .design-pattern:before {
  background: rgba(128, 183, 208, 0.4);
}
main.investors .design-pattern:after {
  background: #80b7d0;
}
main.investors .section-banner .img-holder:after,
main.investors .section-banner .sec-design-pattern:before {
  background: #80b7d0;
}
main.careers .design-pattern {
  background: rgba(158, 0, 64, 0.8);
}
main.careers .design-pattern:before {
  background: rgba(202, 80, 96, 0.4);
}
main.careers .design-pattern:after {
  background: #ca5060;
}
main.careers .section-banner .img-holder:after,
main.careers .section-banner .sec-design-pattern:before {
  background: #ca5060;
}
main.sustainability .design-pattern {
  background: rgba(30, 135, 0, 0.8);
}
main.sustainability .design-pattern:before {
  background: rgba(121, 214, 0, 0.4);
}
main.sustainability .design-pattern:after {
  background: #79d600;
}
main.sustainability .section-banner .img-holder:after,
main.sustainability .section-banner .sec-design-pattern:before {
  background: #79d600;
}
main.contact-us .design-pattern {
  background: rgba(73, 80, 108, 0.8);
}
main.contact-us .design-pattern:before {
  background: rgba(144, 153, 186, 0.4);
}
main.contact-us .design-pattern:after {
  background: #9099ba;
}
main.contact-us .section-banner .img-holder:after,
main.contact-us .section-banner .sec-design-pattern:before {
  background: #9099ba;
}
/* Template Styles */
main {
  padding-top: 90px;
}
@media screen and (max-width: 800px) {
  main {
    padding-top: 56px;
  }
}
.carousel-hld {
  position: relative;
  overflow: hidden;
  height: calc(100vh - 90px);
}
@media screen and (max-width: 768px) {
  .carousel-hld {
    height: calc(100vh - 54px);
  }
}
.carousel-hld .item {
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.carousel-hld img {
  width: 100%;
  height: 100%;
}
.carousel-hld .slick-list,
.carousel-hld .slick-track {
  height: 100%;
}
.carousel-hld .item-content {
  height: 100%;
  padding: 50px;
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding-left: 10%;
  opacity: 0;
  top: -20px;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1) 0.6s;
}
@media screen and (max-width: 1024px) and (min-width: 641px) {
  .carousel-hld .item-content {
    padding-left: 15%;
  }
}
.carousel-hld .item-content p {
  color: #fff;
  margin: 40px 0;
  width: 300px;
}
@media screen and (max-width: 640px) {
  .carousel-hld .item-content p {
    width: 250px;
    margin-top: 0;
  }
}
.carousel-hld .item-content span {
  position: absolute;
  right: 50px;
  color: #fffefe;
  bottom: 35px;
  font-style: italic;
}
@media screen and (max-width: 640px) {
  .carousel-hld .item-content span {
    right: 10px;
  }
}
.carousel-hld .item-content span em {
  display: block;
}
/* Modified by WP */
@media screen and (max-width: 800px) {
	.carousel-hld .item-content span em {
		display: none;
	}
}

.carousel-hld .banner-angle-bg {
  position: absolute;
  width: 60vw;
  height: 100%;
  background: rgba(47, 47, 47, 0.55);
  top: 0;
  transform: skew(-30deg);
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  left: -50vw;
  opacity: 0;
}
@media screen and (max-width: 1200px) {
  .carousel-hld .banner-angle-bg {
    width: 65vw;
  }
}
@media screen and (max-width: 1024px) {
  .carousel-hld .banner-angle-bg {
    width: 70vw;
  }
}
.carousel-hld .banner-angle-bg:before {
  content: '';
  display: block;
  position: absolute;
  width: 8vw;
  height: 55vh;
  top: 20%;
  background: rgba(218, 33, 40, 0.35);
  right: -4vw;
  transition: all 0.6s 0.3s;
  opacity: 0;
}
.carousel-hld .banner-angle-bg:after {
  content: '';
  display: block;
  position: absolute;
  width: 8vw;
  height: 30vh;
  bottom: -10%;
  background: #da2128;
  right: -6vw;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1) 0.6s;
  opacity: 0;
}
.carousel-hld .is-active .banner-angle-bg {
  left: -18vw;
  opacity: 1;
}
@media screen and (max-width: 1200px) {
  .carousel-hld .is-active .banner-angle-bg {
    left: -20vw;
  }
}
@media screen and (max-width: 1024px) {
  .carousel-hld .is-active .banner-angle-bg {
    left: -23vw;
  }
}
.carousel-hld .is-active .banner-angle-bg:before {
  opacity: 1;
  top: 25%;
}
.carousel-hld .is-active .banner-angle-bg:after {
  opacity: 1;
  bottom: 0;
}
.carousel-hld .is-active .item-content {
  top: 0;
  opacity: 1;
}
.over-carousel-options {
  position: absolute;
  margin-top: -150px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  bottom: 20px;
}

/* video by blacksun: 20200601 */
@media screen and (max-width: 640px) {
  .over-carousel-options {
    display: none;
  }
}

.video-banner {
  position: relative;
  overflow: hidden;
  height: calc(100vh - 90px);
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .video-banner {
    height: auto;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  .video-banner {
    height: auto;
  }
}
.video-banner video {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1600px) {
  .video-banner video {
    width: 100%;
  }
}
@media screen and (max-width: 1366px) and (min-height: 769px) {
  .video-banner video {
    width: auto;
    height: 800px;
  }
}
@media screen and (max-width: 1024px) and (min-height: 600px) {
  .video-banner video {
    width: auto;
    height: 700px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  .video-banner video {
    position: relative;
    transform: translate(0, 0);
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    vertical-align: top;
  }
}
@media screen and (max-width: 768px) {
  .video-banner video {
    position: relative;
    transform: translate(0, 0);
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    vertical-align: top;
  }
}
/* end: video */

.over-carousel-options button {
  margin-top: 40px;
  border: none;
  background: url(../img/arrow-down-white.png) no-repeat bottom;
  display: inline-block;
  height: 30px;
  width: 40px;
  cursor: pointer;
  transition: all 0.3s;
  padding-top: 40px;
  opacity: 0.5;
}
.over-carousel-options button:hover {
  margin-top: 50px;
}
.container-sec {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .container-sec {
    margin-top: 50px;
  }
}
.what-we-do .container-sec {
  margin-top: 30px;
}
.container-sec h2 {
  text-align: center;
  padding: 10px 0;
  margin-bottom: 30px;
}
.solution-carousel {
  overflow: hidden;
}
.solution-carousel li {
  position: relative;
  overflow: hidden;
  max-height: 463px;
}
@media screen and (max-width: 1366px) {
  .solution-carousel li {
    max-height: 453px;
  }
}
.solution-carousel li:hover .detail {
  opacity: 0;
}
.solution-carousel li:hover .hover-detail {
  opacity: 1;
  max-height: 300px;
}
.solution-carousel li:hover img {
  transform: scale(1.05);
}
.solution-carousel li.pos-on-bottom .detail,
.solution-carousel li.pos-on-bottom .hover-detail {
  bottom: 0;
  top: inherit;
}
.solution-carousel img {
  width: 100%;
  transition: all 0.3s;
}
.solution-carousel .detail,
.solution-carousel .hover-detail {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  top: 0;
  background: #ff4d00;
  color: #fff;
  transition: all 0.3s;
  padding: 40px 50px;
}
.solution-carousel .detail {
  opacity: 1;
}
.solution-carousel .hover-detail {
  opacity: 0;
  max-height: 0;
}
.solution-carousel .color-6 .detail {
  background: rgba(118, 184, 42, 0.8);
}
.solution-carousel .color-6 .hover-detail {
  background: rgba(118, 184, 42, 0.75);
}
.solution-carousel .color-5 .detail {
  background: rgba(107, 67, 135, 0.8);
}
.solution-carousel .color-5 .hover-detail {
  background: rgba(107, 67, 135, 0.75);
}
.solution-carousel .color-4 .detail {
  background: rgba(0, 110, 161, 0.8);
}
.solution-carousel .color-4 .hover-detail {
  background: rgba(0, 110, 161, 0.75);
}
.solution-carousel .color-3 .detail {
  background: rgba(6, 180, 179, 0.8);
}
.solution-carousel .color-3 .hover-detail {
  background: rgba(6, 180, 179, 0.75);
}
.solution-carousel .color-2 .detail {
  background: rgba(255, 179, 0, 0.8);
}
.solution-carousel .color-2 .hover-detail {
  background: rgba(255, 179, 0, 0.75);
}
.solution-carousel .color-1 .detail {
  background: rgba(255, 77, 0, 0.8);
}
.solution-carousel .color-1 .hover-detail {
  background: rgba(255, 77, 0, 0.75);
}
.solution-carousel h6 {
  font-size: 22px;
  color: #fff;
  font-weight: normal;
}
.solution-carousel h6::before {
  content: "";
  background: url(../img/spear_white.svg) no-repeat;
  height: 18px;
  width: 25px;
  display: inline-block;
  margin-right: 8px;
}
.new-update .col-8 {
  width: calc(66.66% - 6.66px);
}
@media screen and (max-width: 640px) {
  .new-update .col-8 {
    width: 100%;
  }
}
.new-update .col-4 {
  width: calc(33.33% - 13.33px);
}
@media screen and (max-width: 640px) {
  .new-update .col-4 {
    width: 100%;
  }
}
.new-update * {
  box-sizing: border-box;
}
.new-update h4 {
  color: #da2128;
  font-weight: normal;
}
.new-update-item {
  position: relative;
  background: #ededed;
}
.new-update-media h4 {
  padding: 15px 20px;
  border-bottom: 1px solid #3c3c3b;
}
.new-update-media li {
  list-style: none;
  padding: 15px 20px;
  border-bottom: 1px solid #b8b8b7;
}
.new-update-media li a {
  color: #575756;
}
.new-update-media .read-more {
  float: right;
}
.new-update-right .new-update-item {
  padding: 20px 20px 0 20px;
}
@media screen and (max-width: 1120px) {
  .new-update-right .new-update-item {
    padding: 20px 10px 0 10px;
  }
}
.new-update-right h4 {
  margin-bottom: 10px;
}
.new-update-right img {
  vertical-align: bottom;
  max-width: 100%;
  align-self: center;
  max-height: 200px;
}
.new-update-right .read-more {
  position: absolute;
  bottom: 0;
}
.new-update-right-one,
.new-update-right-two {
  display: flex;
  justify-content: space-between;
}
.new-update-right-one {
  margin-bottom: 20px;
}
.new-update-right-one.new-update-item {
  padding-bottom: 20px;
}
.new-update-right-two {
  display: block;
}
.new-update-right-two img {
  float: right;
}
@media screen and (max-width: 1024px) {
  .new-update-right-two img {
    max-width: 75%;
  }
}
.new-update .info li {
  list-style: none;
  font-size: 20px;
  color: #575756;
}
.new-update .info span {
  font-size: 14px;
}
.new-update .info a {
  padding-left: 0;
  font-size: 14px;
}
.featured-carousel {
  overflow: hidden;
  margin: 0px -10px 0;
}
.featured-carousel li {
  display: inline-block;
  margin: 0px 10px;
}
.featured-carousel li .cutting-edge {
  overflow: hidden;
}
.featured-carousel li:hover img {
  transform: scale(1.05);
}
.featured-carousel img {
  width: 100%;
  transition: all 0.3s;
}
.featured-carousel p {
  padding: 20px 30px 0 0;
}
.featured-carousel a {
  color: #575756;
}
@media screen and (max-width: 1024px) {
  .new-update .info h3 {
    font-size: 24px;
  }
  .new-update .info li {
    font-size: 18px;
  }
}
@media screen and (max-width: 980px) {
  .new-update-right-one {
    display: block;
  }
  .new-update-right .new-update-item {
    padding: 20px 20px 0 20px;
  }
  .new-update-right .new-update-right-one {
    padding-bottom: 20px;
  }
  .new-update .info h3 {
    font-size: 28px;
  }
  .new-update .info ul {
    margin: 20px 0;
  }
  .new-update .info li {
    font-size: 22px;
  }
}
@media screen and (max-width: 900px) {
  .row.new-update {
    flex-direction: column;
  }
  .row.new-update [class*=col-] {
    width: 100%;
  }
  .row.new-update .new-update-right {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }
  .row.new-update .new-update-right .new-update-item {
    width: calc(50% - 10px);
  }
  .new-update-right-one {
    display: flex;
    margin: 0;
  }
  .new-update .info ul {
    margin-top: 100px;
  }
}
@media screen and (max-width: 800px) {
  .row.new-update .new-update-right {
    display: block;
  }
  .row.new-update .new-update-right .new-update-item {
    width: 100%;
  }
  .new-update-right-one {
    margin-bottom: 20px;
  }
}
/* device portrait */
@media only screen and (min-device-width: 300px) and (max-device-width: 1200px) and (orientation: portrait) {
  .carousel-hld .banner-angle-bg {
    width: 90vh;
  }
  .carousel-hld .banner-angle-bg:before {
    width: 10vh;
    right: -5vh;
    height: 40vh;
  }
  .carousel-hld .banner-angle-bg:after {
    width: 10vh;
    right: -7.5vh;
    height: 20vh;
  }
  .carousel-hld .is-active .banner-angle-bg {
    left: -50vh;
  }
  .carousel-hld .is-active .banner-angle-bg:before {
    top: 50%;
  }
  .carousel-hld .item-content {
    justify-content: flex-start;
    padding-top: 10vh;
  }
}
@media only screen and (min-device-width: 300px) and (max-device-width: 550px) and (orientation: portrait) {
  .carousel-hld .is-active .banner-angle-bg {
    left: -58vh;
  }
  .carousel-hld .item-content {
    padding: 20px;
    padding-top: 50px;
  }
}
/* device landscape */
@media only screen and (min-device-width: 300px) and (max-device-width: 800px) and (orientation: landscape) {
  .carousel-hld .item-content span {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .new-update .info h3 {
    font-size: 20px;
  }
  .new-update .info li {
    font-size: 18px;
  }
  .carousel-hld .slick-prev,
  .carousel-hld .slick-next {
    display: none !important;
  }
}
.pg-banner {
  display: flex;
  height: 300px;
  position: relative;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.pg-banner h1 {
  align-self: center;
  position: relative;
  z-index: 1;
  font-weight: bold;
}
.pg-banner .design-pattern {
  position: absolute;
  width: 50vw;
  height: 100%;
  top: 0;
  transform: skew(-30deg);
  left: -10vw;
}
@media screen and (max-width: 1200px) {
  .pg-banner .design-pattern {
    left: -15vw;
  }
}
@media screen and (max-width: 800px) {
  .pg-banner .design-pattern {
    width: 70vw;
    left: -20vw;
  }
}
@media screen and (max-width: 640px) {
  .pg-banner .design-pattern {
    width: 106vw;
    left: -40vw;
  }
}
.pg-banner .design-pattern:before {
  content: '';
  display: block;
  position: absolute;
  width: 70px;
  height: 200px;
  top: 70px;
  right: -35px;
}
@media screen and (max-width: 640px) {
  .pg-banner .design-pattern:before {
    height: 180px;
    top: 80px;
  }
}
.pg-banner .design-pattern:after {
  content: '';
  display: block;
  position: absolute;
  width: 70px;
  height: 100px;
  bottom: 0;
  right: -52.5px;
}
@media screen and (max-width: 640px) {
  .pg-banner .design-pattern:after {
    height: 95px;
  }
}
.pg-banner-small {
  height: 250px;
}
.who-we-are .pg-banner {
  background-image: url(../img/who-we-are/banners/who-we-are.jpg);
}
.who-we-are-inner .pg-banner {
  background-image: url(../img/who-we-are/banners/who-we-are-inner-banner.jpg);
}
.what-we-do .pg-banner {
  background-image: url(../img/what-we-do/banners/what-we-do.jpg);
}
.what-we-do-inner .pg-banner {
  background-image: url(../img/what-we-do/banners/innovation-and-technology.jpg);
}
.sustainability .pg-banner {
  background-image: url(../img/sustainability/banners/sustainability.jpg);
}
.sustainability-inner .pg-banner {
  background-image: url(../img/sustainability/banners/sustainability-inner.jpg);
}
.contact-us .pg-banner {
  background-image: url(../img/contact-us/banners/contact-us.jpg);
}
.othre-page .pg-banner {
  background-image: url(../img/other-pages/banners/terms-and-conditions.jpg);
}
.investors .pg-banner {
  background-image: url(../img/investors/banners/investors.jpg);
}
.investors-inner .pg-banner {
  background-image: url(../img/investors/banners/investors-inner.jpg);
}
.media .pg-banner {
  background-image: url(../img/media/banners/media.jpg);
}
.media-inner .pg-banner {
  background-image: url(../img/media/banners/media-inner-pages-banner.jpg);
}
.careers .pg-banner {
  background-image: url(../img/careers/banners/careers-banner.jpg);
}
.careers-inner .pg-banner {
  background-image: url(../img/careers/banners/careers-inner-banner.jpg);
}
.breadcrumb {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    display: none;
  }
}
.breadcrumb li {
  list-style: none;
  font-weight: bold;
  padding: 0 5px;
}
.breadcrumb a {
  font-weight: normal;
  color: #575756;
}
.breadcrumb a:after {
  content: '>';
  display: inline-block;
  padding-left: 10px;
}
.page-info {
  text-align: center;
}
.page-info h2 {
  padding: 40px 0;
}
.page-info p {
  margin-bottom: 20px;
}
.page-info-content {
  text-align: left;
}
.page-info-content h2 {
  margin: 0 0 20px;
  padding: 0;
}
.page-info-content p {
  margin-bottom: 40px;
}
.page-info.border-bottom {
  padding-bottom: 20px;
  border-bottom: 1px solid #575756;
}
.section-banner {
  position: relative;
  overflow: hidden;
  height: 320px;
}
@media screen and (max-width: 800px) {
  .section-banner {
    height: auto;
  }
}
.section-banner .max-width-container {
  position: relative;
  height: 100%;
}
@media screen and (max-width: 800px) {
  .section-banner .max-width-container {
    height: auto;
  }
}
.section-banner .img-holder {
  position: absolute;
  overflow: hidden;
  width: 70%;
  right: 0;
  height: 320px;
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
}
@media screen and (max-width: 1130px) {
  .section-banner .img-holder {
    background-position: center;
  }
}
@media screen and (max-width: 800px) {
  .section-banner .img-holder {
    position: relative;
    background-position: center;
    width: 100%;
  }
}
.section-banner .img-holder:after {
  content: '';
  display: block;
  position: absolute;
  width: 150px;
  height: 100%;
  bottom: 0;
  right: -300px;
  background: #da2128;
  transform: skew(-30deg);
  transition: all 1.5s;
  opacity: 0;
}
@media screen and (max-width: 800px) {
  .section-banner .img-holder:after {
    content: none;
  }
}
.section-banner .text-wrap {
  position: absolute;
  width: 21vw;
  padding-left: 20px;
  z-index: 1;
  align-self: center;
  opacity: 0;
  margin-top: -30px;
  transition: all 0.3s 0.2s;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1.37;
  font-size: 16px;
  width: 320px;
}
@media screen and (max-width: 1024px) {
  .section-banner .text-wrap {
    width: 34vw;
  }
}
@media screen and (max-width: 800px) {
  .section-banner .text-wrap {
    top: 0;
    width: calc(100% - 40px);
    transform: translateY(0%);
    padding-left: 0;
  }
}
@media screen and (max-width: 640px) {
  .section-banner .text-wrap {
    font-size: 14px;
  }
}
.section-banner .text-wrap a {
  display: inline-block;
  margin-top: 30px;
  color: #da2128;
}
.section-banner .text-wrap h2 {
  margin-bottom: 20px;
}
.section-banner .text-wrap li {
  list-style: none;
  padding: 2px 0;
}
.section-banner .text-wrap li a {
  margin-top: 0;
  color: #575756;
}
.section-banner .sec-design-pattern {
  position: absolute;
  width: 30vw;
  height: 100%;
  top: 0;
  transform: skew(-30deg);
  left: -2vw;
  background: #fff;
  width: 500px;
}
@media screen and (max-width: 1024px) {
  .section-banner .sec-design-pattern {
    width: 42vw;
  }
}
@media screen and (max-width: 800px) {
  .section-banner .sec-design-pattern {
    width: calc(100% + 80px);
    transform: skewy(-5deg);
    height: 187px;
    position: relative;
    top: -60px;
    left: -40px;
  }
}
@media screen and (max-width: 640px) {
  .section-banner .sec-design-pattern {
    width: calc(100% + 40px);
    left: -20px;
    transform: skewy(-10deg);
  }
}
.section-banner .sec-design-pattern:before {
  content: '';
  display: block;
  position: absolute;
  width: 50vw;
  height: 100%;
  left: -80vw;
  background: #da2128;
  transition: all 1.5s;
  opacity: 0;
}
@media screen and (max-width: 800px) {
  .section-banner .sec-design-pattern:before {
    height: 100px;
    bottom: -115px;
    width: 100%;
    left: 0;
  }
}
.section-banner.animation .img-holder:after {
  right: -111px;
  opacity: 1;
}
@media screen and (max-width: 640px) {
  .section-banner.animation .img-holder:after {
    right: -130px;
  }
}
.section-banner.animation .text-wrap {
  margin-top: 0;
  opacity: 1;
}
.section-banner.animation .sec-design-pattern:before {
  left: -50vw;
  opacity: 1;
}
@media screen and (max-width: 800px) {
  .section-banner.animation .sec-design-pattern:before {
    left: 0;
  }
}
.section-banner.stop-animation-on-resize .img-holder:after,
.section-banner.stop-animation-on-resize .text-wrap,
.section-banner.stop-animation-on-resize .sec-design-pattern:before {
  transition: none;
}
.section-banner blockquote {
  font-size: 14px;
  margin-top: 40px;
}
.section-banner blockquote strong {
  display: block;
  margin-bottom: 5px;
}
.related-content h2 {
  text-align: center;
  margin-bottom: 40px;
}
.related-content .col-4 {
  width: calc(33.33% - 13.33px);
}
@media screen and (max-width: 640px) {
  .related-content .col-4 {
    width: 100%;
    margin-bottom: 30px;
  }
}
.related-content .img-holder {
  max-height: 250px;
  margin-bottom: 20px;
  overflow: hidden;
  background: #ededed;
}
@media screen and (max-width: 640px) {
  .related-content .img-holder {
    margin-bottom: 10px;
  }
}
.related-content .img-holder:hover img {
  transform: scale(1.05);
}
.related-content img {
  width: 100%;
  transition: all 0.3s;
}
.related-content p {
  line-height: 1.41;
}
.tabbed-nav {
  margin: 0 -10px;
}
@media screen and (max-width: 640px) {
  .tabbed-nav {
    display: block;
  }
}
.tabbed-nav li {
  list-style: none;
  width: calc(25% - 10px);
  display: flex;
  margin: 0 10px;
}
@media screen and (max-width: 640px) {
  .tabbed-nav li {
    display: block;
    width: 100%;
  }
}
.tabbed-nav li:focus {
  outline: none;
}
.tabbed-nav li.is-active a:after {
  transform: scaleX(1);
}
.tabbed-nav a {
  display: flex;
  color: #575756;
  border-bottom: 10px solid #ededed;
  font-size: 22px;
  font-weight: bold;
  width: 100%;
  height: 100px;
  position: relative;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .tabbed-nav a {
    font-size: 18px;
    border-width: 8px;
  }
}
@media screen and (max-width: 640px) {
  .tabbed-nav a {
    border-width: 5px;
    padding: 10px 0 10px;
    height: auto;
    min-height: 60px;
  }
}
.tabbed-nav a:after {
  content: '';
  display: block;
  position: absolute;
  height: 10px;
  width: 100%;
  background: #da2128;
  bottom: -10px;
  transform: scaleX(0);
  transition: all 0.3s;
}
.tabbed-nav a span {
  text-align: center;
  align-self: flex-end;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0 15px;
}
.tabbed-content {
  padding-top: 40px;
}
.tabbed-content-item { /* Modified by WP */
	/*display: none;*/
	display: block;
	height: 0px;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.tabbed-content-item.is-active { /* Modified by WP */
  display: block;
	height: auto;
	overflow: visible;
}
/* accordion */
.accordion-wrapper .accordion-link {
  text-align: center;
  border-bottom: 1px solid #575756;
  position: relative;
  padding: 20px 0;
}
.accordion-wrapper .accordion-link button {
  position: absolute;
  height: 100%;
  width: 50px;
  right: 10px;
  top: 0;
  background-color: transparent;
  background-image: url(../img/arrow-down.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px 9px;
  border: none;
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform: scale3d(1, 1, 1);
}
.accordion-wrapper .accordion-link.is-active {
  border-bottom: none;
}
.accordion-wrapper .accordion-link.is-active button {
  transform: scale3d(-1, -1, 1);
}
.accordion-wrapper .accordion-head {
  padding-right: 50px;
}
.accordion-wrapper .accordion-content { /* Modified by WP */
	/*display: none;*/
	/*padding: 30px 0;*/
	/*border-bottom: 1px solid #575756;*/
	height: 0;
	overflow: hidden;
	transform-origin: top;
	transition: all 0.5s ease-out;
}
.accordion-wrapper .accordion-content.open { /* Added by WP */
	/*display: none;*/
	padding: 30px 0;
	border-bottom: 1px solid #575756;
	height: auto;
	overflow: visible;
	transform-origin: top;
	transition: all 0.5s ease-in;
}
.accordion-wrapper h5,
.accordion-wrapper h4 {
  color: #575756;
  font-weight: bold;
}
.accordion-wrapper h5 { /* Added by WP */
	padding: 0 50px;
}
.accordion-wrapper span + h5 { /* Added by WP */
	padding: 0;
}
.accordion-wrapper.media-release h5,
.accordion-wrapper.case-study h5,
.accordion-wrapper.media-release h4,
.accordion-wrapper.case-study h4 {
  margin-bottom: 5px;
}
.accordion-wrapper.media-release a,
.accordion-wrapper.case-study a {
  color: #575756;
}
.accordion-wrapper.media-release .accordion-link,
.accordion-wrapper.case-study .accordion-link {
  text-align: left;
}
.accordion-wrapper.media-release .accordion-link button,
.accordion-wrapper.case-study .accordion-link button {
  right: 0;
}
.content-page-two-section .col-8 {
  width: calc(66.66% - 30px);
}
@media screen and (max-width: 640px) {
  .content-page-two-section .col-8 {
    width: 100%;
    margin-bottom: 40px;
  }
}
.content-page-two-section .col-4 {
  width: calc(33.33% - 30px);
}
@media screen and (max-width: 768px) {
  .content-page-two-section .col-4 {
    width: calc(33.33% + 10px);
  }
}
@media screen and (max-width: 640px) {
  .content-page-two-section .col-4 {
    width: 100%;
  }
}
.content-page-two-section img {
  width: 100%;
}
.content-page-two-section p {
	margin-top: 20px;
	line-height: 1.37;
	padding-right: 15px;
}
@media screen and (max-width: 640px) {
	.content-page-two-section p {
		padding-right: 0px;
	}
}
.content-page-two-section h4 {
  margin: 30px 0;
}
.content-page-two-section figure {
  position: relative;
  margin-bottom: 40px;
}
.content-page-two-section figcaption {
  padding-top: 10px;
  font-style: italic;
}
.content-page-two-section .item-list {
  margin-bottom: 40px;
}
.content-page-two-section .item-list .title {
  font-weight: bold;
}
.content-page-two-section .item-list li {
  list-style: none;
  padding: 20px 0;
  border-bottom: 1px solid #575756;
  line-height: 1.37;
}
.content-page-two-section .item-list li:last-child {
  border-bottom: none;
  padding: 20px 0 0 0;
}
.content-page-two-section .item-list p {
  margin: 0;
}
.content-page-two-section .item-list p:nth-of-type(1) {
  margin-bottom: 20px;
}
.content-page-two-section .item-list a {
  color: #575756;
}
.content-page-two-section .item-list-single-par p:nth-of-type(1) {
  margin-bottom: 0px;
}
.content-page-two-section .item-list.with-bg {
  background: #ededed;
}
.content-page-two-section .item-list.with-bg .title {
  padding: 20px;
  color: #da2128;
  border-bottom: 1px solid #575756;
}
.content-page-two-section .item-list.with-bg li {
  padding: 20px;
  padding-left: 35px;
  position: relative;
}
.content-page-two-section .item-list.with-bg li:before {
  content: '';
  display: block;
  position: absolute;
  width: 9px;
  height: 13px;
  background: url(../img/arrow_red.svg) no-repeat;
  background-size: contain;
  left: 20px;
  top: 24px;
  transition: all 0.3s;
}
.content-page-two-section .item-list.with-bg.text-only li:before { /* Added by WP */
  width: 17px;
  height: 14px;
  background: url(../img/spear_red.svg) no-repeat;
  background-size: contain;
  left: 15px;
}
.content-page-two-section .item-list:last-child {
	/* margin-bottom: 0; */ /* Modified by WP */
}
.innovation-and-technology .content-page-two-section,
.our-gas-value-chain .content-page-two-section {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid #575756;
}
.related-links .title {
  padding-bottom: 10px;
  color: #da2128;
  border-bottom: 1px solid #575756;
}
.related-links li {
  list-style: none;
  padding: 10px;
  padding-left: 20px;
  position: relative;
}
.related-links li:before {
  content: '';
  display: block;
  position: absolute;
  width: 9px;
  height: 13px;
  background: url(../img/arrow_red.svg) no-repeat;
  background-size: contain;
  left: 5px;
  top: 12px;
  transition: all 0.3s;
}
.related-links a {
  color: #575756;
}
.image-link-wrapper .col-4 {
  width: calc(33.33% - 13.33px);
}
@media screen and (max-width: 640px) {
  .image-link-wrapper .col-4 {
    width: 100%;
    margin-bottom: 20px;
  }
}
.image-link-wrapper .img-section {
  overflow: hidden;
  max-height: 350px;
}
.image-link-wrapper img {
  width: 100%;
  transition: all 0.3s;
}
.image-link-wrapper .read-more {
  font-weight: bold;
  font-size: 25px;
  padding-left: 0;
  color: #575756;
}
@media screen and (max-width: 840px) {
  .image-link-wrapper .read-more {
    font-size: 22px;
  }
}
@media screen and (max-width: 640px) {
  .image-link-wrapper .read-more {
    font-size: 20px;
  }
}
.image-link-wrapper a:hover img {
  transform: scale(1.05);
}
.global-reach {
  background: #575756;
  color: #fff;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .global-reach [class*=col-] {
    width: 100%;
  }
}
.global-reach-info {
  text-align: center;
  padding-bottom: 60px;
}
.global-reach-info h2 {
  color: #fff;
}
.global-reach-info p {
  margin-top: 40px;
}
.global-reach-wrap {
  flex-wrap: wrap;
}
.global-reach-wrap .col-4 {
  width: calc(33.33% - 50px);
}
@media screen and (max-width: 768px) {
  .global-reach-wrap .col-4 {
    width: 100%;
    margin-left: 0;
  }
}
.global-reach-wrap img {
  width: 100%;
}
.global-reach-wrap ul {
  margin-left: 50px;
}
.global-reach-wrap li {
  width: 50%;
  list-style: none;
  float: left;
}
.global-reach-locations {
  margin-bottom: 20px;
}
.global-reach-locations h5 {
  color: #00a182;
  font-weight: bold;
  font-size: 18px;
}
.global-reach-locations h5:before {
  content: "";
  background: url(../img/spear_red.svg) no-repeat;
  height: 14px;
  width: 17px;
  display: inline-block;
  margin-right: 5px;
  background-size: contain;
}
.global-reach-locations span {
  display: block;
  padding-left: 22px;
  margin-top: 5px;
}
.global-reach .last-update {
  float: right;
  font-size: 14px;
}
.operating-principles ul {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .operating-principles ul {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.operating-principles li {
  list-style: none;
  text-align: center;
  padding: 0 20px;
}
@media screen and (max-width: 1024px) {
  .operating-principles li {
    padding: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .operating-principles li {
    width: 25%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 640px) {
  .operating-principles li {
    width: 50%;
  }
}
.operating-principles li figure {
  height: 80px;
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.operating-principles li img {
  vertical-align: bottom;
  align-self: flex-end;
}
.core-values {
  background: #575756;
  color: #fff;
  padding: 40px 0;
}
.core-values h2 {
  margin-bottom: 10px;
}
.core-values ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 0 80px;
}
@media screen and (max-width: 768px) {
  .core-values ul {
    padding: 0;
    justify-content: center;
  }
}
.core-values li {
  list-style: none;
  width: 25%;
  text-align: center;
  font-size: 12px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .core-values li {
    width: 33.33%;
  }
}
@media screen and (max-width: 640px) {
  .core-values li {
    width: 50%;
    padding: 0 10px;
  }
  .core-values li img {
    width: 100%;
  }
}
.core-values li div {
  padding: 5px 0px 0;
  width: 160px;
  margin: auto;
}
.core-values li strong {
  font-size: 16px;
  display: block;
  margin-bottom: 3px;
}
.senior-management .col-4 {
  padding-right: 10px;
}
.senior-management h4 {
  padding-bottom: 20px;
}
.senior-management h5 {
  color: #575756;
  font-weight: bold;
}
.senior-management li {
  list-style: none;
  margin-top: 20px;
}
.senior-management h5,
.senior-management p {
  line-height: 1.5;
}
.board-of-directors-grid {
  padding-top: 50px;
  border-top: 1px solid #575756;
  margin-top: 40px;
  /*.link-grid-thumbnail {
        position: relative;
        height: 280px;
        overflow: hidden;
        background-color: #E5E6EA;
    }
    img {
        margin: auto;
        display: block;
    }*/
}
.board-of-directors-grid img {
  max-width: 100%;
  display: block;
  background: #ebe6dd;
}
.board-of-directors-grid .element {
  width: calc(33.33% - 20px);
  margin: 0 10px;
  transition: border-width 300ms;
  margin-bottom: 50px;
  /*height: 420px;*/
}
@media screen and (max-width: 960px) {
  .board-of-directors-grid .element {
    width: calc(33.33% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .board-of-directors-grid .element {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 540px) {
  .board-of-directors-grid .element {
    width: calc(100% - 20px);
  }
}
.board-of-directors-grid .element-2 {
  width: calc(50% - 20px);
}
@media screen and (max-width: 540px) {
  .board-of-directors-grid .element-2 {
    width: calc(100% - 20px);
  }
}
.board-of-directors-grid .wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.board-of-directors-grid .link-grid-items {
  position: relative;
}
.board-of-directors-grid .link-grid-content {
  display: none;
  position: absolute;
  overflow: hidden;
  left: 0;
  width: 100%;
}
.board-of-directors-grid .link-grid-content__inner {
  padding: 50px 20px 20px 20px;
  background-color: #ededed;
}
@media screen and (max-width: 767px) {
  .board-of-directors-grid .link-grid-content__inner {
    padding: 20px;
  }
}
.board-of-directors-grid .link-grid-content h5 {
  line-height: 1.5;
}
.board-of-directors-grid .link-grid-content p {
  margin-bottom: 30px;
}
.board-of-directors-grid .link-grid-thumbnail {
  background-color: #ebe6dd;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-top: 10px;
}
.board-of-directors-grid .link-grid-thumbnail-wrapper {
  cursor: pointer;
}
.board-of-directors-grid .link-grid-thumbnail-label {
  transition: all 300ms;
  color: white;
  padding: 30px 0px;
  height: 160px; /*140px;*/
  border-bottom: 1px solid #575756;
}
@media screen and (max-width: 677px) {
  .board-of-directors-grid .link-grid-thumbnail-label {
    height: 130px; /*100px;*/
    padding: 10px 0px;
  }
}
.board-of-directors-grid .link-grid-thumbnail-label h5 {
  line-height: 1.5;
  color: #575756;
  font-size: 20px;
  font-weight: bold;
}
.board-of-directors-grid .link-grid-thumbnail-label p {
  margin: 0;
  overflow: hidden;
  line-height: 1.37;
  padding-right: 0px;
  color: #575756;
}
@media screen and (max-width: 767px) {
  .board-of-directors-grid .link-grid-thumbnail-label p {
    font-size: 14px;
  }
}
.board-of-directors-grid .element.active .link-grid-thumbnail-label {
  padding: 30px 20px;
  border: none;
  position: relative;
}
@media screen and (max-width: 768px) {
  .board-of-directors-grid .element.active .link-grid-thumbnail-label {
    padding: 30px 10px;
  }
}
@media screen and (max-width: 677px) {
  .board-of-directors-grid .element.active .link-grid-thumbnail-label {
    padding: 10px;
  }
}
.board-of-directors-grid .element.active .link-grid-thumbnail-label:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 10px;
  left: 0;
  bottom: 0;
  background-color: #fb7032;
}
.board-of-directors-grid .element.active .link-grid-thumbnail-label:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fb7032;
  left: 0;
  left: calc(50% - 10px);
  bottom: -10px;
  z-index: 1;
  transition: all 0.3s;
}
.board-of-directors-grid .col-6 {
  width: calc(50% - 30px);
}
@media screen and (max-width: 768px) {
  .board-of-directors-grid .col-6 {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 640px) {
  .board-of-directors-grid .col-6 {
    width: 100%;
  }
}
.heritage-grid {
  border: none;
  margin-top: 0;
}
.heritage-grid h2 {
  text-align: center;
  margin-bottom: 40px;
}
.heritage-grid .link-grid-thumbnail {
  padding-top: 0;
}
@media screen and (max-width: 640px) {
  .heritage-grid .link-grid-thumbnail-label {
    height: 120px;
  }
}
.section-banner-secondary {
  overflow: hidden;
  position: relative;
  height: 320px;
}
.section-banner-secondary img {
  height: 100%;
}
.section-banner-secondary .text-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  background: rgba(32, 75, 98, 0.7);
  padding: 30px 20px 20px 0px;
  font-size: 16px;
}
@media screen and (max-width: 676px) {
  .section-banner-secondary .text-wrap {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .section-banner-secondary .text-wrap {
    width: 100%;
    padding-left: 20px;
    font-size: 14px;
  }
}
.section-banner-secondary .text-wrap p {
  margin: 20px 0 60px;
  color: #fff;
}
.section-banner-secondary .triangle {
  position: absolute;
  right: 40%;
  overflow: hidden;
  height: 100%;
  top: 0;
  width: 40%;
}
@media screen and (max-width: 676px) {
  .section-banner-secondary .triangle {
    right: 50%;
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .section-banner-secondary .triangle {
    display: none;
  }
}
.section-banner-secondary .triangle:after {
  content: '';
  /*display: block;*/
  position: absolute;
  height: 100%;
  width: 100%;
  transform: skewX(-30deg);
  background: rgba(32, 75, 98, 0.7);
  right: -65%;
}
.section-banner-secondary .triangle.rotate180 {
  transform: rotateX(180deg);
}
.ssu-page-content .col-10 {
  width: calc(83.33% - 60px);
}
@media screen and (max-width: 768px) {
  .ssu-page-content.row {
    flex-direction: column;
  }
  .ssu-page-content .col-10,
  .ssu-page-content .col-2 {
    width: 100%;
  }
}
.ssu-page-content-area {
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .ssu-page-content-area:last-child {
    margin-bottom: 0;
  }
}
.ssu-page-content-image img {
  margin-bottom: 0;
  max-width: 100%;
}
.ssu-page-content-text {
  padding-left: 20px;
}
@media screen and (max-width: 640px) {
  .ssu-page-content-text {
    padding-left: 0;
    padding-top: 20px;
  }
}
.ssu-page-content-text h4 {
  margin-bottom: 5px;
}
.ssu-page-content-text p {
  margin: 0 0 20px;
}
.eco-business-model .intro {
  margin-top: 40px;
}
.eco-business-model .intro h3 {
  font-size: 26px;
  line-height: 1.16;
  color: #575756;
  font-weight: 600;
  margin-bottom: 40px;
}
.eco-business-model .eco-accordion .tabs {
  margin: 40px 0 20px 0;
  display: flex;
}
.eco-business-model .eco-accordion .tabs > .tab-column {
  flex: 1;
  margin-right: 10px;
}
.eco-business-model .eco-accordion .tabs > .tab-column:last-of-type {
  margin-right: 0;
}
.eco-business-model .eco-accordion .tabs > .tab-column:last-of-type .container:after {
  content: none;
}
.eco-business-model .eco-accordion .tabs > .tab-column .container {
  position: relative;
}
.eco-business-model .eco-accordion .tabs > .tab-column .container:after {
  right: 0;
  content: "";
  background-image: url(../img/chevron.png);
  width: 10px;
  height: 18px;
  display: inline-block;
  position: absolute;
  top: 18px;
  font-weight: 600;
  color: #898988;
  background-size: cover;
  background-position: center center;
}
.eco-business-model .eco-accordion .tabs > .tab-column .container:first-of-type {
  margin-bottom: 30px;
}
.eco-business-model .eco-accordion .tabs > .tab-column button {
  display: block;
  width: calc(100% - 20px);
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  padding: 0px;
  position: relative;
  transition: 0.4s;
}
.eco-business-model .eco-accordion .tabs > .tab-column button:hover {
  opacity: 0.8;
  cursor: pointer;
  transition: 0.4s;
}
.eco-business-model .eco-accordion .tabs > .tab-column button:active {
  opacity: 0.6;
  cursor: pointer;
  transition: 0.2s;
}
.eco-business-model .eco-accordion .tabs > .tab-column button:after {
  position: absolute;
  right: -15px;
  bottom: -15px;
  content: "";
  background-color: white;
  transform: rotate(45deg);
  display: inline-block;
  height: 25px;
  width: 25px;
}
.eco-business-model .eco-accordion .tabs > .tab-column button span {
  padding: 18px 20px;
  display: block;
  text-align: left;
  color: white;
  font-weight: 600;
}
.eco-business-model .eco-accordion .tabs > .tab-column button span:after {
  content: "+";
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 12px;
  color: white;
  display: inline-block;
  font-weight: 100;
}
.eco-business-model .eco-accordion .tabs > .tab-column button.active span:after {
  content: "-";
}
.eco-business-model .eco-accordion .tabs > .tab-column button.tab-colour-1 {
  background-color: #1574a2;
}
.eco-business-model .eco-accordion .tabs > .tab-column button.tab-colour-2 {
  background-color: #198ed1;
}
.eco-business-model .eco-accordion .tabs > .tab-column button.tab-colour-3 {
  background-color: #028688;
}
.eco-business-model .eco-accordion .tabs > .tab-column button.tab-colour-4 {
  background-color: #24a1bf;
}
.eco-business-model .eco-accordion .tabs > .tab-column button.tab-colour-5 {
  background-color: #24b5d2;
}
.eco-business-model .eco-accordion .tabs > .tab-column:first-of-type .container:first-of-type {
  top: calc(50% - 25px);
}
@media screen and (max-width: 768px) {
  .eco-business-model .eco-accordion .tabs {
    display: none;
  }
}
.eco-business-model .eco-accordion .panels {
  transition: all 0.5s linear;
  display: block;
}
.eco-business-model .eco-accordion .panels .panel {
  display: none;
}
@media screen and (max-width: 768px) {
  .eco-business-model .eco-accordion .panels .panel {
    display: block;
  }
}
.eco-business-model .eco-accordion .panels .panel .income-stream .icon-target {
	display: inline-block;
	height: 30px;
	width: 30px;
	content: "";
	position: relative;
	background-image: url(../img/income-project.png);
	background-size: cover;
	background-position: center center;
	top: 9px;
}
.eco-business-model .eco-accordion .panels .panel .income-stream .icon-returning {
	display: inline-block;
	height: 30px;
	width: 30px;
	content: "";
	position: relative;
	background-image: url(../img/income-recurring.png);
	background-size: cover;
	background-position: center center;
	top: 9px;
}
.eco-business-model .eco-accordion .panels .panel .income-stream .icon-revaluation {
	display: inline-block;
	height: 30px;
	width: 30px;
	content: "";
	position: relative;
	background-image: url(../img/evaluation-and-divestment-gains.png);
	background-size: cover;
	background-position: center center;
	top: 9px;
}
.eco-business-model .eco-accordion .panels .panel .panel-title-mobile {
  display: none;
  position: relative;
  padding: 15px 10px;
  margin-top: 40px;
  text-align: left;
  color: white;
  font-weight: 600;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .eco-business-model .eco-accordion .panels .panel .panel-title-mobile {
    display: block;
  }
}
.eco-business-model .eco-accordion .panels .panel .panel-title-mobile.tab-colour-1 {
  background-color: #1574a2;
}
.eco-business-model .eco-accordion .panels .panel .panel-title-mobile.tab-colour-2 {
  background-color: #198ed1;
}
.eco-business-model .eco-accordion .panels .panel .panel-title-mobile.tab-colour-3 {
  background-color: #028688;
}
.eco-business-model .eco-accordion .panels .panel .panel-title-mobile.tab-colour-4 {
  background-color: #24a1bf;
}
.eco-business-model .eco-accordion .panels .panel .panel-title-mobile.tab-colour-5 {
  background-color: #24b5d2;
}
.eco-business-model .eco-accordion .panels .panel .panel-title-mobile:after {
  position: absolute;
  right: -15px;
  bottom: -15px;
  content: "";
  background-color: white;
  transform: rotate(45deg);
  display: inline-block;
  height: 25px;
  width: 25px;
}
.eco-business-model .eco-accordion .panels .panel:first-of-type {
  display: block;
}
.eco-business-model .eco-accordion .panels .panel h4 {
  margin-top: 20px;
}
.eco-business-model .eco-accordion .panels .panel p {
  margin-top: 10px;
}
.eco-business-model .eco-grid {
  display: flex;
  flex: auto;
  flex-wrap: wrap;
  margin-top: 40px;
}
.eco-business-model .eco-grid > .grid-item {
  position: relative;
  flex-direction: column;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(33% - 1px);
  margin-right: 3px;
  background: #f0f0f0;
  margin-bottom: 3px;
  transition: 0.4s;
}
.eco-business-model .eco-grid > .grid-item img {
  display: none;
  position: absolute;
  left: calc(50% - 14px);
  bottom: calc(50% - 14px);
  pointer-events: none;
}
.eco-business-model .eco-grid > .grid-item img.active {
  display: block;
}
@media screen and (max-width: 768px) {
  .eco-business-model .eco-grid > .grid-item {
    flex-basis: 100%;
    margin-right: 0;
  }
}
.eco-business-model .eco-grid > .grid-item:hover {
  cursor: pointer;
  background: #969495;
  transition: 0.4s;
}
.eco-business-model .eco-grid > .grid-item:hover h4,
.eco-business-model .eco-grid > .grid-item:hover a {
  opacity: 0.5;
}
.eco-business-model .eco-grid > .grid-item:hover:before {
  opacity: 0.2;
}
.eco-business-model .eco-grid > .grid-item:nth-child(3n+3) {
  margin-right: 0;
}
.eco-business-model .eco-grid > .grid-item a {
  display: block;
  padding: 20px;
  z-index: 20;
  color: #575756;
}
.eco-business-model .eco-grid > .grid-item:before {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 70px;
  height: 70px;
  display: inline-block;
  content: "";
  background-position: center center;
  background-size: cover;
}
/*
.eco-business-model .eco-grid > .grid-item:nth-child(1):before {
	background-image: url(../img/eco-grid-asset.png);
}
.eco-business-model .eco-grid > .grid-item:nth-child(2):before {
	background-image: url(../img/eco-grid-ener.png);
}
.eco-business-model .eco-grid > .grid-item:nth-child(3):before {
	background-image: url(../img/eco-grid-urb.png);
}
.eco-business-model .eco-grid > .grid-item:nth-child(4):before {
	background-image: url(../img/eco-grid-conn.png); 
}
.eco-business-model .eco-grid > .grid-item:nth-child(5):before {
	background-image: url(../img/eco-grid-asset.png); 
}
.eco-business-model .eco-grid > .grid-item:nth-child(6):before {
	background-image: url(../img/eco-grid-marine.png);
}
*/

/* ==== */
.eco-business-model .eco-grid > .green-img:before {
	background-image: url(../img/eco-grid-asset.png);
}
.eco-business-model .eco-grid > .orange-img:before {
	background-image: url(../img/eco-grid-ener.png);
}
.eco-business-model .eco-grid > .yellow-img:before {
	background-image: url(../img/eco-grid-urb.png);
}
.eco-business-model .eco-grid > .purple-img:before {
	background-image: url(../img/eco-grid-conn.png); /* Modified by WP */
}
.eco-business-model .eco-grid > .cyan-img:before {
	background-image: url(../img/eco-grid-asset.png); /* Modified by WP */
}
.eco-business-model .eco-grid > .blue-img:before {
	background-image: url(../img/eco-grid-marine.png);
}
/* ==== */

.eco-business-model .eco-grid > .grid-item h4 {
  border-bottom: 2px solid black;
  margin-top: 30px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.eco-business-model .eco-grid > .grid-item.orange h4 {
  border-color: #e45b2a;
  color: #e45b2a;
}
.eco-business-model .eco-grid > .grid-item.yellow h4 {
  border-color: #f0ac0b;
  color: #f0ac0b;
}
.eco-business-model .eco-grid > .grid-item.cyan h4 {
  border-color: #0cb1ae;
  color: #0cb1ae;
}
.eco-business-model .eco-grid > .grid-item.purple h4 {
  border-color: #6b5392;
  color: #6b5392;
}
.eco-business-model .eco-grid > .grid-item.blue h4 {
  border-color: #0b649b;
  color: #0b649b;
}
.eco-business-model .eco-grid > .grid-item.green h4 {
  border-color: #71b748;
  color: #71b748;
}
.approach-box h2 {
  text-align: center;
  padding: 40px 0;
}
.approach-box-item {
  margin-bottom: 20px;
  width: calc(50% - 10px);
  background: #ededed;
}
@media screen and (max-width: 640px) {
  .approach-box-item {
    width: 100%;
  }
}
.approach-box-item-image {
  width: 65%;
  overflow: hidden;
  float: left;
}
@media screen and (max-width: 1024px) {
  .approach-box-item-image {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .approach-box-item-image {
    clear: both;
    width: 100%;
  }
}
.approach-box-item-image img {
  width: 100%;
  transition: all 0.3s;
  transform: scale(1);
}
.approach-box-item-text {
  padding: 20px;
  width: 35%;
  float: right;
}
@media screen and (max-width: 1024px) {
  .approach-box-item-text {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .approach-box-item-text {
    clear: both;
    width: 100%;
  }
}
.approach-box-item-text:after {
  content: '';
  display: block;
  position: absolute;
  width: 14px;
  height: 21px;
  background: url(../img/arrow_red.svg) no-repeat;
  background-size: contain;
  bottom: 25px;
  right: 25px;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .approach-box-item-text:after {
    bottom: 20px;
    right: 20px;
  }
}
.approach-box-item:hover img {
  transform: scale(1.05);
}
.approach-box-type-2 .approach-box-item {
  width: calc(33.33% - 13.33px);
}
@media screen and (max-width: 640px) {
  .approach-box-type-2 .approach-box-item {
    width: 100%;
  }
}
.approach-box-type-2 .approach-box-item-image,
.approach-box-type-2 .approach-box-item-text {
  width: 100%;
  clear: both;
}
.approach-box-type-3 .approach-box-item {
  width: calc(50% - 13.33px);
  background: #fff;
}
@media screen and (max-width: 640px) {
  .approach-box-type-3 .approach-box-item {
    width: 100%;
  }
}
.approach-box-type-3 .approach-box-item-image,
.approach-box-type-3 .approach-box-item-text {
  width: 100%;
  clear: both;
}
.content-report {
  background: #ededed;
}
.content-report-text {
  padding: 0 20px;
  padding-right: 20px;
  font-size: 16px;
}
.content-report-text h2 {
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .content-report-text h2 {
    padding-top: 20px;
  }
}
.content-report-text a {
  position: absolute;
  left: 0px;
  bottom: 0px;
}
@media screen and (max-width: 768px) {
  .content-report-text a {
    position: relative;
    left: 0;
    margin-top: 20px;
    padding-left: 0;
  }
}
.content-report-image {
  padding: 20px;
  text-align: right;
}
.content-report-image img {
  max-width: 100%;
}
.contact-detail {
  padding: 50px 0;
  border-bottom: 1px solid #575756;
}
@media screen and (max-width: 640px) {
  .contact-detail {
    padding: 30px 0;
  }
}
.contact-detail:first-child {
  padding-top: 0px;
}
.contact-detail img {
  max-width: 100%;
  margin-bottom: 40px;
}
.contact-detail .col-6 {
  width: calc(50% - 10px);
}
@media screen and (max-width: 640px) {
  .contact-detail .col-6 {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .contact-detail .col-6:first-child {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 800px) {
  .contact-detail .col-3 {
    width: calc(50% - 10px);
  }
  .contact-detail .col-9 {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 640px) {
  .contact-detail .col-3 {
    width: 100%;
    padding-bottom: 30px;
  }
  .contact-detail .col-9 {
    width: 100%;
  }
}
.contact-detail a {
  color: #da2128;
}
.contact-detail h2 {
  margin-bottom: 20px;
}
.contact-detail h3 {
  margin-bottom: 40px;
}
.contact-detail h6 {
  margin-bottom: 3px;
}
.contact-detail address {
  font-style: normal;
  line-height: 1.45;
}
.contact-detail li {
  list-style: none;
  line-height: 1.3;
}
.contact-detail-list li:nth-last-child(2) {
  margin-top: 20px;
}
.contact-detail-list span {
  display: inline-block;
  width: 70px;
}
.investor-contact-detail h4 {
  margin-bottom: 40px;
}
.investor-contact-detail h5 {
  color: #575756;
  margin-bottom: 20px;
}
.investor-contact-detail-item {
  padding: 40px 0 0;
  border-bottom: 1px solid #575756;
}
.investor-contact-detail-item:first-child {
  padding-top: 0px;
}
.investor-contact-detail-item-list {
  padding-bottom: 40px;
}
.investor-contact-detail-item-list li {
  list-style: none;
  line-height: 1.3;
}
.investor-contact-detail-item-list li:nth-last-child(2) {
  margin-top: 20px;
}
.investor-contact-detail-parpa {
  padding-bottom: 40px;
  margin-top: -20px;
}
.heading-career {
  margin-top: 50px;
  margin-bottom: 40px;
  text-align: center;
}
.opportunities-wrapper {
  background: #575756;
  padding: 40px 0 20px;
  color: #fff;
}
.opportunities-wrapper .heading-career {
  margin-top: 0;
  color: #fff;
}
.opportunities-wrapper .big-text {
  margin-bottom: 40px;
  text-align: center;
}
.opportunities-wrapper .cutting-edge:after {
  border-color: transparent transparent #ededed transparent;
}
.opportunities-wrapper a { /* Added by WP */
  color: #8A8A8A;
}
.order-unorder-list ol {
  margin-left: 15px;
}
.order-unorder-list ol > li {
  margin-bottom: 20px;
}
.order-unorder-list ol ol {
  margin-left: 40px;
}
.order-unorder-list ol ol li {
  list-style: lower-alpha;
  margin-bottom: 0;
  padding-left: 20px;
}
.order-unorder-list ul {
  margin-left: 40px;
}
.order-unorder-list ul li {
  list-style: disc;
  padding-left: 20px;
}
.order-unorder-list li {
  line-height: 1.4;
}
.investors-inner {
  counter-reset: level1;
}
.counter-order-list {
  line-height: 1.3;
}
.counter-order-list p {
  margin-top: 20px;
}
.counter-order-list ol {
  list-style: none;
}
.counter-order-list li li {
  padding: 10px 0 10px 20px;
}
.counter-order-list .count-lvl-1 > li {
  margin-top: 20px;
}
.counter-order-list .count-lvl-1 > li {
  counter-reset: level2;
  counter-increment: level1;
}
.counter-order-list .count-lvl-1 > li:before {
  content: counter(level1) ". ";
}
.counter-order-list .count-lvl-1 > li:last-child {
  padding-bottom: 0;
}
.counter-order-list .count-lvl-2 > li {
  counter-increment: level2;
  counter-reset: level3;
}
.counter-order-list .count-lvl-2 > li:before {
  content: counter(level1) "." counter(level2) ". ";
}
.counter-order-list .count-lvl-2 > li:last-child {
  padding-bottom: 0;
}
.counter-order-list .count-lvl-3 > li {
  counter-increment: level3;
}
.counter-order-list .count-lvl-3 > li:before {
  content: counter(level1) "." counter(level2) "." counter(level3) ". ";
}
.counter-order-list .count-lvl-3 > li:last-child {
  padding-bottom: 0;
}
.statements-holder h5 {
  margin-top: 40px;
  color: #575756;
  font-weight: bold;
  margin-bottom: 20px;
}
.statements-holder p {
  margin-bottom: 20px;
  line-height: 1.4;
}
.statements-holder table {
  /*margin: auto;*/ /* Removed by WP */
  margin-top: 20px;
  width: 75%;
}
@media screen and (max-width: 640px) {
  .statements-holder table {
    width: 100%;
  }
}
.statements-holder .table-wrapper {
  padding-bottom: 40px;
  border-bottom: 1px solid #575756;
}
.email-alerts-form li {
  list-style: none;
}
.email-alerts-form p {
  margin-bottom: 20px;
}
.email-alerts-form-section {
  margin: 40px 0;
  padding: 40px 0 0 0;
  border-top: 1px solid #575756;
  border-bottom: 1px solid #575756;
}
.email-alerts-form-section:first-child {
  padding-top: 0;
}
.email-alerts-form-section h6 {
  margin-bottom: 10px;
}
.email-alerts-form-section .margin-bottom-20 {
  margin-bottom: 20px;
}
.email-alerts-form-section-item {
  margin-bottom: 40px;
}
.email-alerts-form-section-item .fix-width {
  width: 150px;
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .email-alerts-form-section-item .fix-width {
    display: block;
    width: 100%;
  }
}
.email-alerts-form-section-item li {
  padding: 5px 0;
}
.email-alerts-form-section-item input,
.email-alerts-form-section-item select {
  width: 40%;
  border: 1px solid #575756;
  padding: 5px;
}
@media screen and (max-width: 640px) {
  .email-alerts-form-section-item input,
  .email-alerts-form-section-item select {
    width: 100%;
  }
}
.email-alerts-form-section-item input[type=checkbox] {
  padding: 10px;
  width: auto;
}
.email-alerts-form-section-item label {
  display: flex;
}
.email-alerts-form-section-item label span {
  display: inline-block;
  align-self: center;
}
.email-alerts-form .error {
  border-color: #da2128;
}
.form-button, /* Added by WP */
.email-alerts-form-button {
	width: 150px;
	background: #da2128;
	color: #fff;
	padding: 5px 0;
	text-align: center;
	border: none;
	margin-top: 40px;
	cursor: pointer;
}
.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.styled-checkbox + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 29px;
  height: 29px;
  background: white;
  border: 1px solid #575756;
}
.styled-checkbox.error + label:before {
  border: 1px solid #da2128;
}
.styled-checkbox:hover + label:before {
  background: #ededed;
}
.styled-checkbox:checked + label:before {
  background: #da2128;
}
.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.styled-checkbox:checked + label:after {
  content: '';
  position: absolute;
  left: 8px;
  top: 13px;
  background: white;
  width: 3px;
  height: 3px;
  box-shadow: 3px 0 0 white, 6px 0 0 white, 6px -3px 0 white, 6px -6px 0 white, 6px -9px 0 white, 6px -12px 0 white;
  transform: rotate(45deg);
}
.styled-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../img/arrow-down.png) no-repeat;
  background-size: 15px;
  background-position: right 10px center;
}
.styled-select::-ms-expand {
  display: none;
}
.error-page {
  height: calc(100vh - 90px);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.error-page h1 {
  font-size: 80px;
  color: #575756;
  margin-bottom: 20px;
}
.error-page h1 span {
  color: #da2128;
}
.error-page h4 {
  font-weight: 100;
  margin-bottom: 20px;
}
.error-page p {
  font-weight: bold;
}
.pg-search-result-bar {
  width: 70%;
  border: 1px solid #575756;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.pg-search-result-bar input {
  width: calc(100% - 20px);
  border: none;
  padding: 3px 5px;
}
.pg-search-result-bar input:focus {
  outline: none;
}
.pg-search-result-bar button {
  width: 20px;
  border: none;
  background: url(../img/arrow_red.svg) no-repeat center;
  background-size: 10px;
}
.pg-search-result-info {
  padding-top: 20px;
  margin-bottom: 20px;
  font-size: 12px;
}
.pg-search-result-wrap-item {
  padding: 20px 0;
  border-bottom: 1px solid #575756;
}
.pg-search-result-wrap-item * {
  line-height: 1.4;
}
.pg-search-result-wrap-item h5 {
  color: #575756;
  font-weight: bold;
}
.pg-search-result-wrap-item .date {
  font-size: 12px;
}
.thank-you-msg {
  padding: 50px 0;
}
.thank-you-msg p {
  padding-bottom: 20px;
}
.thank-you-msg p:last-child {
  padding-top: 40px;
}
.paging {
  padding: 30px 0 0 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.paging ul {
  display: flex;
}
.paging li {
  list-style: none;
}
.paging li,
.paging button {
  padding: 5px 10px;
  background: none;
  border: none;
}
.paging li a {
	color: #575756;
}
.paging .active,
.paging button.is-active {
  color: #da2128;
}
.paging .active:hover,
.paging button.is-active:hover {
  opacity: 1;
}
.paging .next,
.paging .prev {
  position: relative;
  color: #da2128;
}
.paging .next {
  padding-right: 30px;
}
.paging .next:after {
  content: "";
  position: absolute;
  width: 9px;
  height: 13px;
  background: url(../img/arrow_red.svg) no-repeat;
  background-size: contain;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  transition: all 0.3s;
  right: 10px;
}
@media screen and (max-width: 640px) {
  .paging .next:after {
    right: 15px;
  }
}
.paging .next:hover:after {
  right: 0px;
}
.paging .prev {
  padding-left: 30px;
}
.paging .prev:before {
  content: "";
  position: absolute;
  width: 9px;
  height: 13px;
  background: url(../img/arrow_red.svg) no-repeat;
  background-size: contain;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  transition: all 0.3s;
  right: inherit;
  left: 10px;
  transform: rotate(180deg);
  transform-origin: 5px 3px;
}
@media screen and (max-width: 640px) {
  .paging .prev:before {
    right: 15px;
  }
}
.paging .prev:hover:before {
  left: 0px;
}
.sitemap .row {
  margin: 0 -10px;
}
.sitemap a {
  color: #575756;
}
.sitemap .col-4 {
  padding: 0 10px;
}
@media screen and (max-width: 640px) {
  .sitemap .col-4 {
    margin-bottom: 40px;
  }
  .sitemap .col-4:last-child {
    margin-bottom: 0;
  }
}
.sitemap-nav {
  margin-top: 10px;
}
.sitemap-nav > li {
  padding: 0 0 0 20px;
}
.sitemap-nav > li:before {
  content: '';
  display: block;
  position: absolute;
  width: 9px;
  height: 13px;
  background: url(../img/arrow_red.svg) no-repeat;
  background-size: contain;
  left: 0px;
  top: 15px;
  transition: all 0.3s;
}
.sitemap li {
  list-style: none;
  position: relative;
}
.sitemap li ul {
  margin-left: 10px;
}
.sitemap li ul a {
  padding: 5px;
  color: rgba(87, 87, 86, 0.75);
}
.sitemap li a {
  display: block;
  padding: 15px 0;
}
/*Investor landing page*/
.inv-financial-high .col-8 {
  width: calc(66.66% - 20px);
}
@media screen and (max-width: 640px) {
  .inv-financial-high .col-8 {
    width: 100%;
    margin-bottom: 40px;
  }
}
.inv-financial-high-tbl-info p {
  padding: 25px 0;
}
.inv-financial-high-tbl-info a {
  padding-left: 0;
}
.inv-financial-high-qr-results {
  background: #ededed;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 20px;
  position: relative;
}
.inv-financial-high-qr-results h4 {
  padding-right: 20px;
  padding-bottom: 20px;
  color: #da2128;
  font-weight: normal;
}
.inv-financial-high-qr-results-text {
  width: calc(100% - 172px);
}
@media screen and (max-width: 800px) {
  .inv-financial-high-qr-results-text {
    width: 100%;
  }
}
.inv-financial-high-qr-results-text .read-more {
  position: absolute;
  bottom: 5px;
  left: 5px;
}
@media screen and (max-width: 800px) {
  .inv-financial-high-qr-results-text .read-more {
    position: relative;
    left: 0;
    padding-left: 0;
  }
}
.inv-financial-high-qr-results-image {
  background-image: url(../img/quarterly-chart3.svg);
  background-repeat: no-repeat;
  width: 172px;
  height: 200px;
  background-size: contain;
}
.inv-financial-high-qr-results.no-webcast {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.inv-financial-high-qr-results.no-webcast h4 {
  width: 100%;
}
.inv-financial-high-qr-results.no-webcast .inv-financial-high-qr-results-image {
  margin: 100px 0;
}
.inv-financial-high-results-webcast {
  margin-top: 20px;
}
.inv-financial-high-results-webcast .image-holder {
  margin-bottom: 10px;
  position: relative;
}
.inv-financial-high-results-webcast .text-wrap {
  position: absolute;
  height: 100%;
  width: 40%;
  background: rgba(32, 75, 98, 0.7);
  padding: 20px;
}
.inv-financial-high-results-webcast .triangle {
  position: absolute;
  left: 40%;
  overflow: hidden;
  height: 100%;
  top: 0;
  width: 40%;
}
.inv-financial-high-results-webcast .triangle:after {
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  transform: skewX(-30deg);
  background: rgba(32, 75, 98, 0.7);
  right: 60%;
  top: 0;
}
.inv-financial-high-results-webcast h4 {
  font-weight: normal;
  color: #fff;
}
.inv-financial-high-results-webcast img {
  max-width: 100%;
  width: 100%;
}
.inv-financial-high-results-webcast p {
  line-height: 1.37;
}
.latest-divident-wrap {
  background: #80b7d0;
  color: #fff;
  width: 100% !important;
}
.latest-divident-wrap .text-wrap {
  right: 40px;
  width: 50%;
}
@media screen and (max-width: 800px) {
  .latest-divident-wrap .text-wrap {
    width: 100%;
    left: 0;
    padding: 40px;
  }
}
@media screen and (max-width: 640px) {
  .latest-divident-wrap .text-wrap {
    padding: 20px;
  }
}
.latest-divident-wrap li {
  list-style: none;
  float: left;
  width: 60%;
  padding: 5px 0 !important;
}
.latest-divident-wrap li:nth-child(odd) {
  width: 40%;
}
.latest-divident-wrap h2 {
  color: #fff;
}
.investors-boxes .col-4 {
  width: calc(33.33% - 13.33px);
}
@media screen and (max-width: 640px) {
  .investors-boxes .col-4 {
    width: 100%;
    margin-bottom: 30px;
  }
}
.investors-boxes h4 {
  color: #da2128;
  font-weight: normal;
}
.investors-boxes-annual-report {
  background: #ededed;
}
.investors-boxes-annual-report .read-more {
  position: absolute;
  bottom: 0;
}
.investors-boxes-annual-report h4 {
  padding: 20px;
}
.investors-boxes-annual-report img {
  max-width: 85%;
  position: absolute;
  right: 0;
  bottom: 27px; /* Modified by WP */
}
@media screen and (max-width: 640px) {
  .investors-boxes-annual-report img {
    position: relative;
    float: right;
  }
}
.investors-boxes .icon {
  display: inline-block;
  height: 50px;
  width: 60px;
  background-image: url(../img/investors-icons.png);
  background-repeat: no-repeat;
  margin-right: 20px;
}
@media screen and (max-width: 800px) {
  .investors-boxes .icon {
    margin-right: 10px;
    width: 40px;
    height: 35px;
    background-size: 38px;
  }
}
.investors-boxes-links {
  background: #ededed;
  font-size: 16px;
}
.investors-boxes-links li {
  list-style: none;
  border-bottom: 1px solid #575756;
  padding: 0 20px;
  position: relative;
}
.investors-boxes-links li:last-child {
  border-bottom: none;
}
.investors-boxes-links a {
  display: flex;
  padding: 33px 0;
  align-items: center;
  color: #575756;
  font-weight: bold;
}
.investors-boxes-links a:after {
  content: "";
  position: absolute;
  width: 9px;
  height: 13px;
  background: url(../img/arrow_red.svg) no-repeat;
  background-size: contain;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  transition: all 0.3s;
}
@media screen and (max-width: 640px) {
  .investors-boxes-links a:after {
    right: 15px;
  }
}
.investors-boxes-links a:hover:after {
  right: 15px;
}
.investors-boxes-links .annual {
  background-position: 0 -50px;
}
.investors-boxes-links .investor-re {
  background-position: 0 -100px;
}
.investors-boxes-links .investor-co {
  background-position: 0 -150px;
}
@media screen and (max-width: 800px) {
  .investors-boxes-links a {
    padding: 20px 0;
  }
  .investors-boxes-links a:after {
    right: 15px;
  }
  .investors-boxes-links .annual {
    background-position: 0 -30px;
  }
  .investors-boxes-links .investor-re {
    background-position: 0 -65px;
  }
  .investors-boxes-links .investor-co {
    background-position: 0 -97px;
  }
}
.investors-boxes-calender {
  padding-bottom: 56px;
  position: relative;
}
.investors-boxes-calender h4 {
  padding: 20px;
  border-bottom: 1px solid #575756;
  color: #da2128;
  font-weight: normal;
}
.investors-boxes-calender h6 {
  color: #575756;
  padding: 5px 0;
  font-size: 16px;
}
.investors-boxes-calender li {
  list-style: none;
  padding: 20px 25px;
  border-bottom: 1px solid #575756;
}
.investors-boxes-calender li:after {
  content: '';
  display: block;
  clear: both;
}
.investors-boxes-calender p {
  line-height: 1.5;
}
.investors-boxes-calender .icon {
  float: left;
  background-position: 0 -205px;
}
@media screen and (max-width: 800px) {
  .investors-boxes-calender .icon {
    background-position: 0 -130px;
  }
}
.investors-boxes-calender .text-wrap {
  width: calc(100% - 80px);
  float: left;
}
@media screen and (max-width: 800px) {
  .investors-boxes-calender .text-wrap {
    width: calc(100% - 50px);
  }
}
.investors-boxes-calender .read-more {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 800px) {
  .investors-boxes-calender h4 {
    padding: 10px 20px;
  }
  .investors-boxes-calender li {
    padding: 15px 20px;
  }
}
/* Results page and AGM page*/
.responsive-container {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 0;
  overflow: hidden;
  margin-bottom: 40px;
  left: 0;
  padding-bottom: 56.2493%;
}
.responsive-container-slideshare {
  padding-top: 38px;
}
.responsive-container iframe,
.responsive-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.responsive-container .hide-linkedin,
.responsive-container .hide-share {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  height: 35px;
  width: 25%;
  background: #323232;
}
@media screen and (max-width: 1024px) {
  .responsive-container .hide-linkedin,
  .responsive-container .hide-share {
    display: none;
  }
}
.responsive-container .hide-share {
  left: 0;
  right: inherit;
  width: 15%;
}
@media screen and (max-width: 1024px) {
  .responsive-container .hide-share {
    display: block;
  }
}
.agm-image-container {
  overflow: hidden;
  position: relative;
}
.agm-image-container-text {
  position: absolute;
  left: 0;
  top: 0;
  padding: 20px;
  width: 40%;
  z-index: 1;
  font-size: 16px;
}
@media screen and (max-width: 800px) {
  .agm-image-container-text {
    font-size: 14px;
    width: 60%;
  }
}
@media screen and (max-width: 640px) {
  .agm-image-container-text {
    width: 100%;
    padding: 10px;
  }
}
.agm-image-container-text h6,
.agm-image-container-text p {
  color: #fff;
}
.agm-image-container-text h6 {
  margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
  .agm-image-container-text h6 {
    margin-bottom: 10px;
  }
  .agm-image-container-text .big-text {
    font-size: 20px;
  }
}
.agm-image-container img {
  max-width: 100%;
}
.agm-image-container .design-pattern {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(32, 75, 98, 0.7);
  left: -50%;
  top: 0;
  transform: skewX(-30deg);
}
@media screen and (max-width: 800px) {
  .agm-image-container .design-pattern {
    left: -40%;
  }
}
@media screen and (max-width: 640px) {
  .agm-image-container .design-pattern {
    left: 0;
    transform: skewX(0);
  }
}
@media screen and (max-width: 768px) {
  .investors-two-section .col-9 {
    width: 70%;
  }
}
@media screen and (max-width: 640px) {
  .investors-two-section .col-9 {
    margin-bottom: 40px;
    width: 100%;
  }
}
.investors-two-section .col-3 {
  width: calc(25% - 20px);
}
@media screen and (max-width: 768px) {
  .investors-two-section .col-3 {
    width: calc(30% - 20px);
  }
}
@media screen and (max-width: 640px) {
  .investors-two-section .col-3 {
    width: 100%;
  }
}
.investors-two-section .content-text-group h3 {
  margin-bottom: 20px;
}
.investors-two-section .content-text-group h5 {
  color: #575756;
  margin-bottom: 5px;
  font-weight: bold;
}
.investors-two-section .content-text-group em {
  font-weight: bold;
}
.investors-two-section .content-text-group p {
  margin-top: 20px;
  line-height: 1.56;
}
.investors-two-section .content-text-group h4 {
  margin: 30px 0;
}
.investors-two-section .common-text-styling p {
  margin-bottom: 20px;
  line-height: 1.56;
}
blockquote {
  margin-top: 40px;
}
blockquote .start-quote {
  display: inline-block;
  background: url(../img/queto-icon.png) no-repeat;
  background-size: contain;
  width: 24px;
  height: 16px;
  margin-right: 5px;
  margin-top: -10px;
}
blockquote p {
  margin-bottom: 20px;
  line-height: 1.56;
  font-style: italic;
  font-size: 20px;
}
blockquote > p:nth-last-of-type(1):after {
  content: "";
  display: inline-block;
  background: url(../img/queto-icon.png) no-repeat;
  background-size: contain;
  width: 24px;
  height: 16px;
  transform: rotate(180deg);
}
blockquote .auther {
  text-align: right;
  /*color: #da2128;*/ /* Commented by WP */
}
blockquote .auther p {
  margin-bottom: 0;
  font-style: normal;
  font-size: 14px;
}
.download-links {
  background: #ededed;
}
.download-links h6 {
  color: #da2128;
  font-weight: normal;
  border-bottom: 1px solid #575756;
  padding: 15px 20px;
	font-weight: bold; /* Added by WP */
}
@media screen and (max-width: 800px) {
  .download-links h6 {
    padding: 15px 10px;
  }
}
.download-links li {
  list-style: none;
  border-bottom: 1px solid #b8b8b7;
  position: relative;
}
.download-links li:last-child {
  border: none;
}
.download-links li.web-cast-icon a:after {
  background: url(../img/play-icon.png) no-repeat;
  width: 18px;
  height: 21px;
  right: 20px;
}
.download-links a {
  display: block;
  padding: 20px 30px 20px 20px;
  color: #575756;
}
@media screen and (max-width: 800px) {
  .download-links a {
    padding: 15px 30px 15px 10px;
  }
}
.download-links a:after {
  content: "";
  position: absolute;
  width: 9px;
  height: 13px;
  background: url(../img/arrow_red.svg) no-repeat;
  background-size: contain;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  transition: all 0.3s;
}
@media screen and (max-width: 640px) {
  .download-links a:after {
    right: 15px;
  }
}
@media screen and (max-width: 800px) {
  .download-links a:after {
    right: 20px;
  }
}
.download-links a:hover:after {
  right: 15px;
}
.past-quarters-results h2 {
  text-align: center;
  margin-bottom: 40px;
}
/*Investors annual report page*/
.annual-report-current {
  background: #ededed;
  display: flex;
  justify-content: space-around;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .annual-report-current {
    flex-direction: column;
  }
  .annual-report-current-text {
    order: 2;
    margin-top: 20px;
  }
  .annual-report-current-image {
    order: 1;
    text-align: center;
  }
  .annual-report-current img {
    max-width: 100%;
  }
}
.annual-report-current-text {
  padding-right: 40px;
}
.annual-report-current-text h4,
.annual-report-current-text p {
  margin-bottom: 30px;
  line-height: 1.37;
}
.annual-report-current-links {
  padding-top: 20px;
}
.annual-report-current-links a {
  margin-left: 15%;
}
.annual-report-current-links a:first-child {
  margin-left: 0;
}
@media screen and (max-width: 640px) {
  .annual-report-current-links a:last-child {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
}
.past-reports h2 {
  text-align: center;
}
.past-reports-grid {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  list-style: none;
}
.past-reports-grid-column {
  margin-top: 40px;
  position: relative;
  width: calc(50% - 10px);
  background: #ededed;
  display: flex;
  padding: 20px 20px 0 20px;
}
@media screen and (max-width: 960px) {
  .past-reports-grid-column {
    flex-direction: column;
  }
  .past-reports-grid-column-image {
    text-align: center;
    order: 2;
  }
}
@media screen and (max-width: 640px) {
  .past-reports-grid-column {
    width: 100%;
  }
}
.past-reports-grid-column-details {
  padding-left: 40px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .past-reports-grid-column-details {
    padding-left: 20px;
  }
  .past-reports-grid-column-details h5 {
    font-size: 18px;
  }
}
@media screen and (max-width: 960px) {
  .past-reports-grid-column-details {
    padding-left: 0;
  }
}
.past-reports-grid-column-details h5 {
  color: #575756;
  font-weight: bold;
  margin-top: 25px;
}
.past-reports-grid-column-links {
  position: absolute;
  bottom: 30px;
  width: calc(100% - 40px);
  border-top: 1px solid #575756;
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .past-reports-grid-column-links {
    position: relative;
    bottom: inherit;
    margin-top: 20px;
    padding-bottom: 20px;
    width: 100%;
  }
}
/*Request a hard copy page*/
.hard-copy-request-para {
  margin-bottom: 20px;
  line-height: 1.37;
}
.hard-copy-request-from {
  margin: 40px 0;
  padding: 40px 0;
  border-top: 1px solid #575756;
  border-bottom: 1px solid #575756;
}
.hard-copy-request-from h6 {
  margin-bottom: 10px;
}
.hard-copy-request-inline {
  list-style: none;
  display: flex;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.hard-copy-request-inline li {
  margin-right: 50px;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .hard-copy-request-inline li {
    margin-right: 0px;
    width: 100%;
  }
}
.hard-copy-request-inline label {
  display: flex;
}
@media screen and (max-width: 640px) {
  .hard-copy-request-inline label {
    flex-wrap: wrap;
  }
}
.hard-copy-request-inline label span {
  display: inline-block;
  align-self: center;
}
@media screen and (max-width: 640px) {
  .hard-copy-request-inline label span {
    width: 80%;
  }
}
.hard-copy-request-from-section {
  list-style: none;
}
.hard-copy-request-from-section li {
  padding: 5px 0;
}
.hard-copy-request-from-section .extra-spacing {
  padding-top: 20px;
}
.hard-copy-request-from-section label {
  display: inline-block;
  width: 220px;
}
@media screen and (max-width: 640px) {
  .hard-copy-request-from-section label {
    display: block;
    width: 100%;
  }
}
.hard-copy-request-from-section input,
.hard-copy-request-from-section select,
.hard-copy-request-from-section textarea {
  width: calc(100% - 225px);
  border: 1px solid #575756;
  padding: 5px 5px;
  vertical-align: top;
}
@media screen and (max-width: 640px) {
  .hard-copy-request-from-section input,
  .hard-copy-request-from-section select,
  .hard-copy-request-from-section textarea {
    width: 100%;
  }
}
.hard-copy-request-from-section input[type=checkbox] {
  width: auto;
}
.hard-copy-request-from-section .error {
  border: 1px solid #da2128;
}
.hard-copy-request-button {
  width: 150px;
  background: #da2128;
  color: #fff;
  padding: 5px 0;
  text-align: center;
  border: none;
  margin-top: 40px;
}
.hard-copy-request .red-text {
  color: #da2128;
}
.hard-copy-request .spacing {
  padding: 20px 0;
}
.hard-copy-request .has-checkbox label {
  display: flex;
  float: left;
}
.hard-copy-request .has-checkbox span {
  align-self: center;
}
.hard-copy-request .has-checkbox:after {
  content: '';
  display: block;
  clear: both;
}
.hard-copy-request .account-input-holder {
  display: inline-block;
  width: calc(100% - 225px);
  vertical-align: top;
}
@media screen and (max-width: 640px) {
  .hard-copy-request .account-input-holder {
    width: 100%;
    margin: 10px 0;
  }
}
.hard-copy-request .account-input {
  line-height: 28px;
  display: flex;
}
.hard-copy-request .account-input input {
  width: 8%;
  border: 1px solid #575756;
  padding: 6px 5px;
  text-align: center;
  border-right: none;
}
.hard-copy-request .account-input input:last-child {
  border-right: 1px solid #575756;
}
.hard-copy-request .account-input .error {
  border-color: #da2128;
}
.hard-copy-request .account-input .error:last-child {
  border-right: 1px solid #da2128;
}
.hard-copy-request .account-input .error + span {
  border-color: #da2128;
}
.hard-copy-request .account-input span {
  display: inline-block;
  width: 40px;
  height: 30px;
  border: 1px solid #575756;
  text-align: center;
  border-right: none;
}
@media screen and (max-width: 800px) {
  .hard-copy-request .col-9 {
    width: 100%;
  }
}
.input-error-msg,
.check-error-msg {
  color: #da2128;
  display: none;
}
/* presentations page */
.search-drop select {
  width: 200px;
  border: 1px solid #575756;
  padding: 5px 10px;
  margin-left: 10px;
}
.presentations-wrapper h2 {
  margin-bottom: 40px;
  text-align: center;
}
.presentations-wrapper-list {
  margin-top: 40px;
}
.presentations-wrapper-list li {
  list-style: none;
  border-bottom: 1px solid #575756;
  padding: 15px 0;
}
.presentations-wrapper-list-text {
  padding-top: 5px;
  padding-right: 100px;
  position: relative;
}
.presentations-wrapper-list-text .read-more {
  position: absolute;
  right: 0;
  padding: 0px 50px 0px 20px;
}
.presentations-wrapper-list-text .read-more:after {
  height: 13px;
  width: 9px;
}
@media screen and (max-width: 640px) {
  .presentations-wrapper-list-text .read-more {
    padding-right: 30px;
  }
  .presentations-wrapper-list-text .read-more:after {
    right: 5px;
  }
}
.margin-top0 {
  margin-top: 0 !important;
}
.tbl-simple td,
.tbl-simple th {
  padding: 20px 5px 15px 5px;
  text-align: right;
}
.tbl-simple td:first-child,
.tbl-simple th:first-child {
  text-align: left;
  padding-left: 0px;
}
.tbl-simple td:last-child,
.tbl-simple th:last-child {
  padding-right: 5px;
}
.tbl-simple thead th {
  border-bottom: 1px solid #575756;
  vertical-align: top;
}
.tbl-simple tbody td {
  border-bottom: 1px solid #b8b8b7;
}
.tbl-simple tbody .no-border {
  border: none;
}
.share-table-type-1 tr,
.share-table-type-2 tr {
  height: 45px;
}
.share-table-type-1 td,
.share-table-type-2 td,
.share-table-type-1 th,
.share-table-type-2 th {
  padding: 15px 5px 10px 5px;
  vertical-align: top;
}
.share-table-type-1 td:first-child,
.share-table-type-2 td:first-child,
.share-table-type-1 th:first-child,
.share-table-type-2 th:first-child {
  text-align: left;
}
.share-table-type-1 thead th,
.share-table-type-2 thead th {
  vertical-align: bottom;
}
.share-table-type-1 .has-bracket,
.share-table-type-2 .has-bracket {
  padding-right: 0;
}
.share-table-type-1 .has-bracket:last-child,
.share-table-type-2 .has-bracket:last-child {
  padding-right: 0px;
}
.share-table-type-1 tbody th,
.share-table-type-2 tbody th {
  border-bottom: 1px solid #b8b8b7;
}
.share-table-type-2 td,
.share-table-type-2 th {
  text-align: left;
}
.calendar-table-type-3 td,
.calendar-table-type-3 th {
  text-align: left;
  padding: 15px 5px 10px 5px;
}
.calendar-table-type-3 td:first-child,
.calendar-table-type-3 th:first-child {
  text-align: left;
}
.calendar-table-type-3 tbody td {
  border-bottom: 1px solid #575756;
  vertical-align: top;
}
.table-wrapper {
  display: block;
  overflow-x: auto;
}
.table-wrapper .tbl-heading {
  text-align: center;
  padding: 10px 0;
  border-bottom: 1px solid #575756;
}
.hidden-table {
  display: none;
}
.show-more {
  display: block;
  text-align: center;
  padding: 15px 0;
  background: transparent;
  border: none;
  width: 100%;
  color: #da2128;
}
@media screen and (max-width: 640px) {
  .tbl-mobile-scroll {
    width: 500px;
  }
}
/* share information */
@media screen and (max-width: 800px) {
  .stock-chart.row {
    flex-direction: column;
  }
}
.stock-chart .col-5 {
  width: calc(41.66% - 20px);
}
@media screen and (max-width: 800px) {
  .stock-chart .col-5 {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 800px) {
  .stock-chart .col-7 {
    width: 100%;
  }
}
.stock-chart .col-6 {
  width: calc(50% - 10px);
}
@media screen and (max-width: 640px) {
  .stock-chart .col-6 {
    width: 100%;
  }
  .stock-chart .col-6:first-child {
    margin-bottom: 40px;
  }
}
.stock-chart-info-box {
  background: #ededed;
  padding: 20px;
}
.stock-chart-info-box h4 {
  font-weight: normal;
}
.stock-chart-info-box h4:first-child {
  margin-bottom: 30px;
}
.stock-chart .amount {
  font-size: 28px;
}
.stock-chart .change {
  display: inline-block;
  position: relative;
  padding-right: 20px;
}
.stock-chart .change:after {
  content: '';
  display: block;
  position: absolute;
  width: 12px;
  height: 20px;
  right: 0;
  top: 2px;
}
.stock-chart .down {
  color: #ff3300;
}
.stock-chart .down:after {
  background: url(../img/share-red-arrow.png) no-repeat;
}
.stock-chart .up {
  color: #00e100;
}
.stock-chart .up:after {
  background: url(../img/share-green-arrow.png) no-repeat;
}
.stock-chart-detail-box li {
  list-style: none;
  padding: 15px 0;
  border-bottom: 1px solid #575756;
}
.stock-chart-detail-box li:first-child {
  padding-top: 0;
}
.stock-chart-detail-box label {
  display: inline-block;
  width: 60%;
}
@media screen and (max-width: 900px) {
  .stock-chart-detail-box label {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .stock-chart-detail-box label {
    width: 60%;
  }
}
.stock-chart-detail-box:last-child label {
  width: 75%;
}
@media screen and (max-width: 640px) {
  .stock-chart-detail-box:last-child label {
    width: 60%;
  }
}
.share-info-chart {
  margin-top: 40px;
}
.share-info-chart img {
  width: 100%;
}
.table-details {
  padding: 40px 0px 0;
}
.table-details li {
  padding: 5px 0px 5px 0px;
}
.table-details ol {
  margin-bottom: 20px;
  margin-left: 15px;
}
.table-details ul li {
  list-style: none;
}
.table-details .read-more {
  padding: 0 50px 0px 0;
  margin-bottom: 20px;
}
.big-para {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .big-para {
    font-size: 16px;
  }
}
.share-text-wrap h6 {
  margin-top: 40px;
}
.share-text-wrap li {
  list-style: none;
  line-height: 1.37;
}
.share-text-wrap p {
  line-height: 1.37;
  margin-bottom: 20px;
}
.investor-calendar-container h3 {
  padding-bottom: 10px;
}
.investor-calendar-container .investors-calendar-note {
  display: inline-block;
  margin-top: 30px;
}
.years-selection .year-content {
  height: 0;
  overflow: hidden;
}
.years-selection .is-active {
  height: auto;
}
.media-list {
  border-top: 1px solid #575756;
}
.media-list-item {
  padding: 20px 0;
  border-bottom: 1px solid #575756;
  position: relative;
}
.media-list-item .button {
  position: absolute;
  display: inline-block;
  width: 9px;
  height: 13px;
  background: url(../img/arrow_red.svg) no-repeat center;
  background-size: 9px 13px;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  transition: all 0.3s;
  border: none;
  padding: 30px;
}
@media screen and (max-width: 640px) {
  .media-list-item .button {
    padding: 20px;
  }
}
.media-list-item .button:hover {
  right: -10px;
}
.media-list-item-content {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .media-list-item-content {
    width: 90%;
  }
}
.media-list-item-content h5 {
  color: #575756;
  margin-bottom: 5px;
  font-weight: bold;
}
.media-list-item-content a {
  color: #575756;
}
.media-list-item-content .detail-wrap {
  padding-top: 25px;
}
.media-list .read-more {
  float: right;
  margin-top: 10px;
}
.media-feature-stories .img-holder {
  overflow: hidden;
}
.media-feature-stories a {
  color: #575756;
}
.media-feature-stories .detail-wrap {
  background: #ededed;
  padding: 0px 50px 0px 20px;
  position: relative;
  height: 66px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .media-feature-stories .detail-wrap {
    padding: 0px 40px 0px 10px;
  }
}
.media-feature-stories .detail-wrap p {
  padding: 0;
  align-self: center;
}
.media-feature-stories .detail-wrap p:after {
  content: "";
  position: absolute;
  width: 9px;
  height: 13px;
  background: url(../img/arrow_red.svg) no-repeat;
  background-size: contain;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  transition: all 0.3s;
}
@media screen and (max-width: 640px) {
  .media-feature-stories .detail-wrap p:after {
    right: 15px;
  }
}
.media-feature-stories .read-more {
  float: right;
  color: #da2128;
}
.media-feature-stories-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.media-feature-stories-list li {
  list-style: none;
  width: calc(33.33% - 13.33px);
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .media-feature-stories-list li {
    width: 100%;
  }
}
.media-feature-stories-list li:hover img {
  transform: scale(1.05);
}
.media-feature-stories-list img {
  width: 100%;
  transform: scale(1);
  transition: all 0.3s;
}
.meida-big-links .col-8 {
  width: calc(66.66% - 6.66px);
}
@media screen and (max-width: 900px) {
  .meida-big-links .col-8 {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 640px) {
  .meida-big-links .col-8 {
    width: 100%;
    margin-bottom: 20px;
  }
}
.meida-big-links .col-4 {
  width: calc(33.33% - 13.33px);
}
@media screen and (max-width: 900px) {
  .meida-big-links .col-4 {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 640px) {
  .meida-big-links .col-4 {
    width: 100%;
    padding: 20px;
  }
}
.meida-big-links-item {
  background: #ededed;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.meida-big-links-item img {
  padding: 10px 10% 0;
}
@media screen and (max-width: 1150px) {
  .meida-big-links-item img {
    padding: 10px 10% 0;
  }
}
@media screen and (max-width: 980px) {
  .meida-big-links-item img {
    padding: 10px 5% 0;
  }
}
@media screen and (max-width: 900px) {
  .meida-big-links-item img {
    width: 150px;
    padding: 10px 10px 0;
  }
}
.meida-big-links-item a {
  font-weight: bold;
  font-size: 24px;
  color: #575756;
  display: flex;
  align-items: center;
  padding-left: 20px;
}
@media screen and (max-width: 900px) {
  .meida-big-links-item a {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  .meida-big-links-item a {
    padding-left: 0;
  }
}
.meida-big-links-item a:after {
  content: "";
  position: absolute;
  width: 9px;
  height: 13px;
  background: url(../img/arrow_red.svg) no-repeat;
  background-size: contain;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  transition: all 0.3s;
  width: 14px;
  height: 21px;
}
@media screen and (max-width: 640px) {
  .meida-big-links-item a:after {
    right: 15px;
  }
}
.meida-big-links-item a:hover:after {
  right: 15px;
}
.meida-big-links-item .icon {
  display: inline-block;
  height: 32px;
  width: 46px;
  background-image: url(../img/investors-icons.png);
  background-repeat: no-repeat;
  margin-right: 10px;
  background-position: -6px -162px;
}
@media screen and (max-width: 800px) {
  .meida-big-links-item .icon {
    margin-right: 10px;
    width: 40px;
    height: 35px;
    background-size: 38px;
    background-position: 0 -97px;
  }
}
/* media releases page */
.search-btn-holder {
  border-bottom: 1px solid #575756;
  text-align: right;
  padding-bottom: 10px;
}
.search-btn-holder .search-btn {
  margin-right: 20px;
  background: url(../img/search-icon-red.png) no-repeat;
}
.media-search {
  display: none;
  border: 1px solid #575756;
  padding: 20px;
  position: relative;
  margin-bottom: 20px;
}
.media-search .close-btn {
  width: 24px;
  height: 24px;
  border: none;
  align-self: center;
  background: url(../img/search-close-icon.png) no-repeat;
  position: relative;
  padding: 0;
  margin: -5px -5px 10px 0;
  float: right;
}
.media-search input[type=text] {
  border: 1px solid #575756;
  padding: 5px;
}
.media-search-input input {
  width: 70%;
}
.media-search-calendar-inputs {
  padding: 15px 0;
}
.media-search-calendar-inputs > span {
  display: inline-block;
  position: relative;
  margin: 0px 30px 0 10px;
}
.media-search-calendar-inputs button {
  position: absolute;
  height: 28px;
  width: 28px;
  right: 0px;
  padding: 0;
  top: 0;
  background-color: transparent;
  background-image: url(../img/calendar-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
  border: none;
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform: scale3d(1, 1, 1);
  box-shadow: -1px 0px 1px rgba(0, 0, 0, 0.2);
}
.media-search-title {
  margin-bottom: 10px;
  display: inline-block;
}
.media-search-checkbox-inputs li {
  list-style: none;
  margin-bottom: 6px;
}
.media-search-checkbox-inputs label {
  display: flex;
}
.media-search-checkbox-inputs span {
  display: inline-block;
  align-self: center;
}
.media-search-selected-tags {
  padding: 25px 0;
}
.media-search-selected-tags li {
  background: #575756;
  color: #fff;
  padding: 3px 5px;
  float: left;
  margin: 0px 5px 5px 0;
  list-style: none;
}
.media-search-selected-tags button {
  background: none;
  border: none;
  color: #fff;
  font-size: 12px;
}
.media-search-selected-tags:after {
  content: '';
  display: block;
  clear: both;
}
.media-search-buttons .submit {
  width: 150px;
  background: #da2128;
  color: #fff;
  padding: 5px 0;
  text-align: center;
  border: none;
}
.media-search-buttons .clear {
  color: #da2128;
  background: none;
  border: none;
  padding: 5px 30px;
}
.media-search .error {
  border: 1px solid #da2128 !important;
}
.media-search .calendar-error-msg {
  color: #da2128;
  padding: 10px 0;
  margin-bottom: 30px;
  display: none;
}
@media screen and (max-width: 800px) {
  .media-search .media-search-checkbox-inputs {
    flex-wrap: wrap;
  }
  .media-search .col-2 {
    width: 50%;
  }
  .media-search .col-8 {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .media-search .col-2 {
    width: 100%;
    margin-bottom: 15px;
  }
  .media-search .col-8 {
    width: 100%;
  }
  .media-search-input input {
    width: 100%;
  }
  .media-search .media-search-calendar-inputs > span {
    display: block;
    margin: 0;
  }
  .media-search .media-search-calendar-inputs > span:first-child {
    margin-bottom: 15px;
  }
  .media-search .media-search-calendar-inputs input {
    width: 100%;
  }
}
/* Feature stories article page */
.feature-article {
	margin-top: 40px;
}
.feature-article.no-margin { /* Added by WP */
  margin-top: 0px;
}
.feature-article h3.h3 {
  padding: 0;
  margin-bottom: 30px;
}
.feature-article p,
.feature-article blockquote {
  margin-bottom: 20px;
}
.feature-article .last-item {
  margin-bottom: 0;
}
.feature-article .article-carousel {
  margin-bottom: 20px;
}
.feature-article .article-carousel-item {
  position: relative;
}
.feature-article .article-carousel-caption {
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px 20px;
  background: rgba(87, 87, 86, 0.9);
  color: #fff;
}
@media screen and (max-width: 640px) { /* Modified by WP */
	.feature-article .article-carousel-caption {
		position: relative;
	}
}
.feature-article .article-carousel img {
  width: 100%;
}
.feature-article blockquote .auther p {
  margin-top: 0;
}
/* Media stories article page */
.related-event {
  margin: 30px 0;
}
.related-event h6 {
  color: #da2128;
  margin-bottom: 10px;
  font-weight: normal;
}
.related-event img {
  width: 100%;
}
.related-event figure-caption {
  margin-top: 20px;
}
.related-event a {
  padding: 20px 20px 10px 20px ;
  position: relative;
  display: block;
  color: #575756;
}
.related-event a:before {
  content: '';
  display: block;
  position: absolute;
  width: 9px;
  height: 13px;
  background: url(../img/arrow_red.svg) no-repeat;
  background-size: contain;
  left: 0px;
  top: 20px;
  transition: all 0.3s;
}
.media-release-article {
  margin-top: 40px;
}
.media-release-article h3 {
  padding: 10px 0;
}
.media-release-article h4 {
  margin: 30px 0;
}
.media-release-article em {
  margin-bottom: 30px;
  /* display: block; */ /* Modified by WP */
}
.media-release-article .mainContent em { /* Added by WP */
  margin-bottom: 0;
  display: inline;
}
.media-release-article-tbl-detail {
  padding: 20px 0;
}
.media-release-article-tbl-detail ul {
  margin-top: 20px;
  margin-left: 15px;
}
.media-release-article-tbl-detail li {
  padding-left: 20px;
  line-height: 1.4;
}
.media-release-article aside .heading-with-line {
  border-bottom: 1px solid #575756;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.media-release-article .tagged {
  padding-bottom: 40px;
}
.media-release-article .tagged ul:after {
  content: '';
  display: block;
  clear: both;
}
.media-release-article .tagged li {
  list-style: none;
  background: #ededed;
  margin-bottom: 10px;
  position: relative;
  float: left;
  white-space: nowrap;
  margin-right: 30px;
}
.media-release-article .tagged li:after {
  content: '';
  position: absolute;
  right: -10px;
  height: 100%;
  background: #ededed;
  width: 20px;
  top: 0;
  transform: skewX(-30deg);
}
.media-release-article .tagged a {
  display: block;
  padding: 10px;
  color: #575756;
  position: relative;
  z-index: 1;
}
.media-release-article .tagged a:after {
  content: '';
  position: absolute;
  right: -11px;
  height: 100%;
  background: #ff00ff;
  width: 3px;
  top: 0;
  transform: skewX(-30deg);
  z-index: 1;
}
.media-release-article .tagged .color-6 a:after {
  background: #76b82a;
}
.media-release-article .tagged .color-5 a:after {
  background: #6B4387;
}
.media-release-article .tagged .color-4 a:after {
  background: #006ea1;
}
.media-release-article .tagged .color-3 a:after {
  background: #06b4b3;
}
.media-release-article .tagged .color-2 a:after {
  background: #ffb300;
}
.media-release-article .tagged .color-1 a:after {
  background: #ff4d00;
}
/* Modified by WP */
.media-release-article .contact-info ul/*:nth-of-type(1)*/ {
  margin-bottom: 30px;
}
.media-release-article .contact-info li {
  list-style: none;
}
.media-release-article .contact-info li:first-child {
  margin-bottom: 20px;
}
.media-release-article .contact-info li:nth-last-child(2) {
  margin-top: 20px;
}
.padding-bottom0 {
  padding-bottom: 0 !important;
}
.keppelite-wrap {
  padding-bottom: 20px;
  border-bottom: 1px solid #575756;
}
.keppelite-wrap-header {
  margin-bottom: 30px;
  position: relative;
}
.keppelite-wrap-header h4 {
  margin-bottom: 5px;
}
.keppelite-wrap-header .read-more {
  position: absolute;
  right: 0;
  bottom: 0;
}
.keppelite-wrap-header .red-text {
  font-weight: bold;
}
.keppelite-wrap-left {
  width: calc(33.33% - 50px);
  text-align: center;
}
.keppelite-wrap-left img {
  max-width: 100%;
}
@media screen and (max-width: 640px) {
  .keppelite-wrap-left {
    width: 100%;
  }
}
.keppelite-wrap-content img {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .keppelite-wrap-content {
    margin-top: 40px;
  }
}
.keppelite-wrap-content [class*=col-] {
  width: calc(50% - 10px);
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .keppelite-wrap-content [class*=col-] {
    width: 100%;
  }
}
.keppelite-wrap-content h6 {
  margin: 20px 0 5px;
}
.keppelite-wrap-content .read-more {
  padding-left: 0;
}
.past-keppelite h2 {
  margin-top: 50px;
  margin-bottom: 40px;
  text-align: center;
}
.past-keppelite img {
  max-width: 100%;
}
.past-keppelite-item {
  width: calc(33.33% - 13.33px);
  text-align: center;
  margin-bottom: -20px;
}
@media screen and (max-width: 640px) {
  .past-keppelite-item {
    width: 100%;
    margin-top: 40px;
  }
  .past-keppelite-item:nth-of-type(1) {
    margin-top: 0;
  }
}
.past-keppelite-item img {
  display: block;
  margin: 30px auto 10px;
}
.past-keppelite-item h4 {
  margin-bottom: 5px;
}
.past-keppelite-item .red-text {
  font-weight: bold;
}
.sdg-wrapper {
  position: relative;
}
.sdg-wrapper .sdg-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sdg-wrapper .sdg-list li {
  list-style: none;
  align-items: center;
  background: #ededed;
  padding: 40px 0px;
  margin: 0 2px 2px 0;
  width: calc(20% - 2px);
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 900px) {
  .sdg-wrapper .sdg-list li {
    padding: 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .sdg-wrapper .sdg-list li {
    padding: 10px 0;
  }
}
@media screen and (max-width: 640px) {
  .sdg-wrapper .sdg-list li {
    width: calc(50% - 2px);
    padding: 20px 0;
  }
}
.sdg-wrapper .sdg-list li:hover .sdg-list-hover {
  opacity: 1;
}
.sdg-wrapper .sdg-list li:hover .circle {
  opacity: 1;
  top: 50%;
}
.sdg-wrapper .sdg-list p {
  margin: 0;
}
.sdg-wrapper .sdg-list img {
  width: auto;
  max-width: 100%;
}
.sdg-wrapper .sdg-list-hover {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
}
.sdg-wrapper .sdg-list .circle {
  border: 4px solid #fff;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 0%;
  opacity: 0;
  transform: translate(-50%, -50%);
  display: inline-block;
  vertical-align: middle;
  transition: all 0.3s;
}
.sdg-wrapper .sdg-list .circle:before,
.sdg-wrapper .sdg-list .circle:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.sdg-wrapper .sdg-list .circle.plus:before,
.sdg-wrapper .sdg-list .circle.plus:after {
  background: #fff;
}
.sdg-wrapper .sdg-list .circle.plus:before {
  width: 4px;
  margin: 5px auto;
}
.sdg-wrapper .sdg-list .circle.plus:after {
  margin: auto 5px;
  height: 4px;
  box-shadow: none;
}
.sdg-wrapper .sdg-modal {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: #ededed;
  font-size: 20px;
  display: flex;
  align-items: center;
  display: none;
}
.sdg-wrapper .sdg-modal img {
  width: auto;
}
.sdg-wrapper .sdg-modal .close-btn {
  position: absolute;
  width: 24px;
  height: 24px;
  border: none;
  align-self: center;
  background: url(../img/search-close-icon.png) no-repeat;
  padding: 0;
  margin: -5px -5px 10px 0;
  right: 10px;
  top: 10px;
}
.sdg-wrapper .sdg-detail {
  padding: 40px;
  display: none;
  overflow: hidden;
}
.sdg-wrapper .sdg-detail ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
@media screen and (max-width: 640px) {
  .sdg-wrapper .sdg-detail ul {
    flex-direction: column;
  }
}
.sdg-wrapper .sdg-detail li {
  padding: 0 30px;
  text-align: center;
  list-style: none;
}
@media screen and (max-width: 1024px) {
  .sdg-wrapper .sdg-detail li {
    padding: 0px 20px;
  }
}
@media screen and (max-width: 768px) {
  .sdg-wrapper .sdg-detail li {
    padding: 0px 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .sdg-wrapper .sdg-detail li {
    padding: 30px 0px;
    font-size: 18px;
  }
}

/* Added by WP */
ul.spear-bullet {
	list-style: none;
	padding-left: 0
}
ul.spear-bullet li {
	position: relative;
	padding: 10px 25px;
}
ul.spear-bullet li:before {
	content: '';
	width: 17px;
	height: 14px;
	position: absolute;
	background: url('../img/spear_red.svg') no-repeat;
	background-size: contain;
	background-position: center;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.media-search-buttons.load-more-wrapper {
	text-align: center;
	font-size: 16px;
}

/* Added by WP */

/*** Popup Box ***/
.popup body { padding: 0; margin: 0; }

.popup { display: none; position: fixed; z-index: 910; padding-top: 25px; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgb(0,0,0); background-color: rgba(0,0,0,0.4); color: #000000; }
.popup .popup-content { position: relative; margin: auto; padding: 0; text-align: center; }

.popup .popup-content .popup-wrapper { position: relative; display: inline-block; }
.popup .popup-content .popup-wrapper .header { padding: 10px; font-size: 18px; line-height: 120%; width: 100%; margin: auto; position: absolute; z-index: 1; }
.popup .popup-content .popup-wrapper .header .close { padding-left: 25px; color: #FFFFFF; float: right; color: #000; font-weight: 700; cursor: pointer; }
.popup .popup-content .popup-wrapper .header .close:hover { color: #da2128; text-decoration: none; }
.popup .popup-content .popup-wrapper img { width: auto; max-width: 100%; max-height: 80vh; }

.popup .popup-content .popup-wrapper .popup-det { background-color: #fff; padding: 15px 3.5vw; text-align: right;  }

/** Print layout **/
@media print {
 
 html { background-color: #FFF;}
 header {position: relative;}
 header .logo {padding-left: 10px;}
 header .logo a {top: 30%;}
 header .logo img {width: 70%;}
 .down-side-nav li.level-1 { padding: 0 15px 0 0;}
 .down-side-nav li.level-1 > a {padding: 40px 0;}
 header .header-items {height: 100px;}
.down-side-nav .btn-search {display: none;}
 header .share-ticker {width: 200px;}
 .pg-banner h1 {left: 5vw;}
 .pg-banner .design-pattern {width: 60vw; left: -12vw;}
 .section-banner{page-break-inside: avoid;}

/*  .MainLayout {page-break-after: always;} */
 .related-content {display:none;}
 .share-option-hld {display:none;}
 .scrollTop {display:none;}

 footer {border-top: 1px solid #575756; padding: 10px;  margin-top: 10px; page-break-inside: avoid;}
 footer .other-opt {border-top: 1px solid #575756;}
 footer h5 {display: none;}
 footer .links-holder {display:none;}
 footer .links-inline {display:none;}
 footer .connect-link {display:none;}
 footer .other-opt {text-align: center;}
 .tabbed {width: 100%;}
 #MainFooterBannerDesc {display:none;}
 
 main {padding-top: 20px;}
 p {page-break-inside: avoid;}
/*  table {page-break-inside: avoid;} */
 .sec-top-margin {margin-top: 10px;}
 .related-content {display: none;}
 li {page-break-inside: avoid;}
 img {page-break-inside: avoid; display: block;}
 .page-info h2 {padding: 20px 0;}
 .shade-bg {display:none;}
 
.responsive-container {page-break-inside: avoid;}
.video-banner {width: 100%; height: calc(45vh - 90px); background-color: #FFF;}
.video-banner video {max-width: 100%; max-height: 40%;}
.solution-carousel .slick-dots {padding: 15px 0 16px;}
.container-sec h2 {margin-bottom: 15px;}
.container-sec {margin-top: 40px;}
.section-banner .img-holder {background-position: center;}
 
.solution-carousel li {max-height: 380px; max-width: 280px;}
.row {margin-right: 0px !important; margin-left: 0px !important;}
.feature-article .article-carousel img {width: 70%;}
.slick-arrow {display: none !important;}
.feature-article .article-carousel-caption {padding: 0px;}
.featured-carousel .slick-dots, .article-carousel .slick-dots {display: none;}
.image-link-wrapper {margin-top: 30px;}
.image-link-wrapper .img-section {max-height: 90%; width: 90%;}
.image-link-wrapper .read-more {font-size: 20px;}
.new-update-right-two img {width: 70%;}
 
/* .board-of-directors-grid .element:nth-child(3) {page-break-after: always;} page-break-inside: avoid; */
.board-of-directors-grid .wrapper {display: table;}
.link-grid-item { display: inline-block; }
.board-of-directors-grid  {padding-top: 25px; margin-top: 20px;}
.board-of-directors-grid .element {margin-bottom: 50px; display: inline-block; vertical-align: top; width: calc(33% - 20px);}
.board-of-directors-grid .element-2 {width: calc(40% - 20px);}
.board-of-directors-grid .link-grid-thumbnail-label {height: 130px; padding: 15px 0px !important;}

.read-more { padding: 10px 50px 10px 20px; }
.page-info.border-bottom {padding-bottom: 0px;}
.board-of-directors-grid .link-grid-content {top: initial !important;}
.board-of-directors-grid .link-grid-content p {margin-bottom: 10px; text-align: left;}
.board-of-directors-grid .link-grid-content__inner {padding: 10px 10px 0px 10px;}
.board-of-directors-grid .col-6 {width: 100%; padding-right: 20px;}
.board-of-directors-grid .element.active {margin-bottom: 10px;}
.board-of-directors-grid .element.inactive .link-grid-thumbnail-label {height: 120px;} 

.heritage-grid {page-break-inside: avoid;}
.heritage-grid .link-grid-thumbnail-label {height: 100px !important;}
.heritage-grid .element {margin-bottom: 50px;}
.heritage-grid .element-2 {width: calc(50% - 20px); text-align: left;}
.heritage-grid .active {margin-bottom: 30px !important;}

.sr-mgmt .link-grid-thumbnail-label {height: 150px; padding: 15px 0px !important;}
.sr-mgmt .element-2 .link-grid-thumbnail-label {height: 80px !important;}
.sr-mgmt .element.inactive .link-grid-thumbnail-label {height: 150px;}
.senior-management {page-break-inside: avoid;}

.tabbed-nav .slick-list {overflow: visible;} 
.tabbed-nav .slick-list .slick-track {width: 100% !important; transform: none !important;}
.tabbed-nav li {width: 21.5% !important;}
.tabbed-nav a span {font-size: 18px;}
.tabbed-content {padding-top: 20px;}
.tabbed-content .article-carousel img {width: 60%}
.tabbed-content .article-carousel {padding-bottom: 20px;}
.ssu-page-content-area {page-break-inside: avoid;}
.tab-nav-3 .slick-list {overflow: visible;} 
.tab-nav-3 li {width: 30% !important;}
.tab-nav-3 a {font-size: 20px;}
.tabbed-content .item-list {page-break-inside: avoid;}

.section-banner .sec-design-pattern {left: 0; width: 45%; page-break-inside: avoid;} 
.global-reach {padding: 10px 20px;}
.global-reach-info {padding-bottom: 20px;}
.global-reach-info p {margin-top: 10px;}
.global-reach-wrap .col-4 {width: 100%;}
.global-reach-wrap img {text-align: center;}
.image-link-wrapper .col-4 {page-break-inside: avoid;}
.col-8 {width: 100%;}

.presentations-wrapper {page-break-inside: avoid;}
.media-feature-stories {display: none;}
.meida-big-links {display: none;}

.opportunities-wrapper {page-break-inside: avoid;}
.operating-principles {page-break-inside: avoid;}
.page-info-content p {margin-bottom: 20px;}
#acc-case-study2 {border-bottom: none;}
.three-tab li {width: 30% !important;}
/* .responsive-container video {display: none;} */

.sustainability .approach-box .approach-box-item {page-break-inside: avoid; margin-bottom: 30px;}
.sustainability .approach-box .approach-box-item .approach-box-item-text {padding: 10px 0px; width: 38%; font-size: 20px;}
.sustainability .approach-box .approach-box-item .approach-box-item-image {width: 60%;}
.section-banner .text-wrap {padding-left: 10px; width: 310px;}
.content-report {page-break-inside: avoid; height: 300px;}

.past-reports {page-break-inside: avoid;}
.past-reports-grid-column-details {page-break-inside: avoid;}
.past-reports-grid-column {padding: 15px 0px 0px 0px; page-break-inside: avoid;}
.past-reports-grid-column-details h5 {margin-top: 5px; font-size: 16px;}
.past-reports-grid-column-links a {word-break: keep-all;}
.past-reports-grid-column-links {bottom: 10px; width: calc(85% - 40px); display: block; padding-top: 5px; }
.past-reports-grid {display: inline-flex; page-break-inside: avoid;}
.past-reports-grid-column-image {page-break-inside: avoid;}
.past-reports-grid-column-image img {width: 130%;}
.annual-report-current-links a {margin-left: 8%; }
.annual-report-current {page-break-inside: avoid;}


.inv-quart-results {padding-left: 10px;}
.inv-quart-results img {width:80%;}
.inv-financial-high {page-break-inside: avoid;}
.inv-financial-high .new-update-right-one .new-update .read-more {padding: 10px 50px 10px 0px; }
.section-banner .text-wrap h2 {margin-bottom: 0px; font-size: 24px;}
.investors-boxes {page-break-inside: avoid;}
.investors-boxes-annual-report img {height: auto; right: 20px; bottom: 110px; vertical-align: middle;}
.investors-boxes-links .annual { background-position: -5px -50px; width: 75px;}
.investors-boxes-links .present {margin-right: 10px;}
.investors-boxes-links a:after {right: 15px;}
.newsletter-item {page-break-inside: avoid;}
.past-quarters-results {margin-top: 40px; page-break-inside: avoid;}

.investor-contact-detail-item {padding: 20px 0 0;}
.investor-contact-detail h4 {margin-bottom: 20px;}
.approach-box-type-2 {margin-top: 20px; page-break-inside: avoid;}
.opportunities-wrapper .big-text {margin-bottom: 20px;}
.opportunities-wrapper .heading-career {margin-bottom: 20px;}
.opportunities-wrapper {padding: 20px 0 20px;}

}

/* End */

/*KCL 2.1 Charting CSS Starts*/

.financial-bg-wrapper {box-sizing: border-box;padding: 50px;min-height: 500px;height: 630px;backface-visibility: hidden;-webkit-transform: translate3d(0,0,0);} */


.chart-landing-wrapper {display: block;margin-bottom: 50px;}
.chart-landing-wrapper .chart-landing-row-wrapper {display: flex;justify-content: space-between;margin-bottom: 30px;}
.chart-landing-item {position: relative;transition: all 0.3s;overflow:hidden;display: inline-block;background: #f1f1f1;box-sizing: border-box;cursor: pointer;margin-left: 30px;vertical-align: middle;position: relative;min-height: 215px; min-width: 150px;width: 49%;text-align: center;}

.chart-landing-wrapper a .chart-landing-item-inner-wrapper {display: table;width: 100%;border-spacing: 0; border-collapse: collapse;}


.chart-landing-wrapper .chart-landing-row-wrapper:nth-child(1) a:nth-child(1) {background: #345d76;}
.chart-landing-wrapper .chart-landing-row-wrapper:nth-child(1) a:nth-child(2) {background: #79aec5;}
.chart-landing-wrapper .chart-landing-row-wrapper:nth-child(2) a:nth-child(1) {background: #79aec5;}
.chart-landing-wrapper .chart-landing-row-wrapper:nth-child(2) a:nth-child(2) {background: #345d76;}

.chart-landing-wrapper .left-cell {display: table-cell;width: 50%;vertical-align: top;}
.chart-landing-wrapper .right-cell {display: table-cell;width: 50%;vertical-align: top;}
.chart-landing-wrapper .right-cell img {width: 320px;position: relative;left: 30px;}

.chart-landing-wrapper .left-cell .arrow-right:before {
    content: '';
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(../img/arrow_white.svg) no-repeat;
    background-size: contain;
    left: 30px;
    top: 130px;
    transition: all 0.3s;
}

.chart-landing-item-txt {color: #ffffff;font-weight: 700;font-size: 24px;transition: all 0.3s;text-align: left;margin-left: 30px;position: relative; top: 30px;}


.chart-landing-item:hover {background: #575756;}
.chart-landing-item:hover .chart-landing-item-txt {color: #000000;}
.chart-landing-item:hover img {}


/*Chart categories*/
.chart-parent-padding > .tabbed {margin-top: 50px;}
.chart-parent-padding > .tabbed .tabbed-nav .slick-next {z-index: 2;}

.chart-parent-padding .accordion-wrapper .accordion-link button {z-index: 2;}


.chart-heading {
	color: #575756;
    text-align: left;
	margin-bottom: 50px;
	font-size: 21px;
}
.chart-heading:not(:first-child) {
	margin-top: 100px;
}

.chart-categories {display: block;margin-bottom: 50px;display: flex;justify-content: space-between;}
.chart-categories-item {position: relative;overflow:hidden;display: inline-block;background: #da2128;box-sizing: border-box;padding: 50px 50px;cursor: pointer;margin-left: 15px;vertical-align: middle;position: relative;min-height: 150px; min-width: 150px;width: 25%;}

.chart-categories.inline-wrapper {display: block;width: 100%;}

.chart-categories-item-text {color: #ffffff;font-weight: 700;position: absolute;top: 15px; left: 15px;font-size: 16px;font-family: "Roboto", Arial, sans-serif;transition: all 0.3s;}
.chart-categories-item:hover .chart-categories-item-text {opacity: 0.8;color: #000000;}
.chart-categories-img {position: absolute;bottom: -20px;right: 0;width: 100%;}
.chart-categories-img img {width: 100%;max-height: 125px;}
.chart-categories-img:hover img {transition: all 0.3s;opacity: 0.5;}

.chart-categories-item:first-child {margin-left: 0;}


.tabbed-content-item .page-info.border-bottom {margin-bottom: 55px;margin-top: 30px;}

.tabbed-content-item .page-info.border-bottom h2 {font-size: 22px;padding: 20px 0;}

.data-table-wrapper {display: none;}


.chart-inline-control-wrapper {display: block; text-align: right;margin-top: 50px;}
.chart-inline-control-wrapper.lg-top-margin {margin-top: 50px;}
.chart-inline-control-wrapper.lg-bot-margin {margin-bottom: 50px;}


.tabbed.segmental {display: none;}

.chart-inline-control-wrapper.blocked {margin-top: 100px;}
.chart-inline-control {display: inline-block;}

.view-table {text-align: right;cursor: pointer;color: #da2128;transition: all 0.3s;display: none;}
.view-table:hover {text-decoration: underline;color: #da2128;}
.excel-download-wrapper {cursor: pointer;color: #da2128;transition: all 0.3s;margin-left: 15px;}
.excel-download-wrapper:hover {text-decoration: underline;color: #da2128;}
.back-to-navigation {cursor: pointer;color: #da2128;transition: all 0.3s;margin-left: 15px;display: none;}
.back-to-navigation:hover {text-decoration: underline;color: #da2128;}

/*Chart Button*/

.hyperlinkBtnWrapper {margin-top: 15px;}

.hyperlinkBtn {
    box-sizing: border-box;
    padding: 10px 15px;
    background: #f1f1f1 !important;
    color: #000000;
    margin-right: 5px;
	margin-bottom: 5px;
	transition: all 0.3s;
}

.hyperlinkBtnLeftWrapper{float: left;}

.hyperlinkBtnRightWrapper{float: right;}


.hyperlinkBtn.lft {
	float: left;
}
.hyperlinkBtn.rgt {
	float: right;
}

.hyperlinkBtn.active {
    text-decoration: none;
    background: #a9a9a9 !important;
}

.hyperlinkBtn:hover {
    text-decoration: none;
    background: #a9a9a9 !important; 
}

/*Dropdown checkbox*/
.dropdownCheckboxWrapper {
  display: none;
}

.dropdownCheckboxes {
	display: none;
}

.dropdownSelectBox select {
	box-sizing: border-box;
    padding: 5px;
}


/*Chart*/
.wp-chart-wrapper .chart-area {
    width: 100%;
	height: 500px;
	margin-bottom: 40px;
}





/*Chart legend*/
.legend {
	position: relative;
	top: 20px;
}



[class$="-legend"] {
  list-style: none;
  cursor: pointer;
  padding-left: 0;
  text-align: center;
}

[class$="-legend"] li {
  display: inline-block;
  padding: 0 5px;
}

[class$="-legend"] li.hidden {
  text-decoration: line-through;
}

[class$="-legend"] li span {
  display: inline-block;
  margin-right: 10px;
  width: 20px;
}

[class$="-legend"] li span.bar {
  height: 10px;
}

[class$="-legend"] li span.line {
  height: 2px;
    position: relative;
    vertical-align: middle;
}

[class$="-legend"] li span.line .diamond-shape {
	  height: 8px;
	  text-align: center;
	  transform:translate(-50%, -50%) rotate(45deg);
	  width: 8px;
	  position: absolute;
	  top: 50%;
	  left: 50%;
		
}

/*Override blacksun*/
.accordion-wrapper h5 {font-size: 22px;}


.scrollTop {height: 50px;}

.table-details h6 {
    text-align: left;
}

.table-details ol {
    margin-bottom: 20px;
    margin-left: 15px;
    padding-left: 0;
    text-align: left;
}

@media screen and (max-width: 1280px) {


	.chart-landing-item-txt {
		font-size: 20px;
	}

	.chart-landing-wrapper .left-cell .arrow-right:before {
		top: 115px;
	}

	.chart-landing-item {
		min-height: 100px;
		height: 250px;
	}
	
	.financial-bg-wrapper {
		min-height: 500px;
		height: 645px;
	}
	
	.max-width-container.chart-parent-padding {
		padding: 0 130px;
	}
	
	.target-legend + .wp-chart-wrapper .legend {
		top: 55px;
	}
	
	/*Custom*/
	.wp-chart-wrapper.wp-chart-3 .chart-area {
		margin-bottom: 60px;
	}
	
	.wp-chart-wrapper.wp-chart-3  .legend {
		top: 40px;
	}
	
	.wp-chart-wrapper.wp-chart-11 .legend {
		top: 70px;
	}
	
	.chart-inline-control-wrapper.lg-top-margin {margin-top: 100px;}
	
}

@media screen and (max-width: 1100px) {
	.legend {
		top: 20px;
	}
}

@media screen and (max-width: 1024px) {
	
	.financial-bg-wrapper {
		min-height: 450px;
		height: 450px;
	}
	

	
	/* .chart-landing-wrapper .right-cell img {width: 200px;} */
	
	.chart-landing-item {
		height: 155px;
	}
	
	.chart-landing-item-txt {
		margin-left: 20px;
	}

	.chart-landing-wrapper .left-cell .arrow-right:before {
		left: 20px;
	}
	
	.wp-chart-wrapper .chart-area {
		margin-bottom: 60px;
	}
	
	.legend {
		top: 25px;
	}
	
	/*Custom*/
	.wp-chart-wrapper.wp-chart-11 .legend {
		top: 100px;
	}
}


@media screen and (max-width: 990px) {
	.legend {
		top: 30px;
	}
	
	.target-legend + .wp-chart-wrapper .legend {
		top: 95px;
	}
}


@media screen and (max-width: 960px) {
	
	.financial-bg-wrapper {
		text-align: center;
		min-height: 480px;
		height: 480px;
	}
	
	.chart-landing-wrapper .chart-landing-row-wrapper:nth-child(1) a:nth-child(1) {
		margin-bottom: 30px;
	}
	
	
	.chart-landing-item {
		/* height: 159px; */
		height: 250px;
	}
	
	.chart-landing-wrapper .left-cell {
		min-height: 50px;
	}
	
	.financial-bg-wrapper { 
		min-height: 100%; 
		height: 100%; 
	} 
	
	.chart-landing-item-txt {
		font-size: 18px;
	}
	
	
	/*Custom*/
	.wp-chart-wrapper.wp-chart-3 .chart-area {
		margin-bottom: 100px;
	}
}

@media screen and (max-width: 860px) {
	
	/*Custom - Segmental Data*/
	/* .wp-chart-wrapper.wp-chart-8 .chart-area { */
		/* margin-bottom: 100px; */
	/* } */
	
	.wp-chart-wrapper.wp-chart-5 .chart-area {
		margin-bottom: 100px;
	}
	
	.wp-chart-wrapper.wp-chart-7 .chart-area {
		margin-bottom: 100px;
	}
	
	.wp-chart-wrapper.wp-chart-9 .chart-area {
		margin-bottom: 100px;
	}
	
	/*Custom - Dividends*/
	.wp-chart-wrapper.wp-chart-4 .chart-area {
		margin-bottom: 100px;
	}
}

@media screen and (max-width: 768px) {
	
	/* .financial-bg-wrapper { */
		/* min-height: 815px; */
		/* height: 815px; */
	/* } */
	
	.max-width-container.chart-parent-padding {
		padding: 0 40px;
	}
	
	.chart-landing-wrapper {display: block;}	
	
	
	.chart-landing-wrapper .chart-landing-row-wrapper {
		display: block;
	}
	
	.chart-landing-item {display: block;width: 100%;margin-bottom: 15px;margin-left: 0;}
	
		
		
	.hyperlinkBtnLeftWrapper{display: none;}

	.hyperlinkBtnRightWrapper{display: block;margin-top: 15px;}

	.wp-chart-wrapper .chart-area {
		margin-bottom: 95px;
		height: 400px;
	}
	
	.chart-inline-control-wrapper.lg-top-margin {
		margin-top: 50px;
	}
	
	
	/*Chart Dropdown*/
	.dropdownCheckboxWrapper {
	  width: 200px;
	  display: block;
	}

	.dropdownSelectBox {
	  position: relative;
	}

	.dropdownSelectBox select {
	  width: 100%;
	  font-weight: bold;
	}

	.overSelect {
	  position: absolute;
	  left: 0;
	  right: 0;
	  top: 0;
	  bottom: 0;
	}

	.dropdownCheckboxes {
	  display: none;
	  border: 1px #dadada solid;
	  width: 200px;
      position: absolute;
      background: #ffffff;
	}

	.dropdownCheckboxes label {
	  display: block;
	  box-sizing: border-box;
	  padding: 5px;
	}

	.dropdownCheckboxes label:hover {
	  background-color: #1e90ff;
	}
	
	/*Landing*/
	/* .chart-landing-wrapper .right-cell img { */
		/* width: 300px; */
	/* } */
	
	.chart-landing-wrapper .left-cell {
		min-width: 185px;
	}
	
	.legend {
		top: 0;
	}
	
	.target-legend + .wp-chart-wrapper .legend {
		top: 0;
	}
	
	
	/*Custom*/
	.wp-chart-wrapper.wp-chart-3 .chart-area {
		margin-bottom: 50px;
	}
	
	.wp-chart-wrapper.wp-chart-11 .legend {
		top: 0;
	}
	
}


@media screen and (max-width: 480px) {
	/* .chart-landing-wrapper .left-cell { */
		/* min-width: 155px; */
	/* } */
	
	.financial-bg-wrapper {
		padding: 0;
	}
	
	.chart-landing-wrapper a .chart-landing-item-inner-wrapper {
		display: block;
	}
	
	.chart-landing-wrapper .left-cell {
		display: block;
		width: 100%;
		/* min-height: 65px; */
	}

	.chart-landing-wrapper .left-cell .arrow-right:before {
		top: 85px;
	}
		
	.chart-landing-item-txt {
		top: 15px;
	}
	
	.chart-landing-item {
		height: 100%;
		margin-bottom: 30px;
	}
	
	.chart-landing-wrapper .right-cell {
		display: block;
		width: 100%;
	}
	
	.chart-landing-wrapper .right-cell img {
		width: 100%;
	}
	
	
	.tabbed-content-item .page-info.border-bottom {
		margin-bottom: 50px;
		margin-top: 30px;
	}
	
	.tabbed-content-item .page-info.border-bottom h2 {
		padding: 40px 0 0 0;
		font-size: 18px;
	}
	
	.wp-chart-wrapper .chart-area {
		margin-bottom: 110px;
	}
	
	.chart-heading:not(:first-child) {
		margin-top: 50px;
	}
	
	.chart-landing-wrapper .right-cell img {
		position: unset;
		left: 0;
	}

	
}

@media screen and (max-width: 360px) {
	/* .chart-landing-wrapper .right-cell { */
		/* display: none; */
	/* } */
}

/*KCL 2.1 Charting CSS Ends*/

/*KCL small image banner*/
.red-banner .img-div .top-triangle {
  position: absolute;
  left: 0;
  overflow: hidden;
  height: 30%;
  top: 0;
  width: 10%;
}
.red-banner .img-div .top-triangle:after {
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  transform: skewX(-30deg);
  background: #DB2228;
  right: 60%;
  top: 0;
}
.red-banner .img-div .bottom-triangle {
  position: absolute;
  left: 40%;
  overflow: hidden;
  height: 50%;
  bottom: 0;
  width: 10%;
}
.red-banner .img-div .bottom-triangle:after {
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  transform: skewX(-30deg);
  background: #DB2228;
  right: -86%;
  top: 0;
}
.red-banner .img-div{
  background-color:#DB2228;
}
.red-banner .text-div{
  background-color:#DB2228; padding:30px;
}
.red-banner .text-div h4{
  font-weight:normal; color:#FFF;
}


.blue-banner .img-div .top-triangle {
  position: absolute;
  left: 0;
  overflow: hidden;
  height: 30%;
  top: 0;
  width: 10%;
}
.blue-banner .img-div .top-triangle:after {
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  transform: skewX(-30deg);
  background: #80b7d0;
  right: 60%;
  top: 0;
}
.blue-banner .img-div .bottom-triangle {
  position: absolute;
  left: 40%;
  overflow: hidden;
  height: 50%;
  bottom: 0;
  width: 10%;
}
.blue-banner .img-div .bottom-triangle:after {
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  transform: skewX(-30deg);
  background: #80b7d0;
  right: -86%;
  top: 0;
}
.blue-banner .img-div{
  background-color:#80b7d0;
}
.blue-banner .text-div{
  background-color:#80b7d0; padding:30px;
}
.blue-banner .text-div h4{
  font-weight:normal; color:#FFF;
}
/*KCL small image banner END*/
/**Added on 10 July 2022**/
.d-flex{display:flex;flex-direction:column;}
.mt-auto{margin-top:auto;}
.mt-auto:after{right: 0!important; left: 80px !important;}
.mt-auto:hover:after{left: 90px !important;}

/* End */