body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  font-family: "Epilogue", sans-serif;
}
.intro-section {
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  margin-top: 240px;
  height: auto;
  padding-bottom: 60px;
}

a,
a:hover,
a:visited {
  color: #0071bc;
}
* {
  box-sizing: border-box;
}
.wrapper-long .header-page {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  display: flex;
  color: #fff;
  justify-content: space-between;
  padding: 28px 48px 16px;
}

.header-page .open-menu {
  font-family: "Source Serif Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  color: #b5c2b7;
  cursor: pointer;
}
.header-page .menu-page {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  background: #000;
  padding: 40px;
}
.header-page .menu-page ul {
  padding-left: 0;
  text-align: right;
}
.header-page .menu-page ul li {
  list-style-type: none;
  margin-bottom: 10px;
}

.header-page .menu-page ul li a {
  font-family: "Source Serif Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 150%;
  text-align: right;
  color: #b5c2b7;
  text-decoration: none;
}
.header-page .menu-page ul li:hover a,
.header-page .menu-page ul li.current-menu-item a {
  color: #fff;
}

.map-holder {
  float: left;
  width: 100%;
  height: 100vh;
  position: relative;
}
.bottom-map-dsc {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}
.bottom-map-dsc p {
  font-family: "Source Serif Pro";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  text-align: justify;
}
.blockquote{
  background: #142739a3;
  padding: 20px;
}

.special-blockquote{
  margin-bottom: 100px;
}
#map {
  width: 100%;
  height: 100%;
}

#header {
  margin: auto;
  width: 100%;
  position: relative;
  z-index: 5;
}

/* #header h1,
        #header h2,
        #header p {
          margin: 0;
          padding: 2vh 2vw;
          text-align: center;
        } */

