<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0px, 0);
    transform: translate3d(-100, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@font-face {
  font-family: "open-sans";
  src: url("../woff/opensans-regular.woff");
  font-weight: normal;
}
@font-face {
  font-family: "open-sans";
  src: url("../woff/opensans-bold.woff");
  font-weight: 700;
}
@font-face {
  font-family: "open-sans";
  src: url("../woff/opensans-semibold.woff");
  font-weight: 600;
}
@font-face {
  font-family: "open-sans";
  src: url("../woff/opensans-extrabold.woff");
  font-weight: 800;
}
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  height: auto;
}

/* Natural flow and rhythm in articles by default */
article &gt; * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

.datetime {
  text-transform: lowercase;
}

.animation {
  opacity: 0;
}
.animation.animated {
  animation-duration: 1.5s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}

.animation-left {
  opacity: 0;
}
.animation-left.animated {
  animation-duration: 1.5s;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
}

.animation-fadein {
  opacity: 0;
}
.animation-fadein.animated {
  animation-duration: 1.5s;
  animation-fill-mode: both;
  animation-name: fadeIn;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
#user-login-form {
  max-width: 1100px;
  margin: auto;
}
#user-login-form label {
  display: block;
}

#block-portbcn-local-tasks {
  position: fixed;
  z-index: 999;
  top: 400px;
  right: 0;
}
#block-portbcn-local-tasks ul {
  margin: 0;
  text-align: right;
  border: none;
  padding: 0;
}
#block-portbcn-local-tasks ul li {
  display: block;
  margin: 5px 0;
}
#block-portbcn-local-tasks ul li a {
  margin: 0;
  padding: 10px 20px;
  display: inline-block;
  background: rgba(30, 30, 30, 0.85);
  color: #fff;
  border: none;
  font-weight: 300;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.3);
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
#block-portbcn-local-tasks ul li a.active {
  background: #fff;
  color: black;
}
#block-portbcn-local-tasks ul li a:hover {
  padding-right: 50px;
  background: #fff;
  color: black;
}

body, html {
  font-family: "open-sans";
  color: #4D5357;
  font-size: 16px;
}

.container-extra {
  max-width: 1300px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}

h2 {
  font-size: 36px;
  font-weight: normal;
  line-height: 1.2em;
}

h3, h4 {
  line-height: 1.2em;
}

p {
  margin: 10px 0;
  line-height: 1.4em;
}
p a {
  color: #002664;
}
p a:hover {
  color: #0073CF;
}

#filters-mobile {
  display: none;
}

.field--name-field-md-caption, .blazy__caption {
  font-size: 14px;
  font-style: italic;
  margin-top: 10px;
}

.paragraph-a1 p a, .paragraph-a1 li a, .paragraph-two-columns p a, .paragraph-two-columns li a {
  color: #009FDA;
  text-decoration: none;
}
.paragraph-a1 p a:hover, .paragraph-a1 li a:hover, .paragraph-two-columns p a:hover, .paragraph-two-columns li a:hover {
  color: #002664;
}

#no-results-view {
  font-size: 22px;
  font-weight: 600;
}

#block-search-mobile {
  display: none;
}

#header-basic-page .subtitle p {
  line-height: 1.2em;
}
#header-basic-page .subtitle p a {
  color: #009FDA;
  text-decoration: none;
}
#header-basic-page .subtitle p a:hover {
  color: #002664;
}

.field--name-field-md-caption .field__label {
  display: none;
}

.vertical-text {
  transform: rotate(180deg);
  writing-mode: vertical-rl;
  text-align: right;
  padding-left: 15px;
  text-transform: uppercase;
  font-size: 15px;
  color: #009FDA;
}

.related-info &gt; div:nth-child(2) {
  position: relative;
}
.related-info &gt; div:nth-child(2):after {
  content: "";
  border-left: 7px solid #009FDA;
  height: 100%;
  position: absolute;
  top: 0;
  left: -60px;
}

@media screen and (max-width: 1450px) {
  .related-info &gt; div:nth-child(2):after {
    left: -45px;
  }
}
@media screen and (max-width: 1200px) {
  .related-info &gt; div:nth-child(2):after {
    left: -25px;
  }
}
@media screen and (max-width: 991px) {
  .related-info &gt; div:nth-child(2):after {
    display: none;
  }
}
nav.pager {
  padding-left: 20%;
  padding-top: 10px;
  margin-bottom: 30px;
  width: 100%;
}
nav.pager ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
nav.pager li a {
  color: #4D5357;
  text-decoration: none;
  font-size: 16px;
}
nav.pager li.pager__item {
  padding: 5px 10px;
}
nav.pager li.pager__item.is-active a {
  color: #009FDA;
  font-weight: normal;
}
nav.pager li.pager__item.pager__item--next,
nav.pager li.pager__item.pager__item--last,
nav.pager li.pager__item.pager__item--previous,
nav.pager li.pager__item.pager__item--first {
  padding: 10px 5px 0 5px;
}
nav.pager li.pager__item.pager__item--next span,
nav.pager li.pager__item.pager__item--last span,
nav.pager li.pager__item.pager__item--previous span,
nav.pager li.pager__item.pager__item--first span {
  display: none;
}
nav.pager li.pager__item.pager__item--next a,
nav.pager li.pager__item.pager__item--last a,
nav.pager li.pager__item.pager__item--previous a,
nav.pager li.pager__item.pager__item--first a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: inline-block;
  background: url("../svg/pager-next.svg") no-repeat center center;
  background-size: 35px 35px;
}
nav.pager li.pager__item.pager__item--next a:hover,
nav.pager li.pager__item.pager__item--last a:hover,
nav.pager li.pager__item.pager__item--previous a:hover,
nav.pager li.pager__item.pager__item--first a:hover {
  background-image: url("../svg/next-pager-icon-v2.svg");
}
nav.pager li.pager__item.pager__item--last {
  padding-top: 10px;
}
nav.pager li.pager__item.pager__item--last a {
  background-image: url("../svg/pager-last.svg");
}
nav.pager li.pager__item.pager__item--last a:hover {
  background-image: url("../svg/pager-last-v2.svg");
}
nav.pager li.pager__item.pager__item--previous a {
  background-image: url("../svg/pager-prev.svg");
}
nav.pager li.pager__item.pager__item--previous a:hover {
  background-image: url("../svg/prev-pager-icon-v2.svg");
}
nav.pager li.pager__item.pager__item--first a {
  background-image: url("../svg/pager-first.svg");
}
nav.pager li.pager__item.pager__item--first a:hover {
  background-image: url("../svg/first-pager-icon-v2.svg");
}

.btn-cta a {
  background-color: #002664;
  padding: 13px 20px;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
}
.btn-cta a.media-link-custom {
  padding-right: 40px;
  background-image: url("../svg/arrow-download-white.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
}

.link-arrow-right a.media-link-custom {
  padding-right: 40px !important;
  background-image: url("../svg/arrow-download-white.svg") !important;
  background-repeat: no-repeat !important;
  background-position: right 10px center !important;
}

.btn-with-arrow a {
  background-color: #002664;
  padding: 20px 50px 20px 20px;
  color: #fff;
}

.link-arrow {
  background: url("../svg/arrow-right-white.svg") no-repeat center right;
  padding-right: 50px;
  text-decoration: none;
}
.link-arrow a {
  background: url("../svg/arrow-right-white.svg") no-repeat center right;
  padding-right: 50px;
  text-decoration: none;
}

.link-arrow-left a {
  text-decoration: none;
  text-transform: uppercase;
  color: #002664;
  font-size: 12px;
  padding-left: 30px;
  background: url("../svg/arrow-left-blue.svg") no-repeat center left;
}
.link-arrow-left a:hover {
  color: #009FDA;
  background-image: url("../svg/arrow-left-small-light-blue.svg");
}

.link-arrow-right a {
  text-decoration: none;
  text-transform: uppercase;
  color: #002664;
  font-size: 12px;
  padding-right: 30px;
  background: url("../svg/arrow-right-blue.svg") no-repeat center right;
}

.breadcrumb-header {
  font-size: 14px;
  color: #4D5357;
  padding-bottom: 10px;
}
.breadcrumb-header a {
  color: #4D5357;
  text-decoration: none;
}
.breadcrumb-header .breadcrumb li:before {
  content: "-";
}

#block-search {
  position: relative;
  text-align: center;
  display: none;
  padding: 40px 0;
  border-top: 2px solid #009FDA;
  box-shadow: 0 10px 10px #ccc;
}
#block-search .form--inline {
  display: flex;
  width: 80%;
  margin: auto;
}
#block-search .form--inline .form-item {
  float: none;
  width: calc(100% - 40px);
}
#block-search .form--inline input {
  padding: 15px;
  width: 100%;
  border: 1px solid #009FDA;
  border-right: 0;
  border-radius: 0;
  appearance: none;
}
#block-search label {
  display: none;
}
#block-search .form-actions {
  border-right: 1px solid #009FDA;
  border-top: 1px solid #009FDA;
  border-bottom: 1px solid #009FDA;
  cursor: pointer;
  width: 50px;
  background: url("../svg/ico-search.svg") no-repeat center center;
  background-size: 35px;
  margin-left: -10px;
}
#block-search .form-actions input {
  display: none;
}
#block-search.show {
  display: block;
}
#block-search #close-search {
  position: absolute;
  right: 50px;
  top: 60px;
  cursor: pointer;
  padding: 20px;
  color: #fff;
  border-radius: 50%;
  line-height: 11px;
  background: url("../svg/close-search.svg") no-repeat center center #009FDA;
}

.ico-arrow, .ico-arrow-tablet {
  display: none;
  content: "";
  width: 16px;
  height: 16px;
  border: solid #FFF;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
  position: absolute;
  right: 25px;
  top: 7px;
}

.active-expanded &gt; .ico-arrow {
  top: 18px;
}

.ico-arrow-tablet {
  border: solid #002664;
  position: absolute;
  top: 3px;
  right: -5px;
  width: 8px;
  height: 8px;
  border-width: 0 1px 1px 0;
  z-index: 4;
}

