@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');
*,
*::before,
*::after{
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body {
  background: url(body.svg) top no-repeat #090a0a;
  color: #919a9a;
  font: normal 400 18px/1.5 'Open Sans',sans-serif;
  margin: 0;
}
a, p.expand-button {
  color: #33658a;
  outline: none;
  text-decoration: underline;
}
a:hover,
a:focus,
p.expand-button:hover {
  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: #090a0a;
  border-bottom: 1px solid #394040;
  display: block;
}
#epLang {
  background: #090a0a;
  color: black;
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; */
}
#epLang a {
  border-bottom: 1px solid #fff;
  color: #919a9a;
  display: inline-block;
  font-size: 0.65em;
  margin: 0 15px;
  text-decoration: none;
}
#epLang a:hover,
#epLang a:focus{
  color: #919a9a;
  border-bottom: 1px solid #e54074;
}
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.svg) center top no-repeat;
  background-size: contain;
  display: inline-block;
  height: 40px;
  margin: 20px 30px 20px 10px;
  width: 153px;
}
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;
}
nav a {
  color: #fff;
  display: inline-block;
  font: normal 400 18px/25px 'Open Sans',sans-serif;
  margin: 0 20px;
  text-align: center;
  text-decoration: none;
}
nav a:hover,
nav a:focus {
  color: #fff;
}
.underline{
  position: relative;
}
.underline::after{
  content:"";
  position: absolute;
  width: 0;
  height: 2px;
  display: block;
  left: 0;
  background:#e54074;
  -o-transition: width .3s ease;
  transition: width .3s ease;
  -webkit-transition: width .3s ease;
}
.underline:hover::after,
.underline:focus::after{
  width: 100%;
  left: 0;
  background:#e54074;
}
#epAttention {
  font-size: 0.85em;
  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{
  border-bottom: 1px solid #fff;
  color: white;
  text-decoration: none;
}
section a:hover,
section a:focus{
  border-bottom: 1px solid #e54074;
  color: white;
}
div.col-left {
  padding: 0 10px;
  width: 58%;
}
div.col-right {
  padding: 0 10px;
  width: 38%;
}
h1 {
  color: white;
  font: normal 700 35px 'Open Sans',sans-serif;
  padding: 0;
}
h2 {
  color: white;
  font: normal 700 24px 'Open Sans',sans-serif;
  padding: 0;
}
h3 {
  color: white;
  font: normal 700 18px 'Open Sans',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',sans-serif;
  margin: 2px 0 15px;
  padding: 5px;
  width: 100%;
}
button {
  background: transparent;
  border: 3px solid white;
  border-radius: 48px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  padding: 6px 18px;
}
button:hover,
button:focus {
  color: #fff;
  background-image: -o-linear-gradient(225deg,#090a0a,#151717,#e54074,#f96c2c);
  background-image: linear-gradient(225deg,#090a0a,#151717,#e54074,#f96c2c);
  background-position: 100% 0;
  background-size: 300% 100%;
  border: 2px solid #fff;
  -webkit-transition: all .4s ease-in;
  -o-transition: all .4s ease-in;
  transition: all .4s ease-in;
}
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 'Open Sans',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 'Open Sans',sans-serif;}
#epIssues .desc {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding: 5px 0;
}
/* footer */
footer {
  border-top: 1px solid #2d3232;
  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 {
  border-bottom:  1px solid #919a9a;
  color: #919a9a;
  text-decoration: none;
}
footer .line2 a:hover,
footer .line2 a:focus {
  border-bottom: 1px solid #e54074;
}
footer table {
  margin: 0 auto !important;
  width: 1200px !important;
}