@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');
/*@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:300,400&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Newsreader:ital,wght@0,200;0,300;0,400;0,800;1,400&display=swap');


.hide-content-geoblocking {
  visibility: hidden;
  opacity: 0;
  height: 0;
  overflow: hidden; }

/*.hide-overlay-geoblocking {
	display: none !important;
}*/
#overlay-geoblocking {
	font-family: "Work Sans", sans-serif !important;
  color: #2e74ba;
  display: block;
  text-align: center;
  width: 100%;
  font-size: .6em;
  margin-top: 13%;
  position: absolute;
  z-index: 0; }
  #overlay-geoblocking h1 {
    color: #205583 !important;
    font-weight: 400; }
  #overlay-geoblocking hr {
    width: 30%;
    margin: 1em auto; }
  #overlay-geoblocking span {
    font-size: .7em;
    display: block;
    margin-top: 2%; }

#euronews-logo-overlay-geoblocking {
  width: 15%;
  fill: #205583; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .browserupgrade-ie10 {
    display: block !important;
    visibility: visible !important; }

  #body-preloader {
    display: none !important; }

  body {
    overflow: hidden; } }
.browserupgrade {
  background: white;
  color: #005587;
  display: block;
  text-align: center;
  width: 70%;
  height: auto;
  font-size: 1.5em;
  padding: 20% 15%;
  position: absolute;
  z-index: 101; }
  .browserupgrade a {
    color: #2e74ba; }

.browserupgrade-ie10 {
  display: none;
  visibility: hidden; }

#top-advertising {
  position: relative;
  z-index: 98;
  display: flex;
  align-content: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background: #e3e3e3;
  width: 100%;
  padding: 7.5em 0 1em 0; }
  #top-advertising span {
	font-family: "Work Sans", sans-serif !important;
    font-size: .4em;
    color: #bbb;
    top: -0.5em;
    position: relative;
    display: block; }

.billboard-advertising {
  width: 970px;
  height: 250px;
  background: #fff;
  font-size: 3em;
  display: flex;
  align-items: center;
  justify-content: center; }
  .billboard-advertising .desktop-txt {
    display: block; }
  .billboard-advertising .tablet-txt {
    display: none; }
  @media only screen and (max-width: 1024px) {
    .billboard-advertising {
      width: 300px;
      height: 250px; }
      .billboard-advertising .tablet-txt {
        display: block; }
      .billboard-advertising .desktop-txt {
        display: none; } }


#languages-nav {
  position: absolute;
  z-index: 98;
  width: 11.3%;
  height: 2.6vw;
  max-height: 53px;
  max-width: 240px;
  background: white;
  border-radius: 0 50px 50px 0;
  top: 21.5em;
  /* -> With top AD*/
  /*top: 3em; -> Without top AD*/
  left: -180px;
  transition: left .7s; }
  #languages-nav:hover {
    left: 0; }
    @media only screen and (max-width: 1024px) {
      #languages-nav:hover {
        left: -8.5%; } }
    @media only screen and (max-width: 1024px) {
      #languages-nav:hover {
        left: -9.3%; } }
    @media only screen and (max-width: 768px) {
      #languages-nav:hover {
        left: -11.7%; } }
    @media only screen and (max-width: 620px) {
      #languages-nav:hover {
        left: -16.3%; } }
  #languages-nav:hover span {
    opacity: 1; }
  @media only screen and (max-width: 2080px) {
    #languages-nav {
      left: -8.5%; } }
  @media only screen and (max-width: 1024px) {
    #languages-nav {
      left: -8.5%; } }
  @media only screen and (max-width: 1024px) {
    #languages-nav {
      width: 12.4%;
      height: 2.9vw;
      left: -9.3%; } }
  @media only screen and (max-width: 768px) {
    #languages-nav {
      width: 15.4%;
      height: 3.5vw;
      left: -11.7%; } }
  @media only screen and (max-width: 620px) {
    #languages-nav {
      width: 21.4%;
      height: 4.9vw;
      left: -16.3%;
      top: 23.2em;
      /* -> With top AD*/
      /*top: 4.7em; -> Without top ad*/ } }
  @media only screen and (max-width: 420px) {
    #languages-nav {
      top: 24em;/* -> With top AD*/
      /*top: 4.7em; -> Without top ad*/ } }
  #languages-nav a#languages-nav-link-mobile {
    display: none;
    position: absolute; }
    @media only screen and (max-width: 1024px) {
      #languages-nav a#languages-nav-link-mobile {
        display: block;
        height: 100%;
        width: 100%; } }
  #languages-nav ul {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    list-style: none;
    padding: 0;
    margin: 0; }
    #languages-nav ul li {
      text-align: center;
      font-size: 0.8vw;
      margin: 3.2% 0 0 0;
      width: 25%; }
      #languages-nav ul li a {
        display: block; }
        #languages-nav ul li a:active {
          color: #094f72; }
      #languages-nav ul li span {
		  font-family: "Newsreader", serif !important;
		  font-size: .9em;
        display: block;
        width: 50%;
        background: white;
        padding: 0em 0.2em;
        border-radius: 50px;
        margin: 14px auto;
        color: #094f72;
        opacity: 0;
        transition: opacity .7s; }
        @media only screen and (max-width: 1024px) {
          #languages-nav ul li span {
            display: none; } }

