/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  outline: none;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-bar {
  float: left;
  width: 100%;
  position: relative;
  background: #0c1923;
  padding: 4px 0;
  min-height: 42px;
  z-index: 999999;
}

.mean-container a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  padding: 13px 13px 11px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  display: block;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: 700;
}

.mean-container a.meanmenu-reveal span {
  display: block;
  background: #fff;
  height: 3px;
  margin-top: 3px;
}

.mean-container .mean-nav {
  float: left;
  width: 100%;
  background: #0c1923;
  margin-top: 44px;
}

.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}

.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
}

.mean-container .mean-nav ul li a {
  display: block;
  float: left;
  width: 90%;
  padding: 1em 5%;
  margin: 0;
  text-align: left;
  color: #fff;
  border-top: 1px solid #383838;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  text-decoration: none;
  text-transform: uppercase;
}

.mean-container .mean-nav ul li li a {
  width: 80%;
  padding: 1em 10%;
  border-top: 1px solid #f1f1f1;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  opacity: .75;
  filter: alpha(opacity=75);
  text-shadow: none !important;
  visibility: visible;
}

.mean-container .mean-nav ul li.mean-last a {
  border-bottom: 0;
  margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {
  background: #252525;
  background: rgba(255, 255, 255, 0.1);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 1px;
  width: 26px;
  height: 32px;
  padding: 12px !important;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.1);
  border: 0 !important;
  border-left: 1px solid rgba(255, 255, 255, 0.4) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: rgba(0, 0, 0, 0.9);
}

.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}

.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}

.mean-container .mean-bar, .mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.mean-remove {
  display: none !important;
}

/* Bootbar Styles */
.welcome_message {
  top: 0px;
  left: 0;
  right: 0;
  z-index: 10000000;
  padding: 10px;
  text-align: center;
  background: #c8d4e9;
  font-size: 1em;
  color: #003465;
}
.welcome_message .bar-close {
  font-weight: 600;
  float: right;
}

/* REMOVE LIST BULLETS */
.remove-bullets {
  list-style: none;
  padding-left: 0;
}

/* RESPONSIVE IMAGES */
img {
  max-width: 100%;
  height: auto;
}

/* IMAGE REPLACEMENT */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/* CLEAR FLOAT */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* DISPLAY NONE */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* FLOATS */
.rightfloat {
  float: right;
}

.leftfloat {
  float: left;
}

/* Divider */
.divider {
  border-top: 1px solid #003465;
  margin: 30px 0;
  float: left;
  width: 100%;
}

/* typography */
html,
body,
button,
input,
select,
textarea {
  color: #575756;
}

html, body {
  font-size: 14px;
  line-height: 1.4;
  font-weight: normal;
  font-family: 'Arimo', tahoma, sans-serif;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-family: "myriad-pro-semi-condensed", sans-serif;
  line-height: 1.5em;
  margin: .45em 0;
  letter-spacing: 1px;
  color: #003465;
}

h1.special,
h2.special,
h3.special,
h4.special,
h5.special,
h6.special {
  border-bottom: 1px solid #a7a9ac;
  margin-bottom: 15px;
}

a,
a:visited,
a:active,
a:hover {
  text-decoration: none;
  color: #003465;
}

a.button {
  display: inline-block;
  background: #003465;
  border: 1px solid #003465;
  color: #fff;
  padding: 5px 10px;
}
a.button:hover {
  background: #fff;
  color: #003465;
  border: 1px solid #003465;
}

p {
  margin: 0 0 1.5em;
}

audio,
canvas,
img,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

