@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');
*,
*::before,
*::after{
  box-sizing: border-box;
}
body {
  background: #F7F7F7;
  color: #1a1a1a;
  font: normal 400 13px/1.5  'Roboto',  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: #fff;
  display: block;
  position: relative;
}
#epLang {
  color: black;
  display: block;
}
#epLang a {
  display: none;
}
header .flex {
  display: flex;
}
a.logo {
  background: url(logo1.png) center top no-repeat;
  background-size: contain;
  display: inline-block;
  height: 43px;
  margin: 20px 30px 20px 10px;
  width: 450px;
}
nav {
  align-items: center;
  display: flex;
  flex-grow: 0;
}
nav a {
  color: #333;
  display: inline-block;
  font: normal 500 14px/25px 'Roboto', sans-serif;
  padding: 0 20px;
  text-align: center;
  text-decoration: none;
}
nav a:hover,
nav a:focus {
  color: #4cb7ff;
}
.dropdown1 {
    position: relative;
    margin: 0;
}
.dropdown1:hover .epResources1 {
    display: block;
}
.epResources1{
    display: none;
    padding: 0 0 0 10px;
    margin: 0;
    position: absolute;
    left: -15px;
    top: 24px;
    width: 130px;
    z-index: 100;
}

.epResources1 span {
    background: white;
    color: #4cb7ff;
    cursor: pointer;
    display: block;
    padding: 8px 20px;
    text-align: left;
    width: 130px;
}

.epResources1 span:hover {    
  text-decoration: underline;
}
#epAttention {
  padding: 10px 0;
  position: absolute;
  right: 20px;
  text-align: right;
  width: 400px;
}
/* content */
main {
  display: block;
  padding: 30px 0 50px;
}
section {
  display: flex;
  justify-content: space-between;
}
section a{
  color: #4cb7ff;
  text-decoration: none;
}
section a:hover,
section a:focus{
  color: #4cb7ff;
  text-decoration: underline;
}
div.col-left {
  padding: 0 10px;
  width: 58%;
}
div.col-right {
  padding: 0 10px;
  width: 38%;
}
h1 {
  color: #000;
  font: normal 400 35px 'Roboto', sans-serif;
  padding: 0;
}
h2 {
  color: #000;
  font: normal 400 24px 'Roboto', sans-serif;
  padding: 0;
}
h3 {
  color: #000;
  font: normal 400 18px 'Roboto', 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 'Roboto', sans-serif;
  margin: 2px 0 15px;
  padding: 5px;
  width: 100%;
}
button {
  background-color: #fff;
  border: 1px solid #080808;
  color: #080808;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  padding: 6px 18px;
  text-transform: uppercase;
}
button:hover,
button:focus {
  background-color: #080808;
  color: #fff;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
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 'Roboto', 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,
#epIssues .issue:focus {color: #008000;}
#epIssues .name {font: normal 700 14px/20px 'Roboto', sans-serif;}
#epIssues .desc {
  flex-basis: 100%;
  padding: 5px 0;
}
/* footer */
footer {
  background: #333;
  color: #fff;
  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: #a7a7a7;
  text-decoration: none;
}
footer .line2 a:hover,
footer .line2 a:focus {
  color: #a7a7a7;
  text-decoration: underline;
}
footer table {
  margin: 0 auto !important;
  width: 1200px !important;
}