@import url('https://fonts.googleapis.com/css2?family=Abel&display=swap');

* {
  box-sizing: border-box;
}

body {
  background: url(bg.svg);
  color: #68707a;
  font: normal 400 22px/28px "Abel", Arial, Helvetica, sans-serif;
  margin: 0;
  min-width: 1200px;
}

a {
  color: #273783;
  outline: none;
  text-decoration: none;
  transition: all .15s;
}

a:hover {
  color: #273783;
  text-decoration: underline;
}

img {
  border: 0;
  display: block;
}

ol,
ul {
  margin: 1em 0;
  padding: 0 0 0 1.25em;
}

.consentList {
  color: #283882;
  font: normal 700 18px "Abel", Arial, Helvetica, sans-serif;
}

.consentList p {
  color: #68707a;
  font: normal 400 22px/28px "Abel", Arial, Helvetica, sans-serif;
}

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;
}

.flex {
  display: flex;
}

.bold {
  font-weight: 700;
}

.normal {
  font-weight: 400;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.underline {
  text-decoration: underline;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.marginAuto {
  margin-left: auto;
  margin-right: auto;
}

.relative {
  position: relative;
}

/* header */

header {
  background: #fff;
  display: block;
  margin: 15px 0;
}

#epLang {
  color: black;
  display: block;
  margin-top:5px;
}

#epLang a {
  padding:0 10px;
  font-size: 16px;
}

header .flex {
  display: flex;
  justify-content: space-between;
}

a.logo {
  background: url(logo1.png) center top no-repeat;
  background-size: contain;
  display: inline-block;
  height: 79px;
  margin: 0 30px 0 10px;
  width: 203px;
}

nav {
  align-items: center;
  display: flex;
  flex-grow: 0;
}

nav a {
  align-items: center;
  color: black;
  display: flex;
  font: normal 700 15px/19px Arial, sans-serif;
  height: 100%;
  margin-right: 10px;
  text-align: left;
  text-decoration: none;
  transition: all .4s cubic-bezier(.07, .99, .49, .99);
}

nav a::after {
  content: "";
  border-right: 1px solid black;
  height: 20px;
  margin-left: 15px;
  width: 1px;
}

html[lang="ar"] nav a::after {
  inset-inline-start: 10px;
  position: relative;
}

#dropDown {
  display: flex;
  flex-direction: column;
  height: 100%;
}

#dropDown:hover #dropDownContent,
#dropDownContent:hover {
  display: flex;
}

#dropDownContent {
  align-items: flex-start;
  background-color: white;
  display: none;
  flex-direction: column;
  padding: 10px;
  position: absolute;
  top: 70px;
}

#dropDownContent>a {
  margin: 3px 0;
  max-width: 200px;
}

#dropDownContent>a:after {
  border: none;
}

a.last:after {
  border: none;
}

nav a:hover {
  color: #000;
  text-decoration: none;
}

.banner {
  align-items: center;
  background-color: #283882;
  color: white;
  display: flex;
  flex-direction: column;
  height: 235px;
  text-align: center;
}

.banner>div {
  margin-top: 5px;
}

.banner h1 {
  font-size: 62px;
  margin: 0;
}

.banner p {
  font-size: 32px;
  margin: 5px 0 0;
}

.grey {
  color: rgb(193, 198, 200);
}

#talk {
  background: url(talk.png) no-repeat;
  background-size: contain;
  height: 80px;
  margin-bottom: 5px;
  width: 80px;
}

#epAttention {
  background: #fff;
  color: rgb(91, 103, 112);
  font-size: 15px;
  font-family: Arial, sans-serif;
  padding: 6px 0 5px;
  text-align: center;
}

.buttons {
  background-color: #dcdcdc;
}

.buttons .contain {
  display: flex;
  justify-content: center;
}

.buttons a {
  align-items: center;
  background: url() top 15px center no-repeat;
  background-size: 110px;
  border-radius: 10px;
  color: black;
  display: flex;
  flex-direction: column;
  font-size: 18px;
  line-height: 1.2;
  margin: 20px;
  padding: 112px 15px 20px;
  text-align: center;
  width: 23%;
}

.buttons a:hover {
  background-color: #eee;
  text-decoration: none;
}

