@import url(fonts.css);
@import url('https://secure.ethicspoint.com/domain/media/shared/font-awesome.css');

:root {
    --blue: #9ec7e5;
    --ocean-blue: #0F74BE;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    height: 100%;
}

body {
    color: #38373a;
    font: normal 400 18px / 1.3 'Silka', 'Open Sans', Arial, sans-serif;
    margin: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
}

a {
    color: var(--blue);
    outline: none;
    text-decoration: underline;
    cursor: pointer;
}

a:hover,
a:focus {
    text-decoration: none;
}

img {
    border: 0;
    display: block;
}

ol,
ul {
    margin: 1em 0;
    padding: 0 0 0 1.25em;
}

p {
    margin: 1em 0;
    padding: 0;
}

.contain {
    margin: 0 auto;
    width: 1200px;
}

.fill {
    min-width: 1020px;
    width: 100%;
}

h1 {
    font-family: "FK";
    font-size: 28px;
    font-weight: lighter;
    padding: 0;
    margin-top: 0;
    color: var(--ocean-blue);
}

.page-inner h1 {
    color: var(--ocean-blue);
    margin-bottom: 30px;
}

h2 {
    font-family: "FK";
    font-size: 28px;
    font-weight: lighter;
    padding: 0;
    color: var(--ocean-blue);
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
}

h3 {
    font-family: "FK";
    font-size: 18px;
    color: var(--ocean-blue);
    padding: 0;
    font-weight: normal;
    margin-top: 0;
}

h3 + p {
    margin-top: 0;
}

/* Header */
.attention-lang-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

#epEmergencyEU {
    padding: 0 5px 8px;
    text-align: justify;
}

#epAttention {
    color: var(--blue);
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
}

html[lang="de"] #epAttention {
    margin-left: -140px;
}

html[lang="eseu"] #epAttention {
    margin-left: -370px;
}

html[lang="fr"] #epAttention {
    margin-left: -310px;
}

html[lang="nl"] #epAttention {
    margin-left: -200px;
}

html[lang="pl"] #epAttention {
    margin-left: -90px;
}

#epLang {
    cursor: pointer;
    justify-content: space-between;
    min-width: 155px;
    position: absolute;
    right: 0;
    text-align: center;
    font-size: 16px;
}

#epLang > a {
    display: none;
}

#epLang a:hover {
    color: var(--blue);
}

#epLangDrop {
    background: #fff;
    display: none;
    min-width: 155px;
    position: absolute;
    right: -55px;
    z-index: 1000;
}

#epLang > div {
    padding: 5px;
    text-align: right;
    color: var(--ocean-blue);
}

#epLangDrop a {
    display: block;
    padding: 3px 10px;
    color: var(--ocean-blue);
}

#epLang:hover #epLangDrop {
    display: block;
}

.fill-white {
    background: white;
}

header {
    display: flex;
    padding-top: 30px;
    justify-content: space-between;
    height: 255px;
}

#index header {
    background: url(bg.png) no-repeat right 50px / 334px;
    height: 375px;
}

main {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
}

/* Homepage */
header .intro {
    padding-right: 20px;
    max-width: 495px;
    color: var(--ocean-blue);
}

.intro-body-text {
    font-size: 20px;
}

#index-image {
    display: none;
    background: url(index-image.png) no-repeat center right / 80%;
    width: 419px;
    height: 371px;
    flex-basis: 419px;
}

.logo {
    background: url(logo1.svg) no-repeat top left / contain;
    display: inline-block;
    margin: 20px 30px 15px 0;
    height: 124px;
    width: 438px;
}

.cta {
    display: flex;
    justify-content: space-between;
    margin: 40px auto 55px auto;
}

.cta-button {
    background: white;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    transition: all ease 0.3s;
    border-radius: 7px;
    padding: 20px 10px 10px 10px;
    width: 280px;
    text-decoration: none;
    font-size: 24px;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}

.cta-button-text {
    text-align: center;
    color: var(--ocean-blue);
}

.cta-button:hover,
.more-information-button:hover,
.cta-button:focus,
.more-information-button:focus {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.46);
}

.cta-icon {
    height: 106px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-bottom: 15px;
}

.cta-button-online .cta-icon {
    /* background-image: url('icon-laptop.png'); */
    background-image: url('icon-laptop.svg');
    width: 87px;
}

.cta-button-phone .cta-icon {
    /* background-image: url('icon-phone.png'); */
    background-image: url('icon-phone.svg');
    width: 75px;
}

.cta-button-follow .cta-icon {
    /* background-image: url('icon-followup.png'); */
    background-image: url('icon-followup.svg');
    width: 88px;
}

.timeline {
    width: 1020px;
    display: flex;
    justify-content: space-between;
}

.timeline-entry {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.timeline-icon {
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.timeline-entry:hover .timeline-icon,
.timeline-entry:focus .timeline-icon {
    width: 58px;
    height: 58px;
    margin-bottom: -10px;
}

#timeline-entry-confidential .timeline-icon {
    background-image: url('icon-confidential.svg');
}

#timeline-entry-report .timeline-icon {
    background-image: url('icon-report.svg');
}