.media-video-player {
  width: calc(100% - 150px);
}
.media-video-player .player-box {
  position: relative;
  min-height: 500px;
}
.media-video-player .player-box .image-video {
  cursor: pointer;
}
.media-video-player .player-box .image-video img {
  width: 100%;
}
.media-video-player .player-box .image-video:before {
  content: "";
  background: url("../svg/video-player-icon.svg") no-repeat center center;
  width: 110px;
  height: 110px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: 2;
}
.media-video-player .player-box .image-video .media:after {
  display: none;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: 1;
  background-color: #CFE7FA;
  opacity: 0.4;
}
.media-video-player .player-box .image-video:hover .media:after {
  display: block;
}
.media-video-player .player-box .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.paragraph-h1 .image-video:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #CFE7FA;
  opacity: 0.4;
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  display: none;
}
.paragraph-h1 .image-video:hover:after {
  display: block;
}

#header .block-menus {
  position: static;
}
#header #public-navigation {
  padding: 10px 0;
}
#header #public-navigation nav ul.menu {
  margin: 0;
  display: flex;
  justify-content: flex-end;
}
#header #public-navigation nav ul.menu li {
  padding: 10px 20px;
  list-style: none;
}
#header #public-navigation nav ul.menu li a {
  color: #4D5357;
  text-decoration: none;
  font-size: 13px;
}
#header #public-navigation nav ul.menu li a:hover {
  color: #009FDA;
}
#header #public-navigation nav ul.menu li.menu-item--expanded &gt; a {
  position: relative;
  padding-right: 15px;
}
#header #public-navigation nav ul.menu li.menu-item--expanded &gt; a:after {
  position: absolute;
  right: 0;
  top: 5px;
  content: "";
  width: 6px;
  height: 6px;
  border: solid #002664;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
  display: block;
}
#header #public-navigation nav ul.menu li.menu-item--expanded ul {
  display: none;
}
#header #public-navigation nav ul.menu li.menu-item--expanded ul li {
  padding: 0;
}
#header #public-navigation nav ul.menu li.menu-item--expanded:hover ul {
  display: block;
  position: absolute;
  z-index: 8;
  background-color: #fff;
  padding: 20px;
  box-shadow: 0px 3px 4px #ccc;
}
#header #public-navigation nav ul.menu li.menu-item--expanded:hover ul li a {
  line-height: 19px;
}
#header #primary-navigation-section {
  padding-top: 0px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#header #primary-navigation-section #primary-menu nav &gt; ul.menu {
  display: flex;
  list-style: none;
  padding-right: 10px;
}
#header #primary-navigation-section #primary-menu nav &gt; ul.menu &gt; li {
  list-style: none;
  padding: 10px 11px 25px 11px;
}
#header #primary-navigation-section #primary-menu nav &gt; ul.menu &gt; li a {
  color: #4d5357;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 15px;
}
#header #primary-navigation-section #primary-menu nav &gt; ul.menu &gt; li a:hover {
  color: #009FDA;
}
#header #primary-navigation-section #primary-menu nav &gt; ul.menu &gt; li a.is-active {
  color: #009FDA;
}
#header #primary-navigation-section #primary-menu nav &gt; ul.menu &gt; li.menu-item--expanded &gt; a {
  position: relative;
  padding-right: 15px;
}
#header #primary-navigation-section #primary-menu nav &gt; ul.menu &gt; li.menu-item--expanded &gt; a:after {
  position: absolute;
  right: 0;
  top: 6px;
  content: "";
  width: 6px;
  height: 6px;
  border: solid #002664;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
  display: block;
}
#header #primary-navigation-section #primary-menu nav &gt; ul.menu &gt; li.active-hover &gt; a {
  color: #009FDA;
}
#header #primary-navigation-section #primary-menu .menu-highlight {
  background-repeat: none;
  background-size: cover;
  padding: 50px 30px;
  margin: 0 -15px 0 -15px;
}
#header #primary-navigation-section #primary-menu .menu-highlight * {
  color: #fff;
}
#header #primary-navigation-section #primary-menu .menu-highlight h3 {
  border-bottom: 1px solid #fff;
}
#header #primary-navigation-section #primary-menu .col-children {
  padding: 80px 40px;
  background-color: #002664;
}
#header #primary-navigation-section #primary-menu .col-children * {
  color: #fff !important;
}
#header #primary-navigation-section #primary-menu .col-children a:hover {
  color: #009FDA !important;
}
#header #primary-navigation-section #primary-menu .col-children ul {
  margin-left: 0;
}
#header #primary-navigation-section #primary-menu .col-children ul li {
  padding: 0 0 15px 0;
}
#header #primary-navigation-section #primary-menu .col-children .link-extra {
  padding-top: 40px;
  padding-left: 0px;
}
#header #primary-navigation-section #primary-menu .col-children .link-extra a {
  padding-right: 30px;
  background: url("../svg/arrow-right-menu-white.svg") no-repeat right center;
}
#header #primary-navigation-section #primary-menu .col-children .link-extra a:hover {
  background-image: url("../svg/arrow-right-menu-dark.svg");
}
#header #primary-navigation-section #primary-menu .col-image {
  margin: 0 -15px;
}
#header #primary-navigation-section #primary-menu .col-image div {
  height: 100%;
  display: flex;
  flex-direction: column;
}
#header #primary-navigation-section #primary-menu .col-shortcuts {
  padding: 80px 40px;
  background-color: #0073CF;
}
#header #primary-navigation-section #primary-menu .col-shortcuts h3 {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: normal;
  padding-bottom: 20px;
}
#header #primary-navigation-section #primary-menu .col-shortcuts * {
  color: #fff !important;
}
#header #primary-navigation-section #primary-menu .col-shortcuts a:hover {
  color: #002664 !important;
}
#header #primary-navigation-section #primary-menu .col-shortcuts ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#header #primary-navigation-section #primary-menu .col-shortcuts ul li {
  margin-left: 0;
}
#header #primary-navigation-section #primary-menu .col-shortcuts ul li a {
  text-transform: none !important;
}
#header #primary-navigation-section #secondary-menu {
  padding-right: 20px;
  padding-bottom: 20px;
}
#header #primary-navigation-section #secondary-menu nav ul {
  display: flex;
}
#header #primary-navigation-section #secondary-menu nav li {
  list-style: none;
  margin-right: 10px;
}
#header #primary-navigation-section #secondary-menu nav li a {
  color: #4D5357;
  text-decoration: none;
  font-size: 13px;
}
#header #primary-navigation-section #secondary-menu nav li a:hover {
  color: #009FDA;
}
#header #primary-navigation-section #secondary-menu nav li.menu-item--expanded .ico-arrow {
  display: none;
}
#header #primary-navigation-section #secondary-menu nav li.menu-item--expanded &gt; a {
  position: relative;
  padding-right: 15px;
}
#header #primary-navigation-section #secondary-menu nav li.menu-item--expanded &gt; a:after {
  position: absolute;
  right: 0;
  top: 6px;
  content: "";
  width: 6px;
  height: 6px;
  border: solid #4D5357;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
  display: block;
}
#header #primary-navigation-section #secondary-menu nav li.menu-item--expanded ul {
  display: none;
  position: absolute;
  padding: 20px;
  box-shadow: 0px 3px 4px #ccc;
  background-color: #fff;
  margin: 0;
  z-index: 5;
}
#header #primary-navigation-section #secondary-menu nav li.menu-item--expanded:hover &gt; ul {
  display: block;
}
#header #primary-navigation-section .wrapper-menu {
  border-top: 2px solid #0073CF;
  top: 121px;
  background-color: #fff;
  padding-top: 40px;
  visibility: hidden;
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 9;
  box-shadow: 1px 1px 2px #ccc;
}
#header #primary-navigation-section .wrapper-menu .container:first-child {
  margin-bottom: 20px;
}
#header #primary-navigation-section .wrapper-menu &gt; .container + .container {
  padding: 0;
}
#header #primary-navigation-section .wrapper-menu &gt; .container &gt; ul {
  margin: 0;
  list-style: none;
}
#header #primary-navigation-section .wrapper-menu &gt; .container &gt; ul:after {
  content: "";
  display: block;
}
#header #primary-navigation-section .wrapper-menu &gt; .container &gt; ul &gt; li {
  margin-bottom: 20px;
  list-style: none;
  width: calc(25% - 10px);
}
#header #primary-navigation-section .wrapper-menu &gt; .container &gt; ul &gt; li &gt; a {
  text-transform: uppercase;
  border-bottom: 1px solid #4D5357;
  padding-bottom: 10px;
  line-height: 2.2em;
}
#header #primary-navigation-section .wrapper-menu &gt; .container &gt; ul &gt; li .wrapper-menu {
  display: block;
  position: static;
  padding: 0;
  border: 0;
  box-shadow: none;
}
#header #primary-navigation-section .wrapper-menu &gt; .container &gt; ul &gt; li .wrapper-menu .container {
  padding: 0;
  padding-top: 20px;
}
#header #primary-navigation-section .wrapper-menu &gt; .container &gt; ul &gt; li .wrapper-menu .container ul {
  display: list-item;
  margin-left: 0;
  padding-left: 0;
}
#header #primary-navigation-section .wrapper-menu &gt; .container &gt; ul &gt; li .wrapper-menu .container ul &gt; li {
  margin-bottom: 3px;
  padding-right: 20px;
  width: 100%;
}
#header #primary-navigation-section .wrapper-menu &gt; .container &gt; ul &gt; li .wrapper-menu .container ul &gt; li &gt; a {
  text-transform: none !important;
  border: 0 !important;
  padding: 0;
  line-height: 16px;
  display: inline-block;
}
#header #primary-navigation-section .wrapper-menu &gt; .container &gt; ul &gt; li .wrapper-menu .container .extra-link {
  display: none;
}
#header #primary-navigation-section .wrapper-menu .extra-link {
  padding: 10px;
  background-color: #0073CF;
}
#header #primary-navigation-section .wrapper-menu .extra-link a {
  width: 100%;
  display: inline-block;
}
#header #primary-navigation-section .wrapper-menu .extra-link * {
  color: #fff !important;
  font-size: 12px;
}
#header #primary-navigation-section .wrapper-menu .extra-link:hover {
  background-color: #009FDA;
}
#header #primary-navigation-section .wrapper-menu.visual-b {
  padding-top: 0;
  height: 450px;
  overflow: hidden;
  background-color: #0073CF;
}
#header #primary-navigation-section .wrapper-menu.visual-b &gt; .container-fluid {
  height: 100%;
}
#header #primary-navigation-section .wrapper-menu.visual-b ul.menu li.menu-item--expanded {
  list-style: none;
}
#header #primary-navigation-section .wrapper-menu.visual-b ul.menu li.menu-item--expanded .wrapper-menu {
  display: none;
}
#header #primary-navigation-section .wrapper-menu.visual-b .views-row {
  position: relative;
}
#header #primary-navigation-section .wrapper-menu.visual-b .views-row div.image-bg-menu {
  position: absolute;
  z-index: 0;
  width: 100%;
}
#header #primary-navigation-section .wrapper-menu.visual-b .views-row div.info-highlight-menu {
  width: 100%;
  height: 100%;
}
#header #primary-navigation-section .wrapper-menu.visual-b .views-row div.info-highlight-menu * {
  color: #fff;
}
#header #primary-navigation-section .wrapper-menu.visual-b .views-row div.info-highlight-menu .row {
  display: flex;
  height: 100%;
  align-items: center;
}
#header #primary-navigation-section .wrapper-menu.visual-b .views-row div.info-highlight-menu .container {
  position: relative;
  z-index: 3;
}
#header #primary-navigation-section .wrapper-menu.visual-b .views-row div.info-highlight-menu .container a {
  font-size: 40px !important;
  color: #fff !important;
  line-height: 45px;
  text-transform: none !important;
  padding-top: 10px;
}
#header #primary-navigation-section .wrapper-menu.visual-b .views-row div.info-highlight-menu .container a:hover {
  color: #009FDA !important;
}
#header #primary-navigation-section .wrapper-menu.visual-b .views-row div.info-highlight-menu .container p {
  font-size: 14px;
}
#header #primary-navigation-section .wrapper-menu.visual-b .views-row div.info-highlight-menu:before {
  content: "";
  background-image: url("../svg/pattern-blue-menu.svg");
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#header #primary-navigation-section .wrapper-menu.visual-b .views-row div.info-highlight-menu:after {
  position: absolute;
  background: transparent linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #002664 100%);
  content: "";
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
#header #primary-navigation-section .wrapper-menu.visual-b img {
  object-fit: cover;
  width: 100%;
  overflow: hidden;
}
#header #primary-navigation-section .wrapper-menu.visual-b .row {
  min-height: 100%;
}
#header #primary-navigation-section .wrapper-menu.visual-b .menu-item {
  text-transform: uppercase;
  font-size: 15px;
}
#header #primary-navigation-section .wrapper-menu.visual-b .menu-item:after {
  width: 250px;
  height: 1px;
  content: "";
  background-color: #fff;
  margin-top: 5px;
}
#header #primary-navigation-section .wrapper-menu.show-submenu {
  visibility: visible;
}
#header #primary-navigation-section .wrapper-menu.show-submenu .wrapper-menu {
  visibility: visible;
}
#header #primary-navigation-section .contextual-region {
  position: static;
}
#header .region-language-selector .selectric-wrapper .selectric {
  background-color: #fff;
  border: 0;
  padding-bottom: 12px;
}
#header .region-language-selector .selectric-wrapper .selectric .label {
  height: 20px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: normal;
  padding: 0 25px 0 0;
  margin: 0;
  position: relative;
}
#header .region-language-selector .selectric-wrapper .selectric .label:after {
  position: absolute;
  right: 10px;
  top: 5px;
  content: "";
  width: 6px;
  height: 6px;
  border: solid #4D5357;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  z-index: 2;
}
#header .region-language-selector .selectric-wrapper .selectric b.button {
  display: none;
}
#header .region-language-selector .selectric-wrapper .selectric-items {
  border: 0;
  box-shadow: 0px 3px 4px #ccc;
  z-index: 5;
}
#header .region-language-selector .selectric-wrapper .selectric-items li {
  background-color: #fff !important;
  padding: 5px 10px;
  text-transform: uppercase;
}
#header .region-language-selector .selectric-wrapper .selectric-items li:hover {
  color: #009FDA;
}
#header .region-language-selector .selectric-wrapper.selectric-hover .selectric-items {
  display: block;
}
#header .ico-search {
  cursor: pointer;
  padding-left: 10px;
  padding-bottom: 15px;
}
#header .ico-search img {
  width: 15px;
}
#header .logo-col {
  padding-bottom: 31px;
}