.article2 {
  width: 100%;
  height: 100%;
   min-height: 100vh;
   overflow: scroll;
}
.step-one {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.intro-step {
  float: left;
  width: 100%;
  height: 100vh;
  overflow: scroll;
  scrollbar-width: none;
}
.intro-step::-webkit-scrollbar,
.intro-step::-webkit-scrollbar {
  display: none;
  /*FireFox*/
  scrollbar-width: none;
  /*IE10+*/
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.intro-step {
  float: left;
  width: 100%;
}

#features {
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.hidden {
  visibility: hidden;
}

.centered {
  width: 50vw;
  margin: 0 auto;
}

.lefty {
  width: 33vw;
  margin-left: 5vw;
}

.righty {
  width: 33vw;
  margin-left: 62vw;
}

.fully {
  width: 100%;
  margin: auto;
}

.light {
  color: #444;
  background-color: #fafafa;
}

.dark {
  color: #fafafa;
  background-color: #444;
  border-radius: 20px;
  fill-opacity: 0.5;
  width: 467px;
  height: auto;
  left: 0px;
  background: rgba(20, 39, 57, 0.7);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.dark h3 {
  color: #fff;
  font-family: "Source Serif Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
}

.map-holder .step,
#scrolly .stepPanel {
  padding-bottom: 50vh;
  position: relative;
}
/* #scrolly .step {
          padding-top: 40vh;
          padding-bottom: 10vh;
          position: relative;
        } */
.map-holder .step img {
  position: absolute;
  left: 40px;
  top: 40px;
  width: 62px;
  height: auto;
}

.step.active {
  opacity: 0.9;
}

.map-holder .step div {
  padding: 25px 50px 25px 127px;
  line-height: 35px;
  font-size: 20px;
}

/* .step img {
          width: 100%;
        } */

#story {
  position: absolute;
  top: 0;
  height: 100vh;
  overflow-y: scroll;
  width: 100%;
}

@media (max-width: 750px) {
  .centered,
  .lefty,
  .righty,
  .fully {
    width: 90vw;
    margin: 0 auto;
  }
}

/* Fix issue on mobile browser where scroll breaks  */
.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan,
.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan
  .mapboxgl-canvas {
  touch-action: unset;
}

.section-block {
  position: relative;
  float: left;
  width: 100%;
}
.scroll__text {
  position: relative;
}
.section-block-thumbnail {
  width: 100%;
  height: 100vh;
  position: relative;
}
.section-block-thumbnail2 {
  height: 810px;
}
.section-block-thumbnail span.center-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: "League Gothic";
  font-size: 144px;
  font-style: normal;
  font-weight: 400;
  line-height: 130px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
.section-block-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-block-thumbnail h6 {
  position: absolute;
  left: 0;
  left: 8px;
  bottom: 8px;
  font-family: "Source Serif Pro";
  font-weight: 400;
  font-size: 18px;
  line-height: 100.8%;
  color: #b5c2b7;
  margin: 0px 10px;
}

.blue-bg {
  float: left;
  width: 100%;
  background-color: #142739;
}
.yellow-bg {
  background: #b5c2b7;
}
.yellow-bg .center-section p {
  color: #142739;
}

.text-white{
    color: #fff !important;
}

.center-section {
  max-width: 700px;
  margin: 20px auto;
  position: relative;
  display: block;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.center-section p {
  color: #b5c2b7;
  max-width: 700px;
}
.center-section-lg p {
  color: #b5c2b7;
}

.center-section p {
  color: #b5c2b7;
  max-width: 700px;
}

.heading-h2 {
  font-family: "League Gothic";
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 63px;
  letter-spacing: 0em;
  color: #cf463c;
  text-align: center;
  /* width: 930px;
          margin-left: -120px; */
  text-transform: uppercase;
  margin-block-start: 0.5em;
  margin-block-end: 0.5em;

}
.heading-h4 {
  font-family: "League Gothic";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 36.51px;
  color: #cf463c;
  text-align: justify;
  text-transform: uppercase;
}

.intro-section h1 {
  font-family: "League Gothic";
  font-style: normal;
  font-weight: 400;
  margin: 0;
  font-size: 124px;
  line-height: normal;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
.intro-section .excerpt {
  margin: 0 auto;
  display: block;
  margin-top: 30px;
  max-width: 500px;
}
.intro-section .excerpt p {
  font-family: "Source Serif Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 34px;
  text-align: center;
  color: #b5c2b7;
}
.intro-section p {
  color: #b5c2b7;
  margin-bottom: 30px;
  margin-top: 0;
}
.wrapper-long p {
  font-family: "Source Serif Pro";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  text-align: justify;
  margin-block-start: 0.5em;
  margin-block-end: 0.5em;
}
.wrapper-long p a {
  color: #cf463c;
  font-weight: bold;
  text-decoration: none;
}
.wrapper-long .blue-bg p a {
  color: #fff;
}

.article-items {
  position: relative;
}
.article-items h2 {
  margin: 0;
  border-top: 1px solid #b5c2b7;
  margin-left: -290px;
  height: 0;
  transition: color 0.3s ease-out;
}
.article-items h2 a {
  text-decoration: none;
}

.article-items h2 span {
  font-family: "League Gothic";
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 72px;
  letter-spacing: 0em;
  color: #cf463c;
  border-left: 1px solid #b5c2b7;
  padding-left: 20px;
  padding-top: 20px;
  max-width: 270px;
  width: 100%;
  display: flex;
  text-align: center;
  word-break: break-word;
  text-transform: uppercase;
  display: flex;
  justify-content: flex-start;
  transition: color 0.3s ease-out;
}

.article-items h2 span:hover {
  color: #fff;
}
.article-items:nth-child(odd) h2,
.article-right-title h2 {
  margin-left: 0;
  padding-left: 0;
  margin-right: -290px;
  border-left: none;
}
.article-items:nth-child(odd) h2 span,
.article-right-title h2 span {
  float: right;
  border-left: 0;
  border-right: 1px solid #b5c2b7;
  padding-right: 20px;
  padding-left: 0;
  justify-content: flex-end;
}
.section-title {
  font-family: "League Gothic";
  font-style: normal;
  font-weight: 400;
  margin: 0;
  font-size: 124px;
  line-height: 90%;
  text-align: center;
  text-transform: uppercase;
}
.section-title.red {
  color: #cf463c;
}
.section-title.black {
  color: #000;
}
.pd-90 {
  padding: 90px 0;
}
.chart-devider {
  margin-top: 40px;
}

html .chart-devider label {
  font-family: "Source Serif Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 150%;
  text-align: center;
  color: #ffffff;
  margin-bottom: 70px;
}

.chart-devider img {
  max-width: 536px;
}

.black-bg {
  float: left;
  width: 100%;
  background-color: #000;
}
/* .blue-bg .center-section,
        .black-bg .center-section {
          padding-top: 90px;
        } */
.black-bg .section-title {
  padding-bottom: 20px;
}
.center-section label {
  display: block;
  color: #fff;
  margin: 30px 0;
  font-family: "Source Serif Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 100.8%;
  text-align: justify;
}
.section-block-thumbnail-content {
  position: absolute;
  max-width: 1000px;
  width: 100%;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}
.section-block-thumbnail-content h2 {
  font-family: "League Gothic";
  font-style: normal;
  font-weight: 400;
  font-size: 144px;
  line-height: 90%;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
}

.section-block-thumbnail-content p {
  color: #fff;
  font-family: Source Serif Pro;
}
.section-block-thumbnail-content p strong {
  font-weight: 700;
}

.section-block-thumbnail-content span {
  position: relative;
}
.borderd-article {
  width: 100%;
  display: flex;
  padding: 30px;
  margin-bottom: 50px;
  border: 1px solid #cf463c;
  position: relative;
  z-index: 1;
  box-shadow: rgb(0 0 0) 10px 10px 0px -1px, #b5c2b7 10px 10px;
  margin-block-start: 1em;
  margin-block-end: 1em;
}
.video-two-col {
  display: block;
}
.video-two-col-inner {
  display: flex;
  column-gap: 30px;
  margin-bottom: 32px;
}
.video-two-col-inner .borderd-article-thumb {
  width: 50%;
  height: auto;
  max-width: unset;
  padding-right: 0;
}
.video-two-col-inner .borderd-article-thumb .video-js {
  //height: 100%;
}
.video-two-col .borderd-article-content {
  padding-left: 0;
}

.small-bordered-article {
  max-width: 370px;
  height: 560px;
}
.small-bordered-article .borderd-article-thumb {
  height: 100%;
}
.small-bordered-article .borderd-article-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blue-bg .borderd-article {
  box-shadow: #142739 10px 10px 0px -1px, #b5c2b7 10px 10px;
}
.borderd-article.no-dsc {
  flex-direction: column;
  max-width: 90%;
  margin: 20px auto;
}

.video-half-col{
  display: flex;
  justify-content: center;
  align-items: center;
  height: fit-content;
}
.borderd-article.video-half-col .borderd-article-thumb {
  max-width: 416px;
  width: 100%;
  min-width: 416px;
}
.borderd-article-content {
  padding-left: 30px;
}
.vjs-icon-play:before,
.video-js .vjs-play-control .vjs-icon-placeholder:before,
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  content: "";
  background: url("../images/PlayButton.svg") no-repeat 0 0;
  background-size: 50px;
}
.vjs-control-bar .vjs-icon-play:before,
.vjs-control-bar .vjs-play-control .vjs-icon-placeholder:before,
.vjs-control-bar .vjs-big-play-button .vjs-icon-placeholder:before {
  background: none !important;
  background-size: unset !important;
}

.video-js .vjs-big-play-button {
  width: 46px !important;
  border: none !important;
  background: none !important;
  top: 50% !important;
  left: 50% !important;
  -ms-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  content: "" !important;
}

.borderd-article-content p {
  font-family: "Source Serif Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #ffffff;
}
.borderd-article-content h5 {
  font-family: "League Gothic";
  font-weight: 400;
  font-size: 30px;
  line-height: 36.51px;
  color: #ffffff;
  text-transform: uppercase;
}

.borderd-article p {
  margin: 0;
  text-align: left;
}
.borderd-article p a span {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("../images/arrow-link.svg") no-repeat 0 0;
  background-size: 100%;
}
.wrapper-long .borderd-article p a {
  color: #cf463c;
  font-weight: bold;
  text-decoration: none;
}

.borderd-article-thumb {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 20px;
  max-width: 234px;
  min-width: 234px;
}
#pushbacks .video-js {
  height: 277px;
}
#pushbacks .borderd-article-thumb .source-txt {
  margin-top: 0px;
  margin-bottom: 15px;
}
#sickness-trauma .video-half-col .borderd-article-thumb {
  height: 660px;
}