#close-nav {
  position: absolute;
  right: -24% !important;
  top: -2%;
  height: auto;
  width: 18% !important;
  z-index: 99; }
  #close-nav #close-nav-languages {
    background: #094f72;
    border-radius: 50px;
    padding: 0.3em;
    display: none;
    /*img {
    	opacity: 0;
    	transition: opacity .7s;
    	transition-delay: 2s;
    	//width: 80%;
    }*/ }

.languages-nav-visible {
  left: 0 !important; }

.languages-clicked-close-on {
  display: block !important;
  /*img {
  		opacity: 1 !important;
  		//transform: rotate(180deg);
  	}*/ }

.hide-link-langues-nav {
  display: none !important; }


.wrapper {
  height: 100%;
  margin: 0 auto;
  position: relative;
  max-width: none; }
  @media only screen and (max-width: 1280px) {
    .wrapper {
      max-width: none; } }
  .wrapper--header {
    background-image: url("../img/bg-header-3@2x.png"), url("../img/bg-header-2-v2@2x.png"), url("../img/bg-header-1-v2@2x.jpg");
    background-color: white;
    background-size: 104%;
    height: 39.3vw;
    max-height: 750px;
    z-index: 97;
    border-bottom: .5em solid #fff;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    /*margin-top: 2.5em; //Used when no top advertising
    
    @include MQ-bp-big-desktop {
    	margin-top: 2em;
    }
    
    @include MQ-bp-small-mobile {
    	margin-top: 4em;
    }*/ }
  .wrapper--video {
    background: #293c50 url("../img/bg-videos-v2@2x.jpg") repeat center center;
    background-size: contain;
    max-height: 886px;
    display: block;
    padding: 3em 0 4em 0; }
    @media only screen and (max-width: 768px) {
      .wrapper--video {
        font-size: .8em; } }
    .wrapper--video p {
      color: #ffffff;
      text-align: center;
      font-size: 1.0625em;
      line-height: 1.3;
      font-weight: 300;
      letter-spacing: 0.08em; }
  .wrapper--explainers {
    background: #fff;
    margin-top: 0; }
  .wrapper--article {
    height: auto;
    background: #e7eef1;
    		/*&--1 { 
    			background: url("../img/article-page-content/article-img-background-fight-against-climate-change@2x.jpg") no-repeat top right;
    			background-size: 55%;
    			background-attachment: fixed;
    
    			@include MQ-bp-small-mobile {
    				background-position:  top center;
    				background-size: 100%;
    			}
    		}*/ }
    .wrapper--article .wrapper-min, .wrapper--article .wrapper-max {
      padding: 0; }/*5% 0 0 0; */
/*.wrapper--article .wrapper-min:first-child, .wrapper--article .wrapper-max:first-child {
      padding: 0; }*/

.wrapper-max {
  height: 100%;
  margin: 0 auto;
  position: relative;
  max-width: none;
  width: 71.4%; }
  @media only screen and (max-width: 1280px) {
    .wrapper-max {
      max-width: 1200px; } }
  @media only screen and (max-width: 768px) {
    .wrapper-max {
      width: 75.5%; } }

.wrapper-min {
  height: 100%;
  margin: 0 auto;
  position: relative;
  max-width: none;
  width: 59.5%; }
  @media only screen and (max-width: 1280px) {
    .wrapper-min {
      max-width: 1000px; } }
  @media only screen and (max-width: 1280px) {
    .wrapper-min {
      width: 65.5%; } }
  @media only screen and (max-width: 1024px) {
    .wrapper-min {
      width: 70.5%; } }
  @media only screen and (max-width: 768px) {
    .wrapper-min {
      width: 75.5%; } }