.fr #header #public-navigation nav ul.menu li a.boto-menu-blau {
  font-size: 12px;
}
@media screen and (max-width: 1090px) {
  .fr #header #public-navigation nav ul.menu li:first-child {
    max-width: 100px;
  }
  .fr #header #public-navigation nav ul.menu li:nth-last-child(3) {
    max-width: 100px;
  }
}

body.user-logged-in #header #primary-navigation-section .wrapper-menu {
  top: 200px;
}

#pre-footer {
  background-color: #002664;
  padding: 40px 0 60px 0;
}
#pre-footer .logo-footer p {
  font-size: 13px;
  color: #fff;
  font-style: italic;
  padding-top: 10px;
}
#pre-footer .links-social {
  margin: 0;
  display: flex;
  justify-content: flex-end;
}
#pre-footer .links-social li {
  margin: 0 5px;
}
#pre-footer .links-social li a {
  width: 30px;
  height: 20px;
  display: inline-block;
}
#pre-footer .links-social li a.link-instagram {
  background: url("../svg/instagram-icon.svg") no-repeat center center;
}
#pre-footer .links-social li a.link-instagram:hover {
  background: url("../svg/instagram-social-icon-blue.svg") no-repeat center center;
}
#pre-footer .links-social li a.link-youtube {
  background: url("../svg/youtube-icon.svg") no-repeat center center;
}
#pre-footer .links-social li a.link-youtube:hover {
  background: url("../svg/youtube-social-icon-blue.svg") no-repeat center center;
}
#pre-footer .links-social li a.link-linkedin {
  background: url("../svg/linkedin-icon.svg") no-repeat center center;
}
#pre-footer .links-social li a.link-linkedin:hover {
  background: url("../svg/linkedin-social-icon-blue.svg") no-repeat center center;
}
#pre-footer .links-social li a.link-twitter {
  background: url("../svg/twitter-icon.svg") no-repeat center center;
  background-size: 20px;
}
#pre-footer .links-social li a.link-twitter:hover {
  background: url("../svg/twitter-social-icon-blue.svg") no-repeat center center;
}
#pre-footer .links-social li a.link-flicker {
  background: url("../svg/flicker-icon.svg") no-repeat center center;
}
#pre-footer .links-social li a.link-flicker:hover {
  background: url("../svg/flicker-icon-social-blue.svg") no-repeat center center;
}
#pre-footer .link-arrow {
  float: right;
  color: #fff;
  margin-top: 25px;
  display: inline-block;
}
#pre-footer .link-arrow:hover {
  color: #009FDA;
  background-image: url("../svg/arrow-right-long-blue.svg");
}

#primary-navigation-footer h3, #public-navigation-footer h3 {
  font-weight: normal;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
}
#primary-navigation-footer nav, #public-navigation-footer nav {
  padding-top: 10px;
}
#primary-navigation-footer nav ul.menu, #primary-navigation-footer nav ul.menu &gt; li, #public-navigation-footer nav ul.menu, #public-navigation-footer nav ul.menu &gt; li {
  list-style: none;
  margin: 0 0 8px 0;
  padding: 0;
}
#primary-navigation-footer nav ul.menu *, #primary-navigation-footer nav ul.menu &gt; li *, #public-navigation-footer nav ul.menu *, #public-navigation-footer nav ul.menu &gt; li * {
  color: #fff;
  font-size: 15px;
}
#primary-navigation-footer nav ul.menu a, #primary-navigation-footer nav ul.menu &gt; li a, #public-navigation-footer nav ul.menu a, #public-navigation-footer nav ul.menu &gt; li a {
  text-decoration: none;
}
#primary-navigation-footer nav ul.menu a:hover, #primary-navigation-footer nav ul.menu &gt; li a:hover, #public-navigation-footer nav ul.menu a:hover, #public-navigation-footer nav ul.menu &gt; li a:hover {
  color: #009FDA;
}

#public-navigation-footer .region-footer-shortcuts-menu nav ul.menu {
  display: flex;
  flex-wrap: wrap;
}
#public-navigation-footer .region-footer-shortcuts-menu nav ul.menu li {
  width: 50%;
}

#footer {
  padding: 70px 0 20px 0;
  background-color: #114293;
}
#footer .text-formatted {
  color: #fff;
  font-size: 14px;
}
#footer .text-formatted h3 {
  font-weight: normal;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
}
#footer .text-formatted a {
  color: #fff;
  text-decoration: none;
}
#footer .text-formatted a:hover {
  color: #009FDA;
}
#footer .menu-legals {
  display: flex;
  align-items: center;
  padding-top: 40px;
}
#footer .menu-legals * {
  color: #fff !important;
  font-size: 12px;
}
#footer .menu-legals li {
  margin: 0 10px 0 0;
  border-left: 1px solid #fff;
  padding-left: 10px;
}
#footer .menu-legals li a {
  text-decoration: none;
}
#footer .menu-legals li a:hover {
  color: rgb(0, 159, 218) !important;
}
#footer .menu-legals li:first-child {
  border: 0;
  padding-left: 0;
}
#footer .menu-legals li:nth-child(4) {
  border: 0;
  margin-left: auto;
}

