@font-face {
  font-family: "InterLight";
  src: url("../fonts/Inter-Light.ttf") format("opentype");
}
@font-face {
  font-family: "InterMedium";
  src: url("../fonts/Inter-Medium.ttf") format("opentype");
}
* {
  padding: 0;
  margin: 0;
}

body, html, #scrollWrapper {
  overflow-x: hidden;
  cursor: none;
}

body {
  font-family: InterLight, sans-serif;
  font-style: normal;
  overflow-x: hidden !important;
  color: black;
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
  font-size: 1.1rem;
  /* Tooltip container */
  /* Tooltip text */
  /* Show the tooltip text when you mouse over the tooltip container */
  /* Tooltip image */
  /* Show the tooltip text when you mouse over the tooltip container */
}
body .cookie-consent-banner {
  position: fixed;
  max-width: 350px;
  bottom: 2%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 10px;
  text-align: center;
  z-index: 1000;
  display: none;
}
body .cookie-consent-banner .learnmore-button {
  background-color: #00b5de;
  color: white;
  border: none;
  padding: 10px 20px;
  margin-top: 10px;
}
body .cookie-consent-banner .accept-button {
  background-color: #4caf50;
  color: white;
  border: none;
  padding: 10px 20px;
  margin-top: 10px;
  cursor: pointer;
}
body .cookie-consent-banner .accept-button:hover {
  background-color: #45a049;
}
body .cookie-consent-banner p {
  margin: 0;
  padding: 0;
  font-size: 0.8rem;
  line-height: 1.4;
  color: white !important;
}
body .cookie-consent-banner button {
  margin-top: 0px;
  border-radius: 0;
  font-size: 0.8rem;
}
body .cookie-consent-banner a {
  color: white;
  text-decoration: underline;
}
body #scrollHelp {
  height: 100%;
  position: relative;
  overflow: scroll;
  overflow-y: auto;
  overflow-x: hidden !important;
  width: 100%;
  max-width: 100vw;
  z-index: 999999;
}
body .hidden {
  display: none;
}
body #navigationOverlay {
  width: 100vw;
  height: 100vh;
  z-index: 99;
  position: fixed;
  background-color: white;
  display: none;
}
body #navigationOverlay a {
  text-decoration: none;
  color: black;
  cursor: none;
}
body #navigationOverlay a:hover {
  color: #00b5de;
  cursor: none;
}
body #navigationOverlay h2 {
  padding-top: 75px;
  color: black;
  line-height: 1;
}
body #navigationOverlay ul {
  margin-top: 50px;
  padding-left: 0;
  color: black;
}
body #navigationOverlay ul li {
  list-style: none;
  margin-left: 0;
  font-size: 1rem;
}
body #navigationOverlay img.closeMenu {
  position: absolute;
  right: 0;
  top: 75px;
  cursor: pointer;
}
body #navigationOverlay .input-group.search {
  width: 100%;
  width: 100%;
  margin-top: 5vh;
}
body #navigationOverlay .input-group.search .form-control {
  border-radius: 50px;
  font-size: 1.5rem;
}
body #navigationOverlay .input-group.search div.form-outline {
  width: 100%;
}
body .relative {
  position: relative;
}
body p {
  font-family: InterLight, sans-serif;
  color: black;
  margin-bottom: 2rem;
  font-size: 1rem;
  line-height: 1.4;
}
body strong {
  font-family: InterMedium, sans-serif;
  font-weight: 200;
  color: black;
}
body a {
  color: #00b5de;
  font-weight: 500;
  text-decoration: none;
}
body a strong {
  color: #00b5de;
}
body a:hover {
  color: #00b5de;
  text-decoration: none;
}
body h1, body h2, body h3, body h4, body h6 {
  font-family: InterLight, sans-serif;
  color: black;
}
body h1 strong, body h2 strong, body h3 strong, body h4 strong, body h6 strong {
  font-family: "antique-olive", sans-serif;
}
body h3 {
  font-family: InterLight, sans-serif;
}
body h2 {
  font-size: 3.2rem;
  line-height: 1.1;
  margin-bottom: 50px;
}
body h4 {
  font-size: 1.2rem;
}
body h5 {
  font-size: 1.3rem;
  font-family: "antique-olive", sans-serif;
}
body h1 {
  font-size: 3.7rem;
  line-height: 1;
  margin-bottom: 50px;
  margin-top: 50px;
}
body .col {
  position: relative;
}
body .col.headerRight {
  height: calc(100vh - 50px);
}
body img.blackandwhite { /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
body .blue {
  color: #00b5de !important;
}
body .yellow {
  color: #fced03 !important;
}
body .btn {
  padding: 0.375rem 3.5rem;
  font-size: 1rem;
  border-radius: 25px;
  font-family: "InterMedium";
}
body .btn.btn-outline-dark {
  text-decoration: none;
}
body .btn.btn-outline-dark:hover {
  background-color: #00b5de;
  border-color: #00b5de;
}
body .rounded {
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  border-radius: 50%;
}
body .pointed {
  width: 7px;
  height: 7px;
  background-color: white;
  border-radius: 50%;
}
body #cursor {
  position: absolute;
  z-index: 99999999999999;
  width: 24px;
  height: 24px;
  background: transparent;
  border: 5px solid #fced03;
  border-radius: 100%;
  opacity: 100%;
  pointer-events: none;
  transition: transform 0.15s ease-in-out;
}
body .customTooltip {
  position: relative;
  display: inline-block;
}
body .customTooltip .tooltiptext {
  visibility: hidden;
  width: auto;
  background-color: white;
  color: black;
  white-space: nowrap;
  text-align: center;
  padding: 5px 5px;
  font-size: 0.7rem;
  position: absolute;
  z-index: 1;
  bottom: 2%;
  left: 50%;
  margin-left: -29px;
  opacity: 0;
  transition: opacity 0.3s;
  border-radius: 15px;
}
body .customTooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
body .customTooltip .tooltipImage {
  visibility: hidden;
  width: 170px;
  height: 170px;
  background-position: center;
  background-size: cover;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 75%;
  border-radius: 15px;
  opacity: 0;
  transition: opacity 0.3s;
}
body .customTooltip:hover p, body .customTooltip:hover strong {
  color: #00b5de;
}
body .customTooltip:hover .tooltipImage {
  visibility: visible;
  opacity: 1;
}
body #openMenu {
  cursor: pointer;
  color: #fced03;
}
body #fixedMenu {
  position: fixed;
  padding-top: 50px;
  width: 100vw;
  height: 80px;
  top: 0px;
  margin: 0;
  z-index: 98;
  transition: 0.4s;
}
body #fixedMenu #mainLogo, body #fixedMenu #mainLogoBlue {
  width: 250px;
}
body #fixedMenu.navShrink {
  background-color: white;
  top: 0;
  padding-top: 10px;
  height: 60px;
}
body #fixedMenu.navShrink #mainLogo, body #fixedMenu.navShrink #mainLogoBlue {
  width: 160px;
}
body header#headerSlider {
  height: 90vh;
  overflow-y: hidden;
  width: 100vw;
  position: relative;
  color: white;
}
body header#headerSlider .slick-slider {
  touch-action: auto;
  -ms-touch-action: auto;
}
body header#headerSlider.subpage {
  margin-top: 25vh;
}
body header#headerSlider .slickSlider div.slide {
  height: 90vh;
  width: 100vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
