:root {
  --color-red: #E61E28;
  --color-purple: #7D4196;
  --color-blue: #005AAA;
  --color-black: #000;
  --color-white: #fff;
  --color-beige: #F1EDE9;
  --font-main: "Times New Roman", Times, serif;
  --font-second: "Arial", sans-serif;
}

body {
  color: var(--color-black);
  font: normal 400 18px/1.4 var(--font-main);
  margin: 0;
  background: #f4f4f4;
}

body>.wrapper {
  border: 1px solid #b7becf;
  background: #fff;
  margin-top: 10px;
  margin-bottom: 20px;
}

* {
  box-sizing: border-box;
}

a {
  color: var(--color-black);
  outline: none;
  text-decoration: underline;
}

a:hover {
  text-decoration: underline;
}

a.logo {
  background: url(logo1.png) center top no-repeat;
  background-size: contain;
  display: block;
  height: 45px;
  width: 230px;
  margin-inline-end: 50px;
  position: relative;
  top: -3px;
}


h1 {
  font: normal 700 36px/1.2 var(--font-main);
  padding: 0;
}

h2 {
  font: normal 700 28px/1.2 var(--font-main);
  margin-bottom: 15px;
  padding: 0;
}

h3 {
  font: normal 700 24px/1.2 var(--font-main);
  margin: 1em 0;
  padding: 0;
}

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: 1200px;
  width: 100%;
}

.bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}

.top {
  margin-top: 0;
  padding-top: 0;
}


/* header */

header {
  display: block;
}

.index header {
  border: none;
}

header>.contain {
  display: flex;
  justify-content: space-between;
  padding: 20px 25px;
  align-items: center;
}

#epAttention {
  font: normal 400 14px/1.4 var(--font-main);
  padding: 10px 0;
  text-align: center;
}


#epLang {
  background: url(icon-globe.png) no-repeat right 6px;
  background-size: 30px 30px;
  cursor: pointer;
  display: inline-block;
  padding: 2px 28px 2px 2px;
  margin-left: auto;
  position: relative;
  top: 10px;
  z-index: 1000;
  min-width: 60px;
  min-height: 60px;
}

#epLang>a {
  display: none;
}

#epLang>div {
  text-align: right;
  width: 200px;
}

#epLang a {
  text-decoration: none;
}

#epLang a:hover {
  font-weight: 500;
  padding: 0px 4px;
  margin: 4px 0px;
  text-decoration: none;
}

#epLangDrop {
  background: var(--color-white);
  display: none;
  inset-inline-end: -0px;
  position: absolute;
  top: 35px;
  width: 215px;
  border: 1px solid var(--color-black);
}

#epLangDrop a {
  display: block;
  font-weight: 500;
  padding: 4px;
  color: var(--color-black);
}

#epLangDrop a:hover {
  color: var(--color-red);
  text-decoration: underline;
  background: var(--color-white);
}

#epLang:hover #epLangDrop {
  display: block;
}

nav {
  display: flex;
  font: normal 700 20px var(--font-main);
  width: 100%;
  justify-content: flex-end;
  align-items: center;
}

nav a {
  font: normal 500 18px var(--font-second);
  color: var(--color-black);
  display: inline-block;
  padding: 0 9px;
  text-decoration: none;
}

nav a:not(nav a:last-of-type) {
  margin-right: 15px;
}

nav a:hover {
  text-decoration: underline;
}

.hideResources span {
	display:none;
}

.hideResources:hover span {
	display:block;
}
	
#epResources {
	background:url(resources.png) no-repeat 13px 14px;
	overflow:visible;
	position:absolute;
	z-index:10;
}

#epResources span {
	background: var(--color-beige);
	color: var(--color-black);
	cursor:pointer;
	padding:0 20px 0 25px;
	text-align:left;
	padding:10px;
	width:300px;
	position:relative;
	z-index:10;
}

