@charset "UTF-8";
/* Digital Report */
/* Follow up variables */
/* 3D Globes */
.col-globe {
  margin-bottom: 30px;
}

.globe-container {
  margin-top: 40px;
  margin-bottom: 60px;
}
.globe-container p {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .globe-container p {
    margin-top: -30px;
  }
}
.globe-container .num-1, .globe-container .num-2 {
  font-family: "Montserrat", sans-serif;
  font-size: 60px;
  font-weight: 600;
  color: #66a6b7;
}
@media (min-width: 768px) {
  .globe-container .num-1, .globe-container .num-2 {
    font-size: 70px;
  }
}
.globe-container h1 {
  line-height: 1;
  margin-bottom: 0;
  margin-top: 15px;
}
.globe-container h1.small {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #66a6b7;
  position: relative;
  top: -6px;
  margin-left: 5px;
}
@media (min-width: 768px) {
  .globe-container h1.small {
    top: -7px;
  }
}

.globe-od {
  width: 100%;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  padding-top: 100%;
}
.globe-od video {
  width: 100%;
  position: absolute;
  top: 5px;
  left: 0;
  border-radius: 50%;
}
.globe-od #video-only-drylands {
  opacity: 0;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.globe-shadow {
  background-image: url(img/shadow.png);
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 65px;
  position: absolute;
  left: 0;
  pointer-events: none;
  opacity: 0.1;
  bottom: 40px;
}
.checkbox.switcher {
  position: relative;
  width: 210px;
  margin-top: 30px;
  left: calc(50% - 105px);
  cursor: pointer;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background-color: white;
  -webkit-box-shadow: 0px 16px 12px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 16px 12px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 16px 12px 0px rgba(0, 0, 0, 0.09);
}

#drySwitch .switch-container {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  width: 56px;
  height: 28px;
  background: #f2f2f2;
  border: 1px solid #eee;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
#drySwitch .switcher {
  position: absolute;
  display: block;
  width: 50%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  left: 0;
}
#drySwitch.check-it .switch-container {
  background: #66a6b7;
  border-color: #66a6b7;
}
#drySwitch.check-it .switcher {
  left: 50%;
}

/* Big Numbers */
.big-numbers {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .big-numbers {
    flex-direction: row;
    align-items: flex-start;
  }
}
.big-numbers .number-item {
  text-align: center;
  padding: 30px;
}
.big-numbers .number-item h2 {
  color: #66a6b7;
  font-family: "Montserrat", sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 15px;
  height: 70px;
}
@media (min-width: 768px) {
  .big-numbers .number-item.n-item-3 {
    width: 33.3%;
    flex-shrink: 0;
  }
}

/* Blockquotes */
blockquote {
  font-family: "Merriweather", serif;
  letter-spacing: 1px;
  display: block;
  float: left;
  width: 100%;
  margin: 10px 55px 35px 0;
  padding: 19px 0 0 0;
  line-height: 1.7;
  border-left: 0;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */
}
blockquote.right {
  margin: 10px 0 35px 55px;
  float: right;
}
blockquote.right span {
  text-align: left;
}
blockquote.center {
  margin: 20px 0 60px 0;
  float: none;
}
blockquote.center h3 {
  font-style: normal;
  margin-bottom: 30px;
  font-size: 20px;
}
blockquote.center p {
  font-weight: 300;
}
blockquote.center h6 {
  font-size: 12px;
}
blockquote.center .story-links {
  color: #c9c9c9;
}
@media (min-width: 992px) {
  blockquote.center {
    margin: 20px 0 60px 0;
    width: 100%;
  }
}
blockquote span {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  margin-top: 15px;
}
@media (min-width: 992px) {
  blockquote {
    margin: 10px 48px 20px -15%;
    width: 329px;
  }
  blockquote.right {
    margin: 10px -15% 20px 48px;
  }
  blockquote.story-block {
    width: 50%;
  }
}

/* Boxes */
.story-box {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 15px;
  border: 1px solid #e7e7e7;
  position: relative;
}
.story-box h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-style: italic;
}
.story-box h6 {
  margin-top: 0;
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}
.story-box p {
  font-weight: 700;
}
.story-box a.centered-box-link {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  display: block;
  text-align: center;
  margin-top: 10px;
}
.story-box .caret {
  margin-top: 0;
  transform: rotate(-90deg);
}

/* Buttons */
.btn {
  font-size: 16px;
  padding: 10px 12px 9px 12px;
}
.btn:hover, .btn:active, .btn:focus, .btn:active:hover, .btn:active:focus, .btn:not(:disabled):not(.disabled):active:focus {
  outline: 0;
  box-shadow: none;
}

.btn-sm {
  padding: 2px 7px 2px 7px;
  font-size: 12px;
}

.btn-primary {
  background-color: transparent;
  border-color: white;
  text-transform: uppercase;
  font-size: 12px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
}
.btn-primary:hover {
  background-color: rgba(255, 255, 255, 0.5);
  border-color: white;
}

