@charset "UTF-8";
/*! normalize.tailwind v4.1.1 | MIT License | github.com/necolas/normalize.tailwind */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Font variables */
/* Color variables generic */
/* Effect Animation -----------------
// --------------------------------------------
in the property : @include transition(.3s) -------*/
/*color of item-txt selected*/
::-moz-selection {
  background: #b3d4fc;
}
::selection {
  background: #b3d4fc;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  display: block;
}

html {
  /*All px is convert in rem by dependencies gulp. For mobile breakpoint don't forget to change only font-size of html--there will be an impact on all content.
  font-size: 16px;*/
}

html, body {
  height: 100%;
  margin: 0;
  background-color: #fff;
  color: #1E1E1F;
  /*To remove when the css of infographic is fixed*/
  /*font-size: 1rem !important;*/
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

button {
  border: 0;
  cursor: pointer;
}

a {
  text-decoration: underline;
  color: #0C4DA2;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}
a:hover, a:focus, a:focus-visible {
  text-decoration-thickness: 2px;
}
a:focus {
  outline: 2px solid #1E6CFF;
  outline-offset: 5px;
}

button:focus {
  outline: 2px solid #1E6CFF;
  outline-offset: 5px;
}

button:disabled {
  cursor: not-allowed;
  pointer-events: all !important;
  animation-duration: 0s !important;
  animation-iteration-count: 1 !important;
  transition-duration: 0s !important;
  transition-delay: 0s !important;
  animation-delay: 0s !important;
}
button:disabled *, button:disabled:before, button:disabled:after {
  animation-duration: 0s !important;
  animation-iteration-count: 1 !important;
  transition-duration: 0s !important;
  transition-delay: 0s !important;
  animation-delay: 0s !important;
}

/* remove the outline in firefox */
::-moz-focus-inner {
  border: 0;
}

code {
  background-color: #d1d3d4;
  border-radius: 4px;
  display: inline-block;
  padding: 0 4px;
}

.hyphens-auto {
  -webkit-hyphenate-character: "–";
  hyphenate-character: "–";
  -webkit-hyphens: auto;
          hyphens: auto;
}

.backface-hidden {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* The build aspect ratio tailwind is broken on the process */
.aspect-9-16 {
  aspect-ratio: 9/16;
}

.aspect-16-9 {
  aspect-ratio: 16/9;
}

.aspect-5-4 {
  aspect-ratio: 5/4;
}

/* --------------------------------- */
/* HEADER
------------------------------------ */
/* --------------------------------- */
/* MAIN
------------------------------------ */
/* --------------------------------- */
/* FOOTER
------------------------------------ */
.EPlogo-wrapper:before {
  content: "";
  position: absolute;
  top: 12px;
  width: 1px;
  height: calc(100% - 16px);
  border-right: 1px solid #ccc;
}
.EPlogo-wrapper > a span {
  transition: all 0.3s ease-in-out;
}
.EPlogo-wrapper > a:hover span {
  color: blue !important;
  transform: translateX(4px);
}
.EPlogo-wrapper .EPlogo:after {
  content: "";
  display: block;
  background: transparent url(../img/ep-logo.svg) no-repeat 0 0;
  width: 82px;
  height: 45px;
  position: absolute;
  left: 0;
  bottom: 5px;
  padding-right: 116px;
  margin-right: 20px;
  transition: all 0.2s ease-in-out;
}

.col-count1 {
  -moz-column-count: 1;
       column-count: 1;
  -moz-column-fill: balance;
       column-fill: balance;
}

.col-count2 {
  -moz-column-count: 1;
       column-count: 1;
  -moz-column-fill: balance;
       column-fill: balance;
}
@media screen and (min-width: 650px) {
  .col-count2 {
    -moz-column-count: 2;
         column-count: 2;
  }
}

.col-count3 {
  -moz-column-count: 1;
       column-count: 1;
  -moz-column-fill: balance;
       column-fill: balance;
}
@media screen and (min-width: 650px) {
  .col-count3 {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media screen and (min-width: 768px) {
  .col-count3 {
    -moz-column-count: 3;
         column-count: 3;
  }
}

.col-count4 {
  -moz-column-count: 1;
       column-count: 1;
  -moz-column-fill: balance;
       column-fill: balance;
}
@media screen and (min-width: 650px) {
  .col-count4 {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media screen and (min-width: 768px) {
  .col-count4 {
    -moz-column-count: 3;
         column-count: 3;
  }
}
@media screen and (min-width: 1024px) {
  .col-count4 {
    -moz-column-count: 4;
         column-count: 4;
  }
}

.col-gap {
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.arrow-triangle-w {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 12px;
  border-color: transparent transparent transparent #ffffff;
}

.close {
  transition: transform 0.3s ease-in-out;
  transform-origin: center;
}
.close:before, .close:after {
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  height: 24px;
  width: 3px;
  background-color: #7A868E;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}
.close:hover {
  transform: rotate(180deg);
}

[data-component=fact-box] li::marker {
  content: "●";
  color: #034EA2;
  font-size: 1.2rem;
  line-height: 1rem;
}

[data-component=expand-collapse] [aria-expanded=true]:after {
  transform: translateY(-34%) rotate(46deg);
}
[data-component=expand-collapse] .expand-content {
  transition: height 0.3s ease-in-out 3s;
}
[data-component=expand-collapse] .wrapper-copyurl .slideUp {
  transform: translateY(20px);
  transition: all 0.3s ease-in-out 0s;
}

.slide {
  flex: 0 0 100%;
}

[data-component=timeline] .timeline-items li h3[tabindex="-1"]:focus {
  outline: 2px solid #1E6CFF;
  outline-offset: 5px;
}

[data-component=video-default] figure iframe,
[data-component=video-default-loaded] figure iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

[data-component=most-read-articles] ol {
  counter-reset: my-awesome-counter;
}
[data-component=most-read-articles] ol li {
  counter-increment: my-awesome-counter;
}
[data-component=most-read-articles] ol li:before {
  content: "" counter(my-awesome-counter);
}

/* Scribo wysiwyg css */
[data-component=story-content] h2, [data-component=story-content] h3, [data-component=story-content] p, [data-component=story-content] ul, [data-component=story-content] ol {
  color: #1E1E1F;
  margin-bottom: 0.5rem;
}
[data-component=story-content] h2 {
  font-size: 1.25rem; /* 20px */
  line-height: 1.75rem; /* 32px; */
  font-weight: 600;
}
[data-component=story-content] h3 {
  font-size: 1.125rem; /* 18px */
  line-height: 1.75rem; /* 28px */
  font-weight: 600;
}
[data-component=story-content] ul, [data-component=story-content] ol, [data-component=story-content] p, [data-component=story-content] a, [data-component=story-content] strong {
  font-size: 1.125rem; /* 18px */
}
[data-component=story-content] a, [data-component=story-content] strong {
  margin-bottom: 0.5rem;
  display: inline-block;
  position: relative;
}
[data-component=story-content] a[target=_blank]:after, [data-component=story-content] strong[target=_blank]:after {
  content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggc3R5bGU9ImZpbGw6IzBjNGRhMiIgY2xhc3M9InN0MCIgZD0ibTIyNi4zIDE0MjkuOCA3LjEtNy4xdjUuNGMwIC44LjcgMS41IDEuNSAxLjVzMS41LS43IDEuNS0xLjV2LTkuNGMwLS4xLS4xLS4yLS4xLS4zIDAtLjEtLjEtLjItLjItLjMgMCAwIDAtLjEtLjEtLjEgMCAwLS4xIDAtLjEtLjEtLjEtLjEtLjItLjItLjQtLjJoLS4xYy0uMi0uMS0uMy0uMS0uNS0uMWgtOWMtLjggMC0xLjUuNy0xLjUgMS41cy43IDEuNSAxLjUgMS41aDUuNGwtNy4xIDcuMWMtLjYuNi0uNiAxLjUgMCAyLjEuNi42IDEuNS42IDIuMSAweiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIxMyAtMTQxNykiLz48cGF0aCBzdHlsZT0iZmlsbDojMGM0ZGEyIiBkPSJNMjM2LjUgMTQzOS4xdi01LjJjMC0uOC0uNy0xLjQtMS41LTEuMy0uOCAwLTEuNS42LTEuNSAxLjN2My43SDIxNnYtMTdoMy43Yy44IDAgMS40LS43IDEuMy0xLjUgMC0uOC0uNi0xLjUtMS4zLTEuNWgtNS4zYy0uOCAwLTEuNC43LTEuMyAxLjV2MjBjMCAuOC43IDEuNSAxLjUgMS41aDIwLjVjLjggMCAxLjUtLjYgMS41LTEuM2wtLjEtLjJ6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjEzIC0xNDE3KSIvPjxwYXRoIHN0eWxlPSJmaWxsOm5vbmUiIGNsYXNzPSJzdDEiIGQ9Ik0yMTMgMTQxN2gyNHYyNGgtMjR6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjEzIC0xNDE3KSIvPjwvc3ZnPg==");
  display: inline-block;
  width: 15px;
  vertical-align: middle;
  margin-left: 0.25rem;
}
[data-component=story-content] p a, [data-component=story-content] p strong {
  margin-bottom: 0;
  display: inline;
}
[data-component=story-content] ul {
  list-style-type: disc;
  padding-left: 1.125rem;
}
[data-component=story-content] ol {
  list-style-type: decimal;
  padding-left: 1.35rem;
}
[data-component=story-content] ul li,
[data-component=story-content] ol li {
  margin-bottom: 0.5rem;
}
[data-component=story-content] ul li strong,
[data-component=story-content] ul li span,
[data-component=story-content] ul li a,
[data-component=story-content] ol li strong,
[data-component=story-content] ol li span,
[data-component=story-content] ol li a {
  margin-bottom: 0;
  display: inline;
}

[data-component=billboard] [data-component=story-content] h2, [data-component=billboard] [data-component=story-content] h3 {
  font-size: 1.125rem; /* 18px */
  line-height: 1.5rem; /* 24px; */
}

[data-component=lead-candidate] [data-component=story-content] h2, [data-component=lead-candidate] [data-component=story-content] h3 {
  font-size: 1.125rem; /* 18px */
  line-height: 1.5rem; /* 24px; */
}

@supports (background: -webkit-named-image(i)) {
  [data-component=fact-box] ul li {
    position: relative;
  }
  [data-component=fact-box] ul li:before {
    content: "●";
    position: absolute;
    left: -12px;
    top: 46%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #034EA2;
    font-size: 1.2rem;
    line-height: 1rem;
  }
}
/*# sourceMappingURL=style.css.map */