@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&family=Raleway: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');
*,
*::before,
*::after{box-sizing: border-box;}
body {
  color: #444;
  font: normal 400 16px/1.5 'Lato', sans-serif;
  margin: 0;
}
a {
  color: #f63;
  outline: none;
  text-decoration: none;
}
a:hover,
a:focus {color: #6cf;}
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: 1000px;
}
.fill {
  min-width: 1000px;
  width: 100%;
}
.bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}
.top {
  margin-top: 0;
  padding-top: 0;
}
/* header */
header {display: block;}
#epLang {
  color: black;
  display: block;
}
#epLang a {display: none;}
header .flex {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
a.logo {
  background: url(logo1.png) center top no-repeat;
  background-size: contain;
  display: inline-block;
  height: 90px;
  margin: 0 30px 0 10px;
  width: 162px;
}
nav {
  align-items: center;
  display: flex;
  flex-grow: 0;
}
nav a {
  color: #036;
  display: inline-block;
  font: normal 400 18px/25px 'Lato', sans-serif;
  padding: 0 20px;
  text-align: center;
  text-decoration: none;
}
nav a:hover,
nav a:focus {color: #f63;}
#epAttention {
  padding: 10px 0;
  text-align: center;
  color: #000;
}
#epAttention strong {
  padding: 4px 13px;
  color: #036;
  border: 2px solid #f63;
  border-radius: 4px;
  font-weight: 600;
    text-transform: uppercase;
}
/* content */
main {
  display: block;
  padding: 30px 0 50px;
}
section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
div.col-left {
  padding: 0 10px;
  margin-bottom: 30px;
  margin-top: 20px;
  width: 100%;
}
div.col-right {
  padding: 0 10px;
  width: 100%;
}
h1 {
  font: normal 600 35px 'Raleway', sans-serif;
  padding: 0;
  color: #036;
}
h2 {
  font: normal 600 24px 'Raleway', sans-serif;
  padding: 0;
  color: #036;
}
h3 {
  font: normal 600 18px 'Raleway', 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;
  margin-bottom: 25px;
}
#epDataPrivacy .online, #epDataPrivacy .phone, #epDataPrivacy .output {display:none;}
#epDataPrivacy ol.dropDowns {
  list-style: none;
  margin: 0;
  padding: 0;
}
#epPhone {
  display: inline-block;
}
select {
  font: normal 400 14px 'Lato', sans-serif;
  margin: 2px 0 15px;
  padding: 5px;
}
button {
  background: #6cf;
  border: 1px solid #6cf;
  color: #036;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  padding: 6px 18px;
}
button:hover,
button:focus {
  background: #036;
  color: #6cf;
  border: 1px solid #036;
}
button:disabled {
  background: #ddd;
  cursor: default;
}
button:hover:disabled,
button:focus: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,
#epIssues .issue:focus {color: #008000;}
#epIssues .name {font: normal 700 14px/20px 'Lato', sans-serif;}
#epIssues .desc {
  flex-basis: 100%;
  padding: 5px 0;
}
/* footer */
footer {
  font-size: 14px;
  padding: 30px 0;
  background-color: #036;
  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: none;
}
footer .line2 a:hover,
footer .line2 a:focus {color: #fff;}
footer table {
  margin: 0 auto !important;
  width: 1000px !important;
}