@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

:root {
  --color-black: #000;
  --color-white: #fff;
  --color-orange: #ff4500;
  --color-blue: #00185e;
  --color-green: #003D4F;
}

/* Skip navigation */
.keyboard-shortcut {
  background: var(--color-white);
  color: var(--color-black) !important;
  left: 0;
  padding: 6px 12px;
  position: absolute;
  top: -99px;
  z-index: 999;
}

.keyboard-shortcut:focus {
  top: 6px;
}


/* Focus indicator */
*:focus-visible {
  outline: 4px solid var(--color-orange);
}

body {
  color: var(--color-white);
  font: normal 400 16px "Open Sans", sans-serif;
  margin: 0;
  background: var(--color-green);
}


* {
  box-sizing: border-box;
}

a {
  color: var(--color-white);
  outline: none;
  text-decoration: underline;
}

a:hover,
a:focus {
  color: var(--color-white);
}

a.logo {
  background: url(logo1.png) center top no-repeat;
  background-size: contain;
  display: block;
  height: 96px;
  width: 423px;
}

.ceo {
  background: url(ceo.jpg) center top no-repeat;
  background-size: contain;
  display: block;
  height: 350px;
  width: 350px;
}

.col-40 span.title {
  max-width: 350px;
  font-size: 16px;
  word-wrap: break-word;
}

.links {
    background: #EDf1F3;
    width: 350px;
    margin-top: -44px;
    padding: 20px;
    color: var(--color-black) !important;
}

.links a {
    color: var(--color-blue) !important;
}

h1 {
  font: normal 400 30px "Open Sans", sans-serif;
  padding: 0;
}

.indexTitle{
  font-size: 40px;
  font-weight: 600;
}

h2 {
  font: normal 400 24px "Open Sans", sans-serif;
  margin-bottom: 15px;
  padding: 0;
}

h3 {
  font: normal 700 20px/1.27em "Open Sans", sans-serif;
  margin: 1em 0;
  padding: 0;
}

.faq-page h3{
  font-size: 18px;
}

img {
  border: 0;
  display: block;
}

ol,
ul {
  margin: 1em 0;
  padding: 0 0 0 1.25em;

  li {
    margin: 10px 0;
  }
}

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;
}


header>.contain {
  display: flex;
  justify-content: space-between;
  padding: 20px 25px;
}

#epAttention {
  padding: 10px 0;
  text-align: center;
}

#epLang {
  /* display: none; */
  
  display: flex;
  justify-content: space-between;
  padding: 15px;
 
}

#epLang a {
  display: inline-block;
  font-size: 12px;
  text-decoration: none;
}

#epLang a:hover,
#epLang a:focus {
  color: var(--color-orange);
}

nav ul {
  display: flex;
  font: normal 400 18px "Open Sans", sans-serif;
  justify-content: space-between;
  align-items: center;
  list-style: none;
}


nav a {
  color: var(--color-blue);
  display: inline-block;
  padding: 0 10px;
  text-decoration: none;
}

nav a:hover,
nav a:focus {
  color: var(--color-white);
  text-decoration: underline;
}

nav ul.faq-section-index {
  display: block;
  list-style: disc;
  margin: 0 0 20px 50px;
}

nav ul.faq-section-index li {
  display: list-item;
  margin: 10px 0;
}

nav a:hover,
nav a:focus {
  color: var(--color-white);
  text-decoration: underline;
}

.banner {
  background: #eee url(bannerImage.png) no-repeat center center;
  background-size: cover;
  min-height: 400px;
  display: block;
  padding: 255px 606px 10px 3px;
}

.buttons {
  display: flex;
  justify-content: space-between;
  padding: 33px 25px;
}

.buttons a,
.buttons button {
    align-items: center;
    background: var(--color-blue) url() no-repeat center 30px;
    box-sizing: border-box;
    color: var(--color-white);
    border: none;
    display: flex;
    margin: 10px 0;
    padding: 26px 22px;
    text-decoration: none;
    width: 24%;
    /* border-radius: 15px; */
}

.btn-start {
  display: flex;
  justify-content: end;
  margin-top: 20px;
}

.btn-start a {
  align-items: center;
  background: #BD4257 url() no-repeat center 30px;
  box-sizing: border-box;
  color: var(--color-white);
  display: flex;
  margin: 10px 0;
  padding: 15px 30px;
  text-decoration: none;
  width: 13%;
  border-radius: 15px;
}