body header#headerSlider .slickSlider div.slide .slideInfo {
  margin-top: 76vh;
  color: white;
}
body header#headerSlider .slickSlider div.slide .slideInfo strong {
  color: white;
}
body header#headerSlider .slickSlider .videoSlideWrapper {
  position: relative;
  height: 90vh !important;
}
body header#headerSlider .slickSlider .videoSlideWrapper .slideInfo {
  margin-top: 76vh;
  color: white;
  z-index: 9999;
  position: relative;
}
body header#headerSlider .slickSlider .videoSlideWrapper .slideInfo strong {
  color: white;
}
body header#headerSlider .slickSlider .videoSlideWrapper div.videoContainer {
  position: absolute;
  margin: auto;
  width: 100%;
  height: 90vh;
  top: 0;
  background: black;
  overflow: hidden;
  clip-path: 0 0;
  -webkit-clip-path: 0 0;
  -moz-clip-path: 0 0;
  transform: translatez(0);
}
body header#headerSlider .slickSlider .videoSlideWrapper div.videoContainer video {
  transform: translatez(0);
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
}
body header#headerSlider .overlayContent {
  padding-top: 50px;
  height: 100vh;
  position: relative;
  margin-top: -100vh;
}
body header#headerSlider #arrowArea {
  position: absolute;
  right: 0;
  bottom: 6vh;
  height: 35px;
  cursor: pointer;
}
body header#headerSlider #arrowArea img {
  height: 100%;
}
body #newsTicker {
  position: absolute;
  width: 100%;
  background-color: #fced03;
  font-size: 1rem;
  height: 50px;
  overflow: hidden !important;
  z-index: 96;
}
body #newsTicker .marquee {
  height: 50px;
  padding-top: 15px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  padding: 0.2rem 0px;
  font-size: 1.5rem;
  margin-top: 5px;
}
body #newsTicker .marquee-item {
  display: inline-block;
  will-change: transform;
  animation: marquee 200s linear infinite;
}
body section {
  margin-bottom: 75px;
  padding-top: 75px;
}
body section div.newsTile {
  margin-top: 50px;
}
body section div.newsTile:hover h5 {
  color: #00b5de;
}
body section div.newsTile h5 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 100;
  color: black;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
}
body section#newsHeader {
  margin-top: 100px;
  margin-bottom: 50px;
}
body section#newsContent {
  padding-top: 0;
}
body section#newsContent .newsBlock {
  margin-bottom: 100px;
}
body section#newsOverview {
  margin-top: 100px;
}
body section#newsOverview .newsTeaserText {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
body section #filterArea {
  width: 90%;
}
body section #filterArea .btn {
  margin-right: 25px;
  margin-bottom: 20px;
  width: auto;
  padding-left: 40px;
  padding-right: 40px;
}
body section #filterArea .btn.active {
  background-color: #00b5de;
  border-color: #00b5de;
}
body footer {
  background-color: #00b5de;
  color: white;
  padding-bottom: 50px;
  color: white !important;
}
body footer ul a {
  color: white !important;
}
body footer ul li {
  font-size: 1.3rem;
}
body footer h3 {
  margin-top: 50px;
  max-width: 70%;
}
body footer #footerCredits {
  font-size: 0.9rem;
  margin-top: 20px;
}
body footer input#mc-embedded-subscribe {
  position: absolute;
  display: none;
}
body footer h1 {
  color: #fced03 !important;
}
body footer h1 strong {
  color: #fced03 !important;
}
body footer h3 {
  color: white !important;
}
body footer ul {
  color: white !important;
  font-weight: 200;
  padding-left: 0;
  font-size: 0.85rem;
}
body footer ul li {
  list-style: none;
  margin-left: 0;
}
body footer div.footerIcons img {
  float: left;
  max-width: 25px;
  margin-right: 10px;
}
body footer input#mc-embedded-subscribe {
  position: absolute;
  border: none;
  width: 100px;
  height: 60px;
  background-image: url(../img/signup.png);
  background-size: contain;
  background-size: 50%;
  background-color: transparent;
  position: absolute;
  right: 0;
  top: 30px;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.4s;
}
body footer input#mce-EMAIL {
  color: white;
  font-size: 2.5rem;
  font-weight: 100;
  padding: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid white;
  padding-left: 0px;
  padding-right: 50px;
  padding-bottom: 15px;
  width: 100%;
  background-color: transparent;
}
body footer .optionalParent {
  position: relative;
}
body footer ::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1;
}
body footer ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
body section#landingArea {
  margin-bottom: 0px;
}
body section ul {
  margin-left: 50px;
}
body section ul li {
  list-style: none;
  margin-bottom: 50px;
  font-size: 1rem;
  margin-left: 50px;
  position: relative;
  padding-left: 20px;
}
body section ul li:before {
  content: " ";
  position: absolute;
  width: 40px;
  height: 40px;
  border: 1px solid black;
  border-radius: 50%;
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
}
body section #bigBlueCircle {
  background: #00b5de;
  width: 26vw;
  height: 26vw;
  margin-left: 4vw;
  max-height: 500px;
  max-width: 500px;
  border-radius: 50%;
}
body section.howWeWork #bigBlueCircle {
  position: absolute;
  max-height: 600px;
  max-width: 600px;
  margin-left: -100px;
}
body section.howWeWork div.blueBackground {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #00b5de;
  position: relative;
}
body section.howWeWork div.blueBackground:before {
  content: " ";
  aspect-ratio: 1/1;
  position: absolute;
  height: 100%;
  background-color: #00b5de;
  margin-left: -300px;
  z-index: -1;
  top: 0;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}
