html {box-sizing: border-box;}
*,
*::before,
*::after {
  box-sizing: inherit;
}
body {
  color: #333;
  font: normal normal 400 13px/20px sans-serif;
  margin: 0;
}
a {
  color: #33658a;
  outline: none;
  text-decoration: underline;
}
a:hover,
a:focus {
  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: 950px;
}
.fill {
  min-width: 950px;
  width: 100%;
  border-bottom: 1px solid #dbe1e2;
}
.bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}
.top {
  margin-top: 0;
  padding-top: 0;
}
/* header */
banner {
  background: #ccc url(banner.jpg) no-repeat center center;
  background-size: cover;
  display: block;
}
header {display: block;}
#epLang {
  color: black;
  display: none;
}
header .flex {
  display: flex;
  justify-content: space-between;
  position: relative;
}
a.logo {
  background: url(logo1.svg) center top no-repeat;
  background-size: contain;
  display: inline-block;
  height: 58px;
  margin: 20px 30px 20px 11px;
  width: 278px;
}
nav {
  align-items: center;
  display: flex;
  flex-grow: 0;
  margin-top: 18px;
}
nav a {
  color: #00778b;
  display: inline-block;
  padding: 0 20px;
  text-align: center;
  text-decoration: none;
  font: normal normal 600 16px/25px sans-serif;
}
nav a:hover,
nav a:focus {
  color: #00778b;
  text-decoration: underline;
}
#epAttention {
  bottom: 15px;
  position: absolute;
  right: 20px;
  text-align: right;
  width: 410px;
}
/* content */
main {
  display: block;
  padding: 40px 5px 70px;
}
section {
  display: flex;
  justify-content: space-between;
}
div.col-left {
  padding: 0 10px;
  width: 58%;
}
div.col-right {
  padding: 0 10px;
  width: 38%;
}
h1 {
  font: normal 700 26px/56px  sans-serif;
  padding: 0;
}
h2 {
  font: normal 700 19.5px/40px  sans-serif;;
  padding: 0;
}
h3 {
  font: normal 700 18px 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 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,
button:focus {
  background: #333;
  color: #fff;
}
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 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 sans-serif;}
#epIssues .desc {
  flex-basis: 100%;
  padding: 5px 0;
}
/* footer */
.footer-wrapper{
  display: flex;
  justify-content: center;
}
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 .line2 a:focus {}
footer table {
  margin: 0 auto !important;
  width: 950px !important;
}