@import url('https://fonts.googleapis.com/css2?family=Gothic+A1:wght@100;200;300;400;500;600;700&display=swap');
*,
*::before,
*::after{
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body {
  color: #000;
  font: normal 400 16px/1.5 'Gothic A1',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: 1200px;
}
.fill {
  min-width: 1200px;
  width: 100%;
}
.bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}
.top {
  margin-top: 0;
  padding-top: 0;
}
/* header */
header {
  background: -webkit-gradient(linear,left top, right top,color-stop(50%, #f3f6f7),color-stop(0, #003e5c));
  background: -o-linear-gradient(left,#f3f6f7 50%,#003e5c 0);
  background: linear-gradient(90deg,#f3f6f7 50%,#003e5c 0);
  display: block;
}
#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 center no-repeat;
  background-size: contain;
  display: inline-block;
  height: 141px;
  margin: 20px 30px 20px 40px;
  width: 600px;
}
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-right: 10px;
  max-width: 50%;
}
nav a {
  color: #fff;
  display: inline-block;
  font: normal 700 17px/25px 'Gothic A1',sans-serif;
  margin: 0 20px;
  text-align: center;
  text-decoration: none;
}
nav a:hover,
nav a:focus {
  color: #fff;
  opacity: 0.7;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.underline{
  position: relative;
}
.underline::after{
  content:"";
  position: absolute;
  width: 0;
  height: 1px;
  display: block;
  left: 0;
  background:#fff;
  opacity: 0.7;
  -o-transition: width .2s ease;
  transition: width .2s ease;
  -webkit-transition: width .2s ease;
}
.underline:hover::after,
.underline:focus::after{
  width: 100%;
  left: 0;
  background:#fff;
  opacity: 0.7;
}
#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;
}
section a{
  color: #598295;
  text-decoration: none;
}
div.col-left {
  padding: 0 10px;
  width: 58%;
}
div.col-right {
  padding: 0 10px;
  width: 38%;
}
h1 {
  color: #003e5c;
  font: normal 700 35px 'Gothic A1',sans-serif;
  padding: 0;
}
h2 {
  color: #003e5c;
  font: normal 700 24px 'Gothic A1',sans-serif;
  padding: 0;
}
h3 {
  color: #003e5c;
  font: normal 700 18px 'Gothic A1',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 'Gothic A1',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 'Gothic A1',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,
#epIssues .issue:focus {color: #008000;}
#epIssues .name {font: normal 700 14px/20px 'Gothic A1',sans-serif;}
#epIssues .desc {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding: 5px 0;
}
/* footer */
footer {
  background-color: rgb(0, 62, 92);
  color: white;
  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: transparent;
  float: right;
  padding-right: 10px;
}
footer .line2 a {
  color: #acc0ca;
  text-decoration: none;
}
footer .line2 a:hover,
footer .line2 a:focus {
  color: #f3f6f7;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
footer table {
  margin: 0 auto !important;
  width: 1200px !important;
}