@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed: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: #333;
  font: normal 400 16px/1.6 sans-serif;
  margin: 0;
}

a {
  color: #00007b;
  outline: none;
  text-decoration: underline;
}

a:hover {
  color: #333;
}

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 {
  color: #00007b;
  margin-top: 0;
  padding-top: 0;
  text-align: center;
}

/* header */

header {
  display: block;
  border-bottom: 4px #00007b solid;
}

#epLang {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding: 10px 15px 0;
}

#epLang a {
  color: var(--gray);
  display: inline-block;
  font-size: 14px;
  text-decoration: none;
}

#epLang a:hover {
  color: #00007b;
}

header .flex {
  display: flex;
  
}

a.logo {
  background: url(logo1.png) center top no-repeat;
  background-size: contain;
  display: inline-block;
  height: 40px;
  margin: 20px 30px 20px 10px;
  width: 232px;
}

nav {
  align-items: center;
  display: flex;
  flex-grow: 0;

}

nav a {
  color: #333;
  display: inline-block;
  font: normal 700 14px/25px "Barlow Semi Condensed", sans-serif;
  padding: 0 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

nav a:hover {
  color: #333;
  opacity: 70%;
}

#epAttention {
  padding: 10px 0;
  text-align: center;
}

/* content */

main {
  display: block;
  padding: 30px 0 50px;
}

section {
  display: flex;
  justify-content: space-between;
}

div.col-left {
  padding: 0 10px;
  width: 58%;
}

div.col-right {
  padding: 20px;
  width: 38%;
  background-color: #00007b10;
  box-shadow: 2px 0px 10px 2px rgba(63, 63, 63, 0.43);
}

h1 {
  font: normal 700 35px "Barlow Semi Condensed", sans-serif;
  padding: 0;
}

h2 {
  font: normal 700 24px "Barlow Semi Condensed", sans-serif;
  padding: 0;
}

h3 {
  font: normal 700 18px "Barlow Semi Condensed", sans-serif;
  margin: 1em 0;
  padding: 0;
}

#epEmergency {}

#epDDN {
  font-weight: bold;
  white-space: nowrap;
}

.listor {
  list-style: none;
  margin: 1em 0;
}

#epDataPrivacy {
  display: inline-block;
  vertical-align: top;
}

#epDataPrivacy .online, #epDataPrivacy .phone, #epDataPrivacy .output {}

#epDataPrivacy ol.dropDowns {
  list-style: none;
  margin: 0;
  padding: 0;
}

select {
  font: normal 400 14px "Barlow Semi Condensed", sans-serif;
  margin: 2px 0 15px;
  padding: 5px;
  width: 100%;
}

button {
  background: #00007b;
  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;
}

.nowrap {
  white-space: nowrap;
}

#epIssues {
  width: 100%;
}

#epIssues .catdesc {
  display: none;
}

#epIssues .catname {
  font: normal 700 16px/20px "Barlow Semi Condensed", 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 "Barlow Semi Condensed", 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;
}