*,
*::before,
*::after{box-sizing: border-box;}
body {
  color: #0f0f0f;
  font: normal 400 14px/29px Arial, sans-serif;
  margin: 0;
  min-width: 1100px;
}
a {
  color: #2079d2;
  outline: none;
  text-decoration: none;
}
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: 1100px;
}
.fill {
  min-width: 1100px;
  width: 100%;
}
.bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}
.top {
  margin-top: 0;
  padding-top: 0;
}
/* header */
header {
  border-bottom: #e2e2e2 1px solid;
  display: block;
  padding: 0 67px;
  margin: 0 auto;
  min-width: 1100px;
}
#epLang {
  color: black;
  display: block;
}
#epLang a {display: none;}
header .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 72px;
}
a.logo {
  background: url(logo1.svg) center top no-repeat;
  background-size: contain;
  display: inline-block;
  height: 32px;
  width: 160px;
}
nav {
  align-items: center;
  display: flex;
  flex-grow: 0;
}
nav a {
  color: #0f0f0f;
  display: inline-block;
  font: normal 700 14px/14px Arial, sans-serif;
  padding: 0 35px;
  text-align: center;
  text-decoration: none;
  transition: color 200ms ease-out;
}
nav a:hover,
nav a:focus {color: #0070CD;}
#epAttention {
  margin: 20px 0 50px;
  text-align: center;
}
/* content */
main {
  display: block;
  margin: 0 auto 100px;
  width: 960px;
}
section {}
div.col-left {
  padding: 0 10px;
  margin-bottom: 40px;
}
div.col-right {padding: 0 10px;}
h1 {
  color: #004778;
  font: normal 700 51px/77px 'Times New Roman', serif;
  margin: 0 0 80px;
  padding: 0;
  text-align: center;
}
h2 {
  color: #004778;
  font: normal 700 21px/31px 'Times New Roman', serif;
  padding: 0;
}
h3 {
  font: normal 700 18px 'Times New Roman', serif;
  margin: 1em 0;
  padding: 0;
}
#epEmergency {}
#epDDN {
  font-weight: bold;
  white-space: nowrap;
}
.listor {
  list-style: none;
  margin: 1em 0;
}
#epFollowUp {
  list-style-type: none;
  padding: 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 Arial, sans-serif;
  margin: 2px 0 15px;
  padding: 5px;
  width: 400px;
}
button, .submit {
  border: 1px solid #0050c5;
  background: #0070cd;
  color: #fff;
  cursor: pointer;
  font-size: 11px;
  font: normal 400 12px Arial, sans-serif;
  text-transform: uppercase;
  padding: 12px 50px;
  min-width: 163px;
}
button:hover, .submit:hover,
button:focus, .submit:focus {background: #338dd7;}
button:disabled {
  background: #ddd;
  cursor: default;
}
button:hover:disabled,
button:focus:disabled {background: #ddd;}
input.box {
  border: 1px solid #d6d6d6;
  padding: 10px;
  width: 400px;
}
.nowrap {white-space: nowrap;}
#epIssues {width: 100%;}
#epIssues .catdesc {display: none;}
#epIssues .catname {font: normal 700 16px/20px Arial, 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 Arial, sans-serif;}
#epIssues .desc {
  flex-basis: 100%;
  padding: 5px 0;
}
/* footer */
footer {
  border-top: #e2e2e2 1px solid;
  font: normal 400 12px/20px Arial, sans-serif;
  padding: 28px 67px;
  min-width: 1100px;
}
footer th {display: none;}
footer td {padding: 5px 0 0 !important;}
footer .line1 {
  float: left;
  padding-left: 10px;
}
footer .line2 {float: right;}
footer .line2 a {
  color: #000;
  padding: 0 5px;
}
footer .line2 a:hover,
footer .line2 a:focus {}
footer table {
  margin: 0 auto !important;
}