.align-top {
  display: flex;
  align-items: flex-start;
  justify-content: center; }

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

.column-content {
  display: flex;
  align-content: flex-start;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
  flex-wrap: nowrap; }

/*body {
  font-family: "Work Sans", sans-serif;
  color: #2e74ba; }

a {
  color: #2e74ba; }
  a:hover {
    color: #3aa0ce; }
  a:visited {
    color: #2e74ba; }
  a:active, a:focus, a:visited {
    outline: none; }*/



.full-width {
  width: 100% !important;
  margin: 0 0 2.5em 0; }
  @media only screen and (max-width: 768px) {
    .full-width {
      margin: 0 0 1.5em 0; } }
  @media only screen and (max-width: 620px) {
    .full-width {
      margin: 2em 0; } }

/*#article-section {
    background: rgb(207, 220, 227);
}*/

#article-section .bt-return-hp {
	box-sizing: unset;
  background: #094f72;
  padding: .6em 0em .6em 1.7em;
  display: block;
  position: fixed;
  width: 5vw;
  height: auto;
  z-index: 96;
  top: 20%;
  left: 0; }
  @media only screen and (max-width: 620px) {
    #article-section .bt-return-hp {
      top: 45%; } }
  @media only screen and (max-width: 1024px) {
    #article-section .bt-return-hp {
      width: 1vw;
      height: 1vw;
      padding: 3%; } }
  #article-section .bt-return-hp a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    transition: all 0.5s ease; }
    #article-section .bt-return-hp a:hover {
      background: #333333;
      opacity: .5; }
    #article-section .bt-return-hp a img {
      display: none;
      width: auto;
      height: 55%;
      margin: 23% auto;
      position: relative; }
      @media only screen and (max-width: 1024px) {
        #article-section .bt-return-hp a img {
          display: block !important; } }
  #article-section .bt-return-hp span {
	  font-family: "Newsreader", serif !important;
    color: #ffffff;
    font-size: 0.6em;
    line-height: 1.3;
    display: block;
    width: 4vw;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-wrap: break-word;
    hyphens: auto; }
    #article-section .bt-return-hp span::before {
      content: url("../../img/arrow-left-return.svg");
      display: block;
      width: 0.6em;
      height: auto;
      position: absolute;
      left: 10%;
      top: 41%; }
    @media only screen and (max-width: 1024px) {
      #article-section .bt-return-hp span {
        display: none; } }





