@charset "UTF-8";
/*!-----------------------------------------------------------------------------------
  Theme Name: EJI
  Theme URI: https://eji-segregation.madeostudio.com/microsite/
  Description: EJI Microsite Website
  Author: MADEO 
  Author URI: http://madeostudio.com  
  Version: 1.1.2
------ -------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*  0.  Import style.css 
/*-----------------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=EB+Garamond:400,700");
@import url("https://fonts.googleapis.com/css?family=Mada:400,700");
@import url("https://fonts.googleapis.com/css?family=Cardo:400,700");
@import url("bootstrap.min.css");
@import url("normalize.css");
@font-face {
  font-family: "GT America";
  src: url("../fonts/GT America/GT-America-Compressed-Black.otf") format("opentype"), url("../fonts/GT America/GT-America-Compressed-Black.ttf") format("truetype"), url("../fonts/GT America/GT-America-Compressed-Black.eot") format("eot"), url("../fonts/GT America/GT-America-Compressed-Black.woff") format("woff"), url("../fonts/GT America/GT-America-Compressed-Black.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: none;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.bg-black {
  background-color: #000;
  color: #fff;
}

html {
  backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  /*-webkit-perspective: 1000;
  -moz-perspective: 1000;
  perspective: 1000; */
  /*-webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);*/
  -webkit-overflow-scrolling: touch;
}

body {
  font-size: 16px;
  font-family: "GT America", sans-serif;
  color: #000;
  padding-bottom: 150px;
  overflow-x: hidden;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  /*-webkit-perspective: 1000;
  -moz-perspective: 1000;
  perspective: 1000;*/
  /*-webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);*/
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-y: none;
  padding-top: 83px;
  background-color: #000;
}
body:not(.index) {
  padding-bottom: 0;
}

.container {
  max-width: 700px;
  margin: 0 auto;
}

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

section {
  margin-bottom: 80px;
  padding: 0 25px;
}

/* styleguide paddings */
.styleguide {
  padding-top: 100px;
  padding-bottom: 50px;
}
.styleguide .big-title, .styleguide .small-title, .styleguide .tiny-title, .styleguide p, .styleguide .paragraph, .styleguide .statement, .styleguide .caption, .styleguide .blockquote, .styleguide blockquote, .styleguide .article-subtitle {
  padding-bottom: 40px;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0;
}

img {
  max-width: 100%;
}

.img-withcaption {
  max-width: 100%;
  margin: 0 auto;
}

.padding-10 {
  margin-top: 10% !important;
}

/* HEADERS */
.big-title {
  text-transform: uppercase;
  font-family: "GT America", sans-serif;
  font-size: 6.875em;
  font-size: 7.3vw;
  line-height: 0.82;
  letter-spacing: -0.8px;
  padding-left: 0;
  padding-right: 0;
}

.small-title {
  font-family: "GT America", sans-serif;
  font-size: 2.5em;
  line-height: 1;
  margin-bottom: 30px;
}

.tiny-title {
  font-family: "GT America", sans-serif;
  font-size: 0.8125em;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 20px 0 20px;
}