.video-half-col .borderd-article-thumb .video-js {
  #height: fit-content;
}
.video-half-col .source-txt {
  margin-top: 20px;
  margin-bottom: 20px;
}
.no-dsc .borderd-article-thumb {
  max-width: 100%;
  padding-right: 0;
}
.no-dsc .borderd-article-thumb img {
  margin-bottom: 14px;
}

span.source-txt,
a.source-txt {
  color: #fff;
  font-family: "Source Serif Pro";
  font-weight: 400;
  font-size: 18px;
  line-height: 100.8%;
  margin-top: 20px;
  display: inline-block;
}
span.source-txt a {
  text-decoration: underline;
  color: #fff;
  margin-left: 4px;
}
.section-title-date {
  font-family: "League Gothic";
  font-size: 60px;
  font-weight: 400;
  line-height: 63px;
  letter-spacing: 0em;
  text-align: left;
  color: #cf463c;
  text-transform: uppercase;
}
.section-title-date span {
  font-family: "Source Serif Pro";
  font-size: 31px;
  font-weight: 700;
  font-weight: 400;
  line-height: 39px;
  letter-spacing: 0em;
  text-align: left;
  color: #cf463c;
  display: block;
}
.playPause {
  width: 40px;
  height: 40px;
  background: none;
  color: none;
  border: none;
  background: url(../images/PlayButton.svg) no-repeat 0 0;
  background-size: 42px;
  position: absolute;
  margin-top: 5px;
}
.playPause.pause {
  background: url(../images/pause.png) no-repeat 4px 1px;
  background-size: 34px;
}

