*{
  box-sizing: border-box;
}

body {
  color: #000;
  font: normal 400 11.5pt/17.5pt Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin: 0;
}

a {
  color: #0562A8;
  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: 1170px;
}

.fill {
  min-width: 1170px;
  width: 100%;
}

.bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}

.top {
  margin-top: 0;
  padding-top: 0;
}

.blue{
  color:#0562A8;	
}

/* header */

header {
  display: block;
  border-top:32px solid #1FA1CD;
  box-shadow: 0 0 8px 0 rgba(0,0,0,0.2);
}

#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: 65px;
  margin: 20px 30px 20px 7px;
  width: 151px;
}

nav {
  align-items: center;
  display: flex;
  flex-grow: 0;

}

nav a {
  color: #0A6AA4;
  display: inline-block;
  font: normal 400 16px/23px Arial, "Helvetica Neue", Helvetica, sans-serif;
  padding: 0 20px;
  text-align: center;
  text-decoration: none;
  text-transform:uppercase;
}

nav a:hover {}

#epAttention {
  color:#FFF;
  margin-top: -28px;
  text-align: center;
}

/* content */

main {
  display: block;
  padding: 30px 0 50px;
}

section {
  display: flex;
  justify-content: space-between;
}

div.col-left {
  padding: 0 10px 0 0; 
  width: 58%;
}

div.col-right {
  padding: 50px 0 0 10px;
  width: 38%;
}

h1{
  border-bottom: 4px solid #0562A8;
  color: rgba(74,74,74,0.8);
  font-size: 48px;
  line-height: 58px;
  margin: 0 0 40px 0;
	text-align:center;
}

h2 {
  color: rgba(74,74,74,0.8);
  font-size: 24px;
}

#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 Arial, "Helvetica Neue", Helvetica, 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 {
  background: #333;
  color: #fff;
}

button:disabled {
  background: #ddd;
  cursor: default;
}

button:hover:disabled {
  background: #ddd;
}

.nowrap {
  white-space: nowrap;
}

#epIssues {
  width: 100%;
}

#epIssues .catdesc {
  display: none;
}

#epIssues .catname {
  font: normal 700 16px/20px Arial, "Helvetica Neue", Helvetica, 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 Arial, "Helvetica Neue", Helvetica, sans-serif;
}

#epIssues .desc {
  flex-basis: 100%;
  padding: 5px 0;
}

/* footer */

footer {
  background: linear-gradient(134.1deg, #03467E 50%, #178DC1 100%);
  box-shadow: inset 0 0 8px 0 rgba(0,0,0,0.4);
  color: #fff;
  font-size: 12px;
  padding: 40px 0;
}

footer a{
  color:#FFF;
}

footer th {
  display: none;
}

footer td {
  padding: 5px 0 0 !important;
}

footer .line1 {
  float: left;
}

footer .line2 {
  color: #fff;
  float: right;
}

footer .line2 a {}

footer .line2 a:hover {}

footer table {
  margin: 0 auto !important;
  width: 1170px !important;
}