.btn-secondary {
  background-color: rgba(255, 255, 255, 0.5);
  border-color: transparent;
  font-weight: 600;
}

.btn-dark {
  background-color: transparent;
  border-color: white;
  color: white;
  font-weight: 600;
}
.btn-dark:hover {
  background-color: rgba(255, 255, 255, 0.5);
  border-color: white;
}

/* Charts */
.chart-container {
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 60px 15px;
}
.chart-container .chart-title {
  text-align: center;
}
.chart-container .chart-title h2 {
  font-size: 17px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin-bottom: 30px;
}
.chart-container .chart-title h6 {
  color: rgba(255, 255, 255, 0.9);
}
.chart-container h6 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.9);
}
.chart-container h6 a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.9);
}
.chart-container h6 a i {
  margin-right: 5px;
}
.chart-container h6 a:hover {
  text-decoration: none;
}

.highcharts-tooltip > span {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, 0.1);
  padding: 15px;
}
.highcharts-tooltip > span span {
  font-size: 14px !important;
}
.highcharts-tooltip > span span:first-child {
  font-size: 18px !important;
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 300;
}

.chart-internal-title {
  display: flex;
  align-items: center;
  justify-content: center;
}

.highcharts-legend-item {
  overflow: visible !important;
}
.highcharts-legend-item span {
  font-size: 12px !important;
  color: rgba(255, 255, 255, 0.9) !important;
  font-weight: normal !important;
}
.highcharts-legend-item > span {
  overflow: visible !important;
}
.highcharts-legend-item:first-child .undefined {
  background-color: #ff6600;
}
.highcharts-legend-item:last-child .undefined {
  background-color: #4c5d6a;
}

.y-label {
  font-family: "Montserrat", sans-serif;
  color: white;
  font-weight: 800;
  font-size: 11px;
  text-transform: uppercase;
  margin-right: 15px;
  margin-bottom: 5px;
}

p.note {
  margin-top: 0px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
}
p.note.note-white {
  color: rgba(255, 255, 255, 0.5);
}

.other-divider {
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  color: #6f6f6f;
}

#annual-forest-area .highcharts-tooltip > span, #annual-rate .highcharts-tooltip > span {
  display: flex;
  flex-direction: column-reverse;
}
#annual-forest-area .highcharts-tooltip > span .tooltip-point-item-title, #annual-rate .highcharts-tooltip > span .tooltip-point-item-title {
  order: 1;
}

.tooltip-point-item {
  display: flex;
  align-items: center;
  margin-bottom: 3px;
}
.tooltip-point-item .tooltip-point-item-title {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 300;
}
.tooltip-point-item b {
  margin-left: 3px;
}

.tooltip-point-color {
  display: inline-block;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin: 0 5px 0 0 !important;
}

.chart-table-content h2 {
  font-family: "Montserrat", sans-serif;
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.5);
  color: #041d3a;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 0px;
}
.chart-table-content table {
  font-size: 12px;
}
.chart-table-content table th {
  border-top: 0;
  border-bottom-color: rgba(255, 255, 255, 0.5);
  text-align: right;
}
.chart-table-content table td {
  border-top-color: rgba(255, 255, 255, 0.5);
  text-align: right;
}

.thousand-p {
  font-size: 16px;
  font-style: italic;
  margin-bottom: 30px;
}

/* Cover */
.cover {
  position: relative;
  height: 100%;
}

html {
  min-height: 100%;
}

body {
  padding: 0;
  margin: 0;
  font: normal 12px/16px Arial, Helvetica, sans-serif;
  background-color: #041d3a;
}
body.padding-top {
  padding-top: 75px;
}

.dr-container {
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}
@media (min-width: 768px) {
  .dr-container {
    width: 540px;
  }
}
@media (min-width: 992px) {
  .dr-container {
    width: 540px;
  }
}
@media (min-width: 1200px) {
  .dr-container {
    width: 648px;
  }
}

.dr-container-chart {
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .dr-container-chart {
    width: 625px;
  }
}
@media (min-width: 992px) {
  .dr-container-chart {
    width: 808px;
  }
}
@media (min-width: 1200px) {
  .dr-container-chart {
    width: 812px;
  }
}