.audio-column {
  display: flex;
}
#waveform {
  float: right;
  width: calc(100% - 60px);
  position: relative;
  margin-bottom: 20px;
  margin-left: 60px;
}
/* #waveform canvas {
          float: right;
          width: calc(100% - 60px);
          position: relative;
          margin-bottom: 20px;
        } */
#violence .section-block-thumbnail {
  margin-bottom: 100px;
}

.boxed-articles {
  display: block;
  margin: 60px 0;
  grid-gap: 30px;
  grid-template-columns: repeat(2, 2fr);
}
.boxed-articles ul {
  float: left;
  width: 47%;
  margin-top: 0;
  padding-left: 0;
}
.boxed-articles ul:nth-child(even) {
  padding-left: 20px;
}
.boxed-articles ul:nth-child(odd) {
  padding-right: 20px;
}
.boxed-articles ul li {
  padding: 30px;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 40px;
  color: #ffffff;
  list-style-type: none;
  background: #142739;
  font-family: "League Gothic";
}
.center-section-lg {
  max-width: 991px;
  margin: 20px auto;
  padding: 0 15px;
}
.center-section-lg h3 {
  font-family: "League Gothic";
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  line-height: 105.3%;
  text-transform: uppercase;
  color: #b5c2b7;
}

.center-section-xlg {
  max-width: 1000px;
  margin: 0 auto;
}
.bg-white{
    background: #fff;
    padding: 10px 20px;
  p{
    font-family:"Roboto Mono", monospace;
    font-size: 18px !important;
  }
}

.roboto-mono-400 {
    font-family: "Roboto Mono", monospace;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }
.images-col {
  width: 100%;
}
.images-col-inner {
  display: flex;
  height: 363px;
  grid-gap: 10px;
  margin-bottom: 10px;
}
.video-js {
  width: 100% !important;
}
.conclusion-content .borderd-article-video .borderd-article-thumb .video-js {
  height: 506px;
  margin-bottom: 30px;
}
.conclusion-content {
  margin-bottom: 120px;
}
#role-of-eu {
  padding: 90px 0;
}
#role-of-eu .section-title.black {
  margin-bottom: 20px;
}
.image_caption_url {
  font-family: "Source Serif Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 100.8%;
  text-decoration-line: underline;
  color: #ffffff !important;
  display: block;
  margin-top: 8px;
}
.borderd-article-video {
  margin-top: 20px;
}
.blue-light-bg {
  background: #142739;
}
.fullblock-section {
  float: left;
  width: 100%;
}
.fullblock-section img {
  width: 100%;
}
#intro-video {
  width: 100%;
  height: 100vh;
}
.section-block-thumbnail .vjs-poster {
  width: 100%;
  background-size: 100%;
}
.footer-long .section-thumbnail {
  float: left;
  width: 100%;
  position: relative;
}
/* .footer-long .section-thumbnail:after {
          content: "";
          position: absolute;
          width: 100%;
          height: 100vh;
          left: 0px;
          top: 0px;
          background: rgba(78, 124, 166, 0.6);
          background-blend-mode: overlay;
        } */