#epResources span:hover {
	background: var(--color-red);
	color: var(--color-white);
}


.banner {
  background: var(--color-beige) url("") no-repeat center center;
  background-size: cover;
  min-height: 260px;
  display: flex;
  align-items: center;
  border-top: 1px solid #b7becf;
  border-bottom: 1px solid #b7becf;
  padding-inline-end: 50px;

  .banner-text {
    font-size: 30px;
    padding: 0 60px 0 20px;
    line-height: 1.2;
    color: var(--color-black);
  }
}

.index .banner {
  background-image: url(banner.jpg);
  min-height: 280px;
  border: none;
  padding: 0;
}

.banner-icon-container {
  align-items: center;
  border: 2px solid var(--color-black);
  font-weight: bold;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  min-width: 300px;
  margin: 0 40px;
  padding: 20px;

  .title {
    font: normal 400 24px/1.4 var(--font-second);
    display: block;
    margin-inline-start: 10px;
  }

  .banner-icon {
    background: url("") no-repeat center center;
    background-size: contain !important;
    display: block;
    width: 100px;
    height: 100px;


  }

  .banner-icon-report {
    background-image: url(icon-report-black.png);
  }

  .banner-icon-question {
    background-image: url(icon-question-black.png);
  }

  .banner-icon-follow {
    background-image: url(icon-follow-black.png);
  }
}

.steps-container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;

  .step {
    position: relative;
    background: url(step-normal-2.png) no-repeat center center;
    background-size: contain !important;
    width: 22%;
    height: 50px;
    display: block;
    cursor: default;

    span.step-number {
      font-weight: 900;
      position: absolute;
      top: 50%;
      inset-inline-start: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
    }
  }

  .step-active {
    background-image: url(step-hovered.png);
    color: var(--color-white);
  }
}

#step-container-question {
  justify-content: center;
  display: none;
}

.question {

  .steps-container {
    justify-content: center;
  }

  .banner-text {
    color: var(--color-black);
  }

  .banner-icon-container {
    border-color: var(--color-black);
  }
}

.consent-container {
  margin-top: 50px;
  padding: 0 80px;

  .tac {
    text-align: center;
  }

  p, h3, h4, li {
    font: normal 400 18px/1.4 var(--font-second);
  }

  .tnr-text {
    font: normal 400 18px/1.4 var(--font-main);
  }

}

.buttons {
  display: flex;
  justify-content: space-between;
  padding: 10px 25px 0;
  margin-top: 20px;
}

.buttons a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  box-sizing: border-box;
  color: #000;
  margin: 10px 0;
  text-decoration: none;
  width: 30%;
  border-radius: 16px;
  min-height: 140px;
  box-shadow: 0 4px 24px rgba(5, 187, 218, 0.15);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.5px;
  border: 3px solid transparent;
  transition:
    background 0.3s cubic-bezier(.4, 0, .2, 1),
    box-shadow 0.3s cubic-bezier(.4, 0, .2, 1),
    transform 0.2s cubic-bezier(.4, 0, .2, 1);
}

.buttons a:hover {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.45);
  transform: scale(1.003);
  color: var(--color-white);
  text-decoration: none;
  background-color: var(--color-red) !important;
}

.cta-icon {
  display: block;
  background: url("") no-repeat center center;
  background-size: contain !important;
  width: 156px;
  height: 107px;
  position: relative;
  margin-inline-start: -15px;
}

.buttons a.question {
  background-color: var(--color-beige);
  border-color: var(--color-beige);
  .cta-icon {
    background-image: url(icon-question-black.png);
  }
}

.buttons a.question:hover {
  background-color: var(--color-red);
  border-color: var(--color-red);
  .cta-icon {
    background-image: url(icon-question.png);
  }
}

.buttons a.report {
  background-color: var(--color-beige);

  .cta-icon {
    background-image: url(icon-report-black.png);
  }
}

