@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
  box-sizing: border-box;
}

body {
  color: #343434;
  font: normal 400 15px/1.5 'Poppins', sans-serif;
  margin: 0;
}

a {
  color: #4258ff;
  outline: none;
  text-decoration: underline;
}

a:hover {
  color: #4258ff;
  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: 1200px;
  width: 100%;
}

.bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}

.top {
  margin-top: 0;
  padding-top: 0;
}


/* header */

header {
  display: block;
}

#epLang {
  color: #B42318;
  display: flex;
  justify-content: center;
  gap: 15px;
  padding: 10px 0;
}

#epLang a {
  color: #B42318;
  text-decoration: none;
}

#epLang a:hover {
  text-decoration: underline;
}

header .flex {
  display: flex;
  justify-content: space-between;
}

.logo-container {
  background: url(logo1.png) center top no-repeat;
  background-size: contain;
  display: inline-block;
  height: 194px;
  margin-bottom: 20px;
  width: 1200px;
  position: relative;
}

a.logo-clickable {
  position: absolute;
  top: 0;
  left: 50px;
  width: 230px;
  height: 85px;
  display: block;
  z-index: 10;
}

.logo-non-clickable {
  position: absolute;
  top: 0;
  left: 280px;
  width: 920px;
  height: 194px;
  cursor: default;
}

nav {
  align-items: center;
  display: flex;
  flex-grow: 0;
  padding: 0;
}

nav a {
  color: #343434;
  display: inline-block;
  font: normal 600 16px/25px 'Poppins', sans-serif;
  padding-right: 30px;
  text-align: center;
  text-decoration: none;
}

nav a:hover {
  color: #B42318;
}

#epAttention {
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
  border-top: 1px solid var(--brand-black, #000);
  border-bottom: 1px solid var(--brand-black, #000);
  background-color: #fafafa;
}

/* content */

main {
  display: block;
  padding: 30px 0 50px;
}

section {
  display: flex;
  justify-content: space-between;
}

div.col-left {
  padding: 0;
  width: 58%;
}

div.col-right {
  padding: 0;
  width: 38%;
}

h1 {
  font: normal 600 35px 'Poppins', sans-serif;
  color: #af0707;
  padding: 0;
}

h2 {
  font: normal 600 24px 'Poppins', sans-serif;
  color: #af0707;
  padding: 0;
}

h3 {
  font: normal 700 18px sans-serif;
  margin: 1em 0;
  padding: 0;
}

.center {
  text-align: center;
}

#epEmergency {
  padding-left: 10px;
}

#epDDN {
  font-weight: bold;
  white-space: nowrap;
}

.listor {
  list-style: none;
  margin: 1em 0;
}

#epDataPrivacy {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 25px;
}

#epDataPrivacy .online,
#epDataPrivacy .phone,
#epDataPrivacy .output {
  display: none;
}

#epDataPrivacy ol.dropDowns {
  list-style: none;
  margin: 0;
  padding: 0;
}

select {
  font: normal 400 14px sans-serif;
  margin: 2px 0 15px;
  padding: 5px;
  width: 100%;
}

button {
  border: none;
  color: #343434;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  padding: 6px 18px;
}

button:hover {
  background: #343434;
  color: #fff;
}

button:disabled {
  background: #ddd;
  cursor: default;
}

button:hover:disabled {
  background: #ddd;
}

.nowrap {
  white-space: nowrap;
}

#epPhone {
  display: inline-block
}

#report-options {
  display: flex;
  width: 1150px;
  justify-content: space-between;
  margin: 0 auto;
}

#online-report-section,
#phone-report-section {
  flex: 1;
  padding: 0 20px;
}

#epIssues {
  width: 100%;
}

#epIssues .catdesc {
  display: none;
}

#epIssues .catname {
  font: normal 700 16px/20px 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 sans-serif;
}

#epIssues .desc {
  flex-basis: 100%;
  padding: 5px 0;
}

/* footer */

footer {
  font-size: 12px;
  padding: 20px 0;
}

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 {}

footer .line2 a:hover {}

footer table {
  margin: 0 auto !important;
  width: 1200px !important;
}

#epButtons {
  padding-left: 10px;
  width: 307px;
  display: table-cell;
  vertical-align: top;
}

#epButtons a {
  color: #FFFFFF;
  display: block;
  float: left;
  height: 95px;
  margin: 5px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
  padding: 10px 0;
}

#epButtons a:first-child {
  margin-top: 0;
}

#epButtons a:last-child {
  margin-bottom: 0;
}

#epButtons a:hover {}

#epButtons a .title {
  font: normal normal 600 1.5em/1.6em "Poppins", sans-serif;
  padding: 0 20px;
  text-align: center;
}

#epButtons a .title:lang(es),
#epButtons a .title:lang(fr) {
  font: normal normal 600 1.3em/1.6em "Poppins", sans-serif;
}

#epButtons a .title:lang(pt),
#epButtons a .title:lang(it) {
  font: normal normal 600 1.3em/1.6em "Poppins", sans-serif;
}

#epButtons a:hover div.title {}

#epButtons a div.subtitle {
  font-size: 14px;
  margin: 70px 20px 10px 20px;
  text-align: center;
  width: 270px;
}

#epButtons a:hover div.subtitle {}

#epButtons .report {
  background: #c01818;
}

#epButtons .question {
  background: #ff1c1c;
}

#epButtons .followup {
  background: #f9f1ec;
  color: #343434;
  height: 160px;
}

.buttonContent img {
  margin: 0 auto;
}

.buttonContent {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
}

/* Make Report and Question buttons more compact */
#epButtons .report .buttonContent,
#epButtons .question .buttonContent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  top: 0;
  transform: none;
}

#epButtons .report .title,
#epButtons .question .title {
  order: 1;
  padding: 0 20px 0 20px;
}

#epButtons .report img,
#epButtons .question img {
  order: 2;
  margin-top: -5px;
  height: 62px;
}

.followTable {
  margin: 0 20px 10px 10px;
  text-align: center;
  width: 270px;
}

.followTable th {
  text-align: left;
}

form fieldset {
  border: none;
}

.follow {
  border: 1px solid transparent;
  height: 18px;
  margin: 5px 0;
  width: 100px;
}

#epButtons input.submit,
.cont,
.consent,
.cancel {
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #343434;
  cursor: pointer;
  font: normal normal 600 16px/16px "Poppins", sans-serif;
  margin-top: 5px;
  margin-right: 10px;
  padding: 5px 20px;
  width: 164px;
}

#epButtons input.submit {
  margin-right: 0;
  width: 166px;
  height: 22px;
  font: normal normal 600 15px/10px "Poppins", sans-serif;
}

/*
 SVG image size constraints */
img[src="question.svg"],
img[src="report.svg"] {
  width: 65px;
  height: 65px;
}