html .footer-long p {
  font-family: "Source Serif Pro";
  font-style: italic;
  font-weight: 400;
  font-size: 22px;
  line-height: 120%;
  text-align: justify;
  letter-spacing: 0.03em;
  margin: 0;
}
html .footer-long p strong {
  font-weight: 700;
}

.text-italic{
  font-style: italic !important;
}
.text-bold{
  font-weight: 700 !important;
}

.section-block-thumbnail-content .project-by {
  margin-bottom: 20px;
}
.section-block-thumbnail-content .birn-img {
  margin-bottom: 48px;
}
.section-block-thumbnail-content .bottom-logos {
  margin-top: 48px;
}
.section-block-thumbnail-content .bottom-logos p {
  margin-bottom: 20px;
}

.footer-long .section-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer-long .section-block-thumbnail-content {
  max-width: 700px;
}

#scrolly {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

#scroll2 {
  position: relative;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
#scrolly .mystep img {
  width: 80%;
  position: fixed;
  left: 0;
  top: 0;
}
.mystep-content {
  position: absolute;
  right: 100px;
  top: 100px;
  width: 520px;
  /* height: 340px; */
}
#scrolly .mystep img {
  position: absolute;
  top: 0;
  left: 0;
}
#scroll2 #figure2,
#scrolly figure {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  width: 100%;
  margin: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background-color: #142739;
  z-index: 0;
  min-height: 100vh;
  top: 0 !important;
}
#scrolly figure img {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate3d(-350px, 0, 0);
  width: 100%;
}

#scrolly figure p {
  text-align: center;
  padding: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 8rem;
  font-weight: 900;
  color: #fff;
}

.mystep {
  margin: 0 auto 2rem auto;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
}

.mystep:last-child {
  margin-bottom: 0;
}

.mystep.is-active p {
  background-color: goldenrod;
  color: #3b3b3b;
}

.mystep p {
  text-align: center;
  padding: 1rem;
  font-size: 1.5rem;
  background-color: #3b3b3b;
}

#scrolly .stepPanel img {
  width: calc(100% - 400px);
  height: 100%;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
}
#scrolly .stepPanel .mystep-content {
  position: absolute;
  right: 26px;
  max-width: 346px;
  padding: 0;
  background: rgba(20, 39, 57, 0.8);
  padding: 20px 20px 20px 43px;
}
#scrolly .stepPanel {
  transition: 0.3s ease-out;
  padding: 0 !important;
  padding-top: 0 !important;
  height: 100%;
}

#scrolly article .icon {
  position: absolute;
  width: 37px;
  height: 47px;
  left: 0px;
  top: 22px;
  font-family: "League Gothic";
  font-weight: 400;
  font-size: 21.1315px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #142739;
}
#scrolly article .red .icon {
  background: url("../images/pin-icon-red.svg") no-repeat 0 0;
  background-size: 100%;
}
#scrolly article .blue .icon {
  background: url("../images/pin-icon-blue.svg") no-repeat 0 0;
  background-size: 100%;
}

#scrolly article .mystep-content-txt {
  float: left;
  padding: 0;
}
#scrolly article .mystep-content-txt h3 {
  font-family: "League Gothic";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #cf463c;
  margin: 0;
  margin-bottom: 5px;
}
#scrolly article .blue .mystep-content-txt h3 {
  color: #54a4ee;
}

#scrolly article .mystep-content-txt p {
  font-family: "Source Serif Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 100.8%;
  color: #cf463c;
  text-align: left;
  margin: 0;
}
#scrolly article .blue .mystep-content-txt p {
  color: #54a4ee;
}

#scrolly article {
  position: relative;
  padding: 0;
  margin: 0 auto;
  max-width: 100%;
  padding: 0;
}
.dot__outer .scrollyImg,
.scrollyImg {
  opacity: 0;
  z-index: -1;
  transition: 0.3s ease-out;
}
.dots .dot__outer:first-child .scrollyImg {
  opacity: 1;
  z-index: 1;
}
.scrollyImg.is-active {
  opacity: 1;
  z-index: 2;
}
.is-red .dot .scrollyImg {
  opacity: 1;
  z-index: 2;
}
.video-context {
  display: flex;
  height: 334px;
  margin-bottom: 30px;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}
