/* fonts */
@font-face {
  font-family: 'Gotham-Ultra';
  src: url('../fonts/Gotham-Ultra.eot');
  src: url('../fonts/Gotham-Ultra.eot?#iefix') format('embedded-opentype'), url('../fonts/Gotham-Ultra.woff2') format('woff2'), url('../fonts/Gotham-Ultra.woff') format('woff'), url('../fonts/Gotham-Ultra.ttf') format('truetype'), url('../fonts/Gotham-Ultra.svg#Gotham-Ultra') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham-Black';
  src: url('../fonts/Gotham-Black.eot');
  src: url('../fonts/Gotham-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Gotham-Black.woff2') format('woff2'), url('../fonts/Gotham-Black.woff') format('woff'), url('../fonts/Gotham-Black.ttf') format('truetype'), url('../fonts/Gotham-Black.svg#Gotham-Black') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham-Medium';
  src: url('../fonts/Gotham-Medium.eot');
  src: url('../fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Gotham-Medium.woff2') format('woff2'), url('../fonts/Gotham-Medium.woff') format('woff'), url('../fonts/Gotham-Medium.ttf') format('truetype'), url('../fonts/Gotham-Medium.svg#Gotham-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* main styling*/

/* body */
html, body, .container {
  height: 100%;
}
html {
  font-size: 62.5%;
}
body {
  font-family: 'PT Serif';
  font-size: 1rem;
  line-height: 1;
  color: #1e1e1e;
}
div.bg-white {
    background: #fff;
    position: relative;
    z-index: 6;
    height: 100%;
}
section {
  position: relative;
  max-width: 740px;
  margin: 0 auto;
  z-index: 6;
}
section h2.center, section h3.center, section h4.center {
  width: 100%;
  text-align: center;
}
section h2 {
  font-family: 'Gotham-Black', sans-serif;
  line-height: 1.1;
  font-size: 5rem;
  margin-top: 9rem;
  margin-bottom: 3rem;
}
section h2 span {
  font-family: 'Gotham-Medium', sans-serif;
}
section h3 {
  font-family: 'Gotham-Black', sans-serif;
  line-height: 1.1;
  font-size: 3.2rem;
  margin-top: 3rem;
  padding-top: 3rem;
  margin-bottom: 0;
}
section h2 + h3 {
    border-top: 1px solid #ccc;
}
section h3 + h4 {
    margin-top: 2rem;
}
section h4 {
  font-family: 'Gotham-Black', serif;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 6rem;
  margin-bottom: 0rem;
}
section q {
  padding-left: 60px;
  background: url(../img/tweet-this.png) center left no-repeat;
  font-family: 'PT Serif', serif;
  font-size: 1.9rem;
  line-height: 1.4;
  display: block;
  min-height: 70px;
  font-weight: bold;
  margin-bottom: 4.5rem;
}
section q a {
  text-decoration: none;
  color: #333;
}
section q a:hover {
    text-decoration: underline;
}
section q.pullquote {
  padding-left: 0;
  background: none;
}
section blockquote, section q.pullquote {
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  font-size: 3.2rem;
  line-height: 1.25;
  padding: 3rem 0;
  margin-bottom: 4.5rem;
}
section blockquote p + p {
  margin-top: 4.5rem;
}
section q.pullquote {
  display: block;
  font-family: 'Gotham-Black', serif;
  color: #005596;
}
section > q:first-child {
  margin-top: 3.2rem;
}
section q.pullquote p {
  font-family: 'Gotham-Medium', serif;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #777;
  margin-top: 2rem;
}
section q.pullquote p strong {
  font-family: 'Gotham-Black', serif;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #005596;
  display: block;
}
section a.ref {
  color: #005596;
  text-decoration: underline;
  position: relative;
  top: -1rem;
  font-size: 1.6rem;
  margin-left: 0.5rem;
}
section > p {
  font-size: 1.9rem;
  line-height: 1.8;
  margin-bottom: 3.2rem;
}
section > p:first-child {
  margin-top: 3.2rem;
}
section > p > strong {
  font-weight: bold;
}
section > p > em {
  font-style: italic;
}
section > ul {
  list-style-type: square;
  margin-left: 1rem;
  padding-left: 1rem;
  margin-bottom: 3.2rem;
}
section > ul > li {
  font-size: 1.9rem;
  line-height: 1.8;
}
section.image, section.video {
  background-size: cover;
  height: 100%;
  position: relative;
  padding: 0 20px;
  overflow: hidden;
  max-width: 100%;
}
section.video {
  padding: 0;
}
section.inline-video {
  padding: 0;
  max-width: 100%;
}
section.image blockquote {
  position: absolute;
  bottom: 5%;
  border: none;
  width: 850px;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 55px;
}
section.image blockquote p {
  font-family: 'Gotham-Black', sans-serif;
  font-size: 4rem;
  line-height: 1.2;
}
section.image blockquote > .source {
  padding-top: 4rem;
  display: block;
}
section.image blockquote > .source > p {
  font-size: 1.4rem;
  line-height: 1.2;
  font-family: 'Gotham-Medium', sans-serif;
}
section.image blockquote > .source > p > strong {
  font-size: 1.6rem;
  line-height: 1.2;
  font-family: 'Gotham-Black', sans-serif;
}

section.twentytwenty-holder {
  width: 100%;
  max-width: 100%;
}
section.twentytwenty-holder img {
  width: 100%;
}
/* header */
header {
  position: fixed;
  background: #333333;
  color: #fff;
  width: 100%;
  min-height: 50px;
  z-index: 30;
}
header > a {
  float: left;
  margin: 6px 0 6px 15px;
}
header > .socials {
  float: right;
  margin: 9px 20px 9px 0;
}
header > .socials li {
  display: inline-block;
  margin-left: 5px;
}
header > .socials li a {
  width: 32px;
  height: 32px;
  display: block;
  background: url(../img/social-icons.png) top left no-repeat;
}
header > .socials li a.tw {
  background-position: -32px 0;
}
header > .socials li a.li {
  background-position: -64px 0;
}
header > .socials li a.em {
  background-position: -98px 0;
}
header nav > ul {
  margin: 0 auto;
  text-align: center;
  margin-top: 0;
}
header nav > ul li {
  display: inline-block;
  margin: 0 auto;
}
header nav > ul li > a {
  color: #fff;
  display: block;
  padding: 19px 35px;
  text-decoration: none;
  font-family: 'PT Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  border-left: 1px solid #666;
  transition: background-color 0.25s linear;
  background-color: #333;
}
header nav > ul li > a.active {
  background-color: #ff9933;
  color: #333;
}
header nav > ul li:last-child > a {
  border-right: 1px solid #666;
}
/* end header */

/* specific content blocks */
section#intro {
  background: url(../img/intro-image.jpg) center bottom no-repeat fixed;
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding: 0 10%;
}
section#intro .title {
  max-width: 740px;
  margin: 0 auto;
  position: relative;
  height: 100%;
  z-index: 10;
}
section#intro .readmore {
  width: 100%;
  display: block;
  text-align: center;
  position: absolute;
  bottom: 2%;
  color: #fff;
  font-family: 'Gotham-Medium';
  font-size: 1.9rem;
}
section#intro .readmore::after {
  content: '\f078';
  font-family: 'fontAwesome';
  display: block;
}
section#intro .title .download {
  display: inline-block;
  background: #fff;
  color: #005596;
  padding: 2.5rem;
  font-family: 'Gotham-Medium';
  font-size: 2.6rem;
  /* removed 2 lines here */
  text-decoration: none;
}

