@import url('https://fonts.googleapis.com/css?family=Muli:400,500,600,700&display=swap');
*{
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body {
  color: #1f2426;
  font: normal 400 18px/1.5 sans-serif;
  margin: 0;
}
a {
  color: #33658a;
  outline: none;
  text-decoration: underline;
}
a: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-color: rgba(0,0,0,0.8);
  display: block;
  height: 85px;
  position: relative;
  z-index: 3;
}
#epLang {
  color: black;
  display: block;
}
#epLang a {
  display: none;
}
header .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
a.logo {
  background: url(logo1.png) center top no-repeat;
  background-size: contain;
  left: 30px;
  top: 25px;
  height: 35px;
  width: 280px;
  position: absolute;
}
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 12px/25px sans-serif;
  font-weight: 600;
  padding: .7rem 1rem;
  position: relative;
  top: 25px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
nav a:hover,
nav a:focus {
  color: #bcbec0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
#epAttention {
  background-color: rgba(0,0,0,0.8);
  color: white;
  font-size: 1em;
  padding: 10px 20px;
  text-align: center;
}
.banner{
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(banner.jpg) center top no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  margin-top: -80px;
}
.border{
  background: url(border.jpg) center top no-repeat;
  background-size: cover;
  height: 12px;
}
/* content */
main {
	background-color:#ece9e5;
  display: block;
}
section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0 50px;
}
.block{
  padding: 20px 0;
}
div.col-main {
  padding: 0 10px;
  width: 100%;
}
div.col-left {
  padding: 0 10px;
  width: 58%;
}
div.col-right {
  padding: 0 10px;
  width: 38%;
}
h1 {
  font: normal 300 28px sans-serif;
  padding: 0;
}
h2 {
  font: normal 300 22px sans-serif;
  padding: 0;
}
h3 {
  font: normal 700 18px 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 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 {
  background: #333;
  color: #fff;
}
button:disabled {
  background: #ddd;
  cursor: default;
}
button:hover: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 {
  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: #212529;
  color: #adb5bd;
  font-size: .8rem;
  padding: 20px 0;
}
footer a{
 color: #adb5bd;
 font-size: .8rem; 
 text-decoration: none;
}
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 {}
footer .line2 a:hover {}
footer table {
  margin: 0 auto !important;
  width: 1200px !important;
}