#block-exposedformgeneral-searchpage-1 {
  position: relative;
  z-index: 1;
}

#header-basic-page {
  padding: 40px 0;
  background: url(../svg/pattern-highlight.svg) no-repeat top left #fff;
  background-size: cover;
  border-bottom: 1px solid #009FDA;
}
#header-basic-page h1 {
  font-size: 40px;
  font-weight: 600;
  padding-top: 20px;
  line-height: 1.1em;
}
#header-basic-page .contact-image img {
  border-radius: 50%;
}
#header-basic-page .extras {
  padding-top: 20px;
  display: flex;
  position: relative;
  z-index: 1;
}
#header-basic-page .extras &gt; div {
  margin-right: 10px;
}
#header-basic-page .extras .share-btns {
  padding-left: 30px;
}
#header-basic-page .extras .share-btns a {
  font-size: 14px;
  line-height: 35px;
  text-decoration: none;
  color: #4D5357;
  padding-right: 35px;
  background: url("../svg/share-icon.svg") no-repeat center right 3px;
  display: inline-block;
}
#header-basic-page .subtitle {
  font-size: 22px;
  padding-top: 10px;
}
#header-basic-page .subtitle p {
  font-size: 22px;
}
#header-basic-page .date {
  font-size: 14px;
  padding-top: 10px;
}
#header-basic-page .btn-cta a:hover {
  background-color: #009FDA;
}

#header-image-page {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0 90px 0;
}
#header-image-page &gt; .container {
  position: relative;
  z-index: 3;
}
#header-image-page &gt; .container:after {
  position: absolute;
  right: 0;
  bottom: -90px;
  content: "";
  background-image: url(../svg/boxes-colors.svg);
  background-repeat: no-repeat;
  width: 245px;
  height: 150px;
}
#header-image-page h1 {
  color: #fff;
  font-size: 60px;
  font-weight: 600;
  line-height: 65px;
  padding-bottom: 15px;
}
#header-image-page .subtitle {
  font-size: 22px;
  color: #fff;
  max-width: 70%;
}
#header-image-page .subtitle p {
  color: #fff;
}
#header-image-page div.cat-navigation {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 0 5px 0;
}
#header-image-page div.date-navigation {
  padding: 5px 0 10px 0;
  color: #fff;
  font-size: 14px;
  text-transform: lowercase;
}
#header-image-page .extras {
  padding-top: 20px;
  display: flex;
  position: relative;
  z-index: 1;
}
#header-image-page .extras .share-btns {
  padding-left: 30px;
}
#header-image-page .extras .share-btns a {
  font-size: 14px;
  line-height: 35px;
  text-decoration: none;
  color: #fff;
  padding-right: 35px;
  background: url(../svg/share-icon-white.svg) no-repeat center right 3px;
  display: inline-block;
}
#header-image-page .extras .btn-cta a {
  background-color: #fff;
  color: #4D5357;
}
#header-image-page .extras .btn-cta a:hover {
  background-color: #009FDA;
  color: #fff;
}
#header-image-page .extras .btn-cta a.media-link-custom {
  background-image: url("../svg/arrow-download-dark.svg");
}
#header-image-page .extras .btn-cta a.media-link-custom:hover {
  background-image: url("../svg/arrow-download-white.svg");
}
#header-image-page:before {
  content: "";
  background: transparent linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #002664 100%) 0% 0% no-repeat;
  width: 90%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0.65;
}
#header-image-page:after {
  content: "";
  background-image: url(../svg/pattern-blue-menu.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#header-image-page .breadcrumb-header li {
  color: #fff;
  font-size: 14px;
}
#header-image-page .breadcrumb-header li a {
  color: #fff;
}
#header-image-page .breadcrumb-header li a:hover {
  color: #009FDA;
}
#header-image-page .link-arrow-left {
  display: none;
}