body section#network span.tooltiptext {
  background-color: #f4f4f4;
  bottom: 10%;
}
body section#network .networkContact {
  margin-top: 50px;
  position: relative;
  margin-bottom: 100px;
}
body section#network .networkContact div.networkContactImage {
  width: 85px;
  height: 85px;
  position: absolute;
  border-radius: 50px;
  background-size: contain;
  background-position: center;
}
body section#network .networkContact p {
  width: auto;
  margin-bottom: 0;
}
body section#network .networkContact .networkDesc {
  padding-left: 100px;
}
body section#network .networkContact .iconArea {
  position: absolute;
  top: 80px;
}
body section#network .networkContact .iconArea img {
  width: 50px;
  margin-right: 15px;
  margin-bottom: 50px;
  margin-top: 15px;
}
body section#team div.teamImage {
  width: 100%;
  height: 400px;
  margin-bottom: 5px;
  background-size: cover;
  background-repeat: no-repeat;
}
body section .introAreaSales {
  background-color: #00b5de;
  padding: 50px;
  position: relative;
}
body section .introAreaSales:before {
  content: " ";
  position: absolute;
  height: 100%;
  width: 200%;
  top: 0;
  left: -200%;
  background-color: #00b6de;
}
body section .roundedArea {
  content: " ";
  position: absolute;
  height: 100%;
  aspect-ratio: 1/1;
  -webkit-aspect-ratio: 1/1;
  top: 0;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  left: 27.5%;
  background-color: #00b6de;
}
body section .roundedArea.roundedAreaRight {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  left: -50%;
  z-index: -1;
}
body section .downloadsArea {
  background-color: #00b5de;
  padding: 50px;
  position: relative;
}
body section .downloadsArea:after {
  content: " ";
  position: absolute;
  height: 100%;
  width: 250%;
  top: 0;
  right: -250%;
  background-color: #00b6de;
}
body section .downloadsArea h2 {
  color: white !important;
}
body section .downloadsArea ul a {
  color: white !important;
}
body section .downloadsArea ul a li {
  color: white !important;
}
body section .downloadsArea ul a li:before {
  border-color: white;
}
body section div.programsIntro:after {
  content: " ";
  width: 40vw;
  height: 40vw;
  right: -20vw;
  border-radius: 50%;
  top: 140vh;
  position: absolute;
  background-color: #00b5de;
  z-index: -1;
}
body section div.aboutIntro:after {
  content: " ";
  width: 40vw;
  height: 40vw;
  right: -20vw;
  border-radius: 50%;
  top: 55vh;
  position: absolute;
  background-color: #00b5de;
  z-index: -1;
}
body section div.finalistsHeading {
  margin-bottom: 50px;
}
body section div.finalistsHeading:after {
  content: " ";
  width: 140px;
  height: 140px;
  right: 0px;
  border-radius: 50%;
  position: absolute;
  background-color: #00b5de;
  z-index: -1;
  top: -40px;
}
body section .finalistsHeading h2 {
  max-width: 1050px;
}
body section div.finalistTile, body section .producerTile {
  position: relative;
}
body section div.finalistTile .finalistTileImageContainer, body section .producerTile .finalistTileImageContainer {
  position: relative;
}
body section div.finalistTile div.finalistRank, body section .producerTile div.finalistRank {
  position: absolute;
  top: 20px;
  right: 40px;
  background-color: white;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  padding-top: 8px;
}
body section div.finalistTile div.finalistRank.rank1, body section .producerTile div.finalistRank.rank1 {
  background-color: #ffed00;
}
body section div.finalistTile div.finalistRank.rank2, body section .producerTile div.finalistRank.rank2 {
  background-color: #d4d4d4;
}
body section div.finalistTile div.finalistRank.rank3, body section .producerTile div.finalistRank.rank3 {
  background-color: #f08044;
}
body section div.finalistTile .finalistTileImage, body section .producerTile .finalistTileImage {
  width: 100%;
  height: auto;
  background-position: center;
}
body section div.finalistTile .description, body section .producerTile .description {
  margin-top: 20px;
  margin-bottom: 60px;
}
body section div.finalistTile:hover .selectionOverlay, body section div.finalistTile:hover .producerOverlay, body section .producerTile:hover .selectionOverlay, body section .producerTile:hover .producerOverlay {
  opacity: 100%;
}
body section div.finalistTile .selectionOverlay, body section div.finalistTile .producerOverlay, body section .producerTile .selectionOverlay, body section .producerTile .producerOverlay {
  overflow-y: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  height: 100%;
  padding: 20px;
  opacity: 0;
}
body section div.finalistTile .selectionOverlay.blueBackground, body section div.finalistTile .producerOverlay.blueBackground, body section .producerTile .selectionOverlay.blueBackground, body section .producerTile .producerOverlay.blueBackground {
  background-color: #00b5de;
}
body section div.finalistTile .selectionOverlay.blueBackground a.btn, body section div.finalistTile .producerOverlay.blueBackground a.btn, body section .producerTile .selectionOverlay.blueBackground a.btn, body section .producerTile .producerOverlay.blueBackground a.btn {
  margin-top: 10px;
  background-color: transparent;
  color: white !important;
  border-color: white !important;
}
body section div.finalistTile .selectionOverlay p, body section div.finalistTile .producerOverlay p, body section .producerTile .selectionOverlay p, body section .producerTile .producerOverlay p {
  color: white !important;
  line-height: 1.1;
  text-align: justify;
}
body section div.finalistTile .selectionOverlay a.btn, body section div.finalistTile .producerOverlay a.btn, body section .producerTile .selectionOverlay a.btn, body section .producerTile .producerOverlay a.btn {
  margin-top: -40px;
  background-color: white;
}
body section .producerTile {
  background-position: center;
}
body section .producerTile .producerTileImage {
  background-position: center;
  position: relative;
  max-height: 440px;
  min-height: 400px;
  height: 39vw;
  background-size: cover;
  background-repeat: no-repeat;
}
body section .producerTile .producerOverlay .iconArea {
  cursor: pointer;
}
body section .producerTile .producerOverlay .iconArea img {
  margin-top: -20px;
  width: 40px;
  margin-right: 20px;
  margin-bottom: 40px;
}