ul {
  padding: 0;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

main {
  position: relative;
}
main section {
  padding-top: 20px;
  padding-right: 50px;
}
main table td, main table th {
  padding-right: 15px;
}
main p, main ul, main table {
  margin: 0 0 21px;
}

.energy h1, .energy h2, .energy h3, .energy h4, .energy h5, .energy h6 {
  color: #0079bf;
}

.transportation h1, .transportation h2, .transportation h3, .transportation h4, .transportation h5, .transportation h6 {
  color: #3f8596;
}

.agrifoods h1, .agrifoods h2, .agrifoods h3, .agrifoods h4, .agrifoods h5, .agrifoods h6 {
  color: #6fad2e;
}

.mining h1, .mining h2, .mining h3, .mining h4, .mining h5, .mining h6 {
  color: #a47637;
}

.cement h1, .cement h2, .cement h3, .cement h4, .cement h5, .cement h6 {
  color: #696868;
}

table {
  font-size: 14px;
  width: 100%;
}
table th {
  text-align: left;
}
table td {
  padding: 5px 10px;
  vertical-align: top;
}

table.alt th {
  background-color: #ecf3f6;
  padding: 10px;
  text-align: left;
}

table.alt tr:nth-child(odd) {
  background-color: #d9ecf4;
}

table.alt tr:nth-child(even) {
  background-color: #ecf3f6;
}

table.alt {
  vertical-align: top;
}

td.icon {
  padding: 10px;
  width: 35px;
}

td.title {
  width: 57%;
}

#list-view td.title {
  width: 55%;
}

#list-view td.icon {
  width: 20%;
}

#news td.icon,
#disclosures td.icon {
  width: 20%;
}

td.institution {
  width: auto;
}

td.date {
  width: 20%;
}

td.download-link {
  width: 25%;
}

table.wide-title tr td:first-child {
  width: 70%;
}

table.small-title tr td:first-child {
  width: 30%;
}

body {
  width: 100%;
  *zoom: 1;
}
body:before, body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}

div.wrapper {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 10px;
}

header, footer {
  display: inline;
  float: left;
  width: 100%;
  margin: 0 0%;
}

main {
  display: inline;
  float: left;
  width: 75%;
  margin: 0 0%;
  padding-right: 20px;
}

aside {
  display: inline;
  float: left;
  width: 25%;
  margin: 0 0%;
}

.home {
  display: inline;
  float: left;
  width: 100%;
  margin: 0 0%;
}

.logo {
  display: block;
  width: 150px;
  height: 75px;
  background: url(../img/qalaa-holding.svg) no-repeat;
  background-size: 100%;
  margin-top: 20px;
}

.up {
  color: green;
}

.down {
  color: red;
}

header > h1 {
  float: left;
}

header > ul {
  float: right;
  list-style: none;
  padding-left: 0;
}
header > ul li {
  display: inline;
}

.search-site form {
  display: inline;
  float: left;
  margin-left: 5px;
}
.search-site form input {
  border: none;
  border-bottom: 1px dotted #f0f0f0;
  height: 23px;
}
.search-site form input[type=submit] {
  background: url(../img/icons/search.svg);
  text-indent: -9999px;
  border: 0;
  height: 23px;
  width: 23px;
}

.share-price a, .linkedin a, .youtube a, .twitter a, .facebook a, .language a {
  background: #f0f0f0;
  font-size: 0.8em;
  color: #5a5c60;
  padding: 4px 10px;
  float: left;
  display: block;
  margin-left: 5px;
}
.share-price a:hover, .linkedin a:hover, .youtube a:hover, .twitter a:hover, .facebook a:hover, .language a:hover {
  background: #a7a9ac;
  color: #fff;
}

.share-price a {
  line-height: 16px;
}

.linkedin a {
  overflow: hidden;
  text-indent: -9999px;
  width: 24px;
  height: 24px;
  background: url("../img/icons/linkedin.svg") center center #f0f0f0;
  background-size: 24px 24px;
}

.youtube a {
  overflow: hidden;
  text-indent: -9999px;
  width: 24px;
  height: 24px;
  background: url("../img/icons/youtube.svg") center center #f0f0f0;
  background-size: 24px 24px;
}

.twitter a {
  overflow: hidden;
  text-indent: -9999px;
  width: 24px;
  height: 24px;
  background: url("../img/icons/twitter.svg") center center #f0f0f0;
  background-size: 24px 24px;
}