.template-project-full .info, .template-activity-full .info, .template-location .info, .template-webinar .info {
  margin-top: 0 !important;
  background-color: #EAEAF1;
}
.template-project-full .info .col-map-anchor .btn-cta, .template-activity-full .info .col-map-anchor .btn-cta, .template-location .info .col-map-anchor .btn-cta, .template-webinar .info .col-map-anchor .btn-cta {
  padding-top: 5px;
}
.template-project-full .info .col-map-anchor .btn-cta a, .template-activity-full .info .col-map-anchor .btn-cta a, .template-location .info .col-map-anchor .btn-cta a, .template-webinar .info .col-map-anchor .btn-cta a {
  color: #fff !important;
}
.template-project-full .info .field__label, .template-activity-full .info .field__label, .template-location .info .field__label, .template-webinar .info .field__label {
  font-size: 16px;
}
.template-project-full .info .field, .template-activity-full .info .field, .template-location .info .field, .template-webinar .info .field {
  position: relative;
  padding-top: 30px;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.template-project-full .info .field .field__item:after, .template-activity-full .info .field .field__item:after, .template-location .info .field .field__item:after, .template-webinar .info .field .field__item:after {
  content: "";
  border-bottom: 1px solid #707070;
  display: block;
  bottom: 0;
  position: absolute;
  width: calc(100% - 40px);
}
.template-project-full .info .field ul li, .template-activity-full .info .field ul li, .template-location .info .field ul li, .template-webinar .info .field ul li {
  position: relative;
  list-style: none;
  padding: 5px 0;
}
.template-project-full .info .field ul li:before, .template-activity-full .info .field ul li:before, .template-location .info .field ul li:before, .template-webinar .info .field ul li:before {
  content: "";
  border-radius: 50%;
  height: 10px;
  width: 10px;
  background-color: #0073CF;
  position: absolute;
  left: -20px;
  top: 13px;
}
.template-project-full .info .field a, .template-activity-full .info .field a, .template-location .info .field a, .template-webinar .info .field a {
  color: #009FDA;
  text-decoration: none;
}
.template-project-full .info .field a:hover, .template-activity-full .info .field a:hover, .template-location .info .field a:hover, .template-webinar .info .field a:hover {
  color: #002664;
}
.template-project-full .link-arrow-right a:hover, .template-activity-full .link-arrow-right a:hover, .template-location .link-arrow-right a:hover, .template-webinar .link-arrow-right a:hover {
  color: #009FDA;
  background-image: url("../svg/arrow-right-small-light-blue.svg");
}

.template-location .info {
  padding: 0;
}
.template-location .info * {
  font-size: 14px;
}
.template-location .info .email-col .box {
  background: url("../svg/email-icon.svg") no-repeat top left;
  padding-top: 40px;
}
.template-location .info .phone-col .box {
  background: url("../svg/phone-icon.svg") no-repeat top left;
  padding-top: 40px;
}
.template-location .info .web-col .box {
  background: url("../svg/web-icon.svg") no-repeat top left;
  padding-top: 40px;
}
.template-location .info .address-col .box {
  background: url("../svg/location-icon.svg") no-repeat top left;
  padding-top: 40px;
}
.template-location .info .link-arrow-right a {
  padding-top: 15px;
  padding-bottom: 10px;
  display: inline-block;
  word-break: break-word;
}
.template-location .info .row .box {
  height: 100%;
  border-bottom: 1px solid #4D5357;
  display: flex;
  flex-direction: column;
}
.template-location .info .row .box .link-arrow-right {
  margin-top: auto;
}

.template-company-teaser {
  border-bottom: 1px solid #4D5357;
  margin-bottom: 40px;
  padding-bottom: 25px;
}
.template-company-teaser h3 {
  font-size: 22px;
  font-weight: 300;
  line-height: 26px;
}
.template-company-teaser .field--name-field-company-address {
  padding-left: 30px;
  background: url("../svg/location-contact.svg") no-repeat top left;
  font-size: 14px;
  padding-bottom: 15px;
}
.template-company-teaser .field--name-field-company-address p {
  margin: 0;
  padding: 0;
}
.template-company-teaser .field--name-field-company-phone {
  padding-left: 30px;
  background: url("../svg/phone-contact.svg") no-repeat top left;
  font-size: 14px;
  padding-bottom: 15px;
}
.template-company-teaser .field--name-field-company-fax {
  font-size: 14px;
  padding-left: 30px;
  padding-bottom: 15px;
}
.template-company-teaser .field--name-field-company-email {
  font-size: 14px;
  padding-left: 30px;
  padding-bottom: 15px;
  background: url("../svg/email-contact.svg") no-repeat top left;
}
.template-company-teaser .field--name-field-company-url-web {
  font-size: 14px;
  padding-left: 30px;
  padding-bottom: 15px;
  background: url("../svg/web-contact.svg") no-repeat top left;
}
.template-company-teaser .field--name-field-company-url-web a {
  color: #002664;
  text-decoration: none;
}
.template-company-teaser .field--name-field-company-url-web a:hover {
  color: #009FDA;
}

.contact-teaser {
  border-bottom: 1px solid #4D5357;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.contact-teaser h3 {
  font-size: 22px;
  font-weight: normal;
}
.contact-teaser h3 a {
  color: #002664;
  text-decoration: none;
}
.contact-teaser h3 a:hover {
  color: #009FDA;
}
.contact-teaser .subtitle {
  font-size: 16px;
}
.contact-teaser .subtitle a {
  color: #009FDA;
  text-decoration: none;
}
.contact-teaser .subtitle a:hover {
  color: #002664;
}
.contact-teaser .blazy img {
  border-radius: 50%;
}
.contact-teaser .field--name-location-email-cta {
  margin-bottom: 15px;
  font-size: 14px;
  padding-left: 35px;
  background: url("../svg/email-icon.svg") no-repeat left center;
  background-size: 20px;
}
.contact-teaser .field--name-location-email-cta .field__label {
  display: none;
}
.contact-teaser .field--name-location-email-cta a {
  color: #002664;
  text-decoration: none;
}
.contact-teaser .field--name-field-location-email {
  margin-bottom: 15px;
  font-size: 14px;
  padding-left: 35px;
  background: url("../svg/email-icon.svg") no-repeat left center;
  background-size: 20px;
}
.contact-teaser .field--name-field-location-email .field__label {
  display: none;
}
.contact-teaser .field--name-field-location-email a {
  color: #002664;
  text-decoration: none;
}
.contact-teaser .field--name-field-location-email a:hover {
  color: #009FDA;
}
.contact-teaser .field--name-location-web-cta {
  font-size: 14px;
  margin-bottom: 15px;
  padding-left: 35px;
  background: url("../svg/web-icon.svg") no-repeat left center;
  background-size: 15px;
}
.contact-teaser .field--name-location-web-cta .field__label {
  display: none;
}
.contact-teaser .field--name-location-web-cta a {
  color: #002664;
  text-decoration: none;
}
.contact-teaser .field--name-location-web-cta a:hover {
  color: #009FDA;
}
.contact-teaser .field--name-location-phone-cta {
  font-size: 14px;
  background: url("../svg/phone-icon.svg") no-repeat left top;
  background-size: 12px;
  padding-left: 35px;
  margin-bottom: 15px;
}
.contact-teaser .field--name-location-phone-cta a {
  color: #002664;
  text-decoration: none;
}
.contact-teaser .field--name-location-phone-cta a:hover {
  color: #009FDA;
}
.contact-teaser .field--name-location-phone-cta .field__label {
  display: none;
}
.contact-teaser .field--name-field-location-location-text {
  font-size: 14px;
  padding-left: 35px;
  margin-bottom: 10px;
  background: url("../svg/location-icon.svg") no-repeat left top;
  background-size: 15px;
}
.contact-teaser .field--name-field-location-location-text .field__label {
  display: none;
}

.template-external-course-highlight-list {
  margin-top: -18px;
  background-size: cover;
  margin-bottom: 18px;
  padding: 50px 0;
  position: relative;
}
.template-external-course-highlight-list:before {
  content: "";
  height: 100%;
  width: 80%;
  position: absolute;
  background: transparent linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(127, 146, 177, 0.5019607843) 31%, #002664 100%) 0% 0% no-repeat padding-box;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
}
.template-external-course-highlight-list .container {
  position: relative;
  z-index: 1;
}
.template-external-course-highlight-list h2 {
  padding-bottom: 10px;
}
.template-external-course-highlight-list .subtitle {
  padding-bottom: 10px;
}
.template-external-course-highlight-list * {
  color: #fff;
}
.template-external-course-highlight-list .btn-cta a {
  background-color: #fff;
  color: #002664;
}
.template-external-course-highlight-list .btn-cta a:hover {
  background-color: #009FDA;
  color: #fff;
}

.modules-related {
  padding-top: 0px;
  margin-top: 0;
}

.new-micro-teaser,
.event-micro-teaser {
  padding: 20px 0;
  border-bottom: 1px solid #707070;
}
.new-micro-teaser a,
.event-micro-teaser a {
  text-decoration: none;
}
.new-micro-teaser a:hover *,
.event-micro-teaser a:hover * {
  color: #009FDA;
}
.new-micro-teaser .tag,
.event-micro-teaser .tag {
  font-size: 14px;
  font-weight: 900;
  padding-top: 15px;
  padding-bottom: 15px;
}
.new-micro-teaser h3 a,
.event-micro-teaser h3 a {
  text-decoration: none;
  color: #002664;
  font-weight: normal;
  font-size: 25px;
}
.new-micro-teaser h3 a:hover,
.event-micro-teaser h3 a:hover {
  color: #009FDA;
}
.new-micro-teaser .data,
.event-micro-teaser .data {
  font-size: 14px;
  padding-top: 15px;
  text-transform: lowercase;
}
.new-micro-teaser .info-date,
.event-micro-teaser .info-date {
  height: 100%;
  width: 100%;
  background-color: #EAEAF1;
  padding: 20px 10px 10px 20px;
}
.new-micro-teaser .info-date .info-event-box,
.event-micro-teaser .info-date .info-event-box {
  display: flex;
}
.new-micro-teaser .info-date .info-event-box .day-end,
.event-micro-teaser .info-date .info-event-box .day-end {
  border-left: 1px solid #002664;
  margin-left: 5px;
  padding-left: 5px;
}
.new-micro-teaser .info-date time,
.event-micro-teaser .info-date time {
  display: none;
}
.new-micro-teaser .info-date .day,
.event-micro-teaser .info-date .day {
  font-size: 45px;
  font-weight: 900;
  color: #002664;
}
.new-micro-teaser .info-date .month,
.event-micro-teaser .info-date .month {
  font-size: 10px;
  font-weight: 900;
  color: #002664;
}
.new-micro-teaser .info-date .extra-info,
.event-micro-teaser .info-date .extra-info {
  padding-top: 5px;
  font-size: 15px;
  color: #000;
}

.event-teaser .day {
  font-weight: 900;
  font-size: 60px;
  line-height: 60px;
  color: #002664;
}
.event-teaser .month {
  font-weight: 900;
  font-size: 14px;
  color: #002664;
}
.event-teaser a {
  text-decoration: none;
  color: #002664;
}
.event-teaser a:hover {
  color: #009FDA;
}
.event-teaser a:hover .day, .event-teaser a:hover .month {
  color: #009FDA;
}
.event-teaser h3 {
  font-size: 20px;
  font-weight: normal;
  margin-top: 10px;
  padding-right: 50px;
}

.event-list .col-date a {
  text-decoration: none;
}
.event-list .col-date a:hover * {
  color: #009FDA;
}
.event-list .col-date .info-event-box {
  display: flex;
  padding-bottom: 10px;
}
.event-list .col-date .info-event-box .day-end {
  border-left: 1px solid #002664;
  margin-left: 10px;
  padding-left: 10px;
}
.event-list .col-date .info-event-box .month {
  padding-top: 5px;
}
.event-list .col-date .info-date {
  text-decoration: none;
  padding: 15px 20px;
  background-color: #EAEAF1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.event-list .col-date .info-date time {
  display: none;
}
.event-list .col-date .info-date .day {
  font-size: 50px;
  font-weight: 900;
  line-height: 1em;
}
.event-list .col-date .info-date * {
  color: #002664;
}
.event-list .col-date .info-date .month {
  font-weight: 900;
  font-size: 14px;
}
.event-list .col-date .info-date .hour-start {
  font-size: 15px;
  font-weight: normal;
}
.event-list .col-date .info-date .location {
  font-size: 15px;
  font-weight: normal;
}
.event-list .col-date .info-date .location p {
  padding: 0;
  margin: 0;
}
.event-list .col-info h3.titol-extern a {
  padding-right: 30px;
  display: inline-block;
  line-height: 30px;
  background: url("../svg/arrow-external-link.svg") no-repeat top 5px right;
  background-size: 20px 20px;
}
.event-list .col-info h3.titol-extern a:hover {
  background-image: url("../svg/arrow-external-link-light-blue.svg");
}
.event-list .col-info a {
  color: #002664;
  text-decoration: none;
  font-weight: normal;
}
.event-list .col-info a:hover {
  color: #009FDA;
}
.event-list .col-info .tags {
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 900;
}
.event-list .col-info .content {
  font-size: 16px;
}
.event-list .col-info .content * {
  font-size: 16px;
}

.template-document .node__content {
  padding-top: 60px;
  padding-bottom: 60px;
}
.template-document .node__content h3 {
  font-weight: normal;
  font-size: 22px;
  padding: 30px 0 20px 0;
}
.template-document .node__content .col-lg-9 a {
  color: #009FDA;
  text-decoration: none;
}
.template-document .node__content .col-lg-9 a:hover {
  color: #002664;
}
.template-document .documents {
  padding-top: 15px;
}
.template-document .documents .item-document {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #4D5357;
  padding-bottom: 12px;
  margin-bottom: 20px;
}
.template-document .documents .item-document a {
  padding-right: 25px;
  background: url("../svg/arrow-download.svg") no-repeat center right;
  color: #002664;
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none;
}
.template-document .documents .item-document a:hover {
  color: #009FDA;
  background-image: url("../svg/arrow-download-light-blue.svg");
}

.template-document-micro-teaser {
  font-size: 16px;
  border-bottom: 1px solid #4D5357;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.template-document-micro-teaser h3 {
  font-size: 22px;
  font-weight: normal;
  padding-bottom: 5px;
  padding-right: 30px;
}
.template-document-micro-teaser h3 a {
  color: #4D5357;
  text-decoration: none;
}
.template-document-micro-teaser .more-info {
  margin-top: auto;
  justify-content: space-between;
  display: flex;
  white-space: nowrap;
}
.template-document-micro-teaser .more-info .item-document {
  float: right;
}
.template-document-micro-teaser .more-info .item-document .name {
  display: none;
}
.template-document-micro-teaser .more-info .item-document a {
  color: #002664;
  text-decoration: none;
  padding-right: 25px;
  background: url("../svg/arrow-download.svg") no-repeat center right;
  color: #002664;
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none;
}
.template-document-micro-teaser .more-info .item-document a:hover {
  color: #009FDA;
  background-image: url("../svg/arrow-download-light-blue.svg");
}
.template-document-micro-teaser .grid-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.module-related .template-document-micro-teaser .row {
  background: url("../svg/ico-related.svg") no-repeat left center;
  padding: 10px 0px 10px 40px;
}
.module-related .template-document-micro-teaser .row h3 a {
  font-size: 25px;
  color: #002664;
}
.module-related .template-document-micro-teaser .row h3 a:hover {
  color: #009FDA;
}
.module-related .template-document-micro-teaser .row .grid-content {
  align-items: center;
}
.module-related .template-document-micro-teaser .row .grid-content .more-info {
  margin-top: 0;
}

.template-video {
  padding-bottom: 60px;
}
.template-video .video {
  padding-top: 50px;
}
.template-video .video .media-video-player {
  width: 100%;
}
.template-video .video .media-video-player .image-video:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #CFE7FA;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  opacity: 0.4;
  display: none;
}
.template-video .video .media-video-player:hover .image-video:after {
  display: block;
}
.template-video .video img {
  width: 100%;
}
.template-video .paragraph-r13 {
  max-width: 1140px;
  padding: 0 15px;
  margin: auto;
}

