/*! 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;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #cccccc;
}

.mfp-preloader a:hover {
  color: white;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* Meanmenu */
/* when under viewport size, .mean-container is added to body */
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: 999;
}

.mean-container a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  padding: 13px 13px 11px 13px;
  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: 0.75;
  filter: alpha(opacity=75);
  text-shadow: none !important;
  visibility: visible;
}

.mean-container .mean-nav ul li.mean-last a {
  border-bottom: none;
  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: none !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;
}

/* Fix for box sizing on Foundation Framework etc. */
.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;
}

ul.resp-tabs-list, p {
  margin: 0px;
  padding: 0px;
}

.resp-tabs-list li {
  font-weight: 600;
  font-size: 13px;
  display: inline-block;
  padding: 13px 15px;
  margin: 0;
  list-style: none;
  cursor: pointer;
  float: left;
}

.resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  clear: left;
}

h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}

.resp-tab-content {
  display: none;
  padding: 0 15px;
}

.resp-tab-active {
  border: 1px solid #c1c1c1;
  border-bottom: none;
  margin-bottom: -1px !important;
  padding: 12px 14px 14px 14px !important;
}

.resp-tab-active {
  border-bottom: none;
  background-color: #fff;
}

.resp-content-active, .resp-accordion-active {
  display: block;
}

.resp-tab-content {
  border: 1px solid #c1c1c1;
}

h2.resp-accordion {
  font-size: 13px;
  border: 1px solid #c1c1c1;
  border-top: 0px solid #c1c1c1;
  margin: 0px;
  padding: 10px 15px;
}

h2.resp-tab-active {
  border-bottom: 0px solid #c1c1c1 !important;
  margin-bottom: 0px !important;
  padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
  border-bottom: 12px solid #c1c1c1 !important;
  background: blue;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 40%;
  border-right: 1px solid #c1c1c1;
}

.resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 15px 15px !important;
  margin: 0;
  cursor: pointer;
  float: none;
}

.resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  float: left;
  width: 60%;
  min-height: 301px;
  clear: none;
}

.resp-vtabs .resp-tab-content {
  border: none;
}

.resp-vtabs li.resp-tab-active {
  border: 1px solid #c1c1c1;
  border-right: none;
  background-color: #fff;
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
  padding: 14px 15px 15px 14px !important;
}

.resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 3px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #9B9797;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
  background: #DBDBDB !important;
}

.resp-easy-accordion h2.resp-accordion {
  display: block;
}

.resp-easy-accordion .resp-tab-content {
  border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
  border-bottom: 1px solid #c1c1c1 !important;
}

.resp-jfit {
  width: 100%;
  margin: 0px;
}

.resp-tab-content-active {
  display: block;
}

h2.resp-accordion:first-child {
  border-top: 1px solid #c1c1c1 !important;
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
  ul.resp-tabs-list {
    display: none;
  }

  h2.resp-accordion {
    display: block;
  }

  .resp-vtabs .resp-tab-content {
    border: 1px solid #C1C1C1;
  }

  .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: initial;
    clear: none;
  }

  .resp-accordion-closed {
    display: none !important;
  }

  .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
  }
}
/* 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;
}

/* typography */
html,
body,
button,
input,
select,
textarea {
  color: #575756;
}

html, body {
  font-size: 14px;
  line-height: 1.45em;
  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;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #003465;
}

a,
a:visited,
a:active,
a:hover {
  text-decoration: none;
  color: #003465;
}

p {
  margin: 0 0 1.5em;
}

a.read-more {
  display: inline-block;
  padding: 0 10px;
  background: #003465;
  color: #fff;
  border: 1px solid #003465;
}
a.read-more:hover {
  border: 1px solid #003465;
  background: #fff;
  color: #003465;
}

.energy a.read-more {
  display: inline-block;
  padding: 0 10px;
  background: #003465;
  color: #fff;
  border: 1px solid #003465;
}
.energy a.read-more:hover {
  border: 1px solid #003465;
  background: #fff;
  color: #003465;
}

.transportation a.read-more {
  display: inline-block;
  padding: 0 10px;
  background: #a51c30;
  color: #fff;
  border: 1px solid #a51c30;
}
.transportation a.read-more:hover {
  border: 1px solid #a51c30;
  background: #fff;
  color: #a51c30;
}

.agrifoods a.read-more {
  display: inline-block;
  padding: 0 10px;
  background: #1e631d;
  color: #fff;
  border: 1px solid #1e631d;
}
.agrifoods a.read-more:hover {
  border: 1px solid #1e631d;
  background: #fff;
  color: #1e631d;
}

.mining a.read-more {
  display: inline-block;
  padding: 0 10px;
  background: #662900;
  color: #fff;
  border: 1px solid #662900;
}
.mining a.read-more:hover {
  border: 1px solid #662900;
  background: #fff;
  color: #662900;
}

.cement a.read-more {
  display: inline-block;
  padding: 0 10px;
  background: #696868;
  color: #fff;
  border: 1px solid #696868;
}
.cement a.read-more:hover {
  border: 1px solid #696868;
  background: #fff;
  color: #696868;
}

audio,
canvas,
img,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

ul {
  padding: 0;
  padding-left: 15px;
}

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

main {
  position: relative;
}
main section {
  padding-right: 45px;
  padding-top: 20px;
}
main table td, main table th {
  padding-right: 15px;
}
main p, main ul, main table {
  margin: 0 0 21px;
}
main ul {
  list-style-type: inside;
}

.energy h1, .energy h2, .energy h3, .energy h4, .energy h5, .energy h6 {
  color: #003465;
}

.transportation h1, .transportation h2, .transportation h3, .transportation h4, .transportation h5, .transportation h6 {
  color: #a51c30;
}

.agrifoods h1, .agrifoods h2, .agrifoods h3, .agrifoods h4, .agrifoods h5, .agrifoods h6 {
  color: #1e631d;
}

.mining h1, .mining h2, .mining h3, .mining h4, .mining h5, .mining h6 {
  color: #662900;
}

.cement h1, .cement h2, .cement h3, .cement h4, .cement h5, .cement h6 {
  color: #696868;
}

.opening-paragraph {
  font-family: 'Mate', serif;
  font-size: 22px;
  line-height: 28px;
}

a.fs-button {
  display: inline-block;
  padding: 1em 55px 1em 1em;
  background: #005696;
  color: #fff;
  background: #005696;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 0 6px rgba(0, 0, 0, 0.2) inset;
  -webkit-transition: background 500ms ease;
  -moz-transition: background 500ms ease;
  -ms-transition: background 500ms ease;
  -o-transition: background 500ms ease;
  transition: background 500ms ease;
}

a.fs-button:hover {
  background: #00477a;
}

a.fs-button.download {
  background: #005696 url("../img/icons/link-to-arrow-white.png") no-repeat right 15px center;
}

a.fs-button.download:hover {
  background: #00477a url("../img/icons/link-to-arrow-white.png") no-repeat right 15px center;
}

