body {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.sub-title {
  display: inline-block;
  width: fit-content;
}

h2 {
  font-size: 25px;
  font-family: "proxima-nova", sans-serif;
  color: #00154D;
  font-weight: bold;
  padding-bottom: 30px;
}
h2:after {
  display: block;
  content: "";
  border-bottom: 2px solid #47DD96;
  width: 80px;
  height: 20px;
  margin: auto;
}

h2.left-line:after {
  margin: initial !important;
}

@media only screen and (min-width: 992px) {
  h2.left-lg-line:after {
    margin: initial !important;
  }
}

p {
  font-size: 14px;
}

.cursor-pointer {
  cursor: pointer;
}

.text-green {
  color: #BAFF00;
}
.text-green:after {
  border-bottom: 2px solid #BAFF00;
}

.text-white {
  color: #FFF;
}

.btn-blue {
  display: inline-block;
  border-radius: 4px;
  background-color: #1ABFEB;
  font-weight: 600;
  font-size: 16px;
  font-family: "proxima-nova", sans-serif;
  color: white;
  height: 48px;
  width: 200px;
  padding: 11px;
  text-decoration: none;
  transition: 0.3s;
}

.btn-blue:hover {
  background-color: #0d87a9;
  color: white;
}

.btn-grey {
  display: inline-block;
  border-radius: 4px;
  background-color: #D1D1D1;
  font-weight: 600;
  font-size: 16px;
  font-family: "proxima-nova", sans-serif;
  color: #00154D;
  height: 48px;
  width: 200px;
  padding: 11px;
  text-decoration: none;
  transition: 0.3s;
}

.btn-grey:hover {
  background-color: #D1D1D1;
  color: #00154D;
}

.header-container {
  position: absolute;
  z-index: 3;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.overlay {
  background-color: rgba(0, 0, 0, 0.303);
}

.header-bg {
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
}

.bg-video, .bg-image {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: bottom;
  position: relative;
}

.header-text h1 {
  font-size: 60px;
  font-weight: 900;
  color: #FFF;
  margin: 0;
}

.header-text, .sub-text {
  font-size: 16px;
  font-weight: bold;
}

.navbar {
  width: 100%;
  background-color: #001432!important;
  color: #FFF;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0px 0 13px -7px #DEDEDE;
}

.navbar-toggler:focus {
  outline: 0;
  box-shadow: none;
}

.nav-link {
  color: #FFF !important;
  font-size: 16px;
  font-weight: 600;
}
.nav-link .hover {
  transition: all 0.2s ease-in-out;
  position: relative;
}
.nav-link .hover:before, .nav-link .hover:after {
  content: "";
  position: absolute;
  bottom: -10px;
  width: 0px;
  height: 2px;
  margin: 5px 0 0;
  transition: all 0.2s ease-in-out;
  transition-duration: 0.45s;
  opacity: 0;
  background-color: #f2f2f2;
}
.nav-link .hover.hover-3:before {
  left: 50%;
}
.nav-link .hover.hover-3:after {
  right: 50%;
}
.nav-link:hover {
  cursor: pointer;
}
.nav-link:hover .hover:before, .nav-link:hover .hover:after {
  width: 100%;
  opacity: 1;
}
.nav-link:hover .hover.hover-3:before, .nav-link:hover .hover.hover-3:after {
  width: 50%;
}

.nav-item {
  margin-right: 35px;
}

.navbar-toggler {
  background-color: #1ABFEB;
}

.lang-switch a {
  padding: 4px;
}

.lang-switch img {
  margin-bottom: 2px;
}

.lang-switch .active img {
  border-bottom: 2px solid white;
}

#about-intro, #challenges, #keyfacts, .previous-editions {
  margin-top: 72px;
  padding-bottom: 72px;
}

.video-playbutton {
  position: absolute;
  cursor: pointer;
  z-index: 2;
  top: 40%;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 34px solid transparent;
  border-bottom: 34px solid transparent;
  border-left: 60px solid #1ABFEB;
}
.video-playbutton:hover {
  border-top: 34px solid transparent;
  border-bottom: 34px solid transparent;
  border-left: 60px solid #FFF;
  z-index: 2;
}

.video-modal-close {
  z-index: 2;
  background-color: #1ABFEB;
  opacity: 1;
  height: 30px;
  width: 30px;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#participate {
  padding-top: 72px;
  padding-bottom: 72px;
  background-color: #001432;
  color: #FFF;
}

#participate h2:after {
  border-color: #1ABFEB;
}

.participate-card .card-image {
  background-color: #FFF;
  height: 151px;
  width: 216px;
}

.participate-card .card-text {
  background-color: #47DD96;
  height: 151px;
  width: 216px;
  color: #001432;
  font-weight: 700;
}

.participate-card .card-text p {
  font-size: 16px;
}

#timeline {
  position: relative;
  padding-top: 74px;
  background-color: #00154D;
  color: #FFF;
}

#timeline .begin-stroke {
  position: absolute;
  left: 0;
  background-image: linear-gradient(to right, #00154D 40%, rgba(255, 255, 255, 0) 20%);
  background-position: top;
  background-size: 32px 4px;
  background-repeat: repeat-x;
  padding: 14px 50px;
  width: 11vw;
  z-index: 1;
}

#timeline .stroke {
  position: absolute;
  height: 2px;
  width: 100%;
  border-image: linear-gradient(to right, #1ABFEB 0%, #47DD96 100%) 1;
  border-radius: 5px; /* this doesn't work */
  border-width: 2px;
  border-style: solid;
}