p, .paragraph {
  font-family: "EB Garamond", sans-serif;
  font-size: 1.25em;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.2px;
  padding-bottom: 20px;
  margin-bottom: 0;
}
p.p-with-big-letter, .paragraph.p-with-big-letter {
  padding-top: 60px;
}
p .first-letter, .paragraph .first-letter {
  font-family: "GT America", sans-serif;
  font-size: 10em;
  font-weight: 900;
  line-height: 0.65;
  text-transform: uppercase;
  letter-spacing: -1.45px;
  display: inline-block;
  padding-right: 30px;
  float: left;
  margin-top: -56px;
  padding-bottom: 35px;
}
p .img-right-withcaption, .paragraph .img-right-withcaption {
  display: inline-block;
  float: right;
  text-align: right;
  margin-right: -125px;
  padding-left: 80px;
  max-width: 320px;
  /* 80 + 240 */
  padding-bottom: 20px;
}
p .img-right-withcaption .caption, .paragraph .img-right-withcaption .caption {
  max-width: 240px;
  text-align: left;
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
p .img-right-withcaption .caption sup span, .paragraph .img-right-withcaption .caption sup span {
  left: -280px;
}
p .img-right-withcaption img, .paragraph .img-right-withcaption img {
  max-width: 100%;
}

sup {
  display: inline-block;
  color: rgba(0, 0, 0, 0.5);
  font-family: "Mada", sans-serif;
  font-size: 0.625em;
  font-size: 10px;
  top: -8px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.15px;
  position: relative;
  cursor: pointer;
}
sup span {
  font-size: 10px;
  text-align: left;
  word-wrap: break-word;
  color: black;
  display: inline-block;
  position: absolute;
  width: 290px;
  padding: 20px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  background-color: #fff;
  top: calc(100% + 1px);
  left: calc(100% - 4px);
  transition: 0.35s;
  z-index: 1;
  max-height: 400px;
  overflow-x: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
sup:hover, sup.hover {
  color: black;
}
sup:hover span, sup.hover span {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: calc(100% - 4px);
}

.responsive {
  display: none !important;
}

.statement {
  font-family: "Mada", sans-serif;
  font-size: 1.4375em;
  font-weight: 700;
  line-height: 1.434;
}

.caption {
  color: rgba(0, 0, 0, 0.5);
  font-family: "Mada", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0.18px;
  padding-top: 10px;
  display: block;
}
.caption sup {
  top: -4px;
}

p + .article-subtitle {
  padding-top: 30px;
}

.article-subtitle {
  font-family: "Mada", sans-serif;
  font-size: 1.4375em;
  font-weight: 700;
  line-height: 1.434;
  padding-bottom: 40px;
  margin-bottom: 0px;
}
.article-subtitle:before {
  display: block;
  content: "";
  width: 100px;
  height: 20px;
  margin-bottom: 30px;
  background-color: #000;
}
.article-subtitle sup {
  top: -11px;
}

.blockquote, blockquote {
  max-width: 560px;
  margin: 0 auto;
  font-family: "Mada", sans-serif;
  font-size: 1.4375em;
  font-weight: 700;
  line-height: 1.434;
}
.blockquote:before, blockquote:before {
  display: block;
  content: "“";
  margin-bottom: 20px;
  font-family: "Cardo", sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 1.0625;
  letter-spacing: -0.67px;
  max-height: 43px;
  /*-webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);*/
}

.quote-withcaption {
  width: 560px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0px 0 0px;
}
.quote-withcaption .caption {
  width: 560px;
  margin: 0 auto;
  max-width: 100%;
}

p + .quote-withcaption {
  padding: 40px 0 0px;
}

.small-title + .quote-withcaption {
  padding: 30px 0 0px;
}

.quote-withcaption + p {
  padding-top: 60px;
}

.article .statement:first-child {
  padding-top: 0;
}
.article p + .statement {
  padding-top: 20px;
}
.article .statement {
  padding-top: 20px;
  padding-bottom: 20px;
}
.article p .statement {
  display: block;
  font-size: 23px;
}

.full-height-title + .article {
  margin-top: 80px;
}

.full-height-title + .bordered-section {
  margin-top: 80px;
}

/* full black height section */
.full-height-title {
  text-align: center;
  position: relative;
  padding: 35vh 15% 7%;
  margin: 0;
}
.full-height-title .quote-withcaption {
  padding-top: 65px;
}
.full-height-title .statement {
  text-align: left;
  padding-top: 65px;
  max-width: 560px;
  margin: 0 auto;
}
.full-height-title .caption {
  padding-bottom: 0;
  padding-top: 20px !important;
}
.full-height-title.no-quote {
  padding: 35vh 15%;
}
.full-height-title .big-title {
  margin: 0;
}
.full-height-title .big-title span {
  display: none;
}
.full-height-title.intro {
  padding: 35vh 15% 25vh;
}

p + .img-withcaption {
  margin-top: 30px;
}

.img-withcaption + p {
  padding-top: 30px;
}

p + .small-title {
  padding-top: 20px;
}

.full-height-title + .fullwidthimg-withcaption {
  margin-top: 0;
}

/* fullwidth image -withcaption */
.border-left {
  padding-left: 68px;
  border-left: 1px solid rgba(0, 0, 0, 0.08) !important;
  margin-bottom: 50px;
  margin-top: 40px;
}
.border-left .paragraph:first-child {
  margin-top: -6px;
}
.border-left .paragraph:last-child {
  padding-bottom: 0px;
}

.fullwidthimg-withcaption {
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 0;
}
.fullwidthimg-withcaption .caption {
  margin: 0px;
  text-align: left;
  padding-bottom: 0;
}

/* article section */
.article p:last-child {
  padding-bottom: 0;
}

/* bordered section */
.bordered-seaction .outer-container {
  padding: 80px 25px;
  border: 15px solid;
  padding-top: 85px;
}
.bordered-seaction .small-title:first-child {
  padding-top: 0;
  margin-top: 0;
}
.bordered-seaction p .img-right-withcaption {
  margin-right: -135px;
  background-color: #fff;
  padding-left: 80px;
  padding-top: 60px;
  padding-bottom: 60px;
}
.bordered-seaction p .img-right-withcaption .caption {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
.bordered-seaction p .img-right-withcaption .caption sup span {
  left: -280px;
}
.bordered-seaction p:last-child {
  padding-bottom: 0;
}
.bordered-seaction .img-withcaption + .small-title {
  padding-top: 60px;
}

.img-withcaption {
  overflow: hidden;
}

/* big image section */
.bigImage-withcaption p:last-child {
  padding-bottom: 0;
}
.bigImage-withcaption .caption {
  padding-bottom: 0;
  padding-top: 10px;
}
.bigImage-withcaption img {
  width: 940px;
  max-width: 100%;
  display: block;
}

.bg-black .caption {
  opacity: 1;
  color: rgba(255, 255, 255, 0.5);
}
.bg-black sup {
  color: #fff;
}

.no-break {
  display: inline-block;
}

.page-transition {
  display: block;
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 999999;
}
.page-transition span {
  position: fixed;
  left: -100%;
  height: 100%;
  bottom: 0;
  width: 100%;
  background-color: #000;
  z-index: 9999;
}
.page-transition.page-load span {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.page-transition.in span {
  -webkit-animation: anim-effect-1-in 1.5s cubic-bezier(0.2, 1, 0.3, 1) forwards;
  animation: anim-effect-1-in 1.5s cubic-bezier(0.2, 1, 0.3, 1) forwards;
}
.page-transition.out span {
  -webkit-animation: anim-effect-1-out 1.5s cubic-bezier(0.2, 1, 0.3, 1) forwards;
  animation: anim-effect-1-out 1.5s cubic-bezier(0.2, 1, 0.3, 1) forwards;
}

@-webkit-keyframes anim-effect-1-in {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  35%, 65% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes anim-effect-1-in {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  35%, 65% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@-webkit-keyframes anim-effect-1-out {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  35%, 65% {
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0);
  }
}
@keyframes anim-effect-1-out {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  35%, 65% {
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0);
  }
}
/* HEADER MENU */
header.report-menu {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  perspective: 1000;
  will-change: transform;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  width: 100%;
  z-index: 99;
  background-color: #000;
  padding: 29px 40px 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  /*#menu_toggle_btn{
    color: $color_white;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none !important;

    span{
      padding-right: 20px;
      font-size: 14px;
      letter-spacing: 2px;
    }
  }*/
}
header.report-menu > .container-fluid {
  padding: 0;
}
header.report-menu .logo {
  margin-right: 14px;
  vertical-align: -5px;
}
header.report-menu .chapter-title {
  display: inline-block;
  color: #fff;
}
header.report-menu .chapter-title span {
  padding-left: 14px;
  padding-right: 14px;
  text-transform: uppercase;
  font-size: 0.8125em;
  letter-spacing: 1.86px;
  transition: 0.5s;
}
header.report-menu .logo-wrapper {
  display: inline-block;
  color: #fff;
}
header.report-menu .logo-wrapper span {
  padding-left: 14px;
  padding-right: 9px;
  text-transform: uppercase;
  font-size: 0.8125em;
  letter-spacing: 1.86px;
  transition: 0.5s;
}
header.report-menu .chapter-title {
  cursor: pointer;
}
header.report-menu .chapter-title .sub-cat {
  position: fixed;
  left: 0;
  right: 0;
  background: #000;
  top: 66px;
  padding-left: 282px;
  padding-bottom: 30px;
}
header.report-menu .chapter-title .sub-cat li {
  list-style-type: none;
}
header.report-menu .chapter-title .sub-cat li a {
  opacity: 0.5;
  color: #fff;
  font-family: "GT America", sans-serif;
  font-size: 13px;
  line-height: 1.77;
  text-transform: uppercase;
  letter-spacing: 1.86px;
  text-decoration: none;
  transition: 0.35s;
}
header.report-menu .chapter-title .sub-cat li a:hover, header.report-menu .chapter-title .sub-cat li a.active {
  opacity: 1;
}
header.report-menu .chapter-title.active .sub-cat {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
header.report-menu .chapter-title.active span {
  opacity: 0.5;
}
header.report-menu .chapter-title.active span:hover {
  opacity: 1;
}
header.report-menu .chapter-title.active span svg {
  transform: rotate(270deg);
}
header.report-menu .chapter-title span {
  padding-left: 14px;
  padding-right: 14px;
  text-transform: uppercase;
  font-size: 0.8125em;
  letter-spacing: 1.86px;
}
header.report-menu .chapter-title span svg {
  transform: rotate(90deg);
  margin-left: 10px;
}
header.report-menu .logo-wrapper a {
  color: #fff;
  text-decoration: none;
  backface-visibility: hidden;
  position: relative;
  width: 100%;
}
header.report-menu .chapter-title span {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
header.report-menu .right-nav {
  text-align: right;
}
header.report-menu .hamburger {
  position: relative;
  z-index: 22;
  margin: -8px -7px -10px 0px;
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  float: right;
}
header.report-menu .hamburger .hamburger-box {
  position: relative;
  display: block;
  width: 25px;
  height: 10px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
header.report-menu .hamburger .hamburger-box div {
  left: 0;
  position: absolute;
  top: 0;
  background: #fff;
  display: block;
  height: 1px;
  width: 100%;
}
header.report-menu .hamburger .hamburger-box div.bottom {
  top: 8px;
}
header.report-menu .hamburger.active.in .hamburger-box div.top {
  -webkit-animation: btnMenuShape1 1s 0s 1 cubic-bezier(0.165, 0.84, 0.44, 1) both;
  animation: btnMenuShape1 1s 0s 1 cubic-bezier(0.165, 0.84, 0.44, 1) both;
}
header.report-menu .hamburger.active.in .hamburger-box div.bottom {
  -webkit-animation: btnMenuShape2 1s 0s 1 cubic-bezier(0.165, 0.84, 0.44, 1) both;
  animation: btnMenuShape2 1s 0s 1 cubic-bezier(0.165, 0.84, 0.44, 1) both;
  top: 6px;
}
header.report-menu .hamburger.active.out .hamburger-box div.top {
  -webkit-animation: btnMenuShape1Exit 1s 0s 1 cubic-bezier(0.165, 0.84, 0.44, 1) both !important;
  animation: btnMenuShape1Exit 1s 0s 1 cubic-bezier(0.165, 0.84, 0.44, 1) both !important;
}
header.report-menu .hamburger.active.out .hamburger-box div.bottom {
  -webkit-animation: btnMenuShape2Exit 1s 0s 1 cubic-bezier(0.165, 0.84, 0.44, 1) both !important;
  animation: btnMenuShape2Exit 1s 0s 1 cubic-bezier(0.165, 0.84, 0.44, 1) both !important;
}
header.report-menu .fixed-menu {
  display: none;
  position: fixed;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  perspective: 1000;
  will-change: transform;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  top: 84px;
  left: 0;
  right: 0;
  padding-bottom: 140px;
  bottom: 0;
  background: #000;
  z-index: 999;
  text-align: left;
  min-height: calc(100vh - 84px);
  overflow-y: auto;
  overflow-x: hidden;
}
header.report-menu .menu-top {
  height: 84px;
  padding: 21px 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: none;
  background: #000;
}
header.report-menu .menu-top .row {
  height: 100%;
}
header.report-menu .menu-top a {
  text-transform: uppercase;
  color: #fff;
  text-decoration: none !important;
}
header.report-menu .menu-top .close {
  opacity: 0;
}
header.report-menu .menu-top .close img {
  display: block;
}
header.report-menu .menu-top .align-left {
  color: #fff !important;
  font-size: 0.8125em;
  letter-spacing: 1.86px;
  cursor: pointer;
  text-decoration: none !important;
  /*i{
    margin-right: 15px;
    vertical-align: middle;
    line-height: 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: $color_white;
    text-align: center;
    background-color: $color_black;
    font-size: 1.1em;
    border: 1px solid rgba($color_white, 0.2);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    img{
      vertical-align: 1px;
    }
  }
  &:hover{
    i{
      border: 1px solid rgba($color_white, 1);
      -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    }
  }*/
}
header.report-menu .menu-top .align-left svg {
  transform: rotate(-180deg);
  margin-right: 20px;
}
header.report-menu .menu-bottom {
  max-width: 910px;
  margin: 0 auto;
  float: none;
}
header.report-menu .menu-bottom a {
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  font-size: 0.8125em;
  letter-spacing: 1.86px;
}
header.report-menu .menu-bottom a i {
  padding-right: 25px;
  vertical-align: 1px;
}

.navbar {
  width: 940px;
  max-width: 100%;
  margin: 0 auto;
}
.navbar ul {
  padding-left: 0;
  width: 100%;
  margin-bottom: 46px;
}
.navbar ul li {
  position: relative;
  border-top: 1px solid #fff;
  padding-right: 60px;
}
.navbar ul li:last-child {
  border-bottom: 1px solid #fff;
}
.navbar ul li:first-child a:after {
  display: none;
}
.navbar ul li a {
  color: #fff;
  padding: 20px 30px 20px 0;
  text-transform: uppercase;
  display: block;
  text-decoration: none !important;
  margin: 0;
  /*-webkit-transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
  -moz-transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.2s cubic-bezier(0, 0, 0.2, 1); */
  -webkit-transition: all 0.4s cubic-bezier(0, 0, 0.4, 1);
  -moz-transition: all 0.4s cubic-bezier(0, 0, 0.4, 1);
  -o-transition: all 0.4s cubic-bezier(0, 0, 0.4, 1);
  transition: all 0.4s cubic-bezier(0, 0, 0.4, 1);
}
.navbar ul li a:hover {
  /*padding-left:10px;
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
  -moz-transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);*/
  padding-left: 5px;
  -webkit-transition: all 0.4s cubic-bezier(0, 0, 0.4, 1);
  -moz-transition: all 0.4s cubic-bezier(0, 0, 0.4, 1);
  -o-transition: all 0.4s cubic-bezier(0, 0, 0.4, 1);
  transition: all 0.4s cubic-bezier(0, 0, 0.4, 1);
}
.navbar ul li .open {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 25px;
  padding: 10px;
  right: 0;
  margin: -10px;
  cursor: pointer;
  vertical-align: middle;
  text-align: right;
}
.navbar ul li .open:after {
  width: 30px;
  height: 1px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  transition: 0.35s;
  background-color: #fff;
  transform: rotate(90deg);
  margin-top: -48px;
}
.navbar ul li .open:before {
  width: 30px;
  height: 1px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 1px;
  background-color: #fff;
}
.navbar ul li.active .open:after {
  transform: rotate(0deg);
}
.navbar ul li ul {
  display: none;
  padding-left: 40%;
  padding-bottom: 0px;
  margin-bottom: 50px;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.navbar ul li ul li {
  padding: 0;
  border: 0 !important;
  margin-bottom: 8px;
}
.navbar ul li ul li a {
  font-family: "Mada", sans-serif;
  border: 0px !important;
  color: rgba(255, 255, 255, 0.8);
  padding: 0px;
  letter-spacing: 0;
  text-transform: none;
  font-size: 1.0625em;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.2px;
  -webkit-transition: all 0.4s cubic-bezier(0, 0, 0.4, 1);
  -moz-transition: all 0.4s cubic-bezier(0, 0, 0.4, 1);
  -o-transition: all 0.4s cubic-bezier(0, 0, 0.4, 1);
  transition: all 0.4s cubic-bezier(0, 0, 0.4, 1);
  /*-webkit-transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
  -moz-transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);*/
}
.navbar ul li ul li a::after {
  display: none;
}
.navbar ul li ul li a:hover {
  color: white;
  padding-left: 3px;
  -webkit-transition: all 0.4s cubic-bezier(0, 0, 0.4, 1);
  -moz-transition: all 0.4s cubic-bezier(0, 0, 0.4, 1);
  -o-transition: all 0.4s cubic-bezier(0, 0, 0.4, 1);
  transition: all 0.4s cubic-bezier(0, 0, 0.4, 1);
}
.navbar ul li ul.active-item {
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.navbar span.big-title {
  color: #fff;
  text-transform: uppercase;
  padding-top: 117px;
  padding-bottom: 60px;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .menu-active {
    overflow: hidden !important;
  }
}
.menu-active header.report-menu {
  z-index: 999999 !important;
}
.menu-active header.report-menu .progress-bar-container {
  opacity: 0;
}

/* NAVIGATION */
.navigation {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  visibility: hidden;
  z-index: 21;
}
@media (max-width: 991.98px) {
  .navigation {
    height: calc(var(--vh, 1vh) * 100);
  }
}
.navigation:before {
  visibility: hidden;
  content: " ";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #000;
}
.navigation .row, .navigation .container-fluid {
  height: 100%;
  position: relative;
  z-index: 2;
}
.navigation .container-fluid {
  padding-left: 10%;
}
.navigation ul, .navigation li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.navigation ul li {
  display: block;
  overflow: hidden;
}
.navigation ul li a {
  font-family: "GT America", sans-serif;
  font-size: 5em;
  font-weight: 400;
  line-height: 0.875;
  letter-spacing: -0.7px;
  color: #fff;
  text-transform: uppercase;
  transform: translateY(110%) translateZ(0);
  display: inline-block;
}
@media (min-width: 992px) {
  .navigation ul li a {
    width: calc(90vw - 150px);
  }
}
.navigation ul li a:hover, .navigation ul li a:focus, .navigation ul li a:active {
  color: #fff;
  text-decoration: none;
}
.navigation ul li img {
  display: none;
}
.navigation.active {
  display: block;
  visibility: visible;
  /*ul {
      li {
          transition: opacity 0.5s;
          a {
              transition: 0.75s 0.85s;
              transform: translateY(0);
          }
          &:nth-child(2) {
              a {
                  transition-delay: 0.95s
              }
          }
          &:nth-child(3) {
              a {
                  transition-delay: 1.05s
              }
          }
          &:nth-child(4) {
              a {
                  transition-delay: 1.15s
              }
          }
          &:nth-child(5) {
              a {
                  transition-delay: 1.25s
              }
          }
          &:nth-child(6) {
              a {
                  transition-delay: 1.35s
              }
          }
          &:nth-child(7) {
              a {
                  transition-delay: 1.45s
              }
          }
      }
  }*/
}
@media (min-width: 992px) {
  .navigation.active:not(.in):not(.out) ul li {
    overflow: initial !important;
  }
}
.navigation.active:before {
  top: 0;
  visibility: visible;
  transition: 0.8s cubic-bezier(0.59, 0.08, 0.39, 0.95) 0.1s;
}
.navigation.active.out:before {
  top: 100%;
  visibility: visible;
  transition: 0.8s cubic-bezier(0.59, 0.08, 0.39, 0.95) 1s;
}
.navigation.active.out ul li a {
  transition: 0.75s 0.6s;
  transform: translateY(110%) translateZ(0);
}
.navigation.active.out ul li:nth-child(2) a {
  transition-delay: 0.5s;
}
.navigation.active.out ul li:nth-child(3) a {
  transition-delay: 0.4s;
}
.navigation.active.out ul li:nth-child(4) a {
  transition-delay: 0.3s;
}
.navigation.active.out ul li:nth-child(5) a {
  transition-delay: 0.2s;
}
.navigation.active.out ul li:nth-child(6) a {
  transition-delay: 0.1s;
}
.navigation.active.out ul li:nth-child(7) a {
  transition-delay: 0s;
}
.navigation .col-12.col-lg-7 {
  z-index: 2;
  text-align: left;
}
.navigation .img-menu-wrapper {
  position: relative;
  z-index: 1;
}
.navigation .img-menu-wrapper .img-menu-item {
  max-width: 100%;
  top: 0;
  z-index: 1;
  overflow: hidden;
}
.navigation .img-menu-wrapper .img-menu-item:first-child {
  position: relative;
  right: 0;
}
.navigation .img-menu-wrapper .img-menu-item:not(:first-child) {
  right: 15px;
  left: 15px;
  position: absolute;
}
.navigation .img-menu-wrapper .img-menu-item .img-holder {
  overflow: hidden;
  transform: translate(100%, 0%) matrix(1, 0, 0, 1, 0, 0);
}
.navigation .img-menu-wrapper .img-menu-item .img-holder img {
  transform: translate(-100%, 0%) matrix(1, 0, 0, 1, 0, 0);
  max-width: 100%;
  width: 100%;
}
.navigation .img-menu-wrapper .img-menu-item.in {
  z-index: 2;
}
.navigation .img-menu-wrapper .img-menu-item.in .img-holder {
  animation-name: navImgHolderIn;
  animation-duration: 0.35s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.navigation .img-menu-wrapper .img-menu-item.in .img-holder img {
  animation-name: navImgIn;
  animation-duration: 0.35s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.navigation .img-menu-wrapper .img-menu-item.out .img-holder {
  animation-name: navImgHolderOut;
  animation-duration: 0.35s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.navigation .img-menu-wrapper .img-menu-item.out .img-holder img {
  animation-name: navImgOut;
  animation-duration: 0.35s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes navImgHolderIn {
  from {
    transform: translate(-100%, 0%) matrix(1, 0, 0, 1, 0, 0);
  }
  to {
    transform: translate(0%, 0%) matrix(1, 0, 0, 1, 0, 0);
  }
}
@keyframes navImgIn {
  from {
    transform: translate(100%, 0%) matrix(1, 0, 0, 1, 0, 0);
  }
  to {
    transform: translate(0%, 0%) matrix(1, 0, 0, 1, 0, 0);
  }
}
@keyframes navImgHolderOut {
  from {
    transform: translate(0%, 0%) matrix(1, 0, 0, 1, 0, 0);
  }
  to {
    transform: translate(100%, 0%) matrix(1, 0, 0, 1, 0, 0);
  }
}
@keyframes navImgOut {
  from {
    transform: translate(0%, 0%) matrix(1, 0, 0, 1, 0, 0);
  }
  to {
    transform: translate(-100%, 0%) matrix(1, 0, 0, 1, 0, 0);
  }
}
body:not(.ie-browser) .navigation.active ul li {
  transition: opacity 0.5s;
}
body:not(.ie-browser) .navigation.active ul li a {
  transition: 0.75s 0.85s;
  transform: translateY(0) translateZ(0);
}
body:not(.ie-browser) .navigation.active ul li:nth-child(2) a {
  transition-delay: 0.95s;
}
body:not(.ie-browser) .navigation.active ul li:nth-child(3) a {
  transition-delay: 1.05s;
}
body:not(.ie-browser) .navigation.active ul li:nth-child(4) a {
  transition-delay: 1.15s;
}
body:not(.ie-browser) .navigation.active ul li:nth-child(5) a {
  transition-delay: 1.25s;
}
body:not(.ie-browser) .navigation.active ul li:nth-child(6) a {
  transition-delay: 1.35s;
}
body:not(.ie-browser) .navigation.active ul li:nth-child(7) a {
  transition-delay: 1.45s;
}
body:not(.ie-browser) .navigation.active.out:before {
  top: 100%;
  visibility: visible;
  transition: 0.8s cubic-bezier(0.59, 0.08, 0.39, 0.95) 1s;
}
body:not(.ie-browser) .navigation.active.out ul li a {
  transition: 0.75s 0.6s;
  transform: translateY(110%) translateZ(0);
}
body:not(.ie-browser) .navigation.active.out ul li:nth-child(2) a {
  transition-delay: 0.5s;
}
body:not(.ie-browser) .navigation.active.out ul li:nth-child(3) a {
  transition-delay: 0.4s;
}
body:not(.ie-browser) .navigation.active.out ul li:nth-child(4) a {
  transition-delay: 0.3s;
}
body:not(.ie-browser) .navigation.active.out ul li:nth-child(5) a {
  transition-delay: 0.2s;
}
body:not(.ie-browser) .navigation.active.out ul li:nth-child(6) a {
  transition-delay: 0.1s;
}
body:not(.ie-browser) .navigation.active.out ul li:nth-child(7) a {
  transition-delay: 0s;
}
body:not(.ie-browser) .navigation.active.hover ul li {
  opacity: 0.3;
  transition-delay: 0.01s !important;
}
body:not(.ie-browser) .navigation.active.hover ul li:hover {
  opacity: 1;
}

body.ie-browser .navigation.active ul li {
  transition: opacity 0.5s;
}
body.ie-browser .navigation.active ul li a {
  transform: translateY(0) translateZ(0);
}
body.ie-browser .navigation.active.in ul li {
  transition: opacity 0.5s;
}
body.ie-browser .navigation.active.in ul li a {
  transition: 0.75s 0.85s;
}
body.ie-browser .navigation.active.in ul li:nth-child(2) a {
  transition-delay: 0.95s;
}
body.ie-browser .navigation.active.in ul li:nth-child(3) a {
  transition-delay: 1.05s;
}
body.ie-browser .navigation.active.in ul li:nth-child(4) a {
  transition-delay: 1.15s;
}
body.ie-browser .navigation.active.in ul li:nth-child(5) a {
  transition-delay: 1.25s;
}
body.ie-browser .navigation.active.in ul li:nth-child(6) a {
  transition-delay: 1.35s;
}
body.ie-browser .navigation.active.in ul li:nth-child(7) a {
  transition-delay: 1.45s;
}
body.ie-browser .navigation.active.out:before {
  top: 100%;
  visibility: visible;
  transition: 0.8s cubic-bezier(0.59, 0.08, 0.39, 0.95) 1s;
}
body.ie-browser .navigation.active.out ul li a {
  transition: 0.75s 0.6s;
  transform: translateY(110%) translateZ(0);
}
body.ie-browser .navigation.active.out ul li:nth-child(2) a {
  transition-delay: 0.5s;
}
body.ie-browser .navigation.active.out ul li:nth-child(3) a {
  transition-delay: 0.4s;
}
body.ie-browser .navigation.active.out ul li:nth-child(4) a {
  transition-delay: 0.3s;
}
body.ie-browser .navigation.active.out ul li:nth-child(5) a {
  transition-delay: 0.2s;
}
body.ie-browser .navigation.active.out ul li:nth-child(6) a {
  transition-delay: 0.1s;
}
body.ie-browser .navigation.active.out ul li:nth-child(7) a {
  transition-delay: 0s;
}
body.ie-browser .navigation.active.hover ul li {
  opacity: 0.3;
  transition-delay: 0.01s !important;
}
body.ie-browser .navigation.active.hover ul li:hover {
  opacity: 1;
}

.mobile-landscape .navigation ul li {
  line-height: 0.7;
  margin-bottom: 6px;
}
.mobile-landscape .navigation ul li a {
  font-size: 2.7em;
  line-height: 0.75;
}

/* // NAVIGATION */
.the-index .navbar ul li {
  padding-right: 0px;
}

#Online_Report {
  padding: 0 !important;
}
#Online_Report section.fullwidthimg-withcaption {
  padding-bottom: 0px !important;
}
#Online_Report section.full-height-title {
  padding: 25vh 15%;
  position: relative !important;
}
#Online_Report .full-height-title .big-title {
  font-size: 8.45em;
  font-size: 9vw;
  text-align: center;
  line-height: 0.86;
  text-transform: uppercase;
  letter-spacing: -0.3px;
  width: auto;
  display: inline-block;
  margin: 0 auto;
}

.the-index {
  background-color: #000;
  padding-top: 235px;
  margin: 0;
}
.the-index .big-title {
  padding-top: 0 !important;
}

/* progressbar */
.progress-bar-container {
  height: 2px;
  background-color: #000;
  position: fixed;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  perspective: 1000;
  will-change: transform;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
.progress-bar-container .progress-bar-report {
  background-color: #fff;
  height: 2px;
  display: inline-block;
  width: 0%;
  position: absolute;
  top: 0;
}

/* Share download Icons */
.icons a {
  z-index: 90;
  text-align: center;
  line-height: 50px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.8125em;
  letter-spacing: 1.86px;
  right: 40px;
  transition: 0.35s;
}
.icons a:after {
  content: "";
  width: 50px;
  right: 0;
  top: 0;
  height: 100%;
  position: absolute;
  z-index: -1;
  background: rgba(51, 51, 51, 0.4);
  transition: 0.35s;
  opacity: 0.3;
  border-radius: 50px;
}
.icons a i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  background-color: #333;
  float: right;
  display: inline-block;
}
.icons a img {
  vertical-align: -3px;
  text-align: center;
  padding-right: 0px;
}
.icons a span {
  visibility: hidden;
  white-space: nowrap;
  position: absolute;
  display: inline-block;
  opacity: 0;
  transform: translateX(0px);
  transition: 0.35s;
  color: #fff;
  right: 50px;
  text-align: right;
  padding-left: 22px;
  /* &:after{
     width: 50px;
     position: absolute;
     content: " ";
     top: 0;
     left: 0;
     height: 50px;
     transition: 0.35s;
     background-color: $color_black;


   }*/
}
.icons a:hover:after {
  width: 182px;
  opacity: 1;
}
.icons a:hover span {
  opacity: 1;
  visibility: visible;
  transform: translateX(-13px);
  /*&:after{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: $color_black;
    transition-delay: 0.35s;

  }*/
}
.icons .download a {
  position: fixed;
  bottom: 100px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  perspective: 1000;
  will-change: transform;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.icons .download a:hover:after {
  width: 211px;
}
.icons .share a {
  position: fixed;
  bottom: 40px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  perspective: 1000;
  will-change: transform;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* chapters transition */
#next_chapter {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.chapter {
  position: relative;
  background-color: #fff;
  /*padding-bottom: 80px;*/
  padding-top: 0;
  z-index: 2;
}

section:not(.full-height-title) {
  margin-bottom: 0;
  padding-bottom: 80px;
}
section:not(.full-height-title).article:before, section:not(.full-height-title).bigImage-withcaption:before {
  content: "";
  display: block;
  position: relative;
  width: 0;
  height: 7em;
  margin-top: -7em;
}

.mac-os section:not(.full-height-title).article:before {
  height: 6em;
  margin-top: -6em;
}

body .chapter:first-child {
  z-index: 10;
}
body .chapter:nth-child(2) {
  z-index: 9;
}
body .chapter:nth-child(3) {
  z-index: 8;
}
body .chapter:nth-child(4) {
  z-index: 7;
}
body .chapter:nth-child(5) {
  z-index: 6;
}
body .chapter:nth-child(7) {
  z-index: 5;
}

.overlay {
  /*display: none;
  background-color: #fff;
  opacity: 0.4;
  height: 100vh;*/
}

.m-t-b-70 {
  margin-bottom: 70px;
  margin-top: 70px;
}

.m-b-70 {
  margin-bottom: 70px;
}

.content-section .container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
.content-section .container .row .col-md-12 {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
.content-section .container .row .col-md-12 .m-w-560 {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
.content-section.bordered .container {
  padding-top: 100px;
  padding-bottom: 100px;
  border: 15px solid #000;
}

.background-img {
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 0;
  padding-top: 66.64%;
}

.leaders-chapter .img-withcaption {
  margin-bottom: 30px;
  margin-top: 50px;
}
.leaders-chapter .caption {
  padding-top: 0;
  padding-bottom: 0;
  max-width: 100%;
}
.leaders-chapter .small-title, .leaders-chapter .tiny-title {
  width: 100%;
  max-width: 100%;
}
.leaders-chapter .tiny-title {
  padding: 0 0 10px;
  margin: 0;
}
.leaders-chapter .quote-withcaption {
  padding-top: 20px;
}
.leaders-chapter blockquote sup, .leaders-chapter .blockquote sup {
  color: rgba(0, 0, 0, 0.9);
  font-size: 0.625em;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0.15px;
  position: relative;
  cursor: pointer;
}
.leaders-chapter blockquote sup span, .leaders-chapter .blockquote sup span {
  text-align: left;
  font-size: 0.85em;
  font-weight: 400;
  color: black;
  display: inline-block;
  position: absolute;
  width: 290px;
  padding: 20px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  background-color: #fff;
  top: calc(100% - 4px);
  left: calc(100% - 4px);
  transition: 0.35s;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.leaders-chapter blockquote sup:hover, .leaders-chapter blockquote sup.hover, .leaders-chapter .blockquote sup:hover, .leaders-chapter .blockquote sup.hover {
  color: black;
  transition: 0.35s;
}
.leaders-chapter blockquote sup:hover span, .leaders-chapter blockquote sup.hover span, .leaders-chapter .blockquote sup:hover span, .leaders-chapter .blockquote sup.hover span {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* share page */
#sharePage {
  display: none;
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 1050;
}
#sharePage .row.align-items-center {
  min-height: 100vh;
  height: 100vh;
}
#sharePage .share-page-body {
  position: relative;
  z-index: 1;
  max-width: 100%;
}
#sharePage .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#sharePage .close {
  position: absolute;
  top: 32px;
  right: 46px;
  opacity: 1;
  z-index: 1;
}
#sharePage ul {
  padding-left: 0;
}
#sharePage li {
  display: inline-block;
}
#sharePage li.fb {
  padding-right: 50px;
}
#sharePage li.tw {
  padding-left: 50px;
}
#sharePage li a {
  color: #fff;
  font-family: "GT America", sans-serif;
  font-size: 5em;
  font-weight: 900;
  line-height: 0.875;
  text-transform: uppercase;
  letter-spacing: -0.7px;
  text-decoration: none;
  transition: 0.35s;
}

.padding-b-80 {
  padding-bottom: 80px;
}

/* menu button animation */
@-webkit-keyframes btnMenuShape1 {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(3px) rotate(0deg);
    transform: translateY(3px) rotate(0deg);
  }
  to {
    -webkit-transform: translateY(3px) rotate(45deg);
    transform: translateY(3px) rotate(45deg);
  }
}
@keyframes btnMenuShape1 {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(3px) rotate(0deg);
    transform: translateY(3px) rotate(0deg);
  }
  to {
    -webkit-transform: translateY(3px) rotate(45deg);
    transform: translateY(3px) rotate(45deg);
  }
}
@-webkit-keyframes btnMenuShape1Exit {
  0% {
    -webkit-transform: translateY(3px) rotate(45deg);
    transform: translateY(3px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(4px) rotate(0deg);
    transform: translateY(4px) rotate(0deg);
  }
  to {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
  }
}
@keyframes btnMenuShape1Exit {
  0% {
    -webkit-transform: translateY(3px) rotate(45deg);
    transform: translateY(3px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(4px) rotate(0deg);
    transform: translateY(4px) rotate(0deg);
  }
  to {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
  }
}
@-webkit-keyframes btnMenuShape2 {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-3px) rotate(0deg);
    transform: translateY(-3px) rotate(0deg);
  }
  to {
    -webkit-transform: translateY(-3px) rotate(-45deg);
    transform: translateY(-3px) rotate(-45deg);
  }
}
@keyframes btnMenuShape2 {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-3px) rotate(0deg);
    transform: translateY(-3px) rotate(0deg);
  }
  to {
    -webkit-transform: translateY(-3px) rotate(-45deg);
    transform: translateY(-3px) rotate(-45deg);
  }
}
@-webkit-keyframes btnMenuShape2Exit {
  0% {
    -webkit-transform: translateY(-3px) rotate(-45deg);
    transform: translateY(-3px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-4px) rotate(0deg);
    transform: translateY(-4px) rotate(0deg);
  }
  to {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
  }
}
@keyframes btnMenuShape2Exit {
  0% {
    -webkit-transform: translateY(-3px) rotate(-45deg);
    transform: translateY(-3px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-4px) rotate(0deg);
    transform: translateY(-4px) rotate(0deg);
  }
  to {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
  }
}
/* leaders */
.leaders .bigImage-withcaption {
  padding-bottom: 70px;
}
.leaders .article {
  padding-bottom: 100px;
}
.leaders .article.intro-desc {
  padding-bottom: 80px;
}

.about-leader {
  width: 100%;
  text-align: center;
  padding-bottom: 50px;
}
.about-leader .small-title {
  margin-bottom: 20px;
}
.about-leader .tiny-title {
  padding: 0 0;
  line-height: 1.54;
  width: 100%;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}
.about-leader .quote-withcaption {
  padding-top: 30px;
}

/* responsive */
@media (min-width: 1500px) {
  .big-title {
    font-size: 6.875em;
  }

  #Online_Report .full-height-title .big-title {
    font-size: 8.45em;
  }
}
/* tablet portrait */
@media (max-width: 992px) {
  .fullwidthimg-withcaption .outer-container {
    padding: 0 45px;
  }

  .paragraph .img-right-withcaption, p .img-right-withcaption {
    margin-right: 0px;
  }

  .bordered-seaction p .img-right-withcaption {
    margin-right: 0px;
  }

  .border-left {
    padding-left: 26px;
    border-left: 1px solid rgba(0, 0, 0, 0.08) !important;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .paragraph + .border-left {
    margin-top: 20px;
  }

  #sharePage li a {
    font-size: 5em;
    font-size: 8vw;
  }

  .navbar ul li a {
    padding: 20px 60px 20px 0;
  }
}
@media (max-width: 1199.98px) and (min-width: 992px) {
  .navigation ul li a {
    font-size: 4.375em;
    line-height: 0.857;
    letter-spacing: -0.61px;
  }
}
@media (max-width: 991.98px) and (min-width: 768px) {
  .navigation ul li a {
    font-size: 4.375em;
    line-height: 0.857;
    letter-spacing: -0.61px;
  }
}
@media (max-width: 767px) {
  /* headers */
  .big-title {
    font-size: 3em;
    line-height: 0.85;
    letter-spacing: -0.3px;
  }

  .small-title {
    font-size: 2.8125em;
    line-height: 0.9;
    letter-spacing: -0.2px;
  }

  .tiny-title {
    font-size: 0.875em;
  }

  .statement {
    font-size: 1.375em;
    line-height: 1.32;
  }

  .caption {
    font-size: 0.75em;
    line-height: 1.467em;
    letter-spacing: 0.2px;
  }

  .article-subtitle {
    font-size: 1.375em;
    line-height: 1.32;
  }
  .article-subtitle:before {
    /*width: 80px;
    height: 15px;
    margin-bottom: 20px;*/
  }

  sup {
    position: inherit;
    vertical-align: 6px;
  }
  sup span {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: auto !important;
  }
  sup:not(.hover) span {
    opacity: 0 !important;
    visibility: hidden !important;
  }

  .blockquote, blockquote {
    font-size: 1.375em;
    line-height: 1.32;
  }
  .blockquote:before, blockquote:before {
    margin-bottom: 20px;
  }

  section, section.fullwidthimg-withcaption {
    padding-top: 60px;
    margin-bottom: 0;
  }

  section.full-height-title + section.fullwidthimg-withcaption {
    padding-top: 0px;
  }

  section.fullwidthimg-withcaption + .article {
    padding-top: 48px;
  }

  section:not(.full-height-title) {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .no-responsive {
    display: none !important;
  }

  .responsive {
    display: inline-block !important;
  }

  /* header */
  .navbar {
    padding: 0 25px;
  }
  .navbar span.big-title {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .navbar .menu-top {
    padding: 25px;
  }
  .navbar ul {
    margin-bottom: 30px;
  }
  .navbar ul li {
    padding-bottom: 0;
  }
  .navbar ul li .open {
    top: 19px;
    margin: -15px -10px;
    padding: 10px;
  }
  .navbar ul li a {
    padding: 15px 60px 15px 0;
    font-size: 1.9em;
    line-height: 0.9;
    letter-spacing: -0.2px;
    display: inline-block;
  }
  .navbar ul li ul {
    padding-left: 0;
    margin-bottom: 30px;
  }
  .navbar ul li ul li {
    margin-bottom: 5px;
  }
  .navbar ul li ul li a {
    line-height: 1.2;
  }

  header.report-menu {
    padding: 25px;
    /*.menu-top{
      padding: 10px 25px;
      height: 76px
    }*/
    /*.menu-bottom{
      padding: 25px 25px 0;

      .outer-container{
        padding: 0;
      }
      a{
        color: transparent;
        font-size: 0;
        display: inline-block;
        letter-spacing: 0;
        padding: 10px;
        margin: -10px;
        i{
          font-size: 16px;
          padding-right: 0;
          display: inline-block;
        }
      }
    }*/
    /*#menu_toggle_btn {
      span {
        padding-right:10px;
      }
    }*/
    /*.fixed-menu{
        top: 76px;
            min-height: calc(100vh - 76px);
                padding-bottom: 60px;
    }*/
  }
  header.report-menu .chapter-title .sub-cat {
    padding-left: 25px;
  }

  .navigation ul li {
    line-height: 0.7;
    margin-bottom: 6px;
  }
  .navigation ul li a {
    font-size: 2.7em;
    line-height: 0.75;
  }
  .navigation .container-fluid {
    padding-left: 25px !important;
  }

  .icons {
    display: none;
  }

  body {
    padding-top: 76px !important;
  }

  .chapters-wrapper {
    padding-bottom: 60px;
  }

  .the-index {
    padding-top: 90px;
    padding-bottom: 0px !important;
  }
  .the-index .navbar {
    padding: 0px;
  }

  .fullwidthimg-withcaption {
    overflow: hidden;
  }

  .full-height-title + .article {
    margin-top: 60px;
  }

  .full-height-title {
    padding: 120px 25px 50px;
  }
  .full-height-title.intro {
    padding: 120px 25px 50px;
  }
  .full-height-title.no-quote {
    padding: 120px 25px;
  }
  .full-height-title .caption {
    padding-top: 15px !important;
  }
  .full-height-title .quote-withcaption {
    padding-top: 40px;
  }

  .blockquote + .caption {
    padding-top: 15px;
  }

  p.p-with-big-letter, .paragraph.p-with-big-letter {
    padding-top: 0px;
  }
  p:first-child .img-right-withcaption, .paragraph:first-child .img-right-withcaption {
    padding-top: 0;
  }

  .bordered-seaction p .img-right-withcaption {
    float: none;
    text-align: center;
    display: block;
    padding-top: 20px;
    padding-bottom: 40px;
    padding-left: 0;
    margin: 0 auto;
  }

  p .first-letter, .paragraph .first-letter {
    font-size: 4.5em;
    letter-spacing: -1.45px;
    padding-right: 20px;
    margin-top: 8px;
    padding-bottom: 0;
  }
  p .img-right-withcaption, .paragraph .img-right-withcaption {
    float: none;
    text-align: center;
    display: block;
    padding-top: 20px;
    padding-bottom: 40px;
    padding-left: 0;
    margin: 0 auto;
    max-width: 100%;
  }
  p .img-right-withcaption img, .paragraph .img-right-withcaption img {
    max-width: 100%;
  }
  p .img-right-withcaption .caption, .paragraph .img-right-withcaption .caption {
    text-align: left;
    font-size: 12px;
    max-width: 100%;
    margin: 0 auto;
  }

  .article-subtitle + p .img-right-withcaption {
    padding-top: 0;
  }

  #Online_Report section.full-height-title {
    padding: 70px 25px;
  }
  #Online_Report section.full-height-title .big-title {
    font-size: 4em;
    line-height: 0.85;
    letter-spacing: -0.3px;
  }

  .bordered-seaction {
    padding: 0px 15px;
  }
  .bordered-seaction .outer-container {
    padding: 45px 20px;
    border: 5px solid;
    margin-top: 60px;
  }

  .fullwidthimg-withcaption .outer-container {
    padding: 0 45px;
  }

  .img-withcaption + .small-title {
    padding-top: 50px !important;
  }

  .bordered-seaction p .img-right-withcaption {
    padding-left: 0px;
  }

  .mac-os:not(.os-ios) .navigation .row {
    padding-bottom: 19%;
  }

  .leaders .article {
    padding-bottom: 60px;
    padding-top: 0;
  }
  .leaders .article.intro-desc {
    padding-bottom: 60px;
  }
  .leaders .bigImage-withcaption {
    padding-bottom: 40px;
    padding-top: 0;
  }
  .leaders .about-leader {
    padding-bottom: 30px;
  }
  .leaders .about-leader .quote-withcaption {
    padding-top: 20px;
  }
}
@media (max-width: 480px) {
  .big-title {
    font-size: 11.5vw;
  }

  #Online_Report section.full-height-title .big-title {
    font-size: 3.25em;
  }

  .report-menu .left {
    padding-right: 0;
  }
  .report-menu .left .chapter-title span {
    padding-right: 0;
  }
}
.chapter-main-loader {
  left: 50% !important;
  margin-left: -30px;
  position: fixed !important;
  bottom: 45px !important;
  margin-top: 0px;
  width: 20px;
  z-index: 9000 !important;
}
.chapter-main-loader .loader {
  position: relative;
  margin: 0px auto;
  width: 60px;
  height: 60px;
}
.chapter-main-loader .loader:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.chapter-main-loader .circular-loader {
  -webkit-animation: spinner-rotate 2s linear infinite;
  animation: spinner-rotate 2s linear infinite;
  height: 100%;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
}
.chapter-main-loader .loader-path {
  stroke-dasharray: 150, 200;
  stroke-dashoffset: -10;
  -webkit-animation: spinner-dash 1.5s ease-in-out infinite, spinner-color 6s ease-in-out infinite;
  animation: spinner-dash 1.5s ease-in-out infinite, spinner-color 6s ease-in-out infinite;
  stroke-linecap: round;
}