a.fs-button.link-to {
  background: #005696 url("../img/icons/link-to-arrow-white.png") no-repeat right 15px center;
}

a.fs-button.link-to:hover {
  background: #00477a url("../img/icons/link-to-arrow-white.png") no-repeat right 15px center;
}

ul.names-list li {
  margin-bottom: 12px;
}

/* Home Styles */
.home section {
  padding-right: 0;
}

.home h1.hero {
  font-size: 40px;
  text-transform: none;
  margin: 0 0 30px 0;
}

.home-blocks, .home-bottom-blocks {
  float: left;
  width: 100%;
  list-style-type: none;
  padding: 0;
  margin-bottom: 30px;
  border: 1px solid #ccc;
}
.home-blocks li, .home-bottom-blocks li {
  float: left;
  height: 227px;
  position: relative;
  overflow: hidden;
}
.home-blocks li a, .home-bottom-blocks li a {
  display: block;
  height: 100%;
  width: 100%;
}
.home-blocks li a p, .home-bottom-blocks li a p {
  color: #4f4f4f;
}
.home-blocks li a img, .home-bottom-blocks li a img {
  width: 100%;
}
.home-blocks li h1, .home-bottom-blocks li h1 {
  font-size: 18px;
  color: #003465;
}
.home-blocks li.text, .home-bottom-blocks li.text, .home-blocks li.paragraph, .home-bottom-blocks li.paragraph, .home-bottom-blocks li .video-info {
  padding: 20px;
}
.home-blocks li.paragraph, .home-bottom-blocks li.paragraph {
  border-top: 1px solid #ccc;
}
.home-blocks li.paragraph h3, .home-bottom-blocks li.paragraph h3 {
  font-size: 26px;
  line-height: 27px;
  color: #393F43;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: none;
}
.home-blocks li.paragraph h3 strong, .home-bottom-blocks li.paragraph h3 strong {
  color: #003465;
}
.home-blocks li.bordered, .home-bottom-blocks li.bordered {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.home-blocks li.bordered:last-child, .home-bottom-blocks li.bordered:last-child {
  border-right: none;
}

.home-bottom-blocks li {
  height: 452px;
  border-right: 1px solid #ccc;
}
.home-bottom-blocks li .news-img {
  position: relative;
}
.home-bottom-blocks li .news-info {
  padding: 20px;
}
.home-bottom-blocks li .news-info h2 {
  font-size: 15px;
  letter-spacing: 0;
  line-height: 17px;
  font-weight: 600;
  text-transform: none;
}
.home-bottom-blocks li .news-info p {
  font-size: 14px;
}
.home-bottom-blocks li .news-info p.date {
  margin-bottom: 5px;
  font-size: 11px;
}
.home-bottom-blocks li .video-info {
  position: relative;
  height: 100%;
  background: #003465;
  color: #fff;
}
.home-bottom-blocks li .video-info h1 {
  font-size: 18px;
  color: #fff;
}
.home-bottom-blocks li .video-info p.date {
  font-size: .8em;
}
.home-bottom-blocks li .video-info .down-arrow {
  border-top-color: #003465;
  bottom: -40px;
  top: auto;
  right: 45px;
  left: auto;
  z-index: 999;
}
.home-bottom-blocks li .video-container {
  position: relative;
}
.home-bottom-blocks li .video-container p {
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  margin: 0px;
  padding: 0px;
  top: 0px;
  z-index: 10;
}
.home-bottom-blocks li .video-container p span {
  background: url("../img/play.png") no-repeat;
  display: block;
  width: 48px;
  height: 48px;
  margin: 90px auto 0px auto;
}
.home-bottom-blocks li .video-container a:hover p {
  background: rgba(255, 255, 255, 0.4);
}
.home-bottom-blocks li:last-child {
  border-right: none;
}

.home-blocks .third, .home-bottom-blocks .third {
  width: 33.33333%;
}

.home-blocks .two-thirds, .home-bottom-blocks .two-thirds {
  width: 66.66667%;
}

.right-arrow {
  width: 0 !important;
  height: 0 !important;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #fff;
  position: absolute;
  top: 35px;
  left: 0;
}

.up-arrow {
  width: 0 !important;
  height: 0 !important;
  border-top: 20px solid transparent;
  border-bottom: 20px solid #fff;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  position: absolute;
  bottom: 0;
  left: 40px;
}

.down-arrow {
  width: 0 !important;
  height: 0 !important;
  border-top: 20px solid #fff;
  border-bottom: 20px solid transparent;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  position: absolute;
  top: 0;
  left: 40px;
}

.left-arrow {
  width: 0 !important;
  height: 0 !important;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #fff;
  position: absolute;
  top: 35px;
  right: 0;
}

.platform-list {
  float: left;
  width: 100%;
  background: #f0f0f0;
  list-style-image: url("../img/list.png");
  padding-bottom: 10px;
}
.platform-list h1 {
  background: #003465;
  color: #fff;
  margin: 0;
  padding: 5px 20px;
  font-size: 18px;
}
.platform-list ul {
  float: left;
  width: 100%;
  padding: 10px 40px;
  margin-bottom: 0;
}
.platform-list ul li {
  width: 33.33333%;
  padding: 3px 0;
  height: auto;
  float: left;
}

.tweets {
  float: left;
  width: 100%;
  margin: 20px 0;
}
.tweets .rotating-tweets {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.tweets .rotating-tweets .meta-data {
  float: left;
  width: 100%;
}
.tweets .rotating-tweets .meta-data .user-name {
  float: left;
}
.tweets .rotating-tweets .meta-data .user-name .display-name {
  font-weight: 600;
}
.tweets .rotating-tweets .meta-data .user-name .username {
  font-size: .8em;
}
.tweets .rotating-tweets .meta-data .date {
  float: right;
  font-size: .8em;
  margin: 0;
}
.tweets h1 {
  font-size: 18px;
}
.tweets h1 span {
  margin-right: 10px;
}
.tweets .img {
  display: block;
  width: 32px;
  height: 32px;
  float: left;
  background: url("../img/tweets.png") no-repeat;
}

body {
  width: 100%;
  *zoom: 1;
}
body:before, body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}

div.container {
  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%;
}

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.png) 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 {
  float: left;
}