.dr-container-chart-half {
  width: 100%;
  text-align: center;
}
@media (min-width: 992px) {
  .dr-container-chart-half {
    width: 404px;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .dr-container-chart-half {
    width: 406px;
  }
}

.audio-container {
  margin: 30px 0;
}

.website-showcase-container {
  margin: 60px 0;
}

.embargoed-div {
  background-color: red;
  color: white;
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 32px;
  top: 53px;
  font-size: 20px;
  font-weight: bold;
  padding: 0 15px;
  opacity: 0;
}
@media (min-width: 768px) {
  .embargoed-div {
    top: 63px;
  }
}

.linkDwnPdf {
  font-size: 12px;
  font-weight: 800;
  display: block;
  position: relative;
  text-align: center;
}
.linkDwnPdf b {
  display: inline-block;
  position: relative;
  padding-left: 25px;
}
.linkDwnPdf i {
  font-size: 20px;
  position: absolute;
  left: 0px;
  opacity: 0.5;
  top: -1px;
}

.title-logo {
  margin: 20px 0 0 0;
}
.title-logo .title-logo-block-container {
  display: inline-block;
}
.title-logo .title-logo-block-container h2 {
  margin-top: 15px;
}
.title-logo img {
  width: 260px;
  height: auto;
}
@media (min-width: 768px) {
  .title-logo img {
    width: 320px;
  }
}
@media (min-width: 992px) {
  .title-logo img {
    width: 350px;
  }
}

.legend-text {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  color: #999999;
  margin: 0;
  line-height: 1.1;
}

.state-of-logo {
  position: absolute;
  width: 80px;
  top: 30px;
  right: calc(50% - 40px);
  z-index: 3;
}
@media (min-width: 576px) {
  .state-of-logo {
    width: 100px;
    top: 50px;
    right: 30px;
  }
}
.state-of-logo img {
  width: 100%;
  height: auto;
}

.fixed-download {
  margin-top: 30px;
  margin-bottom: 30px;
}
.fixed-download img {
  position: relative;
  left: -30px;
}
.fixed-download a {
  color: rgba(255, 255, 255, 0.9);
}
.fixed-download i {
  position: relative;
  top: 7px;
  margin-right: 5px;
}
.fixed-download h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 800;
}

#bioModal .modal-title {
  color: #66a6b7;
}
#bioModal button.close:hover, #bioModal button.close:active, #bioModal button.close:focus, #bioModal button.close:active:hover, #bioModal button.close:active:focus, #bioModal button.close:not(:disabled):not(.disabled):active:focus {
  outline: 0;
  box-shadow: none;
}

/* Footer */
footer {
  margin-top: 250px !important;
  padding-bottom: 100px;
}
footer .section-title {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  margin: 10px 0 20px 0;
  text-transform: uppercase;
  font-weight: 600;
}

.footer-icon-list {
  margin-top: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
}
.footer-icon-list a {
  color: #b1bac3;
}
.footer-icon-list a:hover {
  color: #b1bac3;
}
.footer-icon-list a i.material-icons {
  font-size: 40px;
}

.footer-links li {
  margin: 15px 0;
}

.social-column {
  /* Small devices (tablets, 768px and up) */
}
.social-column img {
  max-width: 200px;
}
.social-column .fa, .social-column .fab {
  font-size: 23px;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #b1bac3;
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */
}
@media (min-width: 992px) {
  .social-column .fa, .social-column .fab {
    width: 22%;
  }
}
@media (min-width: 1200px) {
  .social-column .fa, .social-column .fab {
    width: 18%;
  }
}
.social-column .store-box {
  width: 140px;
  height: 41px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin-bottom: 15px;
  display: inline-block;
}
.social-column .store-box.apple {
  background-image: url(img/app-store.svg);
}
.social-column .store-box.google {
  background-image: url(img/google-play.svg);
}

/* Health Icons */
.health-icons-title {
  text-align: center;
  font-size: 17px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin-top: 60px;
  margin-bottom: 0;
}

.health-icons {
  padding: 30px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .health-icons {
    flex-direction: row;
    max-width: 1000px;
    margin: 0 auto;
    background-image: url(../images/icons/Fish-background.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
}

.health-item {
  text-align: center;
  padding: 30px;
}
@media (min-width: 768px) {
  .health-item {
    width: 20%;
  }
}
.health-item img {
  width: 100%;
  margin-bottom: 15px;
}
.health-item h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
}
.health-item p {
  font-size: 12px;
}

/* Increase Icons */
.increase-icons-title {
  text-align: center;
  font-size: 17px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin-top: 60px;
  margin-bottom: 0;
}

.increase-icons {
  padding: 30px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .increase-icons {
    max-width: 1200px;
    margin: 0 auto;
    flex-direction: row;
  }
}

.increase-item {
  text-align: center;
  padding: 30px;
}
@media (min-width: 768px) {
  .increase-item {
    width: 20%;
  }
}
.increase-item video {
  width: 100%;
}
.increase-item h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
}