@-webkit-keyframes spinner-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spinner-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
  }
}
@keyframes spinner-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
  }
}
@-webkit-keyframes spinner-color {
  0% {
    stroke: #999999;
  }
  40% {
    stroke: #999999;
  }
  66% {
    stroke: #999999;
  }
  80%, 90% {
    stroke: #999999;
  }
}
@keyframes spinner-color {
  0% {
    stroke: #999999;
  }
  40% {
    stroke: #999999;
  }
  66% {
    stroke: #999999;
  }
  80%, 90% {
    stroke: #999999;
  }
}
html,
body {
  min-height: 100%;
  min-height: 100vh;
}

.ajax-loading {
  padding-bottom: 0;
}
.ajax-loading .chapter-content section:last-of-type {
  padding-bottom: 150px;
}

#wrapper {
  overflow-y: hidden;
  position: relative;
  z-index: 2;
}

.chapters-wrapper {
  position: relative;
  width: 100%;
  background: #fff;
  z-index: 2;
  /*padding-bottom: 101vh;
  .chapter-content {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      min-height: 100vh;
      visibility: hidden;
      z-index: 1;
      background-color: #fff;
      &.prev{
          visibility: visible;
          position: static;
          z-index: 1;
      }
      &.active-chapter {
          visibility: visible;
          position: relative;
          z-index: 3;
      }
      &.fixed {
          position: relative;
          visibility: visible;
          z-index: 2;
      }
      &:first-child:last-child {
          visibility: visible;
          position: relative;
      }
  }*/
}

