.hd-image {
  position: absolute;
  left: -9999px;
}
body {
  font-family: 'Roboto', Sans-Serif;
  font-weight: 300;
  overflow-x: hidden;
}
.white-bg {
  background: #fff;
}
.wrapper {
  max-width: 940px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 15px;
}
.text-wrapper {
  max-width: 800px;
  margin: 0 auto;
}
.parallax-window {
  min-height: 200px;
  background: transparent;
  margin: 50px 0;
}
.jumbo {
  position: relative;
  background: url(/app/public/images/news/2016/12/28/nos_k_nosu/NN_3n.png) center center no-repeat;
  background-size: cover;
}
.jumbo .brand {
  position: absolute;
  background: #000;
  padding: 10px 15px;
  left: 50%;
  transform: translate(-50%, 0);
  transition: background ease .3s;
}
.jumbo .brand img {
  width: 100px;
}
.jumbo .brand:hover {
  background: #c20500;
}
.jumbo .jumbo-inner {
  width: 100%;
  height: 80%;
  padding: 1px;
}
.jumbo .jumbo-inner .project-title {
  text-align: center;
  font-size: 30px;
  font-weight: 300;
  color: #fff;
}
.jumbo .jumbo-inner .project-title .text {
  display: inline-block;
  text-transform: uppercase;
  border: solid #fff;
  border-width: 1px 0 1px 0;
  padding: 15px 0;
  line-height: 1.2;
}
.intro {
  position: relative;
  font-size: 16px;
}
.intro .wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
}
.heading {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 18px;
  text-align: center;
}
.heading h2 {
  font-weight: 100;
}
.interview-inner {
  max-width: 800px;
  margin: 0 auto;
}
.interview-inner .q,
.interview-inner .a {
  text-align: justify;
}
.interview-inner .q {
  font-weight: 500;
}
.interview-inner .q b {
  font-weight: 500;
}
.next-wrapper {
  position: relative;
}
.next-wrapper .jumbo {
  position: absolute;
  top: 0;
  width: 100%;
  bottom: 0;
  filter: brightness(30%);
  height: auto;
}
.next-wrapper .next-text {
  position: relative;
  z-index: 2;
  padding: 50px 0;
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: 100;
}
.next-wrapper .next-text .text {
  border: solid #fff;
  border-width: 1px 0 1px 0;
  display: inline-block;
  padding-top: 20px;
  padding-bottom: 20px;
  text-transform: uppercase;
}
#shares {
  padding-top: 60px;
  text-align: center;
}
.arr-up {
  display: none;
  position: fixed;
  z-index: 555;
  bottom: 0;
  right: 0;
  width: 48px;
  height: 48px;
  background: url(/app/public/images/annualReports/24608/arr_up.png) center center no-repeat #f2f2f2;
  background-size: cover;
  opacity: .5;
  cursor: pointer;
}
#bottom_shares_wrapper {
  margin-bottom: 30px;
}
#newsPosts {
  margin-top: 30px;
}
.up-title {
  display: block;
  font-size: 12px;
  position: relative;
  top: -5px;
  text-transform: uppercase;
}
/*@media all and (max-width: 767px)
{
  body {
    font-size: 14px;
    line-height: 1.3;
  }
  .jumbo {

    height: auto;

    .jumbo-inner {

      .project-title {

        text-align: center;
        font-size: 20px;
      }
    }
  }
}*/
@media all and (min-width: 768px) {
  body {
    font-size: 16px;
    line-height: 1.4;
  }
  .parallax-window {
    min-height: 400px;
  }
  .jumbo .jumbo-inner .project-title {
    font-size: 50px;
  }
  .intro {
    position: relative;
    font-size: 22px;
  }
  .intro .wrapper {
    padding-top: 30px;
    margin-bottom: 30px;
  }
  .heading {
    font-size: 30px;
  }
}
.next-wrapper .jumbo {
  background-image: url();
}
@media all and (min-width: 960px) {
  body {
    font-size: 18px;
  }
  .parallax-window {
    min-height: 500px;
  }
  .jumbo {
    height: 95vh;
  }
  .jumbo .jumbo-inner {
    display: table;
  }
  .jumbo .jumbo-inner .project-title {
    display: table-cell;
    vertical-align: middle;
    font-size: 90px;
  }
  .intro {
    position: relative;
    font-size: 22px;
  }
  .intro .wrapper {
    margin-top: -7%;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .heading {
    font-size: 30px;
  }
  .next-wrapper .next-text {
    font-size: 60px;
  }
  .up-title {
    letter-spacing: 8px;
  }
}