.facebook a {
  overflow: hidden;
  text-indent: -9999px;
  width: 24px;
  height: 24px;
  background: url("../img/icons/facebook.svg") center center #f0f0f0;
  background-size: 24px 24px;
}

.language a {
  overflow: hidden;
  text-indent: -9999px;
  width: 24px;
  height: 24px;
  background: url("../img/icons/language.svg") center center #f0f0f0;
  background-size: 24px 24px;
}

.linkedin a:hover {
  background: #008ac3 url("../img/icons/linkedin-hover.svg") center center;
  background-size: 24px 24px;
}

.youtube a:hover {
  background: #c5302c url("../img/icons/youtube-hover.svg") center center;
  background-size: 24px 24px;
}

.twitter a:hover {
  background: #00bbf0 url("../img/icons/twitter-hover.svg") center center;
  background-size: 24px 24px;
}

.facebook a:hover {
  background: #4b6ea8 url("../img/icons/facebook-hover.svg") center center;
  background-size: 24px 24px;
}

.language a:hover {
  background: #33526f url("../img/icons/language-hover.svg") center center;
  background-size: 24px 24px;
}

.tab-links {
  margin: 0;
  padding: 0;
  *zoom: 1;
}
.tab-links a {
  padding: 10px;
  display: block;
  color: #575756;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
}
.tab-links li.active .arrow-down {
  position: absolute;
  bottom: -15px;
  left: 10px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solzid transparent;
  border-top: 12px solid #f0f0f0;
  text-indent: -9999px;
}

.tab-links li {
  list-style: none;
  float: left;
  background: #f0f0f0;
  position: relative;
  margin-bottom: 20px;
}
.tab-links li:hover {
  background: #dae2f0;
}

.tab-links li.active {
  background: #b6c6e1;
}
.tab-links li.active a {
  color: #334f7f;
}
.tab-links li.active .arrow-down {
  border-top: 15px solid #b6c6e1;
}

.tab-links:before,
.tab-links:after {
  content: " ";
  display: table;
}

.tab-links:after {
  clear: both;
}

.key-facts ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.key-facts li {
  background: #d9ecf4;
  padding: 10px 15px;
  margin-bottom: 10px;
  float: left;
}
.key-facts li h1 {
  text-align: center;
}
.key-facts li.half {
  margin-right: 2%;
  width: 49%;
}
.key-facts li.half:nth-child(2n) {
  margin-right: 0;
}
.key-facts li.third {
  margin-right: 2%;
  width: 32%;
}
.key-facts li.third:nth-child(3n) {
  margin-right: 0;
}

.row-container {
  float: right;
  width: 100%;
}
.row-container > div {
  margin-top: 15px;
  margin-bottom: 15px;
}

.latest-container {
  float: left;
  margin-bottom: 10px;
}

.latest-news, .latest-disclosures, .learn-more, .strategic-transformation {
  float: left;
}
.latest-news h2, .latest-disclosures h2, .learn-more h2, .strategic-transformation h2 {
  font-size: 17px;
  line-height: 1.4em;
}

.latest-news {
  margin-right: 8%;
}

.latest-news,
.latest-disclosures {
  width: 46%;
}

.learn-more {
  margin-right: 8%;
}

.learn-more,
.strategic-transformation {
  width: 46%;
}

.quick-links li {
  margin-left: 15px;
  margin-bottom: 5px;
}