section#intro .title .buttons{
  position: absolute;
  bottom: 15%;	
}

section#intro .title .download::after {
  content: "\f019";
  font-family: 'fontAwesome';
  margin-left: 1rem;
}

section#intro .title .download-grey {
  background: #ccc;
  font-family: 'Open Sans', Arial, sans-serif
}
section#intro .title .download-grey::after {
  display: none;
}

section#intro > a {
  margin-top: 50px;
  display: block;
}
section#intro h1 {
  position: absolute;
  bottom: 27%;
}
section#intro h1 span:nth-child(1),
section#intro h1 span:nth-child(2),
section#intro h1 span:nth-child(3) {
  font-family: 'Gotham-Ultra', 'Arial Black', Arial, sans-serif;
  color: #fff;
  display: block;
}
section#intro h1 span:nth-child(1) {
  font-size: 5.8rem;
  line-height: 0.85;
}
section#intro h1 span:nth-child(2) {
  font-size: 9.7rem;
  line-height: 0.85;
}
section#intro h1 span:nth-child(3) {
  font-size: 12.1rem;
  line-height: 0.85;
}
section#intro h1 span:nth-child(4) {
  font-size: 4.8rem;
  letter-spacing: -0.06em;
  line-height: 1;
  color: #ff9933;
  font-family: 'Gotham-Medium', serif;
}
.video-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.video-bg video {
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 0;
}
section#authors {
    background: #eaeaea;
    overflow: hidden;
  max-width: 100%;
}
section#authors dl,
footer dl,
section#authors h3 {
  margin: 2rem 0 4.5rem;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}
