

/* -------------------------------- 

Primary style

-------------------------------- */

*, *::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;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}

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

.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: 10px 0 0 10px;
}

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

.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: -10px;
  width: 175px;
  padding-right: 15px;
}

#sponsored-txt {
  top: -18px;
  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;
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  font-size: 1.4em;
  text-align: center;
  color: #666;
  height: 75px;
    position: relative;
    top: 50px;
}

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

/*-----------main style-------------*/


section#top-section {
  width: 100%;
  height: 100vh;
  position: relative;
}

.background {
  background-image: url(../images/hero-background.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
}

.title {
  background: url(https://mediacdn-reuters-com.s3.amazonaws.com/media/us/ads/jco/images/hero-car.svg)no-repeat;
  background-size: 70%;
  background-position: center;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: relative;
}

.intro-text {
  background: #040637;
  width: 65%;
  height: auto;
  padding: 25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  z-index: 1;
  box-shadow: 0px 10px 10px #ddd;
}

.intro-text p {
  font-family: knowledge-reg;
  font-size: 3em;
  text-align: center;
  color: #ffffff;
}

.quote {
  font-size: 3em !important;
max-width: 790px;
text-align: center;
margin: 0 auto;
color: #ff8000 !important;
}

.arrow
{
  position: relative;
  bottom: 6rem;
  left: 50%;
  margin-left:-20px;
  width: 40px;
  height: 40px;
  background: url(../images/arrow.png)no-repeat;
  background-size: contain;
}

.bounce {
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.clear-line {
  margin: 5% 0;
}

#share-custom {
  top: -10px;
  right: 0;
  left: 0;
  text-align: center;
}

#share-custom img {
  width: 35px;
}
section#article {
  position: relative;
  margin-top: 5%;
}

.max-width-container {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}

.full-width-container {
  width: 100%;
  margin: 0 auto;
}

#article p {
  font-family: knowledge-reg;
  font-size: 2em;
  font-weight: 100;
  padding: 0 15px;
}

h1 {
  color: #ff8000;
  font-family: knowledge-medium;
  font-size: 4.5em;
  text-transform: uppercase;
  text-align: center;
}

h1 span {
  font-family: knowledge-light;
} 

.graph-group {
  position: relative;
  clear: both;
  height: auto;
  width: 100%;
  display: inline-block;
}

.left-graph {
  width: 40%;
  float: left;
}

.left-graph img {
  width: 100%;
}

.right-graph img {
  width: 100%;
}

.right-graph {
  width: 60%;
  float: right;
}

p.orange-light {
  font-family: knowledge-light;
  font-size: 2.5em !important;
  font-weight: 100;
  color: #ff8000;
}

p.orange-large {
  font-family: knowledge-light;
  font-size: 3em !important;
  font-weight: 100;
  color: #ff8000;
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
}

span.strong-large {
  font-size: 2em !important;
  line-height: 1em;
}

.vertical-slider {
  width: 100%;
  height: 80vh;
  background: #040637 url(../images/slider-background.png)no-repeat;
  background-position: left;
  background-size: 20%;

}

.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.slide1 {
  padding-top: 15px;
}
.slide1 p {
  color: #ffffff;
  max-width: 580px;
}
.slide1 img {
  left: 0;
  position: absolute;
  top: 39%;
  width: 25%;
}
.slide2 {
  text-align: center;
  width: 100%;
}
.slide2 h2 {
  color: #ff8000;
  max-width: 600px;
  font-family: knowledge-light;
  font-size: 2em;
  margin: 0 auto;
  line-height: 1.2em;
  left: 0;
  right: 0;
}
.slide2 p {
  color: #ffffff;
  font-size: 1.5em !important;
  max-width: 600px;
  margin: 0 auto
}
.slide2 img {
  left: 7.8%;
  position: absolute;
  top: 40%;
  width: 12%;
}
.slide3 h2 {
  color: #ffffff;
  max-width: 600px;
  font-family: knowledge-light;
  font-size: 1.8em;
  line-height: 1.1em;
}
.slide3 img {
  left: 10%;
  position: absolute;
  top: 40%;
  width: 14%;
}
.slide4 h2 {
  color: #ffffff;
  max-width: 600px;
  font-family: knowledge-light;
  font-size: 1.8em;
  line-height: 1.1em;
}
.slide4 img {
  left: 4%;
  position: absolute;
  top: 44%;
  width: 24%;
}

.slide5 img {
    width: 100%;
}
.city-large img {
  margin-top: -60%;
  z-index: -1;
  width: 100%;
}
.info-city-btn-one {
  max-width: 600px;
  float: left;
  z-index: 1;
  position: relative;
  right: -80px;
  top: 90px;
}

.info-city-btn-two {
  max-width: 600px;
  float: left;
  z-index: 1;
  text-align: left;
  margin-top: 9%;
   position: relative;
   top: 70px;
}

