@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

*{
  box-sizing: border-box;
}

body {
  color: #292929;
  font: normal 400 16px/1.5 "Open Sans", serif;
  margin: 0;
}

a {
  color: #3265d7;
  outline: none;
  text-decoration: underline;
}

a:hover {
  color: #0a58ca;
}

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;
  border-bottom: 1px solid #29768f;
}

#epLang {
  color: black;
  display: block;
  margin-left: auto;
  text-align: right;
  padding-top: 20px;
}

#epLang a {
  display: inline-block;
  padding-left: 15px;
}

#epLang a:hover {
  color: #292929;
}

header .flex {
  display: flex;
  justify-content: space-between;
}

a.logo {
  background: url(logo1.jpg) center top no-repeat;
  background-size: contain;
  display: inline-block;
  height: 120px;
  margin: 20px 30px 20px 10px;
  width: 289px;
}

nav {
  align-items: center;
  display: flex;
  flex-grow: 0;

}

nav a {
  color: #33658a;
  display: inline-block;
  font: normal 400 18px/25px "Open Sans", serif;
  padding: 0 20px;
  text-align: center;
  text-decoration: none;
}

nav a:hover {
  color: #000;
}

#epAttention {
  padding: 0 10px 15px 10px;
  text-align: left;
}

#epPhoneTable {
	max-width:60%;
}

/* content */

main {
  display: block;
  padding: 30px 0 50px;
}

section {
  display: flex;
  justify-content: space-between;
}

div.col-left {
  padding: 0 10px;
  width: 65%;
}

div.col-right {
  width: 28%;
  background-color: #f2f2f2;
}

div.col-right-inner {
  padding: 25px;
}

.file-complaint {
	text-align: center;
	color: #008080;
	padding: 25px 0;
}

h1 {
  font: normal 600 26px "Open Sans", serif;
  padding: 0;
}

h2 {
  font: normal 600 24px "Open Sans", serif;
  padding: 0;
}

h3 {
  font: normal 600 22px "Open Sans", serif;
  margin: 1em 0;
  padding: 0;
}

#epEmergency {
	padding: 0 10px 15px 10px;
}

#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 "Open Sans", serif;
  margin: 2px 0 15px;
  padding: 5px;
  width: 100%;
}

button {
  background: #016776;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 5px;
}

button:hover {
  background: #333;
  color: #fff;
}

button:disabled {
  background: #ddd;
  cursor: default;
}

button:hover:disabled {
  background: #ddd;
}

a.inner-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #f9f9f9;
  color: #3265d7;
  text-align: center;
  padding: 10px 0;
  border: 2px solid #3265d7;
  border-radius: 5px;
  font-weight: normal;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  margin-bottom: 15px; /* Adds space between buttons */
}

a.inner-btn:last-child {
  margin-bottom: 0; /* Removes extra margin after the last button */
}

a.inner-btn:hover {
  color: #244899;
  background-color: #ebf0fb;
  border-color: #244899;
}

a.inner-btn img.button-icon {
  width: 24px;
  height: 24px;
  display: block;
}

.nowrap {
  white-space: nowrap;
}

#epIssues {
  width: 100%;
}

#epIssues .catdesc {
  display: none;
}

#epIssues .catname {
  font: normal 700 16px/20px "Open 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 "Open Sans", serif;
}

#epIssues .desc {
  flex-basis: 100%;
  padding: 5px 0;
}

/* footer */

footer {
  font-size: 14px;
  padding: 15px 0;
  background-color: #016776;
  color: #fff;
}

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;
	text-decoration: underline;
}

footer .line2 a:hover {
	color: #fff;
}

footer table {
  margin: 0 auto !important;
  width: 1200px !important;
}