#timeline-entry-allocation .timeline-icon {
    background-image: url('icon-allocation.svg');
}

#timeline-entry-contact .timeline-icon {
    background-image: url('icon-contact.svg');
}

#timeline-entry-investigation .timeline-icon {
    background-image: url('icon-investigation.svg');
}

#timeline-entry-closure .timeline-icon {
    background-image: url('icon-closure.svg');
}

.timeline-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--blue);
    margin-top: 15px;
    position: relative;
}

.timeline-entry:not(:first-child) .timeline-dot::before,
.timeline-entry:not(:last-child) .timeline-dot::after {
    content: '';
    height: 1px;
    width: 100px;
    background: #38373a;
    display: block;
    position: absolute;
    top: 50%;
}

.timeline-entry:not(:first-child) .timeline-dot::before {
    transform: translateX(-100%);
}

.timeline-entry:not(:last-child) .timeline-dot::after {
    transform: translateX(10%);
}

.timeline-text {
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
    width: 150px;
}

.modal {
    width: 353px;
    border-radius: 7px;
    box-shadow: 0px 3px 6px #0000005c;
    position: absolute;
    padding: 24px;
    background: white;
    z-index: 2;
    font-size: 16px;
}

.modal p:last-child {
    margin-bottom: 0;
}

.modal-close {
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
}

#modal-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1;
    background: black;
    opacity: 0.4;
}

.icon-list {
    padding-left: 0;
    margin-bottom: 0;
}

.icon-list li {
    display: flex;
    margin-bottom: 25px;
}

.icon-list li:last-child {
    margin-bottom: 0;
}

.modal-list-text {
    align-self: center;
    flex: 1;
}

.modal-icon {
    width: 30px;
    height: 30px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 15px;
    background-position: center;
    flex-shrink: 0;
}

.modal-icon-computer {
    background-image: url('icon-modal-computer.svg');
}

.modal-icon-mobile {
    background-image: url('icon-modal-mobile.svg');
}

.modal-icon-officer {
    background-image: url('icon-modal-officer.svg');
}

.more-information {
    padding: 40px 0;
}

.more-information-buttons {
    display: flex;
    justify-content: center;
}

.more-information-button {
    color: #525252;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    transition: all ease 0.3s;
    border-radius: 7px;
    text-decoration: none;
    background: white;
    padding: 30px;
    width: 268px;
    text-align: center;
    margin: 0 11px;
    display: block;
}

/* Inner Pages */
.logo-smaller {
    width: 375px;
    height: 106px;
    margin: 0 0 20px 0;
}

.report-directed {
    position: relative;
    background: white;
    padding: 40px 0;
}

.page-inner-wrapper {
    flex-grow: 1;
    min-height: 1050px;
}

.page-inner-wrapper > .contain {
    height: 100%;
}

.page-inner::before {
    content:"";
    background: url(bg.png) no-repeat center / contain;;
    height: 304px;
    aspect-ratio: 500 / 456;
    position: absolute;
    top: -225px;
    right: 0;
}

.page-inner {
    padding: 104px 92px 0 92px;
    height: inherit;
    position: relative;
    width: 1200px;
}

/* Follow Up */
#follow-form .row {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin-bottom: 10px;
}

#follow-form .row:last-of-type {
    margin-bottom: 30px;
}

#follow-form label {
    flex-basis: 135px;
    display: block;
}

#follow-form label:lang(de) {
    flex-basis: 170px;
    display: block;
}

#follow-form label:lang(fr) {
    flex-basis: 155px;
    display: block;
}

#follow-form label:lang(eseu) {
    flex-basis: 180px;
    display: block;
}

input,
select,
button {
    font: normal 400 18px/1.3 Silka, 'Open Sans', Arial, sans-serif;
}

input[type='text'],
input[type='password'],
select {
    border: 1px solid #adadad;
    color: #525252;
    padding: 8px;
}

input[type='text']:focus,
input[type='password']:focus {
    border: 1px solid var(--blue);
    outline: none;
}

select:focus,
button:focus {
    outline: none;
}

.cont,
button {
    background: var(--blue);
    color: white;
    border: none;
    padding: 10px 38px;
    cursor: pointer;
    transition: all ease 0.3s;
    min-width: 143px;
    text-align: center;
}

.cont:hover,
.cont:focus {
    background: var(--ocean-blue);
}

.p-short {
    width: 42%;
}

.p-medium {
    width: 70%;
}

/* Report Online */
.continueText {
    margin-top: 43px;
}

.continueText .text {
    display: none;
}

#epDataPrivacy .online,
#epDataPrivacy .phone,
#epDataPrivacy .output {
}

#epDataPrivacy ol.dropDowns {
    list-style: none;
    margin: 0;
    padding: 0;
}

#epDataPrivacy > ol > li.name > div.text,
#epDataPrivacy > ol > li.cf1,
#epDataPrivacy > ol > li.cf2 {
    width: 547px;
}

#epDataPrivacy .select,
#epPhone .select {
    margin-top: 7px;
    margin-bottom: 20px;
}

