@charset "UTF-8";

/* Footers */
/* footer.philips {
  background: #1c315f;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod�IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(-45deg, #1c315f 0, #158ec0 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #1c315f), color-stop(100%, #158ec0));
  background: -webkit-linear-gradient(-45deg, #1c315f 0, #158ec0 100%);
  background: -o-linear-gradient(-45deg, #1c315f 0, #158ec0 100%);
  background: -ms-linear-gradient(-45deg, #1c315f 0, #158ec0 100%);
  background: linear-gradient(135deg, #1c315f 0, #158ec0 100%);
} */

footer.philips {
  color: var(--white);
  background: #1c315f;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=");
  background: -webkit-linear-gradient(315deg, #1c315f 0%, #158ec0 100%);
  background: -o-linear-gradient(315deg, #1c315f 0%, #158ec0 100%);
  background: linear-gradient(135deg, #1c315f 0%, #158ec0 100%);
  /*height: 320px;*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1c315f", endColorstr="#158ec0", GradientType=1);
}

footer.philips .menu a {
  color: #fff;
}

footer.philips .shield {
  background-image: url("../../img/Shield_White_2014.png");
  -webkit-background-size: contain;
  background-size: contain;
}

footer.philips li:not(:first-child):before {
  content: " | ";
  color: var(--white);
}

footer.philips li a:hover {
  background-color: transparent;
  /* color: var(--white); */
}

/* .philips-footer .links {
  color: var(--white);
}

.philips-footer .links p {
  color: var(--white);
}

.region-footer p {
  color: var(--white);
}

.philips-footer .footer-links, .footer-links a {
  color: var(--white);
}

ul.footer-links li {
  color: var(--white);
}

div.links, div.links a {
  color: var(--white);
} */
