@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600&display=swap');
*, *::before, *::after{
	box-sizing: border-box;
}
html {
  background-color:#0A0D10;	
}
body {
  background-color:#fff;	
  color: #3a3d40;
  font: normal 400 17.6px/1.5 'Source Sans Pro',sans-serif;
  margin: 0;
}
a {
  color:#3a3d40;
}
a:hover, a:focus {}
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-color:rgb(38,39,43);
  display: block;
}
#epLang {
  color: black;
  display: block;
}
#epLang a {
  display: none;
}
header .flex {
  display: flex;
  justify-content: flex-start;
}
a.logo {
  background: url(logo1.png) center top no-repeat;
  background-size: contain;
  display: inline-block;
  height: 51px;
  margin: 20px 24px 20px 10px;
  width: 144px;
}
nav {
  align-items: center;
  display: flex;
  flex-grow: 0;
}
nav a {
  color: #fff;
  display: inline-block;
  font: normal 400 18px/25px 'Source Sans Pro',sans-serif;
  padding: 0 32px;
  text-align: center;
  text-decoration: none;
}
nav a:hover, nav a:focus {
  color: #fff;
}
#epAttention {
  background-color:#fff;	
  padding: 10px 0;
  text-align: center;
}
/* content */
main {
  background-color:#fff;		
  display: block;
  padding: 30px 0 50px;
}
section {
  display: flex;
  justify-content: space-between;
}
section a{
	color: #3a3d40;
	box-shadow: inset 0px -2px 0px 0px #ffbf3d;
    white-space: nowrap;
	outline: none;
	text-decoration: none;
}
section a:hover, section a:focus{
	transition: all 100ms ease;
	text-decoration: none !important;
	box-shadow: inset 0px -1.2em 0px 0px #ffbf3d;
}
div.col-left {
  padding: 0 10px;
  width: 58%;
}
div.col-right {
  padding: 0 10px;
  width: 38%;
}
h1 {
  color: #0A0D10;
  font: normal 400 35px 'Source Sans Pro',sans-serif;
  padding: 0;
}
h2 {
  color: #0A0D10;
  font: normal 400 24px 'Source Sans Pro',sans-serif;
  padding: 0;
}
h3 {
  color: #0A0D10;
  font: normal 400 18px 'Source Sans Pro',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 'Source Sans Pro',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 'Source Sans Pro',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 'Source Sans Pro',sans-serif;}
#epIssues .desc {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding: 5px 0;
}
/* footer */
footer {
  background-color:#0A0D10;
  color:#d3d3d3;
  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 {
  color: #fff;
  white-space: nowrap;
  outline: none;
  text-decoration: none;
}
footer .line2 a:hover, footer .line2 a:focus {}
footer table {
  margin: 0 auto !important;
  width: 1200px !important;
}