.buttons a.report:hover {
  background-color: var(--color-red);
  border-color: var(--color-red);
  .cta-icon {
    background-image: url(icon-report.png) !important;
  }
}

.buttons a.follow {
  background-color: var(--color-beige);

  .cta-icon {
    background-image: url(icon-follow-black.png);
  }
}

.buttons a.follow:hover {
  background-color: var(--color-red);
  border-color: var(--color-red);
  .cta-icon {
    background-image: url(icon-follow.png) !important;
  }
}

.buttons a {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
}

.buttons .title {
  margin-top: 10px;
  margin-left: 10px;
}

.buttons span.title {
  display: block;
  font-size: 22px;
  text-align: start;
  width: 100%;
  margin-inline-start: 20px;
}

.buttons {
    font: normal 400 18px/1.4 var(--font-second);
}

.ceo-container {
  display: flex;
  align-items: center;
  justify-content: center;

  .ceo {
    background: url(ceo.jpg) no-repeat center center;
    background-size: contain;
    display: block;
    position: relative;
    width: 348px;
    height: 458px;
  }
}

.timeline {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 4px solid var(--color-red);
  width: 1198px;
}

.timeline-entry {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.timeline-icon {
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}


#timeline-entry-confidential .timeline-icon {
  background-image: url("timeline-1.svg");
}

#timeline-entry-report .timeline-icon {
  background-image: url("timeline-2.svg");
}

#timeline-entry-allocation .timeline-icon {
  background-image: url("timeline-3.svg");
}

#timeline-entry-contact .timeline-icon {
  background-image: url("timeline-4.svg");
}

#timeline-entry-investigation .timeline-icon {
  background-image: url("timeline-5.svg");
}

#timeline-entry-closure .timeline-icon {
  background-image: url("timeline-6.svg");
}

.timeline-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--color-red);
  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: var(--color-black);
  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;
}

h1.top.tac {
  color: var(--color-red);
  font-size: 60px;
  font-weight: 900;
  margin: 0;
}

h1.top.text {
  color: var(--color-black);
  font-size: 60px;
  font-weight: 500;
  margin: 0;
}

h1.top.faq-text {
  color: var(--color-black);
  font-size: 60px;
  font-weight: 700;
  margin: 0;
  text-align: center;
}

h2.top {
  font-size: 39px;
  font-weight: 500;
  color: var(--color-black);
  margin-bottom: 0;
}

.common-container-1 {
  margin-top: 20px;
  padding: 20px 50px;
  width: 59%;

  h2.top {
    margin-bottom: 20px;
  }

  h3 {
    color: var(--color-red);
    margin: 0;
  }

  h3+p {
    margin-top: 10px;
  }

  p {
    font: normal 400 18px/1.4 var(--font-second);
  }
}

.common-container-2 {
  margin-top: 20px;
  padding: 20px 50px;

  h2.top {
    margin-bottom: 20px;
  }

  h3 {
    color: var(--color-red);
    margin: 0;
  }

  h3+p {
    margin-top: 10px;
  }

  p {
    font: normal 400 18px/1.4 var(--font-second);
  }
}

.top-text-container {
  margin-top: 20px;
  padding: 20px 50px;
  width: 75%;

  h2.top {
    margin-bottom: 20px;
  }

  h3 {
    color: var(--color-red);
    margin: 0;
  }

  h3+p {
    margin-top: 10px;
  }

  p {
    font: normal 400 30px / 1.4 var(--font-main);
  }
}

h2.top+p:first-of-type {
  margin-top: 5px;
}

/* content */

main {
  display: block;
  padding: 30px 0 70px;
}


section {
  display: block;
}

section.flex {
  display: flex;
  padding: 20px 0;
  justify-content: space-between;
}


[class^="col-"] {
  /* Applies to all CSS classes that start with "col-" */
  vertical-align: top;
}

.col-100 {
  display: inline-block;
  padding: 10px 25px;
  width: 100%;
}