.video-context .video-js {
  width: 500px;
  max-width: 500px;
  height: 334px;
}
.video-context video {
  float: left;
  width: 50%;
  height: 334px !important;
}
.video-context .vjs-poster {
  width: 100%;
  height: 100%;
}
.video-context .video-context-content {
  float: left;
  width: 50%;
  padding: 23px 30px;
  background: #fff;
}
.video-context .video-context-content-top {
  float: left;
  width: 100%;
}
.video-context .video-context-content-top {
  display: flex;
  margin-bottom: 36px;
}
.video-context .video-context-content-top .src-icon {
  width: 64px;
  height: 64px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 20px;
}
.video-context .video-context-content-top h5 {
  font-family: "Source Serif Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 150%;
  text-align: justify;
  color: #142739;
  margin: 0;
}
.video-context .video-context-content-top span {
  font-family: "Source Serif Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  color: #142739;
}
.video-context .video-context-content-bottom {
  margin-top: 38px;
}
.video-context .video-context-content-bottom p {
  font-family: "Source Serif Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  color: #142739;
}
.eu-yellow-section .borderd-article-thumb {
  height: 528px;
}

/* .eu-blue-section .borderd-article-thumb {
          height: 520px;
        } */
.eu-yellow-section .borderd-article-thumb img,
.eu-blue-section .borderd-article-thumb img {
  height: 100%;
  object-fit: cover;
}
.eu-yellow-section .borderd-article p {
  margin-top: 24px;
  line-height: 25px;
  font-size: 22px;
}
.eu-blue-section .borderd-article p {
  color: #fff;
  margin-top: 24px;
  line-height: 25px;
  font-size: 22px;
}
.eu-yellow-section .borderd-article {
  box-shadow: #b5c2b7 10px 10px 0 -1px, #0b233a 10px 10px;
}
.eu-blue-section .borderd-article {
  box-shadow: rgb(37 93 147) 10px 10px 0px -1px, #0b233a 10px 10px;
}
.eu-blue-section {
  padding: 50px 0 90px;
}
.step-one {
  float: left;
  width: 100%;
}
.desktop-hidden {
  display: none;
}
.map-holder #minors .dark p img {
  display: none;
}
.vjs-has-started .vjs-big-play-button {
  display: none !important;
}
.safarionly {
  display: none;
}

blockquote{
  margin: 0;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    #intro-video {
      display: none;
    }
    .safarionly {
      display: block;
      width: 100%;
      height: 100%;
    }
  }
}
.full-width {
  width: 100%;
}