#explainers-section, .slick-slider-related {
  text-align: center; }
  #explainers-section .wrapper-max, .slick-slider-related .wrapper-max {
    padding: 0 0 2.5em 0; }
  #explainers-section h1, .slick-slider-related h1 {
    font-size: 4.45vw;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 0;
    display: inline-block;
    position: relative;
    padding-left: 0;
    min-width: 41.5%; }
    @media only screen and (max-width: 768px) {
      #explainers-section h1, .slick-slider-related h1 {
        font-size: 4.65vw; } }
    #explainers-section h1::before, .slick-slider-related h1::before {
      content: "";
      display: block;
      background: #094f72;
      position: absolute;
      height: 0.2vw;
      top: 0.55em;
      left: -4.7em;
      right: auto;
      width: 20vw; }
    #explainers-section h1::after, .slick-slider-related h1::after {
      content: "";
      display: block;
      background: #094f72;
      position: absolute;
      height: 0.2vw;
      top: 0.55em;
      right: -4.7em;
      left: auto;
      width: 20vw; }
  #explainers-section h1.h1-IT::before, .slick-slider-related h1.h1-IT::before {
    content: "";
    display: block;
    background: #094f72;
    position: absolute;
    height: 0.2vw;
    top: 0.55em;
    left: -4.7em;
    right: auto;
    width: 11vw;
    left: -2.85em !important; }
  #explainers-section h1.h1-IT::after, .slick-slider-related h1.h1-IT::after {
    content: "";
    display: block;
    background: #094f72;
    position: absolute;
    height: 0.2vw;
    top: 0.55em;
    right: -4.7em;
    left: auto;
    width: 11vw;
    right: -2.85em !important; }
  #explainers-section .card-container, .slick-slider-related .card-container {
    width: 100%;
    display: flex;
    align-content: flex-start;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start; }
    @media only screen and (max-width: 1024px) {
      #explainers-section .card-container, .slick-slider-related .card-container {
        align-items: center;
        flex-direction: column;
        justify-content: center;
        align-content: center; } }
  #explainers-section .card, .slick-slider-related .card {
    width: 30.8%;
    text-align: left;
    margin: 0 3.8% 4em 0;
    overflow: hidden;
    display: flex;
    flex-direction: column; }
    #explainers-section .card:nth-child(3n+3), .slick-slider-related .card:nth-child(3n+3) {
      margin-right: 0; }
    @media only screen and (max-width: 1280px) {
      #explainers-section .card, .slick-slider-related .card {
        font-size: 95%; } }
    @media only screen and (max-width: 1024px) {
      #explainers-section .card, .slick-slider-related .card {
        width: 70%;
        text-align: center;
        background: aliceblue;
        margin-right: 0; } }
    @media only screen and (max-width: 768px) {
      #explainers-section .card, .slick-slider-related .card {
        font-size: 90%;
        width: 80%; } }
    @media only screen and (max-width: 620px) {
      #explainers-section .card, .slick-slider-related .card {
        font-size: 79%;
        width: 100%; } }
    @media only screen and (max-width: 420px) {
      #explainers-section .card, .slick-slider-related .card {
        font-size: 70%; } }
    #explainers-section .card h3, .slick-slider-related .card h3 {
      font-family: "Newsreader", serif !important;
      font-size: 1.475em;
      line-height: 1.2;
      font-weight: 300;
      letter-spacing: 0;
      text-transform: uppercase;
      margin: .9em auto .7em auto;
      flex-grow: 1; }
      @media only screen and (max-width: 1024px) {
        #explainers-section .card h3, .slick-slider-related .card h3 {
          width: 95%; } }
      #explainers-section .card h3 a, .slick-slider-related .card h3 a {
        color: #094f72;
        transition: color 0.3s ease-out;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical; }
        #explainers-section .card h3 a:hover, .slick-slider-related .card h3 a:hover {
          color: #333333; }
        #explainers-section .card h3 a.alternative-campaign-01, .slick-slider-related .card h3 a.alternative-campaign-01 {
          color: #094f72; }
          #explainers-section .card h3 a.alternative-campaign-01:hover, .slick-slider-related .card h3 a.alternative-campaign-01:hover {
            color: #05212e; }
    #explainers-section .card p, .slick-slider-related .card p {
      font-family: "Newsreader", serif !important;
      font-size: 1.0625em;
      color: #05212e !important;
      margin: 0 auto 1.2em;
      line-height: 1.2;
      font-weight: 300;
      letter-spacing: 0;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical; }
      @media only screen and (max-width: 1024px) {
        #explainers-section .card p, .slick-slider-related .card p {
          width: 95%; } }
      #explainers-section .card p.alternative-campaign-01, .slick-slider-related .card p.alternative-campaign-01 {
        color: #05212e !important; }
    #explainers-section .card .img-article-link, .slick-slider-related .card .img-article-link {
      background: #05212e;
      display: block;
      overflow: hidden;
      width: 100%;
      height: auto; }
      #explainers-section .card .img-article-link img, .slick-slider-related .card .img-article-link img {
        transform: scale(1.01);
        transition: all .5s ease-out; }
      #explainers-section .card .img-article-link:hover img, .slick-slider-related .card .img-article-link:hover img {
        transform: scale(1.2);
        transition: all 6s ease-out; }
    #explainers-section .card .cta-article, .slick-slider-related .card .cta-article {
      background: #094f72;
      width: 94%;
      display: inline-block;
      color: white;
      text-align: center;
      font-size: 1.25em;
      padding: 0.5em;
      font-family: "Newsreader", serif;
      text-transform: uppercase;
      letter-spacing: 0;
      position: relative;
      transition: background .7s; }
      @media only screen and (max-width: 1024px) {
        #explainers-section .card .cta-article, .slick-slider-related .card .cta-article {
          width: 96%; } }
      #explainers-section .card .cta-article:hover, .slick-slider-related .card .cta-article:hover {
        cursor: pointer; }
      #explainers-section .card .cta-article .background-1, .slick-slider-related .card .cta-article .background-1 {
        background: #05212e;
        display: block;
        height: 100%;
        width: 0;
        position: absolute;
        margin: -0.5em;
        z-index: 0;
        transition: width .5s ease-out .5s; }
      #explainers-section .card .cta-article .background-2, .slick-slider-related .card .cta-article .background-2 {
        background: #333333;
        display: block;
        height: 100%;
        width: 0;
        position: absolute;
        margin: -0.5em;
        z-index: 1;
        right: 0.5em;
        transition: width .5s ease-out 0s; }
      #explainers-section .card .cta-article .cta-text, .slick-slider-related .card .cta-article .cta-text {
        position: relative;
        z-index: 2; }
      #explainers-section .card .cta-article:hover .background-1, .slick-slider-related .card .cta-article:hover .background-1 {
        width: 100%;
        transition: width .5s ease-out 0s; }
      #explainers-section .card .cta-article:hover .background-2, .slick-slider-related .card .cta-article:hover .background-2 {
        width: 100%;
        transition: width .7s ease-out .5s; }

