@import url('https://fonts.googleapis.com/css2?family=Lato&family=Open+Sans:wght@300;400&display=swap');
*,
*::before,
*::after{
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {background-color: #808080;}
body {
  background-color: #fff;
  color: #333;
  font: normal 400 14px/1.5 "Open Sans",sans-serif;
  margin: 0;
}
a {
  color: #E87722;
  outline: none;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #E87722;
  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: 1100px;
}
.fill {
  min-width: 1100px;
  width: 100%;
}
.bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}
.top {
  margin-top: 0;
  padding-top: 0;
}
/* header */
header {display: block;}
#epLang {
  color: black;
  display: block;
}
#epLang a {display: none;}
header .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
a.logo {
  background: url(logo.png) center top no-repeat;
  background-size: contain;
  display: inline-block;
  height: 87px;
  margin: 7px 0;
  width: 90px;
}
nav {
    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;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  width:100%;
}
nav a {
    background-color: #E87722;
    color: #fff;
    display: inline-block;
    font: normal 400 13px "Open Sans",sans-serif;
    padding: 16px 21px;
    text-align: center;
    text-decoration: none;
    text-transform:uppercase;
}
nav a:first-of-type {padding-left: 12px;}
nav a:hover,
nav a:focus {
  background-color: rgba(255,255,255,0.9);
  color: #fd7115;
  text-decoration: none;  
}
nav a:last-of-type {text-transform:none;}
.navbar {background-color: #e87722;}
.logobar {
  background: rgb(235,235,235);
  background: -webkit-gradient(linear, left top, right top, from(white), color-stop(white), to(rgba(229,229,229,1)));
  background: -o-linear-gradient(left, white, white, rgba(229,229,229,1));
  background: linear-gradient(to right, white, white, rgba(229,229,229,1));
}
#epAttention {
  background-color:#fff;
  padding: 10px 0 30px;
  text-align: center;
}
.center {text-align:center !important;}
.indent {padding-left:30px;}
/* content */
main {
  background-color:#fff;
  display: block;
  padding: 30px 0;
}
section {
  background-color:#fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding:20px 20px 50px;
}
div.col-left {
  padding: 0 10px;
  width: 58%;
}
div.col-right {
  padding: 0 10px;
  width: 38%;
}
div.col-100 {
  padding: 0 20px;
  width:100%;
}
h1 {
    font: normal 400 40px/50px "Lato",sans-serif;
    padding: 0;
}
h2 {
    color: #E87722;
    font: normal 400 24px/29px "Lato",sans-serif;
    padding: 0;
}
h3 {
  font: normal 700 18px sans-serif;
  margin: 1em 0;
  padding: 0;
}
#epEmergency {background-color:#fff;}
#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 sans-serif;
  margin: 2px 0 15px;
  padding: 5px;
  width: 100%;
}
button {
  background: #E87722;
  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:#808080;
  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:#fff;
  text-decoration:none;
}
footer .line2 a:hover,
footer .line2 a:focus {text-decoration:underline;}
footer table {
  margin: 0 auto !important;
  width: 1100px !important;
}