section#authors h3,
footer h3 {
    margin-bottom: 0;
    margin-top: 4.5rem;
    padding: 0;
}
section#authors dl > dt,
footer dl > dt {
    font-size: 1.9rem;
    line-height: 1.1;
}
section#authors dl > dd,
footer dl > dd {
    font-size: 1.4rem;
    line-height: 1.1;
    color: #666;
    margin-bottom: 2.5rem;
}
section#foreword {
    background: #f1f1f1;
  overflow: hidden;
  max-width: 100%;
}
section#foreword p,
section#foreword h2 {
    max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}
section#putin {
  background: url(../img/putin-section-image.jpg) center top no-repeat fixed;
  background-size: cover;
}
section#putin .credit {
    position: absolute;
    bottom: 2%;
    right: 2%;
}
section#ship {
  background: url(../img/ship-section-image.jpg) center top no-repeat fixed;
  background-size: cover;
}
section#oil-storage {
  background: url(../img/oil-storage-section-image.jpg) center top no-repeat fixed;
  background-size: cover;
}
section#mosque {
  background: url(../img/mosque-section-image.jpg) center top no-repeat fixed;
  background-size: cover;
}
section#putin blockquote, section#oil-storage blockquote {
  color: #fff;
}
.credit {
    font-size: 1rem;
    color: #ccc;
    font-style: italic;
}
div.timeline {
  background: url(../img/timeline-dots.png) center top repeat-y;
  padding-top: 7rem;
}
div.timeline-item {
  width: 100%;
  box-sizing: border-box;
  -webkit-transition: height 0.5s ease-out;
  transition: height 0.5s ease-out;
  padding-bottom: 10rem;
}
div.timeline-item a.timeline-toggle {
  display: block;
  background: #f1f1f1;
  padding: 2.5rem;
  position: relative;
  overflow: hidden;
  color: #111111;
  text-decoration: none;
  border-top: 5px solid #ff9933;
}
div.timeline-item a.timeline-toggle h4, div.timeline-item a.timeline-toggle p {
  margin-top: 0;
  width: 64%;
  margin-left: 12%;
}
div.timeline-item a.timeline-toggle h4 {
  margin-bottom: 1rem;
}
div.timeline-item a.timeline-toggle p {
  font-size: 1.9rem;
  line-height: 1.5;
}
div.timeline-item a.timeline-toggle img {
  float: right;
}
div.timeline-item a.timeline-toggle:before {
  width: 54px;
  height: 54px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 5px solid #787070;
  border-radius: 27px;
  text-align: center;
  line-height: 48px;
  font-size: 3.6rem;
  text-decoration: none;
  color: #787070;
  font-family: 'FontAwesome';
  box-sizing: border-box;
}
div.timeline-item a.timeline-toggle:before {
  content: "\f067";
}
div.timeline-item a.toggle-open:before {
  content: "\f068";
}
div.timeline-item .timeline-figure {
  text-align: center;
}
div.timeline-item ul {
  overflow: hidden;
  padding-top: 7rem;
}
div.timeline-item li {
  width: 50%;
  box-sizing: border-box;
  position: relative;
}
div.timeline-item li:before {
  content: '';
  display: block;
  width: 10%;
  height: 2px;
  background: #ff9933;
  position: absolute;
  top: 30px;
}
div.timeline-item li h4 {
  margin-bottom: 0.5rem;
  margin-top: 0;
}
div.timeline-item li p {
  font-size: 1.9rem;
  line-height: 1.8;
}
div.timeline-item li.item-left {
  float: left;
  clear: right;
  padding-right: 7.5%;
}
div.timeline-item li.item-left:before {
  right: 0;
}
div.timeline-item li.item-right {
  float: right;
  clear: left;
  padding-left: 7.5%;
}
div.timeline-item li.item-right:before {
  left: 0;
}
div.timeline-item div.summary {
  width: 100%;
  background: #fff;
  padding: 2rem 0;
  margin-top: 4rem;
}
div.timeline-item div.summary h4 {
  margin-bottom: 0.5rem;
}
div.timeline-item div.summary p {
  font-size: 1.9rem;
  line-height: 1.8;
  margin-bottom: 3.2rem;
}