.search-site .searchbox-container form {
  position: relative;
  min-width: 28px;
  width: 0%;
  height: 28px;
  float: right;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.search-site .searchbox-container form .searchbox-input {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  outline: 0;
  border-bottom: 1px solid #dcddd8;
  width: 80%;
  height: 28px;
  margin: 0;
  font-size: 14px;
}
.search-site .searchbox-container form .searchbox-input::-webkit-input-placeholder {
  color: #4f4f4f;
}
.search-site .searchbox-container form .searchbox-input:-moz-placeholder {
  color: #4f4f4f;
}
.search-site .searchbox-container form .searchbox-input::-moz-placeholder {
  color: #4f4f4f;
}
.search-site .searchbox-container form .searchbox-input:-ms-input-placeholder {
  color: #4f4f4f;
}
.search-site .searchbox-container form .searchbox-icon,
.search-site .searchbox-container form .searchbox-submit {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  top: 0;
  font-family: verdana;
  font-size: 22px;
  right: 0;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
  color: #dcddd8;
  background: white url("../img/search.svg") no-repeat center center;
  text-indent: -9999px;
}
.search-site .searchbox-container form.searchbox-open {
  width: 300px;
}

.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 {
  line-height: 16px;
}

.linkedin a {
  overflow: hidden;
  text-indent: -9999px;
  width: 28px;
  height: 28px;
  background: #008ac3 url("../img/icons/linkedin-hover.svg") center center;
  background-size: 28px 28px;
}

.youtube a {
  overflow: hidden;
  text-indent: -9999px;
  width: 28px;
  height: 28px;
  background: #c5302c url("../img/icons/youtube-hover.svg") center center;
  background-size: 28px 28px;
}

.twitter a {
  overflow: hidden;
  text-indent: -9999px;
  width: 28px;
  height: 28px;
  background: #00bbf0 url("../img/icons/twitter-hover.svg") center center;
  background-size: 28px 28px;
}

.facebook a {
  overflow: hidden;
  text-indent: -9999px;
  width: 28px;
  height: 28px;
  background: #4b6ea8 url("../img/icons/facebook-hover.svg") center center;
  background-size: 28px 28px;
}

.language a {
  overflow: hidden;
  text-indent: -9999px;
  width: 28px;
  height: 28px;
  background: #33526f url("../img/icons/language-hover.svg") center center;
  background-size: 28px 28px;
}

header .main-menu {
  float: right;
  padding-bottom: 25px;
  font-family: "myriad-pro-semi-condensed", sans-serif;
  clear: right;
}

header .main-menu {
  float: left;
}
header .main-menu ul {
  padding-right: 0;
}

header .main-menu li {
  float: left;
  text-transform: uppercase;
  list-style: none;
  text-align: left;
}

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;
  border: 1px solid #ccc;
  padding-left: 20px;
  background: #fff;
  display: table-cell;
  vertical-align: middle;
}
.banner .banner-title h1 {
  color: #003465;
  padding-right: 20px;
  font-size: 16px;
}
.banner .banner-title .arrow-right {
  border-left: 20px solid #fff;
  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;
}

.energy.banner .banner-title {
  background: white url("../img/icons/energy-colored-icon.svg") 20px center no-repeat;
}
.energy.banner .banner-title h1 {
  color: #003465;
  padding-left: 72px;
}

.transportation.banner .banner-title {
  background: white url("../img/icons/transportation-colored-icon.svg") 20px center no-repeat;
}
.transportation.banner .banner-title h1 {
  color: #a51c30;
  padding-left: 72px;
}

.agrifoods.banner .banner-title {
  background: white url("../img/icons/agrifoods-colored-icon.svg") 20px center no-repeat;
}
.agrifoods.banner .banner-title h1 {
  color: #1e631d;
  padding-left: 72px;
}

.mining.banner .banner-title {
  background: white url("../img/icons/mining-colored-icon.svg") 20px center no-repeat;
}
.mining.banner .banner-title h1 {
  color: #662900;
  padding-left: 72px;
}

.cement.banner .banner-title {
  background: white url("../img/icons/cement-colored-icon.svg") 20px center no-repeat;
}
.cement.banner .banner-title h1 {
  color: #696868;
  padding-left: 72px;
}

.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;
}

.breadcrumb {
  margin: 0 0 10px 0;
  padding: 0;
  *zoom: 1;
}
.breadcrumb a {
  padding: 10px;
  display: block;
  color: #575756;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
}
.breadcrumb li.active .arrow-down {
  position: absolute;
  bottom: -8px;
  left: 10px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #f0f0f0;
  text-indent: -9999px;
}

.energy .breadcrumb li {
  display: inline;
  float: left;
  width: 16.66667%;
  margin: 0 0%;
  background: #f0f0f0;
  position: relative;
  margin-bottom: 20px;
}
.energy .breadcrumb li:hover {
  background: #cacaca;
}

.energy .breadcrumb li.active {
  background: #cacaca;
}
.energy .breadcrumb li.active a {
  color: black;
}
.energy .breadcrumb li.active .arrow-down {
  border-top: 15px solid #cacaca;
}

.transportation .breadcrumb li {
  display: inline;
  float: left;
  width: 16.66667%;
  margin: 0 0%;
  background: #f0f0f0;
  position: relative;
  margin-bottom: 20px;
}
.transportation .breadcrumb li:hover {
  background: #cacaca;
}

.transportation .breadcrumb li.active {
  background: #cacaca;
}
.transportation .breadcrumb li.active a {
  color: black;
}
.transportation .breadcrumb li.active .arrow-down {
  border-top: 15px solid #cacaca;
}

.agrifoods .breadcrumb li {
  display: inline;
  float: left;
  width: 16.66667%;
  margin: 0 0%;
  background: #f0f0f0;
  position: relative;
  margin-bottom: 20px;
}
.agrifoods .breadcrumb li:hover {
  background: #cacaca;
}

.agrifoods .breadcrumb li.active {
  background: #cacaca;
}
.agrifoods .breadcrumb li.active a {
  color: black;
}
.agrifoods .breadcrumb li.active .arrow-down {
  border-top: 15px solid #cacaca;
}

.mining .breadcrumb li {
  display: inline;
  float: left;
  width: 16.66667%;
  margin: 0 0%;
  background: #f0f0f0;
  position: relative;
  margin-bottom: 20px;
}
.mining .breadcrumb li:hover {
  background: #cacaca;
}

.mining .breadcrumb li.active {
  background: #cacaca;
}
.mining .breadcrumb li.active a {
  color: black;
}
.mining .breadcrumb li.active .arrow-down {
  border-top: 15px solid #cacaca;
}

.cement .breadcrumb li {
  display: inline;
  float: left;
  width: 16.66667%;
  margin: 0 0%;
  background: #f0f0f0;
  position: relative;
  margin-bottom: 20px;
}
.cement .breadcrumb li:hover {
  background: #cacaca;
}

.cement .breadcrumb li.active {
  background: #cacaca;
}
.cement .breadcrumb li.active a {
  color: #030202;
}
.cement .breadcrumb li.active .arrow-down {
  border-top: 15px solid #cacaca;
}

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

.breadcrumb: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;
}

.energy h1, .energy h2, .energy h3, .energy h4, .energy h5, .energy h6 {
  color: #003465;
}

.transportation h1, .transportation h2, .transportation h3, .transportation h4, .transportation h5, .transportation h6 {
  color: #a51c30;
}

.agrifoods h1, .agrifoods h2, .agrifoods h3, .agrifoods h4, .agrifoods h5, .agrifoods h6 {
  color: #1e631d;
}

.mining h1, .mining h2, .mining h3, .mining h4, .mining h5, .mining h6 {
  color: #662900;
}

