@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap');

*{
  box-sizing: border-box;
}

body {
  color: #333;
  font: normal 400 18px/1.5 "Lato", sans-serif;
  margin: 0;
}

a {
  color: #33658a;
  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 {
  margin-top: 0;
  padding-top: 0;
}

#banner {
  position: relative;
  background: url(banner.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 40vh;
  background-position: center;
  overflow: hidden;
}


/* header */

header {
  display: block;
}

#epLang {
  color: black;
  display: block;
}

#epLang a {
  display: none;
}

header .flex {
  display: flex;
  flex-direction: column;
}

a.logo {
  background: url(logo1.png) center top no-repeat;
  background-size: contain;
  display: inline-block;
  height: 93px;
  margin: 20px 30px 10px 10px;
  width: 250px;
}

nav {
  margin: 9px 0px;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-grow: 0;

}

nav a {
  color: #343434;
  display: inline-block;
  font: normal 400 18px/25px "DM Sans", sans-serif;
  padding: 0 20px;
  text-align: center;
  text-decoration: none;
}

nav a:hover {
  color: #941A2C;
}

#epAttention {
  padding: 50px 89px;
  font: normal 400 16px / 1.5 "Merriweather", sans-serif;
  background-color: #F5F5F5;
  text-align: center;
}

/* content */

main {
  display: block;
  padding: 30px 0 0px;
}

section {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}

div.col-left {
  padding: 12px 100px;
}

div.col-right {
  padding: 12px 100px;
}

h1 {
  font: normal 700 38px "Merriweather", sans-serif;
  padding: 0;
}

h2 {
  font: normal 700 28px "Merriweather", sans-serif;
  padding: 0;
}

h3 {
  font: normal 700 18px "Merriweather", sans-serif;
  margin: 1em 0;
  padding: 0;
}

#epEmergency {
  background-color: #54595F;
  padding: 100px 100px;
  color: #F5F5F5;
  text-align: center;
}

#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 {
  background: #33658a;
  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;
}

#epPhone {
  display: inline-block
}

#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: 13px;
  padding: 40px 0;
  background-color: #333333;
}

footer th {
  display: none;
}

footer td {
  padding: 5px 0 0 !important;
}

footer .line1 {
  float: left;
  padding-left: 10px;
  color: #F5F5F5;
}

footer .line2 {
  color: #F5F5F5;
  float: right;
  padding-right: 10px;
}

footer .line2 a {
  color: #F5F5F5;
  text-decoration: none;
}

footer .line2 a:hover {
  color: #F5F5F5;
  text-decoration: underline;
}

/* footer table {
  margin: 0 auto !important;
  width: 1200px !important;
} */