.btn-question {
  display: flex;
  justify-content: end;
  margin-top: 20px;
}

.btn-question a {
  align-items: center;
  background: #BD4257 url() no-repeat center 30px;
  box-sizing: border-box;
  color: var(--color-white);
  display: flex;
  margin: 10px 0;
  padding: 13px;
  text-decoration: none;
  width: 13%;
  border-radius: 15px;
}

.buttons a:hover,
.buttons a:focus,
.buttons button:hover,
.buttons button:focus {
  /* background-image: none !important; */
   background-color: var(--color-black);
  font-size: 21px;
  padding: 15px 30px;
  text-align: center;
}

.buttons a.report,
.buttons button.report {
  cursor: pointer;
  background: #47A1AD url(report.png) 18px center no-repeat;
}

.buttons a.phone,
.buttons button.phone {
  cursor: pointer;
  background: #F2617A url(phone.png) 18px center no-repeat;
}

.buttons a.question,
.buttons button.question {
  cursor: pointer;
  background: #CC850A url(question.png) 18px center no-repeat;
}

.buttons a.follow,
.buttons button.follow {
  cursor: pointer;
  background: #6B9E78 url(follow.png) 18px center no-repeat;
}

.buttons span.title {
  margin-left:43px;
  display: block;
  font-size: 20px;
  text-align: center;
  width: 100%;
  color: #000;
  font-weight: 700;
}

span.title {
  display: block;
  text-align: center;
  width: 100%;
  color: #000;
  font-weight: 700;
}

/* .buttons span.roll-text {
  display: none;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  width: 100%;
}

.buttons a:hover span.title,
.buttons a:focus-visible span.title {
  display: none;
}

.buttons a:hover span.roll-text,
.buttons a:focus-visible span.roll-text {
  display: block;
} */

/* content */

main {
  display: block;
  padding: 30px 0 70px;
}

.mainHome {
  padding: 50px 0 70px;
}

section {
  display: block;
}

section.flex {
  display: flex;
  padding: 20px 0;
}

.text-index {
  margin-top: 50px;
}

[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-60 {
  display: inline-block;
  padding: 10px 25px;
  vertical-align: top;
  width: 59%;
}

.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-40 {
  display: inline-block;
  padding: 10px 25px;
  width: 39%;
}

.col-left {
  padding: 10px 25px;
  width: 60%;
}

.col-right {
  padding: 10px 25px;
  width: 38%;
}

#epEmergencyEU {
  padding: 10px 0;
  /* text-align: center; */
  line-height: 1px;
}

#epEmergency br {
  display: none;
}

#epEmergency strong {
  display: block;
}

#epDDN {
  font-weight: bold;
  white-space: nowrap;
}

.listor {
  list-style: none;
  margin: 1em 0;
}

#epFollowUp { 
    display: flex;
    gap: 15px;          /* Space between the fields */
    list-style: none;
    padding: 0;
    margin: 0;
}
#epFollowUp li {
  margin-bottom: 20px;
   /* flex: 1;    */
}

/* #epFollowUp .box {
    width: 100%;
    box-sizing: border-box;
} */

#epFollowUp input {
  margin-top: 13px;
    height: 47px;
    width: 259px;
}
#epFollowUp label {
  display: block;
}

/* dp and phone */
#epDataPrivacy .online,
#epDataPrivacy .phone,
#epDataPrivacy .output {
  display: block;
}

#epDataPrivacy ol.dropDowns {
  list-style: none;
  margin: 0;
  padding: 0;
}

#epDataPrivacy .text {
  color: var(--color-white);
}


select {
  font: normal 400 14px "Open Sans", sans-serif;
  margin: 5px 0 15px;
  min-width: 355px;
  padding: 5px;
}

button,
.cont,
.submit,
#epConsentContinue,
#epConsentCancel {
  background: #F2617A;
  border-radius: 4px;
  border: none;
  color: var(--color-white);
  cursor: pointer;
  font: normal 500 16px 'Open Sans', sans-serif;
  padding: 8px 15px;
  margin: 4px 0px 20px;
  text-decoration: none;
}

button:hover,
.cont:hover,
.submit:hover,
#epConsentContinue:hover,
#epConsentCancel:hover,
button:focus,
.cont:focus,
.submit:focus,
#epConsentContinue:focus,
#epConsentCancel:focus {
  background: var(--color-white);
  color: var(--color-green);
  transition: all 0.2s ease 0s;
}