.info-city-btn-three {
max-width: 600px;
  float: left;
  z-index: 1;
   position: relative;
}
#content-tab,
#content-tab-two,
#content-tab-three {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: rgba(255,255,255,0.8);
}
       
footer p {
  width: 100%;
    max-width: 800px;
    margin: 10% auto 2%;
    color: #666;
}
@media only screen and (max-width: 768px) {
  
  .vertical-slider {
    background-size: 33%;
    height: 70vh;
  }
  .slide1 img {
    top: 35%;
    width: 40%;
  }
  .slide1 p {
    font-size: 1.5em !important;
    top: 38%;
    position: absolute;
    width: 50%;
    left: 30%;
    right: 0;
    margin: 0 auto;
  }
  .slide2 p {
    font-size: 1.5em !important;
    top: 55%;
    position: absolute;
    width: 100%;
    left: 20%;
    right: 0;
    max-width: 400px;
    margin: 0 auto;
  }
  .slide3 p {
    font-size: 1.5em !important;
  }
  .slide4 p {
    font-size: 1.5em !important;
  }

  .slide2 h2 {
     font-size: 1.5em !important;
     top: 20%;
    position: absolute;
    width: 100%;
    left: 20%;
    right: 0;
    max-width: 400px;
    margin: 0 auto;
  }

  .slide2 img {
    left: 13%;
    position: absolute;
    top: 37%;
    width: 20%;
}
  .slide3 h2 {
     font-size: 1.5em !important;
      top: 32%;
      position: absolute;
      width: 100%;
      left: 31%;
      right: 0;
      margin: 0 auto;
      max-width: 400px;
  }
  .slide3 img {
    left: 12%;
    position: absolute;
    top: 37%;
    width: 28%;
}
  .slide4 h2 {
     font-size: 1.5em !important;
     top: 35%;
      position: absolute;
      width: 100%;
      left: 25%;
      right: 0;
      margin: 0 auto;
      max-width: 400px; 
  }

  .slide4 img {
    width: 34%;
  }


  .left-graph {
    float: none;
    width: 100%;
  }

  .right-graph {
    float: none;
    width: 100%;
  }

  .info-city-btn-one {
    right: 10px;
  }
  .info-city-btn-two {
    margin-right: 15%;
  }
  .info-city-btn-three {
    margin-top: -13%;
  }


  footer p {
    margin: 20% auto;
    position: absolute;
  }
}

@media only screen and (max-width: 414px) {
  header .reuters-logo a {
    background-size: 60%;
  }
  .background {
    background-size: 180%;
  }
  .title {
    background-size: 90%;
  }
  .arrow {
    bottom: 10rem;
  }
  .intro-text {
    width: 95%;
  }
  .intro-text p {
    font-size: 1.5em !important;
  }
  p.orange-large {
    font-size: 2em !important;
  }
   .slide1 p {
    font-size: 1em !important;
    width: 40%;
    margin: 0 auto;
    left: 50%;
  }
  
  .slide3 p {
    font-size: 1em !important;
  }
  .slide4 p {
    font-size: 1em !important;
  }

  .slide2 h2 {
     font-size: 1em !important;
     width: 60%;
      margin: 0 auto;
  }
  .slide3 h2 {
     font-size: 1em !important;
     width: 60%;
    margin: 0 auto;
  }
  .slide4 h2 {
     font-size: 1.2em !important;
     width: 60%;
    margin: 0 auto;
  }
  .slide1 img {
    width: 100%;
   }
   .slide3 img {
    width: 100%;
   }
   .info-city-btn-one {
    float: none;
    right: 0;
    top: 150px;
    left: 100px;
    width: 270px;
   }
   .info-city-btn-two {
    z-index: 6;
   }
   .info-city-btn-three {
    float: none;
    position: absolute;
    bottom: -250px;
    width: 310px;
    margin-left: 47px;
   }
   .info-city-btn-two {
    margin-right: 0;
   }
   .city-large img{
    position: relative;
    top: -320px;
   }
 
}

@media only screen and (max-width: 414px) {
.slide1 p {
    font-size: 0.8em !important;
    width: 50%;
    margin: 0 auto;
  }
  .slide1 img {
    width: 50%;
   }
  .slide2 p {
    font-size: 0.8em !important;
    top: 53%;
    max-width: 230px;
  }
  .slide2 img {
    top: 43%;
  }
  .slide3 p {
    font-size: 0.8em !important;
  }
   .slide3 img {
    width: 26%;
    top: 42%;
   }
  .slide4 p {
    font-size: 0.8em !important;
  }
  .slide4 img {
    width: 50%;
   }
  .slide2 h2 {
     font-size: 0.8em !important;
     width: 60%;
      margin: 0 auto;
  }
  .slide3 h2 {
     font-size: 0.8em !important;
     width: 60%;
    margin: 0 auto;
    top: 23%;
  }
  .slide4 h2 {
     font-size: 0.8em !important;
     width: 60%;
    margin: 0 auto;
    top: 12%;
  }
  .slide5 img {
    width: 170%;
    margin: 0 -40%;
  }

}