.template-image-full {
  padding-bottom: 60px;
}
.template-image-full article.media--type-image {
  padding-top: 50px;
}
.template-image-full .paragraph-r13 {
  max-width: 1140px;
  padding: 0 15px;
  margin: auto;
}

#menu-mobile {
  width: 35px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 15px;
  top: 20px;
  z-index: 9;
  display: none;
}
#menu-mobile span {
  display: block;
  height: 3px;
  width: 35px;
  background-color: #0073CF;
  margin: 0 0 7px 0;
  transition: all 0.5s ease;
}

.general-search {
  padding-bottom: 50px;
}
.general-search form {
  padding-top: 40px;
  padding-bottom: 30px;
  text-align: center;
}
.general-search form .form--inline {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: auto;
}
.general-search form .form--inline label {
  display: none;
}
.general-search form .form--inline .form-item {
  float: none;
  width: calc(100% - 40px);
}
.general-search form .form--inline .form-item input {
  padding: 20px;
  border: 2px solid #009FDA;
  border-right: 0;
  width: 100%;
  color: #009FDA;
  border-radius: 0;
  appearance: none;
}
.general-search form .form--inline .form-actions {
  width: 60px;
  cursor: pointer;
  border: 2px solid #009FDA;
  border-left: 0;
  margin-left: -9px;
  cursor: pointer;
  background: url("../svg/ico-search.svg") no-repeat center center;
  background-size: 30px;
}
.general-search form .form--inline .form-actions input {
  display: none;
}
.general-search h2 {
  padding-bottom: 25px;
}
.general-search .views-row {
  margin-top: 10px;
  padding: 20px 0;
  border-bottom: 1px solid #4D5357;
}
.general-search .views-row .views-field-title {
  padding-bottom: 10px;
}
.general-search .views-row .views-field-title a {
  font-size: 22px;
  color: #002664;
  text-decoration: none;
}
.general-search .views-row .views-field-title a:hover {
  color: #0073CF;
}
.general-search .views-row .views-field-url {
  padding-top: 10px;
}
.general-search .views-row .views-field-url a {
  font-size: 16px;
  color: #002664;
  text-decoration: none;
  word-break: break-all;
}
.general-search .views-row .views-field-url a:hover {
  color: #0073CF;
}
.general-search .views-row .views-field-created {
  font-size: 12px;
  padding-bottom: 10px;
  display: none;
}
.general-search .views-row:last-child {
  border: none;
}
.general-search .views-row.Template.New .views-field-created, .general-search .views-row.Notícia .views-field-created {
  display: block;
  padding-top: 10px;
}
.general-search .views-row.Template.Publication .views-field-title .field-content, .general-search .views-row.Template.Image .views-field-title .field-content, .general-search .views-row.Template.Video .views-field-title .field-content, .general-search .views-row.Vídeo .views-field-title .field-content, .general-search .views-row.Imagen .views-field-title .field-content {
  padding-left: 45px;
  position: relative;
}
.general-search .views-row.Template.Publication .views-field-title .field-content:before, .general-search .views-row.Template.Image .views-field-title .field-content:before, .general-search .views-row.Template.Video .views-field-title .field-content:before, .general-search .views-row.Vídeo .views-field-title .field-content:before, .general-search .views-row.Imagen .views-field-title .field-content:before {
  content: "";
  position: absolute;
  left: 0;
  top: -5px;
  background-color: #009FDA;
  height: 28px;
  width: 28px;
  background-image: url("../svg/document-pdf-small.svg");
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
  background-size: 14px 14px;
}
.general-search .views-row.Template.Image .views-field-title .field-content:before, .general-search .views-row.Imagen .views-field-title .field-content:before {
  background-image: url("../svg/image-icon.svg");
  background-size: 40px 40px;
}
.general-search .views-row.Template.Video .views-field-title .field-content:before, .general-search .views-row.Vídeo .views-field-title .field-content:before {
  background-image: url("../svg/video-icon-small.svg");
  background-size: 15px 15px;
}
.general-search .views-row span.type-resultado {
  display: none;
}
.general-search .views-row span.type-resultado.type-activity, .general-search .views-row span.type-resultado.type-activitidad, .general-search .views-row span.type-resultado.type-notícia, .general-search .views-row span.type-resultado.type-evento, .general-search .views-row span.type-resultado.type-webinar, .general-search .views-row span.type-resultado.type-contacto, .general-search .views-row span.type-resultado.type-imagen, .general-search .views-row span.type-resultado.type-publicación, .general-search .views-row span.type-resultado.type-documentos, .general-search .views-row span.type-resultado.type-herramienta, .general-search .views-row span.type-resultado.type-vídeo {
  display: inline-block;
}
.general-search header {
  font-size: 16px;
  padding-top: 40px;
  padding-bottom: 10px;
}
.general-search .js-facets-widget {
  display: flex;
  flex-wrap: wrap;
}
.general-search .js-facets-widget &gt; li {
  margin: 10px 10px 0 0;
}
.general-search .js-facets-widget &gt; li a {
  color: #4D5357;
  font-size: 16px;
  text-decoration: none;
}
.general-search nav.pager {
  padding: 30px 0 70px 0;
  margin-right: auto;
}
.general-search nav.pager a {
  color: #4D5357;
  font-size: 18px;
  text-decoration: none;
}
.general-search nav.pager .is-active a {
  color: #009FDA;
  font-weight: normal;
}
.general-search nav.pager ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.general-search nav.pager .pager__item {
  padding-bottom: 0;
  padding-top: 0;
}
.general-search nav.pager .pager__item--next,
.general-search nav.pager .pager__item--last,
.general-search nav.pager .pager__item--previous,
.general-search nav.pager .pager__item--first {
  padding: 3px;
}
.general-search nav.pager .pager__item--next a,
.general-search nav.pager .pager__item--last a,
.general-search nav.pager .pager__item--previous a,
.general-search nav.pager .pager__item--first a {
  margin-top: 5px;
  background: url("../svg/next-pager-icon.svg") no-repeat center center;
  width: 45px;
  height: 45px;
  display: inline-block;
}
.general-search nav.pager .pager__item--next a span,
.general-search nav.pager .pager__item--last a span,
.general-search nav.pager .pager__item--previous a span,
.general-search nav.pager .pager__item--first a span {
  display: none;
}
.general-search nav.pager .pager__item--last a {
  background: url("../svg/last-pager-icon.svg") no-repeat center center;
}
.general-search nav.pager .pager__item--previous a {
  background: url("../svg/prev-pager-icon.svg") no-repeat center center;
}
.general-search nav.pager .pager__item--previous a:hover {
  background-image: url("../svg/prev-pager-icon-v2.svg");
}
.general-search nav.pager .pager__item--first a {
  background: url("../svg/first-pager-icon.svg") no-repeat center center;
}
.general-search nav.pager .pager__item--first a:hover {
  background-image: url("../svg/first-pager-icon-v2.svg");
}

.template-webinar .col-speackers h3 {
  font-size: 18px;
  font-weight: 300;
  padding-bottom: 20px;
}
.template-webinar .node__content {
  padding-top: clamp(20px, 4vw, 50px);
}
.template-webinar .col-media .media--type-image .field--type-image, .template-webinar .col-media .media--type-remote-video .field--type-image {
  position: relative;
}
.template-webinar .col-media .media--type-image .field--type-image:after, .template-webinar .col-media .media--type-remote-video .field--type-image:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  background: url("../svg/video-player-icon.svg") no-repeat center center;
  width: 60px;
  height: 60px;
  background-size: 60px;
}

.template-speacker-teaser {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #4D5357;
}
.template-speacker-teaser h4 {
  font-size: 22px;
  font-weight: 300;
  margin-top: 10px;
}
.template-speacker-teaser .field--name-field-description {
  margin-top: 0px;
}
.template-speacker-teaser .field--name-field-linkedin {
  margin-top: 10px;
}
.template-speacker-teaser .field--name-field-linkedin a {
  display: inline-block;
  text-indent: -3000px;
  width: 20px;
  background: url("../svg/linkedin-icon-blue.svg") no-repeat center center;
}
.template-speacker-teaser .media {
  max-width: 130px;
}
.template-speacker-teaser .media img {
  border-radius: 50%;
}

