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


html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
 

body {
  background: #eee;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color:#000;
  margin: 0;
  padding: 0;
}

header {
  background: #ffffff;
  border-bottom: 1px solid #ebebeb;
  position: absolute; !important;
  z-index: 5000;
  width: 100%;
  top: 0;
  height: 50px;
}

.wrap, .container {
  margin: 0 auto;
  position: relative;
  width: 100%;
}

.full-width-container {
  width: 100%;
}

.container-max-width {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  height: auto;
  position: relative;
}

.disclaimer {
  font-size: 0.8em;
  color: #666666;
  font-family: 'Source Sans Pro',helvetica,arial,sans-serif;
  margin: 25px;
}

header .reuters-logo {
  margin: 7px 0 0 10px;
}

header .reuters-logo a {
  background: url(../../../../exxon/images/reutersplus-logo.png)no-repeat;
  float: left;
  background-size: 90%;
}

.header-center {
  font-family: knowledge-medium,sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  color: #717375;
  transition: color .2s;
  right: 0;
  max-width: 100%;
  text-align: right;
}

.header-center img {
  margin-bottom: 0px;
  width: 140px;
  padding-right: 15px;
}

#sponsored-txt {
  top: -13px;
  position: absolute;
  right: 44px;
}

.header-left {
  font-size: 12px;
  color: #717375;
  bottom: 20px;
  left: 15px;
  font-family: knowledge-medium,sans-serif;
}

#header-bottom {
  height: 0;
}

#hdr-feature {
  background: #ffffff;
  margin: 0 auto;
  width: 100%;
  font-size: 0.6em;
  text-align: center;
  color: #666;
  height: 105px;
  top: 47px;
  position: relative;
}

#hdr-feature p {
  font-size: 0.8em;
  color: #666666;
  font-family: 'Source Sans Pro',helvetica,arial,sans-serif;
}

.header-center i {
  background: url(https://mediacdn-reuters-com.s3.amazonaws.com/media/us/ads/exxon/images/info.svg)no-repeat;
  width: 20px;
  height: 20px;
  background-size: cover;
  position: relative;
  right: 15px;
  transform: none!important;
  transition: transform .3s .05s;
  top: -5px;
}

.header-center i:hover {
  opacity: 0.7;
  background: url(https://mediacdn-reuters-com.s3.amazonaws.com/media/us/ads/exxon/images/info.svg)no-repeat;
  width: 20px;
  height: 20px;
  background-size: cover;
  position: relative;
  right: 15px;
  top: -5px;
}


footer {
      text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
}

#content {
  margin: 0;
}

@media only screen and (max-width: 768px) {
  header .reuters-logo a {
    background-size: 70%;
  }
