*{
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body {
  color: #384349;
  font: normal 400 16px/22px 'Open Sans', Arial, sans-serif;
  margin: 0;
}
a {
  color: #184a83;
  outline: none;
  text-decoration: none;
}
a:hover {}
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: 1136px;
}
.fill {
  min-width: 1136px;
  width: 100%;
}
.bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}
.top {
  margin-top: 0;
  padding-top: 0;
}
/* header */
header {
  background: url(banner.jpg) center top no-repeat;
  background-size: cover;
  display: block;
  height:130px;
}
#epLang {
  color: black;
  display: block;
}
#epLang a {
  display: none;
}
header .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
a.logo {
  background: url(logo1.png) center top no-repeat;
  background-size: contain;
  display: inline-block;
  height: 55px;
  margin: 60px 30px 20px 0px;
  width: 140px;
}
nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin-top:25px;
}
nav a {
  color: #fff;
  display: inline-block;
  font: normal 700 14px/25px 'Open Sans', Arial, sans-serif;
  padding: 11px 20px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  -moz-transition: color 0.3s ease 0s;
}
nav a:hover {
  color: #ffc453;
}
#epAttention {
  padding: 10px 0;
  text-align: center;
}
/* content */
main {
  display: block;
  padding: 30px 0 50px;
}
section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
div.col-left {
  padding: 0 10px;
  width: 58%;
}
div.col-right {
  padding: 0 10px;
  width: 38%;
}
h1,h2 {
  color: #254156;
  font: normal 700 40px 'Open Sans', Arial, sans-serif;
  padding: 0;
}
h3 {
  font: normal 700 18px 'Open Sans', Arial, 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 'Open Sans', Arial, sans-serif;
  margin: 2px 0 15px;
  padding: 5px;
  width: 100%;
}
button {
  background: #1e5a92;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 10px;
  font-weight: 700;
  margin: 15px 0 10px;
  padding: 2px 12px;
  text-transform: uppercase;
}
button:hover {}
button:disabled {}
button:hover:disabled {}
.nowrap {
  white-space: nowrap;
}
#epIssues {
  width: 100%;
}
#epIssues .catdesc {
  display: none;
}
#epIssues .catname {
  font: normal 700 16px/20px 'Open Sans', Arial, sans-serif;
}
#epIssues .details {
  font-size: 12px;
  margin-left: auto;
}
#epIssues .issue {
  color: #0000ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 10px 0;
  position: relative;
}
#epIssues .issue:hover {
  color: #008000;
}
#epIssues .name {
  font: normal 700 14px/20px 'Open Sans', Arial, sans-serif;
}
#epIssues .desc {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding: 5px 0;
}
/* footer */
footer {
  background:#30393E;
  border-top:15px solid #FFA918;
  color:#fff;
  font-size: 12px;
  padding: 20px 0;
}
footer th {
  display: none;
}
footer td {
  padding: 5px 0 0 !important;
}
footer .line1 {
  float: left;
}
footer .line2 {
  color: #30393E;
  float: right;
}
footer .line2 a {
  color:#fff;
}
footer .line2 a:hover {}
footer table {
  margin: 0 auto !important;
  width: 1136px !important;
}