.webform-submission-form {
  margin: auto;
  max-width: 1200px;
}
.webform-submission-form label {
  font-weight: 400;
  width: 220px;
  padding-right: 10px;
}
.webform-submission-form .js-form-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.webform-submission-form .js-form-item input[type=text], .webform-submission-form .js-form-item input[type=email], .webform-submission-form .js-form-item textarea {
  background-color: #EAEAF1;
  border: 0;
  padding: 12px 15px;
  width: calc(100% - 220px);
}
.webform-submission-form .js-form-item textarea {
  width: 100%;
}
.webform-submission-form .js-form-item select {
  width: calc(100% - 220px);
  background-color: #EAEAF1;
  border: 0;
  padding: 10px;
}
.webform-submission-form .js-form-item .webform-element-description {
  width: 100%;
  padding-left: 220px;
  font-size: 12px;
  padding-top: 10px;
}
.webform-submission-form .js-form-type-textarea {
  align-items: start;
}
.webform-submission-form .js-form-type-textarea .form-textarea-wrapper {
  width: calc(100% - 220px);
}
.webform-submission-form .webform-radios-other, .webform-submission-form .form-checkboxes {
  display: flex;
  width: 100%;
  align-items: flex-start;
}
.webform-submission-form .webform-radios-other legend, .webform-submission-form .form-checkboxes legend {
  display: inline-block;
  font-weight: 400;
  width: 220px;
  float: left;
}
.webform-submission-form .webform-radios-other .fieldset-wrapper, .webform-submission-form .form-checkboxes .fieldset-wrapper {
  width: calc(100% - 220px);
}
.webform-submission-form .webform-radios-other .fieldset-wrapper .form-item, .webform-submission-form .form-checkboxes .fieldset-wrapper .form-item {
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding-bottom: 10px;
}
.webform-submission-form .webform-radios-other .fieldset-wrapper .form-item label, .webform-submission-form .form-checkboxes .fieldset-wrapper .form-item label {
  width: calc(100% - 30px);
  margin-top: -5px;
  margin-left: 5px;
}
.webform-submission-form .js-form-item-legal, .webform-submission-form .form-item-i-agree-with-the-privacy-policy, .webform-submission-form .form-item--i-authorize-openport-to-process-the-information-provided-,
.webform-submission-form .form-item--i-have-read-and-accept-the-data-privacy-policy-, .webform-submission-form .form-item-i-have-read-and-accept-the-data-privacy-policy- {
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
}
.webform-submission-form .js-form-item-legal input, .webform-submission-form .form-item-i-agree-with-the-privacy-policy input, .webform-submission-form .form-item--i-authorize-openport-to-process-the-information-provided- input,
.webform-submission-form .form-item--i-have-read-and-accept-the-data-privacy-policy- input, .webform-submission-form .form-item-i-have-read-and-accept-the-data-privacy-policy- input {
  margin-top: 5px !important;
}
.webform-submission-form .js-form-item-legal label, .webform-submission-form .form-item-i-agree-with-the-privacy-policy label, .webform-submission-form .form-item--i-authorize-openport-to-process-the-information-provided- label,
.webform-submission-form .form-item--i-have-read-and-accept-the-data-privacy-policy- label, .webform-submission-form .form-item-i-have-read-and-accept-the-data-privacy-policy- label {
  width: calc(100% - 40px) !important;
  font-size: 15px;
  margin-left: 10px;
}
.webform-submission-form .js-form-item-legal a, .webform-submission-form .form-item-i-agree-with-the-privacy-policy a, .webform-submission-form .form-item--i-authorize-openport-to-process-the-information-provided- a,
.webform-submission-form .form-item--i-have-read-and-accept-the-data-privacy-policy- a, .webform-submission-form .form-item-i-have-read-and-accept-the-data-privacy-policy- a {
  color: #009FDA;
  text-decoration: none;
}
.webform-submission-form .js-form-item-legal a:hover, .webform-submission-form .form-item-i-agree-with-the-privacy-policy a:hover, .webform-submission-form .form-item--i-authorize-openport-to-process-the-information-provided- a:hover,
.webform-submission-form .form-item--i-have-read-and-accept-the-data-privacy-policy- a:hover, .webform-submission-form .form-item-i-have-read-and-accept-the-data-privacy-policy- a:hover {
  color: #002664;
}
.webform-submission-form .webform-email-confirm--wrapper {
  width: 100%;
}
.webform-submission-form .webform-email-confirm--wrapper .fieldset-wrapper {
  width: 100%;
}
.webform-submission-form #edit-actions {
  margin-top: 30px;
}
.webform-submission-form #edit-actions input[type=submit] {
  background-color: #002664;
  color: #fff;
  border: 0;
  padding: 15px 30px;
  text-transform: uppercase;
  font-size: 12px;
}
.webform-submission-form #edit-actions input[type=submit]:hover {
  background-color: #009FDA;
}
.webform-submission-form #edit-company-address--wrapper {
  display: block !important;
}
.webform-submission-form .checkboxes--wrapper {
  display: flex;
  align-items: flex-start;
}
.webform-submission-form .checkboxes--wrapper legend {
  display: inline-block;
  font-weight: 400;
  width: 220px;
  float: left;
}
.webform-submission-form .checkboxes--wrapper .fieldset-wrapper {
  width: calc(100% - 220px);
  display: block;
}
.webform-submission-form .checkboxes--wrapper .fieldset-wrapper .form-checkboxes {
  display: block;
}
.webform-submission-form .checkboxes--wrapper .fieldset-wrapper .form-checkboxes label {
  width: calc(100% - 30px);
  margin-top: -5px;
  margin-left: 5px;
}
.webform-submission-form .checkboxes--wrapper .fieldset-wrapper .form-item {
  align-items: flex-start;
  padding-bottom: 10px;
}
.webform-submission-form .form-required:after {
  background-image: url("../svg/required-custom.svg");
}

.node-notice-teaser {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #4D5357;
}
.node-notice-teaser h3 a {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.1em;
  color: #002664;
  text-decoration: none;
  display: inline-block;
}
.node-notice-teaser h3 a:hover {
  color: #009FDA;
}
.node-notice-teaser .date {
  padding-top: 10px;
  font-size: 14px;
}
.node-notice-teaser .fa {
  font-size: 35px;
}

.template-project-teaser {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #4D5357;
}
.template-project-teaser .tags .field__label {
  display: none;
}
.template-project-teaser .tags .field__items {
  font-size: 14px;
  font-weight: 900;
  padding-bottom: 20px;
  padding-top: 15px;
  display: flex;
  flex-wrap: wrap;
}
.template-project-teaser .tags .field__items &gt; div {
  padding-right: 10px;
}
.template-project-teaser h3 a {
  color: #002664;
  font-size: 22px;
  line-height: 1.2em;
  font-weight: normal;
  text-decoration: none;
}
.template-project-teaser h3 a:hover {
  color: #0073CF;
}
.template-project-teaser .content {
  padding-top: 10px;
}
.template-project-teaser .date {
  padding-top: 20px;
  font-size: 14px;
}

.template-trafic-full .filters {
  display: flex;
  padding: 30px 0 20px 50px;
}
.template-trafic-full .filters &gt; div {
  margin-right: 30px;
  font-size: 14px;
  cursor: pointer;
}
.template-trafic-full .filters &gt; div:hover, .template-trafic-full .filters &gt; div.active {
  font-weight: 700;
}
.template-trafic-full .col-link {
  margin-top: 30px;
  margin-left: 15px;
}

.template-temps-access #tabs {
  padding-bottom: 20px;
  display: flex;
  font-size: 15px;
  color: #002664;
}
.template-temps-access #tabs &gt; div {
  margin-right: 20px;
  cursor: pointer;
}
.template-temps-access #tabs &gt; div.active {
  color: #002664;
  font-weight: 700;
}
.template-temps-access .content-tabs {
  display: none;
  padding-bottom: 50px;
}
.template-temps-access .content-tabs .header-tab {
  padding-top: 50px;
  background-color: #EAEAF1;
  margin-bottom: 20px;
}
.template-temps-access .content-tabs .footer-tab {
  padding-top: 50px;
  background-color: #EAEAF1;
}
.template-temps-access .content-tabs .box-data {
  padding: 25px;
  background-color: #fff;
  font-size: 14px;
}
.template-temps-access .content-tabs .box-data .number {
  font-size: 30px;
  padding: 0 10px;
}
.template-temps-access .content-tabs .boxes-info {
  padding-bottom: 30px;
}
.template-temps-access .content-tabs.first {
  display: block;
}

.template-publication-highlight-list,
.template-video-highlight-list,
.template-image-highlight-list {
  margin-top: -18px;
  background-size: cover;
  margin-bottom: 18px;
  padding: 50px 0;
  position: relative;
}
.template-publication-highlight-list:before,
.template-video-highlight-list:before,
.template-image-highlight-list:before {
  content: "";
  height: 100%;
  width: 80%;
  position: absolute;
  background: transparent linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(127, 146, 177, 0.5019607843) 31%, #002664 100%) 0% 0% no-repeat padding-box;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
}
.template-publication-highlight-list .container,
.template-video-highlight-list .container,
.template-image-highlight-list .container {
  position: relative;
  z-index: 1;
}
.template-publication-highlight-list *,
.template-video-highlight-list *,
.template-image-highlight-list * {
  color: #fff;
}
.template-publication-highlight-list h2,
.template-video-highlight-list h2,
.template-image-highlight-list h2 {
  padding-bottom: 20px;
}
.template-publication-highlight-list .subtitle,
.template-video-highlight-list .subtitle,
.template-image-highlight-list .subtitle {
  padding-bottom: 20px;
}
.template-publication-highlight-list .btn-cta a,
.template-video-highlight-list .btn-cta a,
.template-image-highlight-list .btn-cta a {
  background-color: #fff;
  color: #002664;
}
.template-publication-highlight-list .icon-publication,
.template-video-highlight-list .icon-publication,
.template-image-highlight-list .icon-publication {
  background-color: #009FDA;
  border-radius: 50%;
  height: 120px;
  width: 120px;
  position: relative;
}
.template-publication-highlight-list .icon-publication:after,
.template-video-highlight-list .icon-publication:after,
.template-image-highlight-list .icon-publication:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: url("../svg/document-pdf.svg") no-repeat center center;
  z-index: 3;
  width: 50px;
  height: 50px;
}

.template-image-highlight-list .icon-publication:after {
  background: url("../svg/video-icon-small.svg") no-repeat center center;
  background-size: 40px 40px;
}