.slick-slider-related {
  width: 100%;
  display: flex;
  align-content: flex-start;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  /*@include MQ-bp-small-mobile {
  	align-items: center;
  	flex-direction: column;
  	justify-content: center;
  	align-content: center;
  }*/ }
  @media only screen and (max-width: 1024px) {
    .slick-slider-related {
      align-items: inherit;
      flex-direction: row;
      justify-content: space-between; } }
  .slick-slider-related .card {
    /*width: 32.8%;
    margin: 0 0 2em 0;*/
    width: auto;
    margin: 0 10px 2em 0;
    height: 400px; }
    .slick-slider-related .card:active, .slick-slider-related .card:focus, .slick-slider-related .card:visited {
      outline: none; }
    .slick-slider-related .card:nth-child(3n+3) {
      margin-right: 10px; }
    @media only screen and (max-width: 1024px) {
      .slick-slider-related .card {
        background: none;
        text-align: left; } }
    @media only screen and (max-width: 1330px) {
      .slick-slider-related .card {
        height: 386px; } }
    @media only screen and (max-width: 1190px) {
      .slick-slider-related .card {
        height: 375px; } }
    @media only screen and (max-width: 1100px) {
      .slick-slider-related .card {
        height: 360px; } }
    @media only screen and (max-width: 620px) {
      .slick-slider-related .card {
        height: 430px; } }
    @media only screen and (max-width: 420px) {
      .slick-slider-related .card {
        height: 350px; } }
    @media only screen and (max-width: 768px) {
      .slick-slider-related .card {
        width: 100%; } }
    .slick-slider-related .card h3 {
      font-size: 66% !important;
      margin: .9em auto .7em 0 !important;
      width: 97% !important;
      /*@include MQ-bp-big-desktop {
      	font-size: 93.4% !important;
      }*/ }
      @media only screen and (max-width: 1190px) {
        .slick-slider-related .card h3 {
          font-size: 61% !important; } }
      @media only screen and (max-width: 1024px) {
        .slick-slider-related .card h3 {
          font-size: 47% !important; } }
      @media only screen and (max-width: 768px) {
        .slick-slider-related .card h3 {
          font-size: 98% !important; } }
      @media only screen and (max-width: 620px) {
        .slick-slider-related .card h3 {
          font-size: 111% !important;
          margin: .9em auto .7em auto !important;
          width: 100% !important;
          text-align: center; } }
      .slick-slider-related .card h3 a {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical; }
        @media only screen and (max-width: 935px) {
          .slick-slider-related .card h3 a {
            -webkit-line-clamp: 5; } }
        @media only screen and (max-width: 800px) {
          .slick-slider-related .card h3 a {
            -webkit-line-clamp: 6; } }
        @media only screen and (max-width: 745px) {
          .slick-slider-related .card h3 a {
            -webkit-line-clamp: 4; } }
        @media only screen and (max-width: 620px) {
          .slick-slider-related .card h3 a {
            -webkit-line-clamp: 5; } }
    .slick-slider-related .card .img-article-link {
      height: auto;
      max-height: 200px; }
      @media only screen and (max-width: 620px) {
        .slick-slider-related .card .img-article-link {
          max-height: 295px; } }
    .slick-slider-related .card p {
      font-size: 52% !important;
      margin: 0 auto 1.2em 0 !important;
      width: 97% !important; }
      @media only screen and (max-width: 1024px) {
        .slick-slider-related .card p {
          font-size: 51% !important; } }
      @media only screen and (max-width: 620px) {
        .slick-slider-related .card p {
          margin: 0 auto 1.2em auto !important;
          width: 100% !important;
          text-align: center; } }
    .slick-slider-related .card .cta-article {
      font-size: .70em;
      width: 100%; }
		@media only screen and (max-width: 768px) {
        .slick-slider-related .card .cta-article {
          font-size: 1em; } }
      @media only screen and (max-width: 620px) {
        .slick-slider-related .card .cta-article {
          width: 97%; } }
  .slick-slider-related .slick-dots {
    visibility: visible;
    margin: 0 !important;
    padding: 0 !important;
    bottom: 0 !important; }
    .slick-slider-related .slick-dots li {
      margin: 0 !important;
      padding: 2px !important;
      width: 12px !important;
      height: 12px !important; }
      .slick-slider-related .slick-dots li button::before {
        font-size: 9px !important;
        width: 100% !important;
        height: 100% !important; }
    .slick-slider-related .slick-dots li.slick-active button::before {
      color: #05212e !important; }

#article-section .related-articles-wrapper {
    border-top: 1px dotted #ccc;
    margin: 7% 0 5% 0;
}