.cement h1, .cement h2, .cement h3, .cement h4, .cement h5, .cement h6 {
  color: #696868;
}

.energy a {
  color: #003465;
}
.energy a:hover {
  color: black;
}
.energy .breadcrumb {
  color: #003465;
}

.transportation a {
  color: #a51c30;
}
.transportation a:hover {
  color: #22060a;
}
.transportation .breadcrumb {
  color: #a51c30;
}

.agrifoods a {
  color: #1e631d;
}
.agrifoods a:hover {
  color: black;
}
.agrifoods .breadcrumb {
  color: #1e631d;
}

.mining a {
  color: #662900;
}
.mining a:hover {
  color: black;
}
.mining .breadcrumb {
  color: #662900;
}

.cement a {
  color: #696868;
}
.cement a:hover {
  color: #1c1c1c;
}
.cement .breadcrumb {
  color: #696868;
}

main section {
  padding-top: 0;
  padding-right: 45px;
  padding-top: 20px;
}
main .breadcrumb {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
main .breadcrumb li {
  display: inline;
  margin-right: 5px;
  text-transform: uppercase;
  font-size: 0.8em;
}
main .breadcrumb li:last-child:after {
  content: "";
  padding-left: 0;
}

main table td, main table th {
  padding-right: 15px;
}

ul.sustainable-investments-sectors {
  list-style-type: none;
  float: left;
  width: 100%;
  padding: 0;
}
ul.sustainable-investments-sectors .sector {
  margin-bottom: 1px;
}
ul.sustainable-investments-sectors .sector.energy {
  border: 1px solid #d3d3d3;
  margin-bottom: 24px;
}
ul.sustainable-investments-sectors .sector.energy .overlay {
  background: url("../img/icons/energy-colored-icon.svg") 20px 30px no-repeat;
  padding: 20px 20px 20px 105px;
}
ul.sustainable-investments-sectors .sector.transportation {
  border: 1px solid #d3d3d3;
  margin-bottom: 24px;
}
ul.sustainable-investments-sectors .sector.transportation .overlay {
  background: url("../img/icons/transportation-colored-icon.svg") 20px 30px no-repeat;
  padding: 20px 20px 20px 105px;
}
ul.sustainable-investments-sectors .sector.agrifoods {
  border: 1px solid #d3d3d3;
  margin-bottom: 24px;
}
ul.sustainable-investments-sectors .sector.agrifoods .overlay {
  background: url("../img/icons/agrifoods-colored-icon.svg") 20px 30px no-repeat;
  padding: 20px 20px 20px 105px;
}
ul.sustainable-investments-sectors .sector.mining {
  border: 1px solid #d3d3d3;
  margin-bottom: 24px;
}
ul.sustainable-investments-sectors .sector.mining .overlay {
  background: url("../img/icons/mining-colored-icon.svg") 20px 30px no-repeat;
  padding: 20px 20px 20px 105px;
}
ul.sustainable-investments-sectors .sector.cement {
  border: 1px solid #d3d3d3;
  margin-bottom: 24px;
}
ul.sustainable-investments-sectors .sector.cement .overlay {
  background: url("../img/icons/cement-colored-icon.svg") 20px 30px no-repeat;
  padding: 20px 20px 20px 105px;
}

.input-xlarge {
  padding: 8px;
  border: 1px solid #ccc;
  width: 400px;
}

.controls textarea {
  width: 400px;
  height: 400px;
  border: 1px solid #ccc;
}

.control-group {
  margin-bottom: 20px;
}

.form-horizontal em {
  color: red;
  font-size: 11px;
}

aside ul {
  padding: 0;
  margin-top: 0;
  border-top: 1px solid #fff;
}
aside ul li {
  list-style: none;
  width: 100%;
  max-width: 240px;
  border-top: none;
}
aside ul li.sublinks {
  padding: 15px;
  margin: 0;
  background: #f0f0f0;
}
aside ul li.sublinks ul {
  border-top: none;
}
aside ul li.sublinks li {
  margin-bottom: 0;
}
aside ul li.sublinks li a {
  display: block;
  padding-left: 15px;
  transition: all 0.07s ease;
  background: url("../img/arrow.svg") 5px 5px no-repeat;
}
aside ul li.sublinks li a:hover {
  background: url("../img/arrow.svg") 5px 5px no-repeat #e3e3e3;
}
aside ul.nav {
  border-bottom: 1px solid #ccc;
}
aside ul.nav li {
  border-bottom: 1px solid #fff;
}
aside ul.nav .energy {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
aside ul.nav .energy h3 {
  margin: 0;
  font-size: 14px;
}
aside ul.nav .energy h3 a {
  display: block;
  background: #fff;
  position: absolute;
  top: 78%;
  left: 0;
  display: block;
  width: 100%;
  max-width: 240px;
  /* as image */
  height: 117px;
  /* as image */
  line-height: 28px;
  /* as image */
  text-decoration: none;
  transition: all 0.5s ease;
  color: #003465;
  padding-left: 20px;
}
aside ul.nav .energy h3 a img {
  float: right;
  margin: 27px 20px 0 0;
}
aside ul.nav .energy:hover .industry-title {
  top: 0;
  height: 117px;
  /* as image */
  line-height: 117px;
  /* as image */
  background: #003465;
  color: #fff;
}
aside ul.nav .energy .arrow-up {
  display: none;
  position: absolute;
  top: 84px;
  left: 10px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #fff;
  text-indent: -9999px;
}
aside ul.nav .energy:hover .arrow-up {
  display: none;
}
aside ul.nav .transportation {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
aside ul.nav .transportation h3 {
  margin: 0;
  font-size: 14px;
}
aside ul.nav .transportation h3 a {
  display: block;
  background: #fff;
  position: absolute;
  top: 78%;
  left: 0;
  display: block;
  width: 100%;
  max-width: 240px;
  /* as image */
  height: 117px;
  /* as image */
  line-height: 28px;
  /* as image */
  text-decoration: none;
  transition: all 0.5s ease;
  color: #003465;
  padding-left: 20px;
}
aside ul.nav .transportation h3 a img {
  float: right;
  margin: 27px 20px 0 0;
}
aside ul.nav .transportation:hover .industry-title {
  top: 0;
  height: 117px;
  /* as image */
  line-height: 117px;
  /* as image */
  background: #a51c30;
  color: #fff;
}
aside ul.nav .transportation .arrow-up {
  display: none;
  position: absolute;
  top: 84px;
  left: 10px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #fff;
  text-indent: -9999px;
}
aside ul.nav .transportation:hover .arrow-up {
  display: none;
}
aside ul.nav .agrifoods {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
aside ul.nav .agrifoods h3 {
  margin: 0;
  font-size: 14px;
}
aside ul.nav .agrifoods h3 a {
  display: block;
  background: #fff;
  position: absolute;
  top: 78%;
  left: 0;
  display: block;
  width: 100%;
  max-width: 240px;
  /* as image */
  height: 117px;
  /* as image */
  line-height: 28px;
  /* as image */
  text-decoration: none;
  transition: all 0.5s ease;
  color: #003465;
  padding-left: 20px;
}
aside ul.nav .agrifoods h3 a img {
  float: right;
  margin: 27px 20px 0 0;
}
aside ul.nav .agrifoods:hover .industry-title {
  top: 0;
  height: 117px;
  /* as image */
  line-height: 117px;
  /* as image */
  background: #1e631d;
  color: #fff;
}
aside ul.nav .agrifoods .arrow-up {
  display: none;
  position: absolute;
  top: 84px;
  left: 10px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #fff;
  text-indent: -9999px;
}
aside ul.nav .agrifoods:hover .arrow-up {
  display: none;
}
aside ul.nav .mining {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
aside ul.nav .mining h3 {
  margin: 0;
  font-size: 14px;
}
aside ul.nav .mining h3 a {
  display: block;
  background: #fff;
  position: absolute;
  top: 78%;
  left: 0;
  display: block;
  width: 100%;
  max-width: 240px;
  /* as image */
  height: 117px;
  /* as image */
  line-height: 28px;
  /* as image */
  text-decoration: none;
  transition: all 0.5s ease;
  color: #003465;
  padding-left: 20px;
}
aside ul.nav .mining h3 a img {
  float: right;
  margin: 27px 20px 0 0;
}
aside ul.nav .mining:hover .industry-title {
  top: 0;
  height: 117px;
  /* as image */
  line-height: 117px;
  /* as image */
  background: #662900;
  color: #fff;
}
aside ul.nav .mining .arrow-up {
  display: none;
  position: absolute;
  top: 84px;
  left: 10px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #fff;
  text-indent: -9999px;
}
aside ul.nav .mining:hover .arrow-up {
  display: none;
}
aside ul.nav .cement {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
aside ul.nav .cement h3 {
  margin: 0;
  font-size: 14px;
}
aside ul.nav .cement h3 a {
  display: block;
  background: #fff;
  position: absolute;
  top: 78%;
  left: 0;
  display: block;
  width: 100%;
  max-width: 240px;
  /* as image */
  height: 117px;
  /* as image */
  line-height: 28px;
  /* as image */
  text-decoration: none;
  transition: all 0.5s ease;
  color: #003465;
  padding-left: 20px;
}
aside ul.nav .cement h3 a img {
  float: right;
  margin: 27px 20px 0 0;
}
aside ul.nav .cement:hover .industry-title {
  top: 0;
  height: 117px;
  /* as image */
  line-height: 117px;
  /* as image */
  background: #696868;
  color: #fff;
}
aside ul.nav .cement .arrow-up {
  display: none;
  position: absolute;
  top: 84px;
  left: 10px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #fff;
  text-indent: -9999px;
}
aside ul.nav .cement:hover .arrow-up {
  display: none;
}

.listing {
  padding: 0;
  margin: 0;
}
.listing li {
  list-style: none;
  clear: both;
  margin-bottom: 40px;
}
.listing li .meta-data {
  margin-bottom: 10px;
}
.listing img {
  float: left;
  padding-top: 5px;
}
.listing h3 {
  margin-bottom: 5px;
  text-transform: none;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0;
}
.listing time {
  margin-bottom: 5px;
  font-style: normal;
}
.listing p {
  margin-bottom: 10px;
}

.energy .listing h3 a {
  display: block;
  color: #000;
}
.energy .listing h3 a:hover {
  color: #003465;
}

.transportation .listing h3 a {
  display: block;
  color: #000;
}
.transportation .listing h3 a:hover {
  color: #a51c30;
}

.agrifoods .listing h3 a {
  display: block;
  color: #000;
}
.agrifoods .listing h3 a:hover {
  color: #1e631d;
}

.mining .listing h3 a {
  display: block;
  color: #000;
}
.mining .listing h3 a:hover {
  color: #662900;
}

.cement .listing h3 a {
  display: block;
  color: #000;
}
.cement .listing h3 a:hover {
  color: #696868;
}

.gallery {
  display: block;
  width: 100%;
  margin: 0 0%;
  *zoom: 1;
  padding-left: 0;
}
.gallery:before, .gallery:after {
  content: "";
  display: table;
}
.gallery:after {
  clear: both;
}
.gallery li {
  display: inline;
  float: left;
  width: 25%;
  margin: 0 0%;
  list-style: none;
  padding: 0 5px 5px 0;
}
.gallery li img {
  display: block;
}

.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 solid 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;
}

#heritage {
  background: #fff;
  float: left;
  width: 100%;
}

#heritage ul {
  width: 248px;
  max-height: 300px;
  min-height: 200px;
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  border-right: solid 1px;
}

#heritage ul li {
  margin: 0;
  padding: 0;
  text-align: left;
}

#heritage ul li a {
  display: block;
  padding: 5px 20px 5px 0;
  outline: none;
}

#heritage ul li a:hover {
  text-decoration: underline;
}

