*{
  box-sizing: border-box;
}

body {
  color: #000;
  font: normal 400 14px/1.5 sans-serif;
  margin: 0;
}

a {
  color: #000;
  outline: none;
  text-decoration: none;
}

a:hover {
  color: #004691;
}

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;
}


/* header */

header {
  display: block;
}

#epLang {
  color: black;
  display: block;
}

#epLang a {
  display: none;
}

header .flex {
  display: flex;
  justify-content: space-between;
}

a.logo {
  background: url(logo1.png) center top no-repeat;
  background-size: contain;
  display: inline-block;
  height: 75px;
  margin: 20px 30px 20px 10px;
  width: 150px;
}

nav {
  align-items: center;
  display: flex;
  flex-grow: 0;

}

nav a {
  color: #000;
  display: inline-block;
  font: normal 400 18px/25px sans-serif;
  padding: 0 20px;
  text-align: center;
  text-decoration: none;
}

nav a:hover {
  color: #004691;
}

.banner {
  display: flex;
    justify-content: space-evenly;
    align-items: baseline;
    width: 1105px;
    /* flex-wrap: wrap; */
    margin-bottom: 20px;
    margin: auto auto 33px auto;
}

.item {
  flex: 1 0 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}

.image {
  width: 100%;
  height: 200px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.labelCommitment, .labelHonor, .labelIntegrity {
  text-align: center;
  margin-top: 10px;
  font: normal 700 24px sans-serif;
}
.labelCommitment {
  color: #000;
}
.labelHonor {
  color: #000;
}
.labelIntegrity {
  color: #000;
}

.commitment {
  background-image: url('commitment.jpg');
  background-size:51%;
  height: 163px;
}

.honor {
  background-image: url('honor.jpg');
  background-size:52%;
  height: 195px;
}

.integrity {
  background-image: url('integrity.png');
  background-size:33%;
  height: 200px;
}


#epAttention {
  padding: 10px 0;
  text-align: center;
  background-color: #004691;
  color: #fff;
}

/* content */

main {
  display: block;
  padding: 30px 0 50px;
}

section {
  display: flex;
  justify-content: space-between;
}

div.col-left {
  padding: 0 10px;
  width: 58%;
}

div.col-right {
  text-align: center;
  padding: 0 10px;
  width: 38%;
}

h1 {
  font: normal 700 35px sans-serif;
  padding: 0;
}

h2 {
  font: normal 700 24px sans-serif;
  padding: 0;
}

h3 {
  font: normal 700 18px sans-serif;
  margin: 1em 0;
  padding: 0;
}

.report, .phone, .follow{
  padding: 20px;
  border: 3px solid #004691;
  border-radius:20px;
  margin-bottom: 20px;
}
.follow{
background:#004691;
}
.follow h2{
  color:#fff !important;
  font-weight:500;
}

.follow h2:hover{
  color:#fff !important;
font-weight:700;
}
.phone h2{
  margin: 0;
}

.phone p{
  margin: 5px auto;
}

#epEmergency {
  width: 1100px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}

.emergencyBg{
  background-color: #004691;
  padding: 15px 0px;
  min-width: 1200px;
}

#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;
}

#epFollow{
  width: 600px;
  margin: 0 auto;
  list-style: none;
}

#epFollow h3{
  margin: 10px 0 0 0 ;
}

.submit{
  font: normal 400 18px/25px sans-serif;
  background-color: #004691;
  color: #fff;
  padding: 10px;
  margin: 5px 0px;
  border: none;
}

select {
  font: normal 400 14px sans-serif;
  margin: 2px 0 15px;
  padding: 5px;
  width: 100%;
}

button {
  background: #004691;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  padding: 6px 18px;
}

button:hover {
  background: #004691;
  color: #fff;
}

button:disabled {
  background: #ddd;
  cursor: default;
}

button:hover:disabled {
  background: #ddd;
}

.nowrap {
  white-space: nowrap;
}

#epPhone {
  display: none;
}

#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 {
  color: #008000;
}

#epIssues .name {
  font: normal 700 14px/20px sans-serif;
}

#epIssues .desc {
  flex-basis: 100%;
  padding: 5px 0;
}

/* footer */

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 table {
  margin: 0 auto !important;
  width: 1200px !important;
}