@-moz-document url-prefix() {
  body header#headerSlider .slickSlider .videoSlideWrapper div.videoContainer {
    position: absolute;
    margin: auto;
    width: 100%;
    height: 90vh;
    top: 0;
    background: black;
    overflow: hidden;
    background-image: none !important;
  }
  body header#headerSlider .slickSlider .videoSlideWrapper div.videoContainer video {
    transform: none;
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
    margin: auto;
    width: 100%;
    height: auto;
  }
  @media (max-width: 819px) {
    body header#headerSlider .slickSlider .videoSlideWrapper div.videoContainer {
      height: 50vh;
      top: 0vh;
    }
  }
}
@media all and (-ms-high-contrast: none) {
  body header#headerSlider .slickSlider .videoSlideWrapper div.videoContainer {
    position: absolute;
    margin: auto;
    width: 100%;
    height: 90vh;
    top: 0;
    background: black;
    overflow: hidden;
  }
  body header#headerSlider .slickSlider .videoSlideWrapper div.videoContainer video {
    transform: none;
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
    margin: auto;
    width: 100%;
    height: auto;
  }
}
@media (-ms-high-contrast: none) and (max-width: 819px) {
  body header#headerSlider .slickSlider .videoSlideWrapper div.videoContainer {
    height: 50vh;
    top: 0vh;
  }
}
@supports (-ms-ime-align: auto) {
  body header#headerSlider .slickSlider .videoSlideWrapper div.videoContainer {
    position: absolute;
    margin: auto;
    width: 100%;
    height: 90vh;
    top: 0;
    background: black;
    overflow: hidden;
  }
  body header#headerSlider .slickSlider .videoSlideWrapper div.videoContainer video {
    transform: none;
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
    margin: auto;
    width: 100%;
    height: auto;
  }
  @media (max-width: 819px) {
    body header#headerSlider .slickSlider .videoSlideWrapper div.videoContainer {
      height: 50vh;
      top: 0vh;
    }
  }
}
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1390px;
  }
}
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1190px;
  }
}
@media (max-width: 819px) {
  body #navigationOverlay {
    overflow: scroll;
    height: 0 !important;
  }
  body #navigationOverlay.shown {
    height: 100vh !important;
  }
  body #navigationOverlay .input-group.search .form-control {
    margin-bottom: 150px;
  }
  body #newsTicker {
    position: relative;
  }
  body #cursor {
    display: none;
  }
  body #fixedMenu {
    padding-top: 10px;
  }
  body #fixedMenu #mainLogo {
    margin-left: 0.8rem;
  }
  body #fixedMenu #mainLogo, body #fixedMenu #mainLogoBlue {
    width: 150px;
  }
  body p {
    font-size: 0.9rem;
  }
  body h1 {
    font-size: 3rem;
    margin-bottom: 25px;
    margin-top: 25px;
  }
  body h2 {
    font-size: 2.5rem;
    margin-bottom: 15px;
  }
  body section {
    margin-bottom: 50px;
    padding-top: 25px;
  }
  body section#news {
    margin-top: 50px;
  }
  body section#network .networkContact div.networkContactImage {
    width: 80px;
    height: 80px;
    border-radius: 50%;
  }
  body section#network .networkContact .iconArea {
    top: 80px;
  }
  body section#network .networkContact .iconArea img {
    width: 45px;
    margin-right: 10px;
    margin-bottom: 50px;
    margin-top: 10px;
  }
  body section .introAreaSales, body section .downloadsArea {
    background-color: transparent;
    padding: 10px;
  }
  body section .introAreaSales h2, body section .downloadsArea h2 {
    color: black !important;
  }
  body section .introAreaSales p, body section .downloadsArea p {
    color: black !important;
  }
  body section .introAreaSales ul a, body section .downloadsArea ul a {
    color: black !important;
  }
  body section .introAreaSales ul a li, body section .downloadsArea ul a li {
    color: black !important;
  }
  body section .introAreaSales ul a li a, body section .downloadsArea ul a li a {
    color: black !important;
  }
  body section .introAreaSales ul a li:before, body section .downloadsArea ul a li:before {
    border-color: black;
  }
  body section ul li {
    margin-left: 30px;
    font-size: 0.9rem;
    margin-bottom: 25px;
  }
  body section ul li:before {
    margin-left: -47px;
    margin-top: -4px;
    width: 32px;
    height: 32px;
  }
  body section div.programsIntro:after {
    display: none;
  }
  body section div.finalistsHeading:after {
    display: none;
  }
  body section div.aboutIntro:after {
    display: none;
  }
  body section div.finalistTile div.finalistTileImage, body section .producerTile div.finalistTileImage {
    height: 32vh;
    min-height: 0;
    background-position: center;
  }
  body section #filterArea .btn {
    font-size: 0.9rem;
    margin-right: 3px;
    margin-bottom: 10px;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  body #navigationOverlay h2 {
    padding-top: 15px;
    font-size: 1.9rem;
    margin-bottom: 5px;
  }
  body #navigationOverlay ul {
    margin-top: 15px;
  }
  body #navigationOverlay ul li {
    line-height: 1.4;
  }
  body #navigationOverlay img.closeMenu {
    position: fixed;
    right: 25px;
    top: 25px;
    width: 35px;
  }
  body #navigationOverlay .input-group.search {
    margin-top: 15px;
  }
  body #navigationOverlay .input-group.search button {
    width: 28px !important;
    height: 28px !important;
  }
  body #navigationOverlay .input-group.search .form-control {
    border-radius: 50px;
    font-size: 1.1rem;
  }
  body header#headerSlider {
    height: 50vh;
  }
  body header#headerSlider.subpage {
    margin-top: 10vh;
    height: auto;
  }
  body header#headerSlider .infoContainer {
    display: none;
  }
  body header#headerSlider #arrowArea {
    width: 100vw;
    bottom: 23.5vh;
  }
  body header#headerSlider #arrowArea #arrowPrev {
    position: absolute;
    left: 10px;
  }
  body header#headerSlider #arrowArea #arrowNext {
    position: absolute;
    right: 10px;
  }
  body header#headerSlider .slickSlider div.slide {
    height: 50vh;
  }
  body header#headerSlider .slickSlider .videoSlideWrapper {
    height: 50vh !important;
  }
  body header#headerSlider .slickSlider .videoSlideWrapper div.videoContainer {
    height: 50vh;
  }
  body header#headerSlider .slickSlider .videoSlideWrapper div.videoContainer video {
    height: 100%;
    min-height: 0;
  }
  body #bigBlueCircle {
    display: none;
  }
}/*# sourceMappingURL=efp.css.map */