*,
*::before,
*::after{
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  background-color:#000;
}
body {
  background-color:#fff;
  color: #000;
  font: normal 400 14px/1.5 "Arial",sans-serif;
  margin: 0;
}
a {
  color: #1470f5;
  outline: none;
  text-decoration: underline;
}
a:hover,
a:focus {
  color: #1470f5;
  outline: none;
  text-decoration: underline;
}
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:#fff;
  display: block;
}
#epLang {
	background-color:#fff;	
  color: black;
  display: block;
	text-align:right;
}
#epLang a {
	color:black;
  display: inline;
	font-size:13px;
	padding-right:10px;
	text-decoration:none;
}
#epLang a:hover {
	text-decoration:underline;
}
header .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
div.logo {
  background: url(logo1.jpg) center top no-repeat;
  background-size: contain;
  display: inline-block;
  height: 88px;
  margin: 3px 32px 6px 16px;
  width: 112px;
}
nav {
  background-color:#000;
  display: block;
  height:45px;
  position:relative;
}
nav a {
  color: #fff;
  display: inline-block;
  font: normal 400 14px/45px sans-serif;
  overflow:hidden;
  margin-right:40px;
  position:relative;
  text-decoration: none;
  top:0;
}
nav a:hover,
nav a:focus {
  color: #fff;
  text-decoration: none;  
}
nav a.resources {
  position:absolute;
}
nav a.resources:hover,
nav a.resources:focus {
  overflow:visible;
}
.black {
  background-color:#000;
}
.red {
  background-color:rgb(186,4,4);  
}
.icare {
  font-size:1.3em;
  font-weight:700;
}
.icare span {
  color: rgb(186,4,4);
}
#epResources {
  background-color:#000;
  display:block;
  overflow:visible;
  position: absolute;
  text-align:left;
  width:270px;
  left:-25px;
  top:45px;
  z-index: 10;  
}
#epResources span {
  background: #000;
  border-right: 4px solid white;
  color: #fff;
  cursor: pointer;
  display: block;
  padding: 0 20px 0 25px;
  text-align: left;
  width: 270px;
}
#epResources span:hover,
#epResources span:focus {
  text-decoration:underline;
}
#epAttention {
  color:#fff;
  font-weight:bold;
  padding: 14px 0;
  text-align: center;
}
/* content */
main {
  background-color:#fff;
  display: block;
  padding: 30px 0 50px;
}
section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
div.col-left {
  padding: 0 10px;
  width: 58%;
}
div.col-right {
  padding: 0 10px;
  width: 38%;
}
div.col-single {
  padding:0 24px;
  width:801px;
}
h1 {
  font: normal 700 24px "Arial",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;
}
#epEmergency {}
#epDDN {
  font-weight: bold;
  white-space: nowrap;
  text-decoration:underline;
}
.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 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 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 sans-serif;
}
#epIssues .desc {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding: 5px 0;
}
/* footer */
footer {
  background-color:#000;
  color:#fff;
  font-size: 12px;
  padding: 48px 16px 96px;
}
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:#fff;
  text-decoration:none;
}
footer .line2 a:hover,
footer .line2 a:focus {
  color:#fff;
  text-decoration:underline;
}
footer table {
  margin: 0 auto !important;
  width: 1168px !important;
}