aside.callout {
  float: right;
  width: 36%;
  margin-left: 5%;
  padding: 2%;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-family: 'Gotham-Medium';
  font-size: 1.6rem;
  box-sizing: border-box;
}
aside.callout strong {
  font-size: 10rem;
  line-height: 0.875;
  font-family: 'Gotham-Black';
  float: left;
  margin-right: 8px;
}
aside.callout div {
  overflow: hidden;
}
aside.callout div:nth-child(odd){
  color: #005596;
}
aside.callout div:nth-child(even){
  color: #777777;
}
div.reference {
  background: #eee;
  position: absolute;
  padding: 10px;
  width: 250px;
  box-shadow: 0px 0px 4px 2px #d1d1d1;
  z-index: 20;
  transition: opacity 0.25s ease-out;
  box-sizing: border-box;
  display: none;
}
div.reference p {
  font-size: 1.4rem;
  line-height: 1.1;
  font-family: 'PT Sans', serif;
  display: inline-block;
  width: 200px;
}
div.reference p a {
  color: #005596;
}
div.reference span {
  color: #005596;
  font-family: 'Gotham-Black', sans-serif;
  font-size: 1.8rem;
  line-height: 1;
  display: block;
  float: left;
  width: 25px;
}
div.reference::after {
  content: '';
  display: block;
  font-size: 0px; 
  line-height: 0%; 
  width: 0px;
  border-top: 24px solid #eee;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
footer {
    overflow: hidden;
    max-width: 100%;
    background: #f1f1f1;
    padding-bottom: 4.5rem;
}
footer div.contents {
    max-width: 740px;
    margin: 0 auto;
}
footer div.report {
    float: left;
    width: 25%;
    margin-right: 5%;
}
footer dl {
    float: left;
    width: 70%;
    border-top: 1px solid #ccc;
    padding-top: 2rem;
}
footer dl dt,
footer dl dd {
    font-family: 'Gotham-Medium', sans-serif;
}
footer dl dd {
    margin-bottom: 1.5rem;
}
footer dl dd.face {
    float: left;
    margin-right: 1rem;
}
footer dl dd.face img {
    width: 7rem;
}
footer dl dd.space {
    clear: left;
}
footer p {
    font-size: 1.2rem;
    line-height: 1.2;
    margin-bottom: 2rem;
}
footer p a {
    color: #005596;
}

footer .download {
  display: inline-block;
  background: #005596;
  color: #fff;
  padding: 1.5rem 2.5rem;
  font-family: 'Gotham-Medium';
  font-size: 1.6rem;
  text-decoration: none;
  margin-top: 1rem;
  width: 100%;
  box-sizing: border-box;
}
footer dl a {
    color: #005596;
    text-decoration: none;
}
footer .download::after {
  content: "\f019";
  font-family: 'fontAwesome';
  margin-left: 1rem;
}
/* end specific content blocks */
@media screen and (max-width: 1310px) {
  html {
    font-size: 50%;
  }
}
@media screen and (max-width: 1190px) {
  header > nav > ul {
    transform: translateY(-100%);
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(33,33,33,0.9);
    transition: transform 0.25s linear;
  }
  header > nav.open > ul {
    transform: translateY(0%);
  }
  header > nav > ul > li {
    display: block;
    width: 75%;
    margin: 0 auto;
    height: 16.6%;
    border-bottom: 1px solid #666;
  }
  header > nav > ul > li > a {
    border-left: none;
    box-sizing: border-box;
    position: relative;
    top: 25%;
    font-size: 2.4rem;
    background: transparent;
  }
  header > nav > ul > li:last-child {
      border-bottom: none;
  }
  header > nav > ul > li:last-child > a {
    border-bottom: none;
    border-right: none;
  }
  header .socials {
    margin-right: 48px;
  }
  header > nav:after {
    content: "\f0c9";
    font-family: 'FontAwesome';
    display: block;
    position: absolute;
    right: 20px;
    font-size: 1.8rem;
    line-height: 1.8rem;
    top: 50%;
    transform: translateY(-50%);
    transition: content 0.25s linear;
    cursor: pointer;
  }
  header > nav.open:after {
    content: "\f057";
  }
}
@media screen and (max-width: 900px) {
  section.image blockquote {
    width: 90%;
    margin-left: 0;
  }
  section.image {
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 800px) {
  html {
    font-size: 60%;
  }
  body {
    line-height: 1.625;
  }
  section, footer div.contents {
    padding: 0 10%;
  }
  section.twentytwenty-holder {
    padding: 0;
  }
  section#intro h1 span:nth-child(1) {
    font-size: 3rem;
  }
  section#intro h1 span:nth-child(2) {
    font-size: 5rem;
  }
  section#intro h1 span:nth-child(3) {
    font-size: 7rem;
  }
  section#intro h1 span:nth-child(4) {
    font-size: 2rem;
  }
  section#intro .title .download {
    font-size: 1.8rem;
    padding: 1.5rem 2rem;
  }
  footer div.report {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 1rem;
        margin-top: 4.5rem;
    }
    footer dl {
        float: none;
        width: 100%;
    }
}
@media screen and (max-width: 500px) {
  html {
    font-size: 50%;
  }
  section#intro > a > img {
      width: 220px;
  }
  header .socials {
      display: none;
  }
  section h2 {
    line-height: 1.1;
    font-size: 4rem;
  }
  section h3 {
    line-height: 1.1;
    font-size: 3rem;
  }
  section h4 {
    line-height: 1.1;
    font-size: 2rem;
  }
  section blockquote {
    font-size: 2.8rem;
  }
  section.image blockquote p {
    font-size: 3rem;
  }
  div.timeline-item {
    text-align: center;
  }
  div.timeline-item a.timeline-toggle h4, div.timeline-item a.timeline-toggle p {
    margin-top: 0;
    width: 90%;
    margin-left: 5%;
  }
  div.timeline-item a.timeline-toggle p {
    text-align: left;
  }
  div.timeline-item a.timeline-toggle img {
    float: none;
  }
  div.timeline-item a.timeline-toggle:before {
    display: none;
  }
  div.timeline-item a.timeline-toggle:after {
    width: 54px;
    height: 54px;
    display: block;
    border: 5px solid #787070;
    border-radius: 27px;
    text-align: center;
    line-height: 48px;
    font-size: 3.6rem;
    text-decoration: none;
    color: #787070;
    font-family: 'FontAwesome';
    box-sizing: border-box;
    margin: 1rem auto 0;
  }
  div.timeline-item a.timeline-toggle:after {
    content: "\f067";
  }
  div.timeline-item a.toggle-open:after {
    content: "\f068";
  }
  div.timeline-item ul {
    overflow: hidden;
    padding-top: 7rem;
  }
  div.timeline-item li {
    width: 90%;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    background: #fff;
    border-top: 1px solid #ff9933;
    border-bottom: 1px solid #ff9933;
    margin-top: 6rem;
    padding: 1rem 0;
  }
  div.timeline-item li.item-left {
    float: none;
    padding-right: 0;
    text-align: left;
  }
  div.timeline-item li.item-left:before {
    display: none;
  }
  div.timeline-item li.item-right {
    float: none;
    padding-left: 0;
    text-align: right;
  }
  div.timeline-item li.item-right:before {
    display: none;
  }
  div.timeline-item div.summary {
    width: 100%;
    background: #fff;
    text-align: left;
  }
  div.timeline-item div.summary h4 {
    margin-bottom: 0.5rem;
  }
  div.timeline-item div.summary p {
    font-size: 1.9rem;
    line-height: 1.8;
    margin-bottom: 3.2rem;
  }
  aside.callout {
    float: none;
    width: 75%;
    margin: 0 12.5% 5%;
  }
  div.reference {
    position: fixed;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%,-50%);
  }
  div.reference::after {
      display: none;
  }
}
