@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

* {
  box-sizing: border-box;
}

body {
  color: #333e48;
  font: normal 400 16px/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;
  margin-bottom: 15px;
}

/* header */

header {
  display: block;
  background: #EDEDED;
}

#epLang {
  display: flex;
  justify-content: right;
  padding: 10px 40px;
}

#epLang a {
  color:  #333e48;
  display: block;
  text-decoration: none;
  margin-right: 25px;
}

#epLang a:hover {
  color: #000;
}


header .flex {
  display: flex;
  justify-content: space-between;
}

a.logo {
  background: url(logo1.svg) center top no-repeat;
  background-size: contain;
  display: inline-block;
  height: 75px;
  width: 175px;
}

nav {
  align-items: center;
  display: flex;
  flex-grow: 0;

}

nav a {
  color: #333E48;
  display: inline-block;
  font: normal 400 16px/25px "Lato", sans-serif;
  overflow: hidden;
  margin: 0 0 0 20px;
  padding-right: 10px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: color .2s ease;
  z-index: 100;

}

nav a:hover {
  color: #000;
  overflow: visible;
  text-decoration: none;
}

#epAttention {
  background: url(banner.svg) center top no-repeat;
  background-size: cover;
  padding: 75px 0;
  color: white;
  font-size: 20px;
  text-align: center;
}

span.arrow {
  display: inline-block;
  width: auto;
  background: transparent;
  position: relative;
  pointer-events: auto;
  left: auto;
  min-width: auto;
  font-size: inherit;
  padding: 0;
  margin: 0 0 0 8px;
  height: auto;
  line-height: inherit;
  color: inherit;
}

span.arrow::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 1px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #333E48;
}

#epResources {
  /*Dropdown Box*/
  display: block;
  position: absolute;
  top: 25px;
  right: -60px;
  width: fit-content;
  z-index: 10;
}

#epResources span {
  background: #f1f1f1;
  color: #333E48;
border-bottom: 1px solid #333E48;
  cursor: pointer;
  display: block;
  padding: 5px 20px;
  width: 200px;
}

#epResources span:hover {
  background: #f1f1f1;
  color: #333E48;
}

/* content */

main {
  display: block;
  padding: 15px 0 40px;
}

section {}

div.col-left {
  padding: 0 10px 30px;
  border-bottom: 1px solid #333E48;
}

div.col-right {
  padding: 30px 10px 0;
}

h1 {
  font: normal 300 70px "Lato", sans-serif;
  padding: 0;
}

h2 {
  font: normal 300 56px "Lato", sans-serif;
  padding: 0;
}

h3 {
  font: normal 700 18px "Lato", sans-serif;
  margin: 1em 0;
  padding: 0;
}

#epEmergency {
  color: #fff;
  padding: 20px 0 0;
}

.emergency-container {
  background-color: #2D2D2D;
}

#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 "Lato", 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;
}

#epIssues {
  width: 100%;
}

#epIssues .catdesc {
  display: none;
}

#epIssues .catname {
  font: normal 700 16px/20px "Lato", 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 "Lato", sans-serif;
}

#epIssues .desc {
  flex-basis: 100%;
  padding: 5px 0;
}

/* footer */

footer {
  font-size: 12px;
  padding: 20px 0;
  background-color: #2D2D2D;
}

footer th {
  display: none;
}

footer td {
  padding: 5px 0 0 !important;
}

footer .line1 {
  float: left;
  padding-left: 10px;
  color: white;
}

footer .line2 {
  color: #fff;
  float: right;
  padding-right: 10px;
}

footer .line2 a {
  color: #f26321;
  text-decoration: none;
}

footer .line2 a:hover {
  text-decoration: underline;
}

footer table {
  margin: 0 auto !important;
  width: 1200px !important;
}