.message {
    background: white;
    color: #333 !important;
    padding: 20px;
    position: absolute;
    height: 1000px;
    right: 20px;
    top: 150px;
    width: 540px;
    z-index: 101;
}

#epDataPrivacy select,
#epPhone select {
    width: 44%;
}

/* Report by Phone */
#epPhone h3 {
    font-weight: bold;
    color: #38373a;
    margin-bottom: 0;
}

#epPhone .table1:first-of-type {
    margin-top: 20px;
}

#epPhone .table1 th {
    font-weight: normal;
}

#epPhone .ol1 {
    margin-top: 0;
    padding-left: 1em;
}

#epPhone .additional + div {
    margin-top: 20px;
}

#epPhone .other > div {
    margin-bottom: 20px;
}

/* Consent */
.consent-check-row {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

#epConsentCheck {
    margin-right: 5px;
}

#epConsentCancel {
    background: #ccc;
    margin-right: 13px;
}

#epConsentCancel:hover,
#epConsentCancel:focus {
    background: #777;
}

#epConsentContinue:disabled {
    cursor: not-allowed;
    background: var(--blue);
}

#epConsentContinue:disabled:hover {
    background: var(--blue);
}

#epConsentContinue {
    background: var(--ocean-blue)
}

#epConsentContinue:hover,
#epConsentContinue:focus {
    background: #0f75bede;
}

/* FAQ */
#faq-page h2 {
    margin: 30px 0;
}

.faq-question p {
    font-weight: bold;
    margin-bottom: 0;
}

.faq-answer > p:first-child {
    margin-top: 0;
}

.expand-text-opened p {
    line-height: 1.25;
}

.expand-text-opened li {
    line-height: 1.2;
}

.faq-answer ul {
    margin-left: 25px;
}

/* issues */

#epIssues {
    width: 100%;
  }
  
  #epIssues .category {
    display: flex;
    margin-bottom: 20px;
  }
  
  #epIssues .category{
    background: #1f3667;
  }
  
  
  #epIssues .catdesc {
    display: none;
  }
  
  #epIssues .catname {
    color: #fff;
    font: normal 700 20px 'Open Sans', sans-serif;
    padding: 20px 20px 20px 30px;
    width: 24%;
  }
  
  #epIssues .details {
    font: italic 400 11px 'Open Sans', sans-serif;
    position: absolute;
    right: 7px;
    text-decoration: underline;
    top: 3px;
  }
  
  #epIssues .issue {
    margin-bottom: 10px;
    padding: 0 5px 0 10px;
    position: relative;
  }
  
  #epIssues .issue:last-of-type {
    margin-bottom: 0;
  }
  
  #epIssues .issue:hover {
    background: #eee;
  }
  
  #epIssues .issuebox {
    background: #fff;
    padding-left: 20px;
    width: 76%;
  }
  
  #epIssues .name {
    font: normal 400 18px / 20px 'Open Sans', sans-serif;
    padding: 5px 0;
    color: var(--blue);
  }
  
  #epIssues .desc {
    color: #777;
    font-size: 16px;
    padding: 0 60px 10px 0;
  }

/* hidden hover issue text boxes */
.hidden-issue-details {
    position: absolute;
    display: block;
    z-index: 2;
    background: transparent linear-gradient(316deg, #ffffff 0%, #cfe2e8 100%);
    width: 145%;
    border: 2px solid;
    top: -400px;
    padding: 20px 40px 10px;
    left: -500px;
}

.hidden {
    display: none !important;
}

/* Footer */
footer {
    flex-shrink: 0;
    display: block;
    margin-top: 75px;
    position: relative;
    z-index: 100;
}

.footer-inner {
    margin-top: 0;
}

a.nvxg-logo {
    background: url(https://secure.ethicspoint.com/domain/media/shared/nglogo.png)
        no-repeat;
    background-size: contain;
    height: 26px;
    margin: 0;
    display: block;
    width: 171px;
}

.nvxg-logo img {
    -ms-interpolation-mode: bicubic;
    width: 171px;
    height: 26px;
}

.page-inner .nvxg-logo {
    margin-top: auto;
    margin-bottom: 20px;
}

.footer-text {
    background: var(--blue);
    color: white;
    padding: 10px 0;
    font-size: 14px;
    margin-top: 20px;
}

.footer-inner .footer-logo {
    background: white;
    padding: 75px 92px 15px 92px;
}

.footer-inner .footer-text {
    margin-top: 0;
}

.footer-inner #epNAVEXFooter .line1 {
    margin-left: 5px;
}

#epNAVEXFooter th {
    display: none;
}

#epNAVEXFooter td {
    padding: 5px 5px 0 !important;
    display: flex;
    justify-content: space-between;
}

#epNAVEXFooter .line1 {
    display: inline-block;
}

#epNAVEXFooter .line2 {
    margin-right: 5px;
    display: inline-block;
}

#epNAVEXFooter .line2 a {
    color: white;
    text-decoration: none;
}

#epNAVEXFooter .line2 a:hover,
#epNAVEXFooter .line2 a:focus {
    text-decoration: underline;
}