#heritage ul li.selected-tab {
  background: #fff;
  position: relative;
}

#heritage ul li:first-child.selected-tab {
  border-top: none;
}

#heritage ul li a.selected-tab {
  font-weight: bold;
  text-decoration: none;
}

#heritage .panel-container {
  background: #fff;
  padding-top: 5px;
  padding-left: 275px;
}

.filter {
  margin-top: 20px;
  margin-bottom: 45px;
}
.filter select {
  padding: 3px;
  border: 1px solid #dbdcde;
  float: left;
  margin-right: 3px;
  font-size: 13px;
}
.filter input[type="submit"] {
  border: 1px solid #dbdcde;
  height: 26px;
  line-height: 24px;
  color: #003465;
  text-transform: uppercase;
  font-size: 12px;
  padding: 0 10px;
  margin: 0;
  float: left;
}
.filter input[type="submit"]:hover {
  background: #c8d4e9;
  border: 1px solid #c8d4e9;
}

.ad-banner {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  border: 1px solid #ccc;
  overflow: hidden;
}
.ad-banner .ad-text,
.ad-banner .ad-image {
  float: left;
}
.ad-banner .ad-text {
  width: 50%;
  background: #F2F2F2;
}
.ad-banner .ad-text .ad-logos div {
  padding: 10px;
}
.ad-banner .ad-text .ad-logos div.eedc-logo {
  float: left;
}
.ad-banner .ad-text .ad-logos div.erc-logo {
  float: right;
}
.ad-banner .ad-text .text {
  float: left;
  width: 100%;
  padding: 10px;
}
.ad-banner .ad-text .video-trigger {
  display: none;
  padding: 0.7em  55px 0.7em 0.7em;
  background: #575756 url("../img/icons/white-play-icon.png") no-repeat right 15px center;
}
.ad-banner .ad-text .video-trigger:hover {
  background: #00477a url("../img/icons/white-play-icon.png") no-repeat right 15px center;
}
.ad-banner .ad-image {
  width: 50%;
  position: relative;
}
.ad-banner .ad-image p {
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  margin: 0px;
  padding: 0px;
  top: 0px;
  z-index: 10;
}
.ad-banner .ad-image p span {
  background: url("../img/play.png") no-repeat;
  display: block;
  width: 48px;
  height: 48px;
  /* margin: 90px auto 0px auto; */
  position: absolute;
  left: 50%;
  margin-left: -24px;
  top: 50%;
  margin-top: -24px;
}