button:disabled,
button:disabled:hover,
input.submit:disabled,
input.submit:disabled:hover {
  background: #ccc;
  cursor: default;
}


.nowrap {
  white-space: nowrap;
}

button,
#epConsentContinue,
#epConsentCancel {
  background: var(--color-blue);
  border-radius: 4px;
  border: none;
  color: var(--color-white);
  cursor: pointer;
  font: normal 500 16px 'Open Sans', sans-serif;
  padding: 8px 15px;
  margin: 4px 0px 20px;
}

button:hover,
#epConsentContinue:hover,
#epConsentCancel:hover,
button:focus,
#epConsentContinue:focus,
#epConsentCancel:focus {
  background: var(--color-black);
  color: var(--color-white);
  transition: all 0.2s ease 0s;
}

button:disabled {
  background: var(--color-grey);
  cursor: default;
}

button:hover:disabled {
  background: var(--color-grey);
}

.nowrap {
  white-space: nowrap;
}

/* issues */
#epIssues {
    width: 100%;
}
#epIssues .category {
    display: flex;
    margin-bottom: 20px;
}
#epIssues .category {
    background: #000;
}
#epIssues .catdesc {
    display: none;
}
#epIssues .catname {
    color: #fff;
    font: normal 700 20px sans-serif;
    padding: 20px 20px 20px 30px;
    width: 24%;
}
#epIssues .details {
    font: italic 400 11px sans-serif;
    position: absolute;
    right: 7px;
    text-decoration: underline;
    top: 3px;
}
#epIssues .issue {
    margin-bottom: 10px;
    padding: 0 5px 10px 10px;
    position: relative;
    color: #132445;
    display: flex;
    margin-bottom: 10px;
}
#epIssues .issue:last-of-type {
    margin-bottom: 0;
}
#epIssues .issue:hover,
#epIssues .issue:focus {
    /* background: #fff; */
}
#epIssues .issuebox {
    background: #fff;
    padding-left: 20px;
    width: 76%;
}
#epIssues .name {
    font: normal 400 15px/17px sans-serif;
    padding: 5px 0;
    /* border: 1px solid red; */
    display: flex;
    padding: 35px 25px;
    width: 215px;
    justify-content: center;
    text-align: center;
    align-items: center;
    /* background: #F2617A; */
    color: var(--color-white);
    border: #F2617A solid 2px;
}
#epIssues .desc {
    color: var(--color-white);
    font-size: 16px;
    padding: 0 60px 10px 250px;
    border: 1px solid var(--color-white);
    font-size: 14px;
    padding: 25px;
    align-content: center;
    align-items: center;
    display: inherit;
    width: 935px;
}

input.text-input {
  margin: 5px 0 20px;
  min-width: 300px;
  padding: 5px;
}

/* footer */
footer {
  font-size: 14px;
  border-top: 1px solid var(--color-blue);
  padding: 20px 0;
}

footer th {
  display: none;
}

footer td {
  padding: 5px 0 0 !important;
}

#epNAVEXFooter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  direction: ltr !important;
  font-size: 14px;
  margin: 0 auto;
  padding: 0px 0px;
  text-align: center;
  width: 1200px;
}

#epNAVEXFooter .line1 {
  margin-block-end: 0;
}

#epNAVEXFooter .line2 {
  margin-top: 10px;
}

footer nav ul {
  justify-content: center;
  margin-block-start: 0;
}

footer nav li a {
  font-size: 14px;
  text-decoration: none;
  color: var(--color-white);
}

footer nav li a:hover,
footer nav li a:focus {
  text-decoration: underline;
  columns: var(--color-white);
}

footer nav>a:hover,
footer nav>a:focus {
  margin: 0 auto;
}

footer table {
  font-size: 12px;
  margin: 15px auto 0 !important;
  width: 1000px !important;
}

.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: transperant;
}

.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  color: #000;
  padding: 21px 37px;
  background-color: #EDf1F3;
  /* border: 1px solid #ccc; */
  border-top: none;
}

.startButton {
  text-align: end;
  margin-top: 20px;
}

.nav-home {
  display: flex;
  justify-content: flex-end;
  font-size: larger;
  padding: 25px;
}