/* Do the fixed layer scrolly thing only on non-mobile */
/*@media (min-width:400px) {
    .chapters-wrapper {
        .chapter-content.fixed {
            position: fixed;
        }
    }
}*/
.round-btn {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: no-repeat none center center;
  z-index: 10;
  display: inline-block;
}
.round-btn:before {
  display: block;
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  z-index: -1;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}
.round-btn svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.round-btn:hover:before {
  -webkit-transform: scale(1.125);
  transform: scale(1.125);
}

footer.reports-footer {
  text-transform: uppercase;
  width: 100%;
  height: auto;
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: #000;
  z-index: 1;
}
footer.reports-footer .prev-link {
  position: relative;
  z-index: 2;
}
footer.reports-footer .prev-link h4 {
  position: absolute;
  top: 40px;
  left: 40px;
  padding: 0;
  font-size: 0.813em;
  letter-spacing: 1.86px;
}
footer.reports-footer .prev-link h4 a, footer.reports-footer .prev-link h4 a:focus, footer.reports-footer .prev-link h4 a:active, footer.reports-footer .prev-link h4 a:hover {
  color: #fff !important;
  text-decoration: none !important;
  outline: 0 none;
}
footer.reports-footer .prev-link h4 svg {
  transform: rotate(-180deg);
  margin-right: 20px;
}
footer.reports-footer .next-link {
  padding-top: 135px;
  padding-bottom: 120px;
  z-index: 1;
}
footer.reports-footer .next-link a {
  text-decoration: none;
}
footer.reports-footer .next-link h4 {
  color: #fff;
  font-size: 0.813em;
  letter-spacing: 1.86px;
  margin-bottom: 20px;
  padding: 0;
}
footer.reports-footer .next-link h3 {
  color: #fff;
  max-width: 500px;
  display: block;
  margin: 0 auto 30px auto;
  clear: both;
}
footer.reports-footer .next-link h3 a, footer.reports-footer .next-link h3 a:focus, footer.reports-footer .next-link h3 a:active, footer.reports-footer .next-link h3 a:hover {
  color: #fff !important;
  text-decoration: none !important;
  outline: 0 none;
}

/* Mobile */
@media (max-width: 767px) {
  footer.reports-footer .prev-link h4 {
    position: absolute;
    top: 40px;
    left: 25px;
    right: 25px;
    font-size: 0.813em;
    letter-spacing: 1.86px;
  }
  footer.reports-footer .prev-link h4 a {
    color: #fff !important;
    text-decoration: none !important;
  }
  footer.reports-footer .prev-link h4 svg {
    transform: rotate(-180deg);
    margin-right: 20px;
    float: left;
    margin-top: 2px;
  }
  footer.reports-footer .prev-link h4 span {
    padding-left: 0px;
    display: inline-block;
    max-width: calc(100% - 50px);
  }
  footer.reports-footer .next-link {
    padding-top: 125px;
    padding-bottom: 80px;
  }
  footer.reports-footer .next-link h4 {
    font-size: 0.875em;
    letter-spacing: 2px;
    margin-bottom: 15px;
  }
  footer.reports-footer .next-link h3 {
    font-size: 1.75em;
    line-height: 1;
  }
}

/*# sourceMappingURL=style.css.map */