.template-publication-list, .template-image-list, .template-video-list {
  margin-bottom: 35px;
}
.template-publication-list a, .template-image-list a, .template-video-list a {
  text-decoration: none;
}
.template-publication-list a:hover h3, .template-image-list a:hover h3, .template-video-list a:hover h3 {
  color: #009FDA;
}
.template-publication-list a:hover .field--name-field-media-image:before, .template-image-list a:hover .field--name-field-media-image:before, .template-video-list a:hover .field--name-field-media-image:before {
  display: block;
}
.template-publication-list .date, .template-image-list .date, .template-video-list .date {
  font-size: 15px;
  text-transform: lowercase;
  margin-top: 10px;
}
.template-publication-list h3, .template-image-list h3, .template-video-list h3 {
  margin-top: 5px;
  font-size: 22px;
  font-weight: normal;
  text-decoration: none;
  color: #002664;
}
.template-publication-list .field--name-field-media-image, .template-image-list .field--name-field-media-image, .template-video-list .field--name-field-media-image {
  position: relative;
}
.template-publication-list .field--name-field-media-image:after, .template-image-list .field--name-field-media-image:after, .template-video-list .field--name-field-media-image:after {
  content: "";
  background: url("../svg/document-pdf-small.svg") no-repeat center center #009FDA;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 35px;
  border-radius: 50%;
  z-index: 2;
}
.template-publication-list .field--name-field-media-image:before, .template-image-list .field--name-field-media-image:before, .template-video-list .field--name-field-media-image:before {
  display: none;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #CFE7FA;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  position: absolute;
  opacity: 0.4;
}
.template-publication-list .media--type-remote-video, .template-image-list .media--type-remote-video, .template-video-list .media--type-remote-video {
  position: relative;
}
.template-publication-list .media--type-remote-video:after, .template-image-list .media--type-remote-video:after, .template-video-list .media--type-remote-video:after {
  content: "";
  background: url("../svg/video-icon-small.svg") no-repeat center center #009FDA;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 35px;
  border-radius: 50%;
}
.template-publication-list .media-bg-col, .template-image-list .media-bg-col, .template-video-list .media-bg-col {
  position: relative;
  background-color: #D8D8E8;
  width: 100%;
  height: 223px;
}
.template-publication-list .media-bg-col:after, .template-image-list .media-bg-col:after, .template-video-list .media-bg-col:after {
  content: "";
  background: url("../svg/document-pdf-small.svg") no-repeat center center #009FDA;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 35px;
  border-radius: 50%;
}
.template-publication-list .descr, .template-publication-list .date, .template-image-list .descr, .template-image-list .date, .template-video-list .descr, .template-video-list .date {
  line-height: 1.2em;
  color: #4D5357;
}

.template-image-list .field--name-field-media-image {
  position: relative;
}
.template-image-list .field--name-field-media-image:after {
  content: "";
  background: url("../svg/picture-line.svg") no-repeat center center #009FDA;
}

.template-video-list .field--name-field-media-image {
  position: relative;
}
.template-video-list .field--name-field-media-image:after {
  content: "";
  background: url("../svg/video-player-icon.svg") no-repeat center center #009FDA;
  background-size: 60px 60px;
}

.template-new .media--type-image {
  margin-top: 40px;
  margin-bottom: 50px;
}
.template-new .paragraph-a1, .template-new .paragraph-b5 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.template-new .paragraph-h1 {
  padding-top: 15px;
  padding-bottom: 10px;
}
.template-new .paragraph-h1 .field--name-field-md-caption {
  font-size: 14px;
  font-style: italic;
  margin-top: 10px;
  max-width: 85%;
}

.template-new-list h2 {
  line-height: 1.1em;
  font-size: 22px;
}
.template-new-list h2 a {
  color: #002664;
  text-decoration: none;
}
.template-new-list h2 a:hover {
  color: #0073CF;
}
.template-new-list .tags {
  color: #4D5357;
  font-weight: 900;
  font-size: 14px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.template-new-list .date {
  padding-top: 15px;
  font-size: 14px;
  color: #4D5357;
  text-transform: lowercase;
}

.contact-hightlight-list {
  padding: 40px 20px;
  background-color: #0073CF;
}
.contact-hightlight-list * {
  color: #fff;
}
.contact-hightlight-list .field--name-field-media-image {
  border-radius: 50%;
  max-width: 30%;
  overflow: hidden;
  border: 1px solid #fff;
}
.contact-hightlight-list h4 {
  font-size: 14px;
  padding-bottom: 30px;
  font-weight: normal;
}
.contact-hightlight-list h3 {
  padding-top: 20px;
  font-weight: normal;
}
.contact-hightlight-list .field__label {
  display: none;
}
.contact-hightlight-list a {
  text-decoration: none;
}
.contact-hightlight-list a:hover {
  color: #009FDA;
}
.contact-hightlight-list .info {
  padding-top: 15px;
}
.contact-hightlight-list .info &gt; div {
  margin-bottom: 15px;
  font-size: 14px;
  padding-left: 35px;
}
.contact-hightlight-list .field--name-field-location-email {
  background: url(../svg/email-icon-white.svg) no-repeat left center;
  background-size: 20px;
}
.contact-hightlight-list .field--name-field-location-phone-text {
  background: url(../svg/phone-icon-white.svg) no-repeat left center;
  background-size: 10px;
}
.contact-hightlight-list .field--name-field-location-location-text {
  background: url(../svg/location-icon-white.svg) no-repeat left center;
  background-size: 15px;
}
.contact-hightlight-list .field--name-location-web-cta {
  background: url(../svg/website-icon-white.svg) no-repeat left center;
  background-size: 15px;
}

.template-notice-full.integration .content-notice {
  padding: 40px 0 60px 0;
}
.template-notice-full.integration .links {
  display: flex;
  padding-top: 30px;
  flex-wrap: wrap;
}
.template-notice-full.integration .links a {
  margin: 0px 10px 10px 0;
}
.template-notice-full.integration .links a:hover {
  background-color: #0073CF;
}

.template-notice-highlight {
  background-color: #EF3829;
  padding-top: 20px;
  padding-bottom: 20px;
}
.template-notice-highlight * {
  color: #fff;
}
.template-notice-highlight .fa {
  font-size: 55px;
}
.template-notice-highlight .btn-cta a {
  background-color: #fff;
  color: #4D5357;
}
.template-notice-highlight .btn-cta a:hover {
  background-color: #009FDA;
  color: #fff;
}

.node--type-regular-line {
  padding-bottom: 50px;
}
.node--type-regular-line .paragraph-j header {
  padding-bottom: 30px;
}
.node--type-regular-line .paragraph-j table tr td:nth-child(5), .node--type-regular-line .paragraph-j table tr td:nth-child(6), .node--type-regular-line .paragraph-j table tr th:nth-child(5), .node--type-regular-line .paragraph-j table tr th:nth-child(6) {
  display: none;
}

.info-copyright {
  position: absolute;
  bottom: 0px;
  background-color: #000;
  color: #fff;
  padding: 11px 15px;
  max-width: 80%;
  font-size: 12px;
}

.show-copyright .field--name-field-media-image {
  position: relative;
}
.show-copyright .info-copyright {
  display: block !important;
}

.node--type-template-documents .more-info a {
  color: #009FDA;
  text-decoration: none;
}
.node--type-template-documents .more-info a:hover {
  color: #002664;
}

.owl-nav {
  bottom: -10px;
  position: absolute;
}
.owl-nav button {
  margin: 0 5px;
  display: inline-block;
  width: 40px;
  overflow: hidden;
  text-indent: -2000px;
  background: url("../svg/arrow-left-light-blue.svg") no-repeat center left !important;
}
.owl-nav button:hover {
  background-image: url("../svg/arrow-left-slider-dark-blue.svg") !important;
}
.owl-nav button.disabled {
  visibility: hidden;
}
.owl-nav button.owl-next {
  background: url("../svg/arrow-right-ligtht-blue.svg") no-repeat center left !important;
}
.owl-nav button.owl-next:hover {
  background-image: url("../svg/arrow-right-dark-blue-slider.svg") !important;
}

@media screen and (min-width: 1140px) {
  body.path-error-404 .node__content &gt; div, body.path-error-404 .modules-related &gt; div {
    padding-left: 90px;
    padding-right: 90px;
  }
}
.field__item.info-date time {
  display: none;
}

.field--name-field-more-information .field__item * {
  margin: 0;
}

.cookiesjsr-banner {
  background-color: #002664;
  flex-wrap: wrap;
  padding: 30px;
}
@media (max-width: 567px) {
  .cookiesjsr-banner {
    padding: 20px 15px;
  }
}
.cookiesjsr-banner .cookiesjsr-banner--info {
  width: 100%;
  padding: 0;
}
.cookiesjsr-banner .cookiesjsr-banner--info .cookiesjsr-banner--text {
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 768px) {
  .cookiesjsr-banner .cookiesjsr-banner--info .cookiesjsr-banner--text {
    max-width: 100%;
  }
}
.cookiesjsr-banner .cookiesjsr-banner--info .cookiesjsr-links {
  margin: 10px 0;
}
.cookiesjsr-banner .cookiesjsr-banner--info .cookiesjsr-links li {
  margin-right: 20px;
  padding: 0;
}
.cookiesjsr-banner .cookiesjsr-banner--info .cookiesjsr-links li:before {
  content: none !important;
}
.cookiesjsr-banner .cookiesjsr-banner--info .cookiesjsr-links.links--row {
  justify-content: flex-start;
}
.cookiesjsr-banner .cookiesjsr-banner--action {
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
}
.cookiesjsr-banner .cookiesjsr-banner--action .cookiesjsr-btn {
  width: auto;
  min-height: auto;
  margin: 0 10px 10px 0;
  padding: 8px 20px;
  font-size: 16px;
  background-color: #0073cf;
  border: none;
}
.cookiesjsr-banner .cookiesjsr-banner--action .cookiesjsr-btn:hover {
  transform: none;
  background-color: #009FDA;
}
.cookiesjsr-banner .cookiesjsr-banner--action .cookiesjsr-btn.important {
  background-color: #fff;
}
.cookiesjsr-banner .cookiesjsr-banner--action .cookiesjsr-btn.important:hover {
  background-color: #009FDA;
  color: #fff;
}

.cookiesjsr-layer {
  max-width: calc(100% - 30px);
}
.cookiesjsr-layer .cookiesjsr-service-group .cookiesjsr-service-group--tab {
  color: #000;
  padding: 15px;
}
@media (max-width: 768px) {
  .cookiesjsr-layer .cookiesjsr-service-group .cookiesjsr-service-group--intro {
    font-size: 14px;
    line-height: 20px;
    padding: 0 15px 15px 15px;
  }
}
@media (max-width: 768px) {
  .cookiesjsr-layer .cookiesjsr-service-group .cookiesjsr-service--description {
    padding: 10px 15px;
  }
}
.cookiesjsr-layer .cookiesjsr-service-group.active .cookiesjsr-service-group--tab {
  color: #fff;
}</pre></body></html>