.col-66 {
  display: inline-block;
  padding: 10px 25px;
  vertical-align: top;
  width: 66%;
}

.col-50 {
  /* Column-50 is technically 49% so columns do not break to a new line in all browsers */
  display: inline-block;
  padding: 10px 25px;
  width: 49%;
}

.col-ceo {
  width: 35%;
}

.col-text {
  width: 64%;
  padding: 20px 50px 0 0;
}

.col-33 {
  display: inline-block;
  padding: 10px 25px;
  width: 33%;
}

.col-left {
  margin-right: 2%;
  padding: 40px 25px 10px 75px;
  width: 60%;
}

.col-left p {
  font: normal 400 20px / 1.4 var(--font-second);
}

.report .col-right {
  text-align: center;
}

.follow-page {
  .col-right {
    padding: 10px 55px;
  }

  .banner-text {
    color: var(--color-black);
  }

  .banner-icon-container {
    border-color: var(--color-black);
  }

}

.contain .follow-intro {
  font: normal 400 18px / 1.4 var(--font-second);
}

.faq-page {
  .faq-container {
    padding: 10px 60px;
  }

  .banner h1 {
    margin: 0 auto;
    width: 600px;
  }

  ul.toplist li::marker {
    color: var(--color-black);
  }

  ul.dash {
    list-style: "-";

    li::marker {
      color: var(--color-black);
    }

    li {
      padding-inline-start: 10px;
    }
  }

  h2, h3 {
    color: var(--color-black) !important;
  }

  .faq-container {
    color: var(--color-black);
  }

  a:hover {
    color: var(--color-red);
    text-decoration: underline;
  }

  p>strong {
    font: normal 700 21px var(--font-main);
    color: var(--color-black);
    margin-bottom: -15px;
    display: block;
  }

  p, li {
    font-family: Arial, sans-serif;
  }
}

.follow-intro {
  padding: 0 50px;
}

.table {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
.table h3 {
  font-size: 14px;
  text-align: center;
}

.table p {
  font-size: 14px;
  margin: 0px;
}
.row {
  display: flex;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
}
.col-one{
  padding: 2px;
  width: 300px;
  border-right: 1px solid #000;
}
.col-two{ 
  padding: 2px;
  width: 300px;
  border-right: 1px solid #000;
}
.col-three{
  padding: 2px;
  width: 400px;
}

.col-right {
  padding: 10px 25px;
  width: 38%;
  border-inline-start: 2px solid #dbdbdb;
  min-height: 350px;

  .qr-code-container {
    display: flex;
    align-items: center;
    justify-content: center;

  .qr-code {
	  background-image: url(qr.png);
	  background-size:contain;
	  background-position:center center;
	  background-repeat:no-repeat;
    min-height: 200px;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    }
  }
  
  p {
    font: normal 400 18px / 1.4 var(--font-second);
  }

  .tnr-text {
    font: normal 400 18px/1.4 var(--font-main);
  }

}



#epEmergency {
  font: normal 400 14px/1.4 var(--font-main);
  padding: 10px;
  text-align: center;
}

#epEmergency strong {
  display: inline-block;
  margin-right: 7px;
}

#epDDN {
  font-weight: bold;
  white-space: nowrap;
}

.listor {
  list-style: none;
  margin: 1em 0;
}

/* dp and phone */

#epDataPrivacy .online,
#epDataPrivacy .phone,
#epDataPrivacy .output {
  display: none;
}

.important {
  border-top: 2px solid #dbdbdb;
  margin-top: 20px;
  padding-top: 20px;

  p {
      font-size: 16px;
      margin-top: 0;
  }

  ul {
    font: normal 500 16px / 1.4 var(--font-second);
  }
}

#epDataPrivacy {
  position: relative;
  top: 20px;
}

#epDataPrivacy ol.dropDowns {
  list-style: none;
  margin: 0;
  padding: 0;
}