@media only screen and (max-width: 768px) {

  .borderd-article.no-dsc {
    max-width: 100%;
  }

  .footer-long{
   overflow: hidden;
  }
  .footer-long .section-thumbnail img
  {
    width: auto;
  }
  .intro-section {
    padding: 0 15px;
    max-width: 100%;
    margin-top: 100;
    height: auto;
  }
  .intro-section h1 {
    font-size: 80px;
    line-height: normal;
    max-width: 90%;
    text-align: center;
    display: block;
    margin: 0 auto;
  }

  .intro-step {
    overflow-y: scroll;
    z-index: 999;
    float: left;
    height: 100vh;
  }
  .intro-section .excerpt p {
    font-size: 22px;
  }
  .wrapper-long p {
    font-size: 20px;
    line-height: 30px;
  }
  .section-block-thumbnail span.center-txt {
    font-size: 55px;
    line-height: normal;
    width: 100%;
    padding: 10px;

  }
  .heading-h2 {
    font-size: 30px;
    line-height: 36px;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
  }
  .article-items h2 {
    margin-left: 0;
    height: auto;
  }
  .article-right-title h2 {
    margin-right: 0;
  }
  .article-right-title h2 span {
    float: none;
    width: 100%;
    padding-right: 0;
    justify-content: left;
    max-width: 100%;
  }
  .article-items:nth-child(odd) h2 {
    margin-right: 0;
  }
  .article-items:nth-child(odd) h2 span {
    float: left;
  }
  .article-right-title h2 span br {
    display: none;
  }
  .article-items h2 span {
    max-width: 100%;
    margin-bottom: 38px;
  }
  .article-items:nth-child(odd) h2 span {
    justify-content: center;
  }

  .center-section {
    max-width: 100%;
    padding: 0 15px;
  }
  #main-banner .video-js .vjs-tech {
    width: auto !important;
  }
  /* .wrapper-long .header-page {
            background: none;
          } */
  .section-block-thumbnail {
    height: 400px;
  }
  /* .article-items {
            padding: 0 15px;
          } */
  .section-block-thumbnail-content h2 {
    font-size: 80px;
    line-height: 72px;
  }
  .section-block-thumbnail-content {
    max-width: 100%;
    padding: 0 15px;
  }
  .section-block-thumbnail2 {
    height: auto;
  }
  .borderd-article {
    display: block;
    padding: 15px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  /* .borderd-article p {
            display: none;
          } */
  .borderd-article-thumb {
    height: 277px;
    min-width: 100%;
    max-width: 100%;
    padding-right: 0;
  }
  .borderd-article-thumb .video-js {
    /*margin-bottom: 20px;*/
  }
  .borderd-article-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .borderd-article-thumb .vjs-poster {
    background-size: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .borderd-article.video-half-col .borderd-article-thumb {
    max-width: 100%;
    min-width: 100%;
  }
  .boxed-articles {
    margin-bottom: 0;
  }
  .boxed-articles ul {
    width: 100%;
  }
  .boxed-articles ul:nth-child(odd) {
    padding-right: 0;
  }
  .boxed-articles ul:nth-child(even) {
    padding-left: 0;
  }
  .borderd-article-content {
    padding-left: 0;
  }
  .center-section-xlg {
    max-width: 100%;
    padding: 0 15px;
  }
  .center-section-xlg img {
    width: 100%;
  }
  #figure2 {
    overflow: hidden;
  }
  .images-col-inner {
    display: block;
    height: auto;
  }
  .images-col-inner img {
    max-width: 100%;
    margin-bottom: 15px;
  }
  .section-title {
    font-size: 80px;
  }
  .vjs-poster {
    background-size: 100%;
  }
  .intro-video-dimensions.vjs-fluid {
    padding-top: 0;
  }
  .video-two-col-inner {
    flex-direction: column;
  }

  .borderd-article-thumb {
    height: auto;
  }
  html .footer-long p {
    text-align: left;
    font-size: 18px;
  }
  .eu-yellow-section .borderd-article-thumb {
    height: 240px;
  }
  .eu-yellow-section .borderd-article p {
    font-size: 18px;
  }
  .conclusion-content .borderd-article-video .borderd-article-thumb .video-js {
    height: 240px;
  }

  .center-section-lg h3 {
    padding: 0 20px;
    font-size: 40px;

  }
  .borderd-article-thumb {
    min-height: 240px;
  }
  .borderd-article-thumb img {
    height: 100%;
    object-fit: cover;
  }
  .articles-psychological .borderd-article-thumb {
    height: 240px;
  }
  .chart-devider img {
    max-width: 100%;
    margin: 0 auto;
  }
  .video-context {
    flex-direction: column;
    height: auto;
    padding: 0 15px;
  }
  .video-context .video-context-content {
    width: 100%;
  }
  .video-context .video-js {
    height: 210px;
  }
  .video-context .video-context-content-bottom p {
    text-align: left;
  }
  .step-two {
    height: auto !important;
  }
  .map-holder .step div {
    padding: 125px 40px 25px 40px;
    border-radius: 0;
    width: 100%;
  }
  /* .map-holder #minors .dark {
          padding-top: 200px;
        } */
  #scrolly figure img {
    transform: translate3d(-350px, 0, 0);
    width: 300%;
    max-width: unset;
  }
  #scrolly figure {
    overflow: hidden;
  }
  .video-half-col .borderd-article-thumb .video-js {
    height: 370px;
  }
  .vjs-big-play-button {
    display: block !important;
  }
  #intro-video .vjs-big-play-button {
    display: none !important;
  }
  span.source-txt,
  a.source-txt{
    font-size: 15px;
    margin-bottom: 20px;
  }
  .borderd-article-content h5 {
    font-size: 20px;
    line-height: 1.4em;
  }
  #violence .section-block-thumbnail {
    margin-bottom: 40px;
  }
  .logo img {
    width: 40px;
  }
  .desktop-hidden {
    display: block;
  }
  .mobile-hidden {
    display: none;
  }
  .map-holder #minors .dark img {
    display: none;
  }
  .map-holder #minors .dark p img {
    display: block;
    width: 142px;
  }
}