.legend .point {
  display: inline-block;
  width: 20px;
  margin: 0 5px;
  position: relative;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  top: 5px;
}
.legend li {
  margin: 5px;
}
.legend.legend-figure-1 {
  color: rgba(255, 255, 255, 0.5);
}
.legend.legend-figure-1 li:nth-child(1) .point {
  background-color: #66a6b7;
}
.legend.legend-figure-1 li:nth-child(2) .point {
  background-color: #005f7d;
}
.legend.legend-figure-1 li:nth-child(3) .point {
  background-color: #f18f3e;
}
.legend.legend-figure-1 li:nth-child(4) .point {
  background-color: #b43f3c;
}
.legend.legend-figure-8 {
  color: rgba(255, 255, 255, 0.5);
}
.legend.legend-figure-8 li:nth-child(1) .point {
  background-color: #f18f3e;
}
.legend.legend-figure-8 li:nth-child(2) .point {
  background-color: #005f7d;
}
.legend.legend-figure-8 li:nth-child(3) .point {
  background-color: #7f8084;
}
.legend.legend-figure-8 li:nth-child(4) .point {
  background-color: #17b058;
}
.legend.legend-figure-8 li:nth-child(5) .point {
  background-color: #0090a3;
}
.legend.legend-figure-8 li:nth-child(6) .point {
  background-color: #b43e3c;
}
.legend.legend-figure-8 li:nth-child(7) .point {
  background-color: #66a6b7;
}
.legend.legend-figure-19 {
  color: rgba(255, 255, 255, 0.5);
}
.legend.legend-figure-19 li:nth-child(1) .point {
  background-color: #F19235;
}
.legend.legend-figure-19 li:nth-child(2) .point {
  background-color: #0088A2;
}
.legend.legend-figure-19 li:nth-child(3) .point {
  background-color: #ffffff;
  height: 6px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin: 0 5px;
  position: relative;
  top: -2px;
}
.legend.legend-figure-2 {
  color: rgba(255, 255, 255, 0.5);
}
.legend.legend-figure-2 li:nth-child(1) .point {
  background-color: #005f7d;
}
.legend.legend-figure-2 li:nth-child(2) .point {
  background-color: #0090a3;
}
.legend.legend-figure-2 li:nth-child(3) .point {
  background-color: #f18f3e;
  height: 6px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin: 0 5px;
  position: relative;
  top: -2px;
}
.legend.legend-figure-2 li:nth-child(4) .point {
  background-color: #b43e3c;
  height: 6px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin: 0 5px;
  position: relative;
  top: -2px;
}

/* Blotter */
.blotter-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.blotter-text span {
  display: inline-block;
  opacity: 0.9;
}

.pixi-text {
  display: inline-block;
  width: 320px;
  height: 600px;
  position: relative;
}
.pixi-text canvas {
  position: relative;
}
.pixi-text:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-family: "Merriweather", serif;
  font-size: 34px;
  line-height: 1.5;
  text-align: center;
}
.pixi-text#pixi-text-1:before {
  content: "To ensure a food secure future for all, the fisheries and aquaculture sector is key.";
}
.pixi-text#pixi-text-2:before {
  content: "Global fish¹ production is estimated to have reached about 179 million tonnes in 2018. 156 million tonnes ended up on our plates².";
}
.pixi-text#pixi-text-3:before {
  content: "All of us must work together to protect the oceans, seas, inland waters and marine resources and ensure sustainable livelihoods, diets and development for the future";
}
.pixi-text#pixi-text-4:before {
  content: "The 2020 SOFIA statistics reveal encouraging progress towards that goal.";
}
.pixi-text#pixi-text-5:before {
  content: "But are we working hard enough? Can we do more, and in what areas?";
}
.pixi-text#pixi-text-6:before {
  content: "Let’s dive in.";
}

/* Navbar */
.navbar {
  -webkit-box-shadow: 0px 16px 12px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 16px 12px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 16px 12px 0px rgba(0, 0, 0, 0.09);
  height: 54px;
}
@media (min-width: 768px) {
  .navbar {
    height: 63px;
  }
}

.navbar-brand {
  position: relative;
  top: 0;
  padding: 0;
}
.navbar-brand img {
  height: 38px;
  /* Small devices (tablets, 768px and up) */
}
@media (min-width: 768px) {
  .navbar-brand img {
    height: 45px;
  }
}

.language-switch .dropdown-menu {
  left: auto;
  right: 0;
}
.language-switch .dropdown-item {
  font-size: 12px;
}

/* Particles */
.particle-story-a-holder, .particle-story-b-holder {
  position: relative;
  margin: 60px 0;
}
.particle-story-a-holder .trigger, .particle-story-b-holder .trigger {
  width: 100%;
  position: relative;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.particle-story-a-holder .trigger h6 a, .particle-story-b-holder .trigger h6 a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  font-size: 12px;
  font-weight: 800;
  color: white;
}
@media (min-width: 992px) {
  .particle-story-a-holder .trigger h6 a, .particle-story-b-holder .trigger h6 a {
    justify-content: flex-start;
  }
}
.particle-story-a-holder .trigger h6 a i, .particle-story-b-holder .trigger h6 a i {
  margin-right: 5px;
}
.particle-story-a-holder .trigger h6 a:hover, .particle-story-b-holder .trigger h6 a:hover {
  text-decoration: none;
}
.particle-story-a-holder .trigger p, .particle-story-a-holder .trigger h1, .particle-story-a-holder .trigger h2, .particle-story-a-holder .trigger h3, .particle-story-b-holder .trigger p, .particle-story-b-holder .trigger h1, .particle-story-b-holder .trigger h2, .particle-story-b-holder .trigger h3 {
  font-family: "Montserrat", sans-serif;
}
.particle-story-a-holder .trigger h1, .particle-story-b-holder .trigger h1 {
  margin-bottom: 0;
}
.particle-story-a-holder .trigger h1, .particle-story-a-holder .trigger h2, .particle-story-a-holder .trigger h3, .particle-story-b-holder .trigger h1, .particle-story-b-holder .trigger h2, .particle-story-b-holder .trigger h3 {
  font-weight: 600;
}
.particle-story-a-holder .trigger h3, .particle-story-b-holder .trigger h3 {
  color: #a1a1a1;
}