.buttons p {
    margin: 0;
    width: 100%;
}

.buttons h3 {
  color: #283882;
  font-size: 22px;
  margin: 20px 0 10px;
}

.buttons .report {
  background-image: url(report.png);
}

.buttons .question {
  background-image: url(question.png);
}

.buttons .follow {
  background-image: url(answers.png);
}

.buttons .contact {
  background-image: url(contact.png);
}

#listening {
  align-items: center;
  display: flex;
  flex-direction: column;
}

#textWrapper {
  color: black;
  display: flex;
  flex-direction: space-between;
}

#textWrapper > div {
  margin: 0 10px;
  width: 24%;
}

#textWrapper>div>h3 {
  font-size: 20px;
  margin-bottom: 0;
}

#textWrapper>div>p {
  margin-top: 0;
}

.blue {
  color: #283882;
}

.light {
  font-weight: 400;
}

/* content */

main {
  display: block;
  padding: 30px 0 100px;
}

section {}

div.col-left {
  padding: 0 10px;
}

div.col-right {
  margin-top: 40px;
  padding: 0 10px;
}

h1 {
  font: normal 700 35px "Abel", Arial, Helvetica, sans-serif;
  padding: 0;
}

h2 {
  color: #001329;
  font: normal 700 36px "Abel", Arial, Helvetica, sans-serif;
  margin-bottom: 44px;
  padding: 0;
  position: relative;
}

h3 {
  color: #283882;
  font: normal 700 18px "Abel", Arial, Helvetica, sans-serif;
  margin: 1em 0;
  padding: 0;
}

#epEmergency {}

#epDDN {
  font-weight: bold;
  white-space: nowrap;
}

.listor {
  list-style: none;
  margin: 1em 0;
}

.message {
  margin-bottom: 15px;
}

/* report page */

#reportContent {
  display: flex;
  flex-direction: column;
}

#reportContent>h1 {
  text-align: center;
}

#reportContent>section {
  display: flex;
  justify-content: space-between;
}

#reportContent>section>.col-left,
#reportContent>section>.col-right {
  width: 48%;
}

#reportContent>section>.col-right {
  margin-top: 0;
}

#epDataPrivacy {
  display: block;
  width: 400px;
}

#epDataPrivacy .online,
#epDataPrivacy .phone,
#epDataPrivacy .output {
  display: none;
}

#epDataPrivacy ol.dropDowns {
  list-style: none;
  margin: 0;
  padding: 0;
}

select {
  font: normal 400 14px "Abel", Arial, Helvetica, sans-serif;
  margin: 2px 0 15px;
  padding: 5px;
  width: 100%;
}

button {
  background: #283882;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  padding: 6px 18px;
}

button:hover {
  background: #333;
  color: #fff;
}

button:disabled {
  background: #ddd;
  cursor: default;
}

button:hover:disabled {
  background: #ddd;
}

/* consent page */

#epConsentContinue {
  margin-right: 15px;
}

/* issues page */

.nowrap {
  white-space: nowrap;
}

#epIssues {
  width: 100%;
}

#epIssues .catdesc {
  display: none;
}

#epIssues .catname {
  font: normal 700 16px/20px "Abel", Arial, Helvetica, sans-serif;
}

#epIssues .details {
  font-size: 12px;
  margin-left: auto;
}

#epIssues .issue {
  color: #0000ff;
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
  position: relative;
}

#epIssues .issue:hover {
  color: #008000;
}

#epIssues .name {
  font: normal 700 14px/20px "Abel", Arial, Helvetica, sans-serif;
}

#epIssues .desc {
  flex-basis: 100%;
  padding: 5px 0;
}

/* footer */

footer {
  background: #001329;
  border-top: 10px solid #273783;
  color: #fff;
  font-size: 16px;
  padding: 15px 0 30px;
}

footer th {
  display: none;
}

footer td {
  padding: 5px 0 0 !important;
}

footer .line1 {
  float: left;
  padding-left: 10px;
}

footer .line2 {
  color: #fff;
  float: right;
  padding-right: 10px;
}

footer .line2 a {
  color: #fff;
  padding: 0 15px;
}

footer .line2 a:hover {}

footer table {
  margin: 0 auto !important;
  width: 1200px !important;
}