@media screen and (max-width: 990px) {
  .ad-banner .ad-image {
    display: none;
  }
  .ad-banner .ad-text {
    width: 100%;
  }
  .ad-banner .ad-text .video-trigger {
    display: inline-block;
  }
}
@media screen and (max-width: 560px) {
  .ad-banner .ad-text .ad-logos div {
    float: left !important;
  }
}
.tile-list {
  list-style-type: none;
  float: left;
  width: 100%;
  padding: 0;
}

.tile-list-item {
  float: left;
  width: 100%;
  border-top: 1px solid #d3d3d3;
  margin-bottom: 20px;
}
.tile-list-item.education {
  border-top-color: #a41e33;
}
.tile-list-item.education .tile-list-item-tile {
  background: #a41e33;
}
.tile-list-item.education .tile-list-item-content h2 {
  color: #a41e33;
}
.tile-list-item.environmental-sustainablility {
  border-top-color: #066524;
}
.tile-list-item.environmental-sustainablility .tile-list-item-tile {
  background: #066524;
}
.tile-list-item.environmental-sustainablility .tile-list-item-content h2 {
  color: #066524;
}
.tile-list-item.community-development {
  border-top-color: #5e5f61;
}
.tile-list-item.community-development .tile-list-item-tile {
  background: #5e5f61;
}
.tile-list-item.community-development .tile-list-item-content h2 {
  color: #5e5f61;
}
.tile-list-item.vocational-training {
  border-top-color: #003568;
}
.tile-list-item.vocational-training .tile-list-item-tile {
  background: #003568;
}
.tile-list-item.vocational-training .tile-list-item-content h2 {
  color: #003568;
}
.tile-list-item.community-engagement {
  border-top-color: #692400;
}
.tile-list-item.community-engagement .tile-list-item-tile {
  background: #692400;
}
.tile-list-item.community-engagement .tile-list-item-content h2 {
  color: #692400;
}
.tile-list-item.human-development {
  border-top-color: #005596;
}
.tile-list-item.human-development .tile-list-item-tile {
  background: #005596;
}
.tile-list-item.human-development .tile-list-item-content h2 {
  color: #005596;
}

.tile-list-item-tile {
  float: left;
  width: 25%;
  padding: 10px;
  text-align: center;
}

.tile-list-item-tile h3 {
  color: #fff;
  margin-bottom: 0;
}

.tile-list-item-content {
  float: left;
  width: 75%;
  padding: 0 10px 10px 20px;
}

.tile-list-item-content h2 {
  margin-bottom: 0;
  font-size: 2em;
}

.awesome-blocks {
  float: left;
  width: 100%;
}

.awesome-blocks ul {
  list-style-type: none;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}

.awesome-blocks ul li {
  background: #f0f0f0;
  float: left;
  width: 48%;
  margin: 0 1% 10px;
}

.awesome-blocks ul li .outer-container {
  display: table;
  width: 100%;
  height: 100%;
}

.awesome-blocks ul li .outer-container .element {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 15px;
}

.awesome-blocks ul li .outer-container .element p {
  margin: 0;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 30px;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tabs {
  *zoom: 1;
}
.tabs:before, .tabs:after {
  content: "";
  display: table;
}
.tabs:after {
  clear: both;
}
.tabs section {
  *zoom: 1;
}
.tabs section:before, .tabs section:after {
  content: "";
  display: table;
}
.tabs section:after {
  clear: both;
}

.energy section, .transportation section, .agrifoods section, .mining section, .cement section, .publications section, .advertising section {
  padding-top: 0;
}

#annual-reports ul, #factsheets ul, #other-publications ul, #regulatory ul, #corporate ul, #brochures ul {
  margin: 15px 0 0 0;
  padding: 0;
}
#annual-reports ul li, #factsheets ul li, #other-publications ul li, #regulatory ul li, #corporate ul li, #brochures ul li {
  list-style: none;
  float: left;
  width: 160px;
  border: 1px solid #f0f0f0;
  text-align: center;
  margin: 0 7px 7px 0;
  position: relative;
  overflow: hidden;
}
#annual-reports ul li img, #factsheets ul li img, #other-publications ul li img, #regulatory ul li img, #corporate ul li img, #brochures ul li img {
  margin: 10px auto;
  border: 1px solid #f0f0f0;
}
#annual-reports ul .description, #factsheets ul .description, #other-publications ul .description, #regulatory ul .description, #corporate ul .description, #brochures ul .description {
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  width: 158px;
  /* as image */
  height: 213px;
  /* as image */
  text-align: center;
  text-decoration: none;
  color: #003465;
  background: url("../img/download.svg") center 60px no-repeat #f0f0f0;
  background-size: 50px 50px;
  padding: 115px 20px 0;
  transition: top 0.5s ease;
}
#annual-reports ul .rollover-item:hover .description, #factsheets ul .rollover-item:hover .description, #other-publications ul .rollover-item:hover .description, #regulatory ul .rollover-item:hover .description, #corporate ul .rollover-item:hover .description, #brochures ul .rollover-item:hover .description {
  top: 0;
}

#multimedia ul {
  margin: 15px 0 0 0;
  padding: 0;
}
#multimedia ul li {
  list-style: none;
  float: left;
  width: 290px;
  height: 320px;
  border: 1px solid #f0f0f0;
  text-align: center;
  margin: 0 20px 20px 0;
  position: relative;
  overflow: hidden;
  padding: 0;
}
#multimedia ul li span {
  padding: 10px 25px;
  display: block;
}
#multimedia ul li img {
  margin: 10px auto 10px auto;
  border: 1px solid #f0f0f0;
}
#multimedia ul .description {
  position: absolute;
  top: -100%;
  left: 0;
  display: block;
  width: 298px;
  /* as image */
  height: 213px;
  /* as image */
  text-align: center;
  text-decoration: none;
  color: #003465;
  background: url("../img/watch.svg") center 60px no-repeat #f0f0f0;
  background-size: 50px 50px;
  padding: 115px 20px 0;
  transition: top 0.5s ease;
}
#multimedia ul .rollover-item:hover .description {
  top: -10px;
}