#particle-container, #particle-container-b {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
  z-index: 2;
}
#particle-container .dragged-container, #particle-container-b .dragged-container {
  height: 100vh;
  width: 100%;
  position: relative;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
}
@media (min-width: 768px) {
  #particle-container .dragged-container, #particle-container-b .dragged-container {
    width: 80%;
    max-width: 650px;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    padding: 0;
  }
}
@media (min-width: 992px) {
  #particle-container .dragged-container, #particle-container-b .dragged-container {
    max-width: 750px;
  }
}
@media (min-width: 1200px) {
  #particle-container .dragged-container, #particle-container-b .dragged-container {
    max-width: 850px;
  }
}
#particle-container.is-fixed, #particle-container-b.is-fixed {
  position: fixed;
}
#particle-container.is-bottom, #particle-container-b.is-bottom {
  top: auto;
  bottom: 0;
}
#particle-container.is-bottom canvas, #particle-container.is-bottom .dragged-container, #particle-container-b.is-bottom canvas, #particle-container-b.is-bottom .dragged-container {
  bottom: 0;
  position: absolute;
}
#particle-container canvas, #particle-container-b canvas {
  display: block;
  /* fix necessary to remove space at bottom of canvas */
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#particle-container canvas:focus, #particle-container-b canvas:focus {
  outline: 0;
}

.cover-trigger {
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.cover-trigger.in {
  opacity: 1;
}

.dr-container-chart-half img {
  width: 100%;
}

[data-name=step-0] .dr-container-chart-half {
  position: relative;
}

.p-numbers {
  font-size: 100px;
  margin-top: 0;
  line-height: 1;
  color: #66a6b7;
}

.p-messages {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  padding: 0 15px;
}
.p-messages p {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 600;
}

/* Photos */
.photo-container {
  margin-top: 60px;
  height: 450px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .photo-container {
    height: 550px;
  }
}
@media (min-width: 1500px) {
  .photo-container {
    height: 650px;
  }
}

.dr-container-photo {
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .dr-container-photo {
    width: 625px;
  }
}
@media (min-width: 992px) {
  .dr-container-photo {
    width: 808px;
  }
}
@media (min-width: 1200px) {
  .dr-container-photo {
    width: 812px;
  }
}

/* Preload CSS */
body.loading {
  overflow: hidden;
}
body.loading .navbar, body.loading #story-container {
  opacity: 0;
}
body.loading .pre-loader {
  opacity: 1;
}

body {
  overflow: auto;
}
body .navbar, body #story-container {
  opacity: 1;
}
body .pre-loader {
  opacity: 0;
}