.people-list {
  list-style-type: none;
  float: left;
  width: 100%;
}
.people-list .person {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.people-list .person .person-info {
  float: left;
  width: 100%;
}
.people-list .person .person-info .person-img {
  float: left;
  width: 100px;
}
.people-list .person .person-info .person-id {
  float: left;
  margin-left: 15px;
}
.people-list .person .person-info .person-id .person-name {
  margin-bottom: 0;
}
.people-list .person .person-description {
  float: left;
  width: 100%;
  margin-top: 20px;
}

.thumb-downloads {
  list-style-type: none;
  float: left;
  width: 100%;
}
.thumb-downloads .file-item {
  float: left;
  padding: 0 7px;
  width: 33.33333333%;
  margin-bottom: 15px;
}
.thumb-downloads .file-item .inner {
  padding: 10px 15px;
  background: #F0F0F0;
}

header .main-menu {
  float: right;
  padding-bottom: 25px;
  font-family: "myriad-pro-semi-condensed", sans-serif;
}

header .main-menu li {
  float: left;
  text-transform: uppercase;
  list-style: none;
}

header .main-menu li a {
  display: block;
  padding: 2px 5px;
}

header .main-menu > ul > li > a {
  padding: 12px 0 0 12px;
  font-size: 13px;
}

header .main-menu li:hover > a {
  color: #003465 !important;
}

header .main-menu ul ul {
  position: absolute;
  min-width: 150px;
  z-index: 999;
  background: white;
  padding-left: 0;
  border: 1px solid #d6d6d6;
}

header .main-menu ul ul ul {
  background: #fdfdfd;
}

header .main-menu ul ul li {
  width: 100%;
  clear: both;
  white-space: nowrap;
  text-transform: none;
  padding: 0 15px;
  cursor: pointer;
}

header .main-menu ul ul li:hover {
  background: #f0f0f0;
}

header .main-menu li ul {
  display: none;
}

header .main-menu li:hover > ul {
  display: block;
}

header .main-menu ul li ul ul {
  display: none;
  left: 100%;
  margin-top: -25px;
}

.mean-container .mean-nav ul li a.mean-expand {
  height: 23px;
}

.mean-container .mean-nav ul li {
  background: #f0f0f0;
}

.mean-container .mean-nav ul li a {
  color: #003465;
}

/* .mean-container .mean-nav ul li a:hover{background: #c0c0c0;color: #fff;} */
.mean-container .mean-nav ul li li a {
  opacity: 1;
}

.mean-container .mean-nav ul li a {
  border-top: 1px solid #003465;
}

.mean-container .mean-nav ul li li a {
  border-top: 1px solid #003465;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: #003465;
  color: #fff;
}

.mean-container .mean-bar {
  background: #fff;
}

.mean-container a.meanmenu-reveal {
  color: #003465;
}

.mean-container a.meanmenu-reveal span {
  background: #003465;
}

.banner {
  height: 130px;
  position: relative;
  background: #fff;
  clear: both;
}
.banner img {
  float: right;
}
.banner .banner-title {
  width: 360px;
  height: 130px;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  background: #fff;
  border: 1px solid #ccc;
  padding-left: 20px;
  display: table-cell;
  vertical-align: middle;
}
.banner .banner-title h1 {
  color: #003465;
  font-size: 18px;
  padding-right: 20px;
}
.banner .banner-title .arrow-right {
  position: absolute;
  right: -20px;
  top: 45px;
  border-left: 20px solid #fff;
}

.arrow-right {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #fff;
}

.banner.company h1 {
  background-image: none;
  padding-left: 120px;
  position: relative;
}
.banner.company h1 span.logo {
  border: 1px solid #fff;
  width: 92px;
  height: 61px;
  background: #fff;
  margin: auto 20px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.tabs {
  margin: 0;
  padding: 0;
  list-style-type: none;
  *zoom: 1;
}
.tabs a {
  padding: 10px;
  display: block;
  color: #575756;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
}
.tabs li.active .arrow-down {
  position: absolute;
  bottom: -15px;
  left: 10px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #f0f0f0;
  text-indent: -9999px;
}

.tabs li {
  float: left;
  background: #f0f0f0;
  color: #fff;
  position: relative;
  margin-bottom: 20px;
}
.tabs li a {
  color: #575756;
}
.tabs li:hover {
  background: #7d7d7d;
}
.tabs li:hover a {
  color: #fff;
}

.tabs li.active {
  background: #a3a3a3;
}
.tabs li.active a {
  color: #fff;
}
.tabs li.active .arrow-down {
  border-top: 15px solid #a3a3a3;
}

.tabs:before,
.tabs:after {
  content: " ";
  display: table;
}

.tabs:after {
  clear: both;
}

.back-button {
  margin-left: 66.66667%;
}
.back-button a {
  padding: 5px 10px;
  display: block;
  width: 240px;
  position: absolute;
  top: 0;
  color: #575756;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  background: #f0f0f0;
}
.back-button a:hover {
  background: #e1e1e1;
  color: #080c03;
}

aside .menu-container {
  background: #f0f0f0;
  padding: 15px;
  float: left;
  margin-bottom: 20px;
  width: 100%;
}
aside .menu-container ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  float: left;
  width: 100%;
}
aside .menu-container ul li {
  float: left;
  width: 100%;
}
aside .menu-container ul li a {
  display: block;
  padding-left: 15px;
  transition: all 0.07s ease;
  background: url("../img/arrow.svg") 5px 4px no-repeat;
}
aside .menu-container ul li a:hover {
  background: #e3e3e3 url("../img/arrow.svg") 5px 4px no-repeat;
}

.tab-links {
  margin: 0;
  padding: 0;
  *zoom: 1;
}
.tab-links a {
  padding: 10px;
  display: block;
  color: #575756;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
}
.tab-links li.active .arrow-down {
  position: absolute;
  bottom: -15px;
  left: 10px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solzid transparent;
  border-top: 12px solid #f0f0f0;
  text-indent: -9999px;
}

.tab-links li {
  list-style: none;
  float: left;
  background: #f0f0f0;
  position: relative;
  margin-bottom: 20px;
}
.tab-links li:hover {
  background: #dae2f0;
}

.tab-links li.active {
  background: #b6c6e1;
}
.tab-links li.active a {
  color: #334f7f;
}
.tab-links li.active .arrow-down {
  border-top: 15px solid #b6c6e1;
}

.tab-links:before,
.tab-links:after {
  content: " ";
  display: table;
}

.tab-links:after {
  clear: both;
}

.key-facts ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.key-facts li {
  background: #d9ecf4;
  padding: 10px 15px;
  margin-bottom: 10px;
  float: left;
}
.key-facts li h1 {
  text-align: center;
}
.key-facts li.half {
  margin-right: 2%;
  width: 49%;
}
.key-facts li.half:nth-child(2n) {
  margin-right: 0;
}
.key-facts li.third {
  margin-right: 2%;
  width: 32%;
}
.key-facts li.third:nth-child(3n) {
  margin-right: 0;
}

.row-container {
  float: right;
  width: 100%;
}
.row-container > div {
  margin-top: 15px;
  margin-bottom: 15px;
}

.latest-container {
  float: left;
  margin-bottom: 10px;
}

.latest-news, .latest-disclosures, .learn-more, .strategic-transformation {
  float: left;
}
.latest-news h2, .latest-disclosures h2, .learn-more h2, .strategic-transformation h2 {
  font-size: 17px;
  line-height: 1.4em;
}

.latest-news {
  margin-right: 8%;
}

.latest-news,
.latest-disclosures {
  width: 46%;
}

.learn-more {
  margin-right: 8%;
}

.learn-more,
.strategic-transformation {
  width: 46%;
}

.quick-links li {
  margin-left: 15px;
  margin-bottom: 5px;
}

.people-list {
  list-style-type: none;
  float: left;
  width: 100%;
}
.people-list .person {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.people-list .person .person-info {
  float: left;
  width: 100%;
}
.people-list .person .person-info .person-img {
  float: left;
  width: 100px;
}
.people-list .person .person-info .person-id {
  float: left;
  margin-left: 15px;
}
.people-list .person .person-info .person-id .person-name {
  margin-bottom: 0;
}
.people-list .person .person-description {
  float: left;
  width: 100%;
  margin-top: 20px;
}

.thumb-downloads {
  list-style-type: none;
  float: left;
  width: 100%;
}
.thumb-downloads .file-item {
  float: left;
  padding: 0 7px;
  width: 33.33333333%;
  margin-bottom: 15px;
}
.thumb-downloads .file-item .inner {
  padding: 10px 15px;
  background: #F0F0F0;
}

footer {
  border-top: 1px solid #dbdcde;
  color: #575756;
  padding: 20px 0 40px 0;
  margin-top: 20px;
}
footer span {
  float: left;
  font-size: 12px;
}
footer span:last-child {
  float: right;
  font-size: 12px;
}
footer a {
  color: #575756 !important;
  text-decoration: none;
}
footer a:hover {
  color: #003465 !important;
}
footer nav {
  border: 1px solid #dbdcde;
  border-right: none;
  border-left: none;
  margin-bottom: 20px;
  padding-bottom: 20px;
  *zoom: 1;
}
footer nav:before,
footer nav:after {
  content: " ";
  display: table;
}
footer nav:after {
  clear: both;
}
footer ul {
  padding-left: 0;
}
footer li {
  list-style: none;
}
footer nav > ul > li {
  float: left;
  font-size: 12px;
  padding: 14px 22px 14px 0;
}
footer nav > ul > li > a {
  text-transform: uppercase;
  color: #003465 !important;
}
footer nav ul ul ul a:before {
  content: "- ";
}

@media screen and (max-width: 900px) {
  /*header*/
  header nav {
    float: left;
  }

  .banner {
    height: auto;
  }

  .banner img {
    display: none;
  }

  .banner .banner-title {
    display: block;
    height: auto;
    width: 100%;
  }
  .banner .banner-title .arrow-right {
    display: none;
  }

  .banner h1 span {
    display: none;
  }

  /*Footer*/
  footer nav {
    display: none;
  }

  /*footer*/
  footer {
    text-align: center;
  }

  footer span {
    float: none;
  }

  footer span:last-child {
    float: none;
    display: block;
  }

  /*aside*/
  aside {
    padding-top: 20px;
  }

  aside .side-menu {
    float: left;
    width: 100%;
  }

  aside .side-menu .sublinks {
    display: none;
  }

  aside .side-menu .industries-side-list {
    width: 100%;
    max-width: 100%;
    float: left;
  }

  aside .nav {
    margin: 0 auto;
    text-align: center;
    width: 90%;
  }

  aside .nav li {
    display: inline-block;
  }

  main section {
    padding-right: 0;
  }
}
/*End Media screen=900;*/
@media screen and (max-width: 720px) {
  main {
    padding-right: 0;
  }

  main,
  aside {
    width: 100%;
  }

  .quick-links ul {
    list-style-type: none;
  }
  .quick-links ul li {
    float: left;
    width: 100%;
    margin-left: 0;
    margin-bottom: 5px;
  }
  .quick-links ul li a {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #003465;
  }
}
@media screen and (max-width: 580px) {
  footer {
    padding: 3% 12% 5% 12%;
    line-height: 13px;
    border-top: 1px solid #dbdcde;
  }

  footer span {
    font-size: 11px;
  }

  footer span:last-child {
    font-size: 11px;
  }

  .key-facts li.third {
    margin-right: 2%;
    width: 100%;
  }

  .latest-news, .latest-disclosures, .learn-more, .strategic-transformation {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .search-site {
    width: 100%;
  }

  header > h1 {
    width: 150px;
    margin: 0 auto;
    float: none;
  }

  header > ul {
    width: 72%;
    margin: 0 auto 15px;
  }

  header > ul li {
    float: left;
  }

  header > ul .share-price,
  header > ul .language,
  header > ul .facebook,
  header > ul .twitter,
  header > ul .youtube {
    margin-top: 3px;
  }

  .thumb-downloads .file-item {
    width: 50%;
  }

  .tabs li {
    width: 100%;
    margin-bottom: 0;
  }

  .tabs li:last-child {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 490px) {
  .logo {
    background-size: 100% 100%;
  }

  .search-site form input {
    width: 88%;
    border: 1px solid #f0f0f0;
  }
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
}

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