#article-section .related-articles-wrapper h4 {
	font-family: "Newsreader", serif !important;
    color: #05212e;
    text-transform: uppercase;
    margin: 1em 0;
    font-size: 1.15vw;
    font-weight: 400; }
    @media only screen and (max-width: 1280px) {
      #article-section .related-articles-wrapper h4 {
        font-size: 1.30vw; } }
    @media only screen and (max-width: 1024px) {
      #article-section .related-articles-wrapper h4 {
        font-size: 1.60vw; } }
    @media only screen and (max-width: 768px) {
      #article-section .related-articles-wrapper h4 {
        font-size: 1.95vw; } }
    @media only screen and (max-width: 620px) {
      #article-section .related-articles-wrapper h4 {
        font-size: 14px; } }
    @media only screen and (max-width: 420px) {
      #article-section .related-articles-wrapper h4 {
        font-size: 13px; } }

#article-section .slick-slider-related .card h3 {
    font-size: 0.7em !important;
}
#article-section .slick-slider-related .card p {
    font-size: 0.5em!important;
}
#article-section .slick-slider-related .card .cta-article {
    box-sizing: unset;
    font-size: 0.75em!important;
}

#body-preloader {
  overflow: hidden; }

/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #eae9e9;
  /* change if the mask should have another color then white */
  z-index: 100;
  /* makes sure it stays on top */ }

#status {
	box-sizing: unset;
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-repeat: no-repeat;
  background-position: center;
  margin: -50px 0 0 -65px;
  clear: both; }

.preloader {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%; }

.preloader_inner {
  font-family: "Newsreader", serif !important;
  color: #094f72;
  text-align: center;
  font-size: 1em; }

.show {
  visibility: visible !important;
  opacity: 1 !important;
  transition: all 0.5s ease; }

.sp.sp-slices {
  border-radius: 0;
  border-top: 18px #333333 solid;
  border-left: 18px #094f72 solid;
  border-bottom: 18px white solid;
  border-right: 18px #094f72 solid;
  border-radius: 100px;
  -webkit-animation: spSlices 1s infinite linear;
  animation: spSlices 1s infinite linear; }

@-webkit-keyframes spSlices {
  0% {
    border-top: 18px #333333 solid;
    border-right: 18px #094f72 solid;
    border-bottom: 18px white solid;
    border-left: 18px #094f72 solid; }
  25% {
    border-top: 18px white solid;
    border-right: 18px #333333 solid;
    border-bottom: 18px #094f72 solid;
    border-left: 18px white solid; }
  50% {
    border-top: 18px white solid;
    border-right: 18px white solid;
    border-bottom: 18px #333333 solid;
    border-left: 18px #094f72 solid; }
  75% {
    border-top: 18px #094f72 solid;
    border-right: 18px white solid;
    border-bottom: 18px white solid;
    border-left: 18px #333333 solid; }
  100% {
    border-top: 18px #333333 solid;
    border-right: 18px #094f72 solid;
    border-bottom: 18px white solid;
    border-left: 18px #094f72 solid; } }
@keyframes spSlices {
  0% {
    border-top: 18px #333333 solid;
    border-right: 18px #094f72 solid;
    border-bottom: 18px white solid;
    border-left: 18px #094f72 solid; }
  25% {
    border-top: 18px white solid;
    border-right: 18px #333333 solid;
    border-bottom: 18px #094f72 solid;
    border-left: 18px white solid; }
  50% {
    border-top: 18px white solid;
    border-right: 18px white solid;
    border-bottom: 18px #333333 solid;
    border-left: 18px #094f72 solid; }
  75% {
    border-top: 18px #094f72 solid;
    border-right: 18px white solid;
    border-bottom: 18px white solid;
    border-left: 18px #333333 solid; }
  100% {
    border-top: 18px #333333 solid;
    border-right: 18px #094f72 solid;
    border-bottom: 18px white solid;
    border-left: 18px #094f72 solid; } }