select {
  font: normal 400 14px var(--font-main);
  margin: 5px 0 15px;
  min-width: 355px;
  padding: 5px;
}

button,
.submit {
  background: var(--color-beige);
  color: var(--color-black);
  border: 2px solid var(--color-beige);
  cursor: pointer;
  font-size: 20px;
  margin: 15px 0;
  margin-right: 266px;
  padding: 10px 32px;
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 2px 8px rgba(230, 30, 40, 0.08);
  transition:
    background 0.3s cubic-bezier(.4, 0, .2, 1),
    color 0.3s cubic-bezier(.4, 0, .2, 1),
    box-shadow 0.3s cubic-bezier(.4, 0, .2, 1),
    transform 0.2s cubic-bezier(.4, 0, .2, 1);
}

button:disabled,
button:disabled:hover,
input.submit:disabled,
input.submit:disabled:hover {
  background: #ccc;
  cursor: default;
  color: #888;
  border-color: #ccc;
  box-shadow: none;
}

button:hover,
.submit:hover {
  color: var(--color-white);
  background: var(--color-red);
  box-shadow: 0 4px 16px rgba(230, 30, 40, 0.18);
}

.labelkey {
  font-weight: bold;
}

.nowrap {
  white-space: nowrap;
}

.red {
  color: var(--color-red);
}

.expand-button {
  cursor: pointer;
  color: var(--color-red);
  font-weight: bold;
}

#the-main-expand-button{
  cursor: pointer;
  text-decoration: none;
}

#the-main-expand-button:hover{
 text-decoration: underline;
}


.addflex {
  display: flex !important;
}

.hide,
.fake-expand-text-closed {
  display: none;
}

.fake-expand-text-open {
  display: block;
}

/* issues */
.issues-page {
  .issues-container {
    padding: 60px 66px 0;
  }
}

.issues-container .tac {
  text-align: center;
}

#epIssues {
  width: 800px;
  margin: 0 auto;
}

#epIssues .category {
  margin-bottom: 20px;
}


#epIssues .catdesc {
  display: none;
}

#epIssues .catname {
  color: var(--color-red);
  font: normal 700 20px var(--font-main);
  padding: 20px 20px 20px 30px;
  border: 2px solid var(--color-red);
  margin-bottom: 20px;
}

#epIssues .details {
  font: italic 400 14px var(--font-main);
  position: absolute;
  inset-inline-end: 7px;
  top: 3px;
}

#epIssues .issue {
    border: 1px solid var(--color-beige);
    background-color: var(--color-beige);
    margin-bottom: 30px;
    padding: 5px 15px;
    position: relative;
}

#epIssues .issue:last-of-type {
  margin-bottom: 0;
}

#epIssues .issue:hover {
    background-color: var(--color-red);
    border: 1px solid var(--color-red);
    color: var(--color-white);
}

#epIssues .issuebox {
  padding-inline-start: 32px;
}

#epIssues .name {
  font: normal 700 18px/1.2 var(--font-second);
  padding: 5px 0;
}

#epIssues .desc {
  font-family: Arial, sans-serif;
  font-size: 14px;
  padding: 0 60px 10px 0px;
}

input.text-input {
  margin: 5px 0 20px;
  min-width: 300px;
  padding: 5px;
  border: 1px solid;
}

.follow-page section span {
  font-size: 18px;
}

/* footer */

footer {
  font: normal 400 14px/1.4 var(--font-main);
  padding: 20px 0;
  background: var(--color-beige);
  color: var(--color-black);
}

footer th {
  display: none;
}

footer td {
  padding: 5px 0 0 !important;
}

footer .line1 {
  float: left;
  padding-left: 10px;
}

footer .line2 {
  float: right;
  padding-right: 10px;
}

footer .line2 a {
  color: var(--color-black);
}

footer .line2 a:hover {}

footer table {
  font-size: 12px;
  margin: 15px auto 0 !important;
}