.preload-logo {
  background-image: url("img/preload-en.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 218px;
  height: 60px;
  position: absolute;
  left: calc(50% - 109px);
  top: calc(50% - 30px);
}

.pre-loader {
  position: fixed;
  z-index: 1031;
  width: 100%;
  height: 100%;
  background-color: white;
  pointer-events: none;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: translateZ(0);
}
.pre-loader:after {
  content: "";
  display: block;
  top: calc(50% - 34px);
  left: calc(50% - 113px);
  width: 68px;
  height: 68px;
  position: absolute;
  border: 3px solid transparent;
  border-top-color: #66a6b7;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: loading 1s ease infinite;
  -moz-animation: loading 1s ease infinite;
  -ms-animation: loading 1s ease infinite;
  -o-animation: loading 1s ease infinite;
  animation: loading 1s ease infinite;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.pre-loader:before {
  content: "";
  display: block;
  top: calc(50% - 34px);
  left: calc(50% - 113px);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid rgba(215, 215, 215, 0.25);
  width: 68px;
  height: 68px;
  position: absolute;
}

@-webkit-keyframes loading {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes loading {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-ms-keyframes loading {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-o-keyframes loading {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes loading {
  100% {
    transform: rotate(360deg);
  }
}
/* Quiz Style */
.quiz-container, .quiz-container-last {
  background-color: #f8f8f8;
  padding: 30px;
  margin: 30px 0;
  -webkit-box-shadow: 0px 16px 27px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 16px 27px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 16px 27px 3px rgba(0, 0, 0, 0.1);
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */
}
@media (min-width: 768px) {
  .quiz-container, .quiz-container-last {
    margin: 60px -50px;
  }
}
.quiz-container h1, .quiz-container-last h1 {
  font-size: 26px;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */
}
@media (min-width: 768px) {
  .quiz-container h1, .quiz-container-last h1 {
    font-size: 30px;
  }
}
.quiz-header, .quiz-footer {
  padding: 30px;
  background-color: #66a6b7;
}
.quiz-header h2, .quiz-header p, .quiz-footer h2, .quiz-footer p {
  color: white;
  margin: 0;
}
.quiz-header h2, .quiz-footer h2 {
  font-size: 20px;
  font-weight: 700;
}

.quiz-header {
  margin: -30px -30px 0 -30px;
  margin-bottom: 30px;
}

.quiz-footer {
  margin: -30px;
}
.quiz-footer .quiz-share {
  margin-top: 15px;
}

.quiz-question {
  overflow: hidden;
  margin-bottom: 30px;
}

.quiz-title {
  display: inline-block;
  background-color: rgba(27, 29, 31, 0.1);
  border-radius: 15px;
  padding: 5px 10px;
  text-transform: uppercase;
}

.question {
  font-weight: 600;
}

.answers {
  margin-bottom: 15px;
}

.answers label {
  font-size: 17px;
  width: 100%;
  cursor: pointer;
  padding-left: 35px;
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 15px;
  font-weight: normal;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.answers label:last-child {
  margin-bottom: 0;
}
.answers label:before {
  content: "";
  display: block;
  position: absolute;
  left: 1px;
  background-color: rgba(27, 29, 31, 0.1);
  pointer-events: none;
  width: 22px;
  height: 22px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  top: 1px;
}
.answers label:after {
  content: "";
  display: block;
  position: absolute;
  left: 3px;
  background-color: #66a6b7;
  opacity: 0;
  pointer-events: none;
  width: 18px;
  height: 18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  top: 3px;
}
.answers label.correct {
  background-color: rgba(102, 166, 183, 0.5);
}
.answers label.correct:after {
  background-color: #66a6b7;
}
.answers label.wrong {
  background-color: rgba(255, 0, 0, 0.5);
}
.answers label.wrong:after {
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  background-color: red;
}

/* Hide the browser's default checkbox */
.answers input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.answers input:checked + label:after {
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.statement h2 {
  font-size: 20px;
  margin-top: 30px;
  display: none;
}
.statement p:last-child {
  margin-bottom: 0;
}

.quiz-container.correct .statement h2.correct {
  display: block;
  color: #66a6b7;
}

.quiz-container.wrong .statement h2.wrong {
  display: block;
  color: red;
}

.submit {
  margin-top: 15px;
  padding: 9px 15px;
  background-color: white !important;
  border-color: transparent !important;
  color: rgba(255, 255, 255, 0.9) !important;
  -webkit-box-shadow: 0px 16px 27px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 16px 27px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 16px 27px 3px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.submit:hover {
  -webkit-box-shadow: 0px 7px 21px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 7px 21px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 7px 21px 3px rgba(0, 0, 0, 0.15);
}
.submit:focus {
  -webkit-box-shadow: 0px 7px 21px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 7px 21px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 7px 21px 3px rgba(0, 0, 0, 0.15);
}
.submit:active {
  -webkit-box-shadow: 0px 3px 9px 3px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 3px 9px 3px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 3px 9px 3px rgba(0, 0, 0, 0.18);
}

/* Scroll Call to action */
#wrapper-scroll-cat {
  z-index: 2;
  width: 100%;
  bottom: 50px;
  margin-top: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#wrapper-scroll-cat.out {
  opacity: 0;
}

#scroll-down {
  display: block;
  position: relative;
  padding-top: 89px;
  text-align: center;
}

.arrow-down {
  display: block;
  margin: 0 auto;
  width: 10px;
  height: 38px;
}

.arrow-down:after {
  content: "";
  display: block;
  margin: 0;
  padding: 0;
  width: 8px;
  height: 8px;
  position: relative;
  left: 1px;
  border-top: 2px solid white;
  border-right: 2px solid white;
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

#scroll-title {
  display: block;
  text-transform: uppercase;
  color: white;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.5px;
  margin-bottom: 25px;
}

#scroll-down::before {
  -webkit-animation: elasticus 2s cubic-bezier(1, 0, 0, 1) infinite;
  /* Safari 4+ */
  -moz-animation: elasticus 2s cubic-bezier(1, 0, 0, 1) infinite;
  /* Fx 5+ */
  -o-animation: elasticus 2s cubic-bezier(1, 0, 0, 1) infinite;
  /* Opera 12+ */
  animation: elasticus 2s cubic-bezier(1, 0, 0, 1) infinite;
  /* IE 10+, Fx 29+ */
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  height: 90px;
  background: white;
  content: " ";
}

@-webkit-keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  50% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50.1% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
}
@-moz-keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  50% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50.1% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
}
@-o-keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  50% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50.1% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
}
@keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  50% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50.1% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
}
/* Social Share buttons */
.social-share {
  position: absolute;
  bottom: 30px;
  right: 30px;
  pointer-events: auto;
  z-index: 1;
}
.social-share span.facebook-icon {
  background-image: url("img/share-facebook-white.svg");
}
.social-share span.twitter-icon {
  background-image: url("img/share-twitter-white.svg");
}
.social-share span.google-icon {
  background-image: url("img/share-google-plus-white.svg");
}
.social-share span.linkedin-icon {
  background-image: url("img/share-linkedin-white.svg");
}
.social-share.social-mobile {
  position: relative;
  bottom: auto;
  right: auto;
  justify-content: center;
}
.social-share.social-cover {
  position: static;
  margin-top: 30px;
}
.social-share.social-cover span.facebook-icon {
  background-image: url("img/share-facebook-sec.svg");
}
.social-share.social-cover span.twitter-icon {
  background-image: url("img/share-twitter-sec.svg");
}
.social-share.social-cover span.google-icon {
  background-image: url("img/share-google-plus-sec.svg");
}
.social-share.social-cover span.linkedin-icon {
  background-image: url("img/share-linkedin-sec.svg");
}
.social-share span.facebook-icon-sec {
  background-image: url("img/share-facebook-sec.svg");
}
.social-share span.twitter-icon-sec {
  background-image: url("img/share-twitter-sec.svg");
}
.social-share span.google-icon-sec {
  background-image: url("img/share-google-plus-sec.svg");
}
.social-share span.linkedin-icon-sec {
  background-image: url("img/share-linkedin-sec.svg");
}

.social-share a {
  text-decoration: none;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0px 5px;
}

.social-share span {
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

a.social-button {
  text-decoration: none;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0px 5px;
}
a.social-button:first-child {
  margin-left: 0;
}
a.social-button:last-child {
  margin-right: 0;
}
a.social-button span {
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

/* Top 3 */
.top-3 .top-3-item {
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (min-width: 768px) {
  .top-3 .top-3-item {
    flex-direction: row;
    text-align: left;
  }
}
.top-3 .top-3-photo {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #66a6b7;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 30px;
  width: 200px;
  height: 200px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .top-3 .top-3-photo {
    margin-right: 30px;
  }
}

/* Typography */
body {
  font-family: "Montserrat", sans-serif;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 400;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}

h1, h2, h3 {
  font-family: "Merriweather", serif;
  font-weight: 300;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}

h1 {
  font-size: 26px;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  h1 {
    font-size: 35px;
    margin-top: 40px;
  }
}

h2 {
  font-size: 20px;
}
@media (min-width: 992px) {
  h2 {
    font-size: 22px;
  }
}

h3 {
  font-size: 18px;
}
@media (min-width: 992px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 16px;
}
@media (min-width: 992px) {
  h4 {
    font-size: 18px;
  }
}

h1 small {
  font-size: 50%;
  font-weight: 300;
}

h6 {
  font-weight: 700;
  font-size: 14px;
}

.highlighted-text-purple {
  color: #6464AB;
}

.highlighted-text-green {
  color: #95C11F;
}

.highlighted-text-blue {
  color: #45B2D9;
}

.highlighted-text-red {
  color: #df232b;
}

.paragraph_title {
  font-weight: 700;
  font-size: 26px;
  margin-top: 70px;
  margin-bottom: 30px;
}

.paragraph_subtitle {
  font-family: "Merriweather", serif;
  font-weight: 400;
  margin-bottom: 40px;
  line-height: 1.5;
}

.paragraph_sub_subtitle {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 19px;
  margin-bottom: 40px;
  line-height: 1.5;
}

p {
  font-size: 17px;
  line-height: 1.7;
  font-family: "Merriweather", serif;
  font-weight: 300;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}

a {
  color: #66a6b7;
}
a:hover {
  color: #66a6b7;
}

hr {
  border-top: 1px solid rgba(255, 255, 255, 0.9);
  max-width: 200px;
  margin-top: 150px;
  margin-bottom: 75px;
}

.attribution {
  color: #999;
  margin: 15px;
}

/* Video Cover */
.bg-loop {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.05;
}
.bg-loop video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
  z-index: 1;
}

.video-wrapper {
  top: 0;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  opacity: 0.8;
}

.video-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+86&0.1+0,1+86 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 86%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 86%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, black 86%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1a000000", endColorstr="#000000", GradientType=0);
  /* IE6-9 */
  opacity: 0;
}
.video-gradient.light {
  background: #5B5B5B;
  opacity: 0.4;
}
.video-gradient.dark {
  background: black;
  opacity: 0.2;
}

.video-wrapper .report-video, .video-wrapper canvas.topper.video {
  height: 100vh;
  width: 100%;
}

.video-wrapper video, .video-wrapper canvas {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
  z-index: 1;
}

.sea-gradient {
  position: absolute;
  width: 100%;
  height: 30%;
  top: 70%;
  left: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#041d3a+0,041d3a+50,041d3a+100&0+0,1+50,1+100 */
  background: -moz-linear-gradient(top, rgba(4, 29, 58, 0) 0%, #041d3a 50%, #041d3a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(4, 29, 58, 0) 0%, #041d3a 50%, #041d3a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(4, 29, 58, 0) 0%, #041d3a 50%, #041d3a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00041d3a", endColorstr="#041d3a",GradientType=0 );
  /* IE6-9 */
}

@media (min-width: 768px) {
  .video-wrapper {
    display: block;
  }

  .video-wrapper .report-video, .video-wrapper canvas.topper.video {
    width: 100%;
  }
}
.report-meta hr {
  border-top: 1px solid white;
  max-width: 200px;
  margin-top: 45px;
  margin-bottom: 45px;
}

.report-based {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  color: white;
  font-weight: 400;
  margin-bottom: 25px;
}

.report-meta {
  display: flex;
  opacity: 0;
  flex-direction: column;
  /* Extra small devices (phones, less than 768px) */
  /* No media query since this is the default in Bootstrap */
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */
}
.report-meta img {
  width: 172px;
  height: 126px;
  /* Small devices (tablets, 768px and up) */
  position: relative;
  top: 5px;
  margin-right: 20px;
  margin-left: 20px;
  background-color: #66a6b7;
  padding: 15px;
}
@media (min-width: 768px) {
  .report-meta img {
    width: 322px;
    height: 236px;
  }
}
@media (min-width: 992px) {
  .report-meta {
    flex-direction: row;
  }
}
.report-heading {
  color: white;
  font-weight: lighter;
  padding-left: 20px;
  font-size: 21px;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */
}
@media (min-width: 768px) {
  .report-heading {
    width: 560px;
    font-size: 35px;
  }
}
@media (min-width: 992px) {
  .report-heading {
    border-left: 1px solid white;
    width: 560px;
    font-size: 35px;
  }
}
@media (min-width: 1200px) {
  .report-heading {
    width: 560px;
    font-size: 35px;
  }
}

.report-sub {
  color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 1.8;
}

.topic-circle {
  margin-top: 30px;
  display: inline-block;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #66a6b7;
}

.fixed-stripes {
  width: 150px;
  display: inline-block;
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: calc(50% - 75px);
  z-index: 2;
  /* Small devices (tablets, 768px and up) */
}
@media (min-width: 768px) {
  .fixed-stripes {
    top: 60px;
    right: 30px;
  }
}
.fixed-stripes a {
  display: block;
}
.fixed-stripes a:link, .fixed-stripes a:visited, .fixed-stripes a:hover, .fixed-stripes a:focus, .fixed-stripes a:active {
  text-decoration: none;
}

.rep-title {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  z-index: 2;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 15px;
  text-align: center;
}
.rep-title h1, .rep-title h2 {
  color: white;
}
.rep-title h1 {
  margin-top: 20px;
  font-size: 30px;
}
@media (min-width: 768px) {
  .rep-title h1 {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .rep-title h1 {
    font-size: 45px;
  }
}
@media (min-width: 1200px) {
  .rep-title h1 {
    font-size: 55px;
  }
}
@media (min-width: 1200px) {
  .rep-title {
    width: 70%;
    padding: 50px;
  }
}
@media (min-width: 1500px) {
  .rep-title h1 {
    font-size: 65px;
    line-height: 1.1;
  }
}

/* Montserrat Arabic */
@font-face {
  font-family: "montserrat-arabicregular";
  src: url("fonts/mont-arabic/Montserrat-Arabic-Regular.woff2") format("woff2"), url("fonts/mont-arabic/Montserrat-Arabic-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserrat-arabiclight";
  src: url("fonts/mont-arabic/Montserrat-Arabic-Light.woff2") format("woff2"), url("fonts/mont-arabic/Montserrat-Arabic-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
[lang=ar] .language-switch .dropdown-menu {
  left: 0;
  right: auto;
}
[lang=ar] body, [lang=ar] p, [lang=ar] h1, [lang=ar] h2, [lang=ar] h3 {
  font-family: "montserrat-arabiclight", sans-serif;
}
[lang=ar] p {
  text-align: right;
}
[lang=ar] .chart-container .chart-title h2 {
  font-family: "montserrat-arabiclight", sans-serif;
}
[lang=ar] .story-box {
  text-align: right;
}
[lang=ar] .state-of-logo {
  left: calc(50% - 40px);
  right: auto;
  z-index: 3;
}
@media (min-width: 576px) {
  [lang=ar] .state-of-logo {
    right: auto;
    left: 30px;
  }
}
[lang=ar] .fixed-download img {
  left: 30px;
}
[lang=ar] .highcharts-tooltip span {
  text-align: right;
}

/* Languages Override */
/* Languages Override */
/* Languages Override */

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