#timeline .end-stroke {
  position: absolute;
  right: 0;
  background-image: linear-gradient(to right, #00154D 40%, rgba(255, 255, 255, 0) 20%);
  background-position: top;
  background-size: 32px 4px;
  background-repeat: repeat-x;
  padding: 14px 50px;
  width: 11vw;
  z-index: 1;
}

#timeline .timeline-card {
  position: relative;
  border-radius: 4px 4px 0px 0px;
  height: 150px;
  width: 193px;
  background-color: #425167;
}

#timeline .active-event:after {
  content: "";
  border-radius: 25px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 2px solid #47DD96;
  height: 40px;
  width: 40px;
  bottom: -18px;
  position: absolute;
  z-index: 100;
}

#timeline .non-active-event:after {
  content: "";
  border-radius: 25px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 2px solid #1ABFEB;
  height: 20px;
  width: 20px;
  bottom: -12px;
  position: absolute;
  z-index: 100;
}

#timeline h2, #about h2 {
  color: #FFF;
}

#timeline h2:after {
  border-color: #1ABFEB;
}

#about h2:after, #contact h2:after {
  border-color: #FFF;
}

#about h2:after {
  border-color: #1ABFEB;
}

.partnertile {
  display: flex;
  height: 150px;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 1100px) {
  .partnertile {
    width: 13%!important;
  }
}

.partnertile img {
  height: auto;
  max-height: 131px;
  max-width: 100%;
}


#about {
  position: relative;
  padding-top: 114px;
  padding-bottom: 114px;
  background-color: #00154D;
  color: #FFF;
}

.fact-box {
  background-color: #0F2358;
  border-radius: 4px;
  padding: 0px;
  height: 142px;
  position: relative;
}
.fact-box p {
  color: #fff;
  font-size: 14px;
}

.fact-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 4px;
  width: 100%;
}

.fact-title {
  font-size: 24px;
  color: #BAFF00;
  font-weight: bold;
}

#intouch .title {
  font-size: 14px;
  font-weight: bold;
  color: #00154D;
}
#intouch .title:after {
  display: block;
  content: "";
  border-bottom: 2px solid #47DD96;
  width: 100%;
  height: 20px;
  margin: auto;
}

#intouch h2 {
  padding-bottom: 14px;
}

#intouch h2:after {
  display: none;
}

.contact-info {
  display: inline-block;
  height: 48px;
}

#contact {
  padding-top: 72px;
  padding-bottom: 72px;
  background-color: #001432;
  color: #FFF;
  font-size: 14px;
}

#contact a {
  color: #FFF;
  text-decoration: none;
  font-weight: normal;
}

.contact-icon {
  margin-right: 40px;
}

#footer {
  font-size: 14px;
  color: #00154D;
}
#footer span {
  color: #00154D;
  font-size: 14px;
  font-weight: bold;
}
#footer .end-row {
  background-color: #EBEBEB;
  padding: 30px;
  font-weight: bold;
}
#footer .end-row a {
  color: #00154D;
  text-decoration: none;
}

.footer-text:after {
  display: block;
  content: "";
  border-bottom: 2px solid #1ABFEB;
  width: 80px;
  height: 20px;
  margin: auto;
}

.logo-wrapper {
  background-color: white;
  border-radius: 14px;
  height: 120px;
  width: 228px;
}

.poweredby {
  background: transparent linear-gradient(90deg, #1ABFEB 0%, #47DD96 100%) 0% 0% no-repeat padding-box;
}

.poweredby span {
  color: white!important;
}

/* Tablet*/
@media only screen and (max-width: 1024px) {
  .header-text h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 991px) {
  #participate .owl-carousel .owl-item img {
    height: 80%;
    width: auto;
  }

  #timeline .begin-stroke {
    position: absolute;
    left: 0;
    background-image: linear-gradient(to right, #00154D 40%, rgba(255, 255, 255, 0) 20%);
    background-position: top;
    background-size: 32px 4px;
    background-repeat: repeat-x;
    padding: 14px 50px;
    width: 11vw;
    z-index: 1;
  }

  #timeline .stroke-mobile {
    position: absolute;
    height: 150%;
    width: 1px;
    left: 0px;
    border-left: 2px solid #BFFA45;
  }

  #timeline .end-stroke {
    position: absolute;
    right: 0;
    background-image: linear-gradient(to right, #00154D 40%, rgba(255, 255, 255, 0) 20%);
    background-position: top;
    background-size: 32px 4px;
    background-repeat: repeat-x;
    padding: 14px 50px;
    width: 11vw;
    z-index: 1;
  }

  #timeline .active-event:after {
    content: "";
    border-radius: 25px;
    background: #BFFA45;
    height: 24px;
    width: 24px;
    left: -12px;
    bottom: 62px;
    position: absolute;
  }

  #timeline .non-active-event:after {
    content: "";
    border-radius: 25px;
    background: #BFFA45;
    height: 16px;
    width: 16px;
    bottom: 66px;
    left: -8px;
    position: absolute;
  }
}
@media only screen and (max-width: 768px) {
  .nav-container {
    max-width: none;
  }

  .header-text h1 {
    font-size: 38px;
  }
}
/* Mobile */
@media only screen and (max-width: 425px) {
  .bg-video, .bg-image {
    height: 80vh;
  }
}