#management ul {
  margin: 15px 0 0 0;
  padding: 0;
}
#management ul li {
  list-style: none;
  float: left;
  width: 32.3333333333333%;
  height: 260px;
  border: 1px solid #d6d6d6;
  text-align: center;
  margin: 0 .5% 7px;
  position: relative;
  overflow: hidden;
  padding: 0;
}
#management ul li h3 {
  margin: 5px;
}
#management ul li span {
  padding: 0 25px;
  display: block;
  font-size: 13px;
  line-height: 18px;
}
#management ul li img {
  margin: 10px auto 10px auto;
  border: 1px solid #f0f0f0;
}
#management ul .description {
  position: absolute;
  top: -105%;
  left: 0;
  display: block;
  width: 100%;
  height: 260px;
  /* as image */
  text-align: center;
  text-decoration: none;
  color: #003465;
  background: url("../img/read.svg") center 170px no-repeat #f0f0f0;
  background-size: 30px 30px;
  padding: 210px 20px 0;
  transition: top 0.5s ease;
}
#management ul .rollover-item:hover .description {
  top: -140px;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}

.footprints-list {
  list-style-type: none;
  float: left;
  padding: 0;
  width: 100%;
}
.footprints-list li {
  float: left;
  padding: 2%;
  margin: 0 1%;
  background: #f0f0f0;
  margin-bottom: 10px;
}
.footprints-list li.third {
  width: 31.33333333333%;
  height: 260px;
}
.footprints-list li.half {
  width: 48%;
  height: 200px;
}
.footprints-list li h4 {
  font-weight: 600;
  font-size: 1.2em;
  text-transform: uppercase;
}

.footprints-map {
  position: relative;
  float: left;
  width: 100%;
}
.footprints-map .footprints-image {
  display: block;
  margin: 0 auto;
}
.footprints-map .industries-list {
  list-style-type: none;
  float: left;
  padding: 0;
  position: absolute;
  top: 330px;
  width: 230px;
}
.footprints-map .industries-list li {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  padding: 0 1%;
}
.footprints-map .industries-list li img {
  float: left;
  text-align: left;
  width: 36px;
  height: 36px;
}
.footprints-map .industries-list li h4 {
  float: left;
  margin: 0 0 0 10px;
  font-size: 1.2em;
}

.subsidiaries-list {
  list-style-type: none;
  padding: 0;
  float: left;
}
.subsidiaries-list .subsidiary {
  float: left;
  width: 100%;
  margin-top: 10px;
}
.subsidiaries-list .subsidiary .subsidiary-image,
.subsidiaries-list .subsidiary .subsidiary-title {
  float: left;
}
.subsidiaries-list .subsidiary a:hover {
  cursor: pointer;
}
.subsidiaries-list .subsidiary .subsidiary-image {
  width: 200px;
  position: relative;
  left: -16px;
  top: -16px;
}
.subsidiaries-list .subsidiary .subsidiary-image img {
  margin: 0;
}
.subsidiaries-list .subsidiary .subsidiary-image .left-arrow {
  width: 0 !important;
  height: 0 !important;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #fff;
  position: absolute;
  top: 30px;
  right: -1px;
}
.subsidiaries-list .subsidiary .subsidiary-title {
  width: 100%;
  height: 100px;
  padding: 15px;
  border: 1px solid #ccc;
}
.subsidiaries-list .subsidiary .subsidiary-title .content .wrapper-a {
  position: relative;
}
.subsidiaries-list .subsidiary .subsidiary-title .content .wrapper-a .wrapper-b {
  position: absolute;
  display: table;
  height: 72px;
  left: 200px;
  max-width: 44%;
}
.subsidiaries-list .subsidiary .subsidiary-title .content .wrapper-a .wrapper-b h3 {
  display: table-cell;
  vertical-align: middle;
}
.subsidiaries-list .subsidiary .subsidiary-title .content img {
  float: right;
  margin-left: 10px;
}
.subsidiaries-list .subsidiary .subsidiary-description {
  float: left;
  border: 1px solid #ccc;
  border-top: none;
  padding: 20px 20px;
  background: #efefef;
}

.office-info {
  float: left;
}

.boxset ul {
  display: block;
  width: 100%;
  margin: 0 0%;
  *zoom: 1;
  padding-left: 0;
}

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

.boxset ul:after {
  clear: both;
}

.boxset ul li {
  display: inline;
  float: left;
  width: 33.33333%;
  margin: 0 0%;
  list-style: none;
  padding-right: 5px;
  margin-bottom: 5px;
}

.boxset ul li div {
  border: 1px solid #dbdcde;
  margin: 5px;
  height: 200px;
  padding: 10px;
}

.boxset ul li span {
  display: block;
  max-width: 135px;
  padding: 5px;
}

.boxset-nopadding ul {
  display: block;
  width: 100%;
  margin: 0 0%;
  *zoom: 1;
  padding-left: 0;
  margin-bottom: 20px;
}

.boxset-nopadding ul:before, .boxset-nopadding ul:after {
  content: "";
  display: table;
}

.boxset-nopadding ul:after {
  clear: both;
}

.boxset-nopadding ul li {
  display: inline;
  float: left;
  width: 33.33333%;
  margin: 0 0%;
  list-style: none;
  text-align: center;
}

.boxset-nopadding ul li div {
  margin: 5px;
  min-height: 160px;
  padding: 5px;
}

.boxset-nopadding ul li h1 {
  line-height: normal;
}

.boxset-nopadding ul li span {
  display: block;
  font-size: .5em;
  padding: 0;
}

.boxset-nopadding li {
  background: #fff;
  border: 1px solid #ccc;
}

.company-kpis li {
  height: 215px;
}

.platform-companies li {
  list-style: none;
}
.platform-companies img {
  float: left;
  position: relative;
  top: -7px;
}
.platform-companies .company-info {
  padding-left: 95px;
  margin-bottom: 40px;
}

.news-releases section {
  float: left;
}
.news-releases section h3 {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  line-height: 1.4em;
  text-transform: none;
}

.resp-tab-active {
  background: #f0f0f0 !important;
}

footer {
  color: #575756;
  padding: 10px 0 40px 0;
}
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: "- ";
}

/*border the container*/
@media screen and (max-width: 680px) {
  .non-core-companies .breadcrumb {
    display: none;
  }

  .energy .breadcrumb li,
  .agrifoods .breadcrumb li,
  .transportation .breadcrumb li,
  .mining .breadcrumb li,
  .cement .breadcrumb li,
  .publications .tab-links li {
    display: inline-block;
    margin-bottom: -1px;
    width: 100%;
  }

  .breadcrumb a {
    border-left: 0;
    border-bottom: 1px solid #fff;
  }
}
@media screen and (max-width: 620px) {
  .subsidiary-title .content h3 {
    max-width: 29%;
  }

  .note .logo-container {
    width: 100% !important;
    text-align: center;
    margin-bottom: 20px;
  }

  .note .text-container {
    width: 100% !important;
  }
}
@media screen and (max-width: 900px) {
  header > h1 {
    width: 150px;
    margin: 0 auto;
    float: none;
  }

  header > ul {
    text-align: center;
    width: 100%;
  }

  header > ul .search-site {
    width: 100%;
    float: left;
  }

  header > ul .youtube,
  header > ul .twitter,
  header > ul .language,
  header > ul .language-e {
    float: none;
    display: inline-block;
    margin-right: -5px;
    margin-top: 3px;
  }

  header > ul .search-site form {
    float: none;
    width: 100%;
  }

  header .main-menu {
    width: 100%;
  }
  header .main-menu > ul {
    text-align: center;
    *zoom: 1;
  }
  header .main-menu > ul:before, header .main-menu > ul:after {
    content: "";
    display: table;
  }
  header .main-menu > ul:after {
    clear: both;
  }
  header .main-menu > ul > li {
    display: inline-block;
    float: none;
  }

  .energy.banner .banner-title {
    background-size: 35px !important;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .energy.banner .banner-title h1 {
    height: 30%;
    width: 100%;
    padding-left: 42px;
  }

  .transportation.banner .banner-title {
    background-size: 35px !important;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .transportation.banner .banner-title h1 {
    height: 30%;
    width: 100%;
    padding-left: 42px;
  }

  .agrifoods.banner .banner-title {
    background-size: 35px !important;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .agrifoods.banner .banner-title h1 {
    height: 30%;
    width: 100%;
    padding-left: 42px;
  }

  .mining.banner .banner-title {
    background-size: 35px !important;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .mining.banner .banner-title h1 {
    height: 30%;
    width: 100%;
    padding-left: 42px;
  }

  .cement.banner .banner-title {
    background-size: 35px !important;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .cement.banner .banner-title h1 {
    height: 30%;
    width: 100%;
    padding-left: 42px;
  }

  .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*/
  main, aside {
    width: 100%;
  }

  aside {
    padding-top: 25px;
  }

  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;
  }

  /*homepage*/
  .home .home-blocks .img, .home .home-bottom-blocks .img {
    display: none;
  }

  .home h1.hero {
    font-size: 34px;
    line-height: 1.4em;
    margin: 4% 0 4% 1%;
  }

  .home .home-blocks .third, .home .home-bottom-blocks .third {
    width: 100%;
  }

  .home-blocks li, .home-bottom-blocks li, .home-bottom-blocks li {
    height: 100%;
  }

  .home .paragraph {
    width: 100%;
  }

  .home-bottom-blocks li {
    height: 100%;
  }

  .home-bottom-blocks li.bordered {
    width: 100%;
  }

  /*pages*/
  /*executive-directors*/
  #management {
    text-align: center;
  }

  #management section {
    padding-right: 0;
  }

  .management-team #management ul {
    margin: 15px 1% 0 13%;
  }

  /*.subsidiary .subsidiary-image{display: none;}
  */
  .filter select {
    display: block;
    width: 100%;
    margin-bottom: 1%;
    float: none;
  }

  .breadcrumb a {
    font-size: 13px;
  }
}
/*End Media screen=900;*/
@media screen and (max-width: 800px) {
  .banner {
    height: auto;
  }
  .banner img {
    display: none;
  }
  .banner .banner-title {
    width: 100%;
    height: auto;
    display: block;
  }
}
@media screen and (max-width: 580px) {
  .footprints-map .industries-list {
    font-size: 10px;
    top: 48%;
  }

  .footprints-list li.third {
    width: 100%;
    height: 100%;
  }

  .footprints-list li.third, .footprints-list li.half {
    font-size: 12px;
  }

  .office-info {
    width: 100%;
  }

  #management ul li {
    width: 49%;
  }

  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;
  }

  .non-core-companies .breadcrumb {
    display: none;
  }

  .energy .breadcrumb li,
  .agrifoods .breadcrumb li,
  .transportation .breadcrumb li,
  .mining .breadcrumb li,
  .cement .breadcrumb li,
  .publications .tab-links li {
    display: inline-block;
    margin-bottom: -1px;
    width: 100%;
  }

  .subsidiaries-list .subsidiary .subsidiary-title {
    width: 100%;
  }

  .subsidiaries-list .subsidiary .subsidiary-image {
    display: none;
  }

  .subsidiary-title .wrapper-b {
    left: 0 !important;
  }

  .boxset-nopadding ul li div {
    font-size: 11px;
    padding: 1px;
  }

  .breadcrumb a {
    border-right: 0;
    border-bottom: 1px solid #fff;
  }

  .platform-list ul {
    padding: 10px 25px;
  }

  .tile-list-item-tile,
  .tile-list-item-content {
    width: 100%;
  }

  .tile-list-item-content h2 {
    text-align: center;
  }
}
@media screen and (max-width: 490px) {
  .search-site form input {
    width: 88%;
    border: 1px solid #f0f0f0;
  }

  /*pages*/
  /*List*/
  /*Home*/
  .home-bottom-blocks .third {
    width: 100%;
  }

  .home-bottom-blocks li .news-img a {
    text-align: center;
  }

  .home-bottom-blocks .video-info {
    height: 100%;
  }

  .home-bottom-blocks .video-info p {
    margin: 0;
  }

  .home-bottom-blocks li.bordered {
    border-right: none;
  }

  /*Board-Of-Directors*/
  /*About us*/
  .about-us ul li img {
    display: none;
  }

  .about-us ul li div {
    padding-left: 1% !important;
  }

  /*scholarship-foundation*/
  .scholarship-foundation section img {
    float: none !important;
    margin-left: 15%;
  }

  .footprints-map .industries-list li img {
    width: 30px;
    height: 29px;
  }

  .footprints-map .industries-list li h4 {
    font-size: 1.1em;
  }

  ul.sustainable-investments-sectors .sector.energy .overlay {
    background: rgba(0, 52, 101, 0.7) url("../img/icons/energy-icon.svg") center 20px no-repeat;
    padding: 105px 20px 20px 20px;
  }
  ul.sustainable-investments-sectors .sector.transportation .overlay {
    background: rgba(165, 28, 48, 0.7) url("../img/icons/transportation-icon.svg") center 20px no-repeat;
    padding: 105px 20px 20px 20px;
  }
  ul.sustainable-investments-sectors .sector.agrifoods .overlay {
    background: rgba(30, 99, 29, 0.7) url("../img/icons/agrifoods-icon.svg") center 20px no-repeat;
    padding: 105px 20px 20px 20px;
  }
  ul.sustainable-investments-sectors .sector.mining .overlay {
    background: rgba(102, 41, 0, 0.7) url("../img/icons/mining-icon.svg") center 20px no-repeat;
    padding: 105px 20px 20px 20px;
  }
  ul.sustainable-investments-sectors .sector.cement .overlay {
    background: rgba(105, 104, 104, 0.7) url("../img/icons/cement-icon.svg") center 20px no-repeat;
    padding: 105px 20px 20px 20px;
  }
}
@media screen and (max-width: 510px) {
  aside ul.nav {
    float: left;
    width: 100%;
  }

  aside ul.nav li {
    float: left;
    width: 48%;
    margin: 1%;
  }

  aside ul.nav li a {
    padding-left: 0 !important;
  }

  aside ul.nav li a span {
    font-size: 0.8em;
  }

  .awesome-blocks ul li {
    width: 100%;
    margin: 5px 0;
  }
}
/* ==========================================================================
   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;
  }
}
