@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');


*{
  box-sizing: border-box;
}

body {
  color: #333;
  font: normal 400 14px/1.5 "Open Sans", sans-serif;
  margin: 0;
}

a {
  color: #9ecb3b;
  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 {
  display: block;
}

#epLang {
  color: black;
  display: block;
}

#epLang a {
  display: none;
}

header .flex {
  display: flex;
}

a.logo {
  background: url(logo.jpg) center top no-repeat;
  background-size: contain;
  display: inline-block;
  height: 80px;
  margin: 20px 30px 20px 10px;
  width: 273px;
}

nav {
  align-items: center;
  display: flex;
  flex-grow: 0;
  margin-left: 70px;
}

nav a {
  color: #999 ;
  display: inline-block;
  font: normal 700 16px/25px "Open Sans", sans-serif;
  padding: 0 20px;
  text-align: center;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

nav a:hover {
  color: #333;
  overflow: visible;
}

#epAttention {
  padding: 10px 0;
  text-align: center;
}

.banner {
  background: url(banner.jpg) center no-repeat;
  height: 450px;
  min-width: 1200px;
}
/* content */

main {
  display: block;
  padding: 30px 0 50px;
}

section {
  display: flex;
  justify-content: space-between;
}

div.col-left {
  padding: 0 10px;
  width: 58%;
}

div.col-right {
  padding: 0 10px;
  width: 38%;
}

#epResources {
  background:url(resources.png) no-repeat 13px 14px;
display:block;
font:700 15px/37px 'Open Sans',sans-serif;
overflow:visible;
position:absolute;
left: 0px;
top:25px;
z-index:10;
border: 1px solid #ccc;
}
#epResources span{
background:white;
border-right:4px solid white;
color:#999;
cursor:pointer;
display:block;
padding:0 20px 0 25px;
text-align:left;
width:200px;
}

#epResources span:hover{
background:white url(resourcesspan.png) no-repeat 13px center;
color:#333;
}

h1 {
  font: normal 700 24px "Open Sans", sans-serif;
  padding: 0;
  color: #9ecb3b;
}

h2 {
  font: normal 700 24px "Open Sans", sans-serif;
  padding: 0;
  color: #9ecb3b;
}

h3 {
  font: normal 700 18px "Open Sans", 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;
  margin-bottom: 25px;
}

#epDataPrivacy .online, #epDataPrivacy .phone, #epDataPrivacy .output {
  display:none;
}

#epDataPrivacy ol.dropDowns {
  list-style: none;
  margin: 0;
  padding: 0;
}

select {
  font: normal 400 14px "Open Sans", 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;
}

#epPhone {
  display: inline-block
}

#epIssues {
  width: 100%;
}

#epIssues .catdesc {
  display: none;
}

#epIssues .catname {
  font: normal 700 16px/20px "Open Sans", 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 {
  color: #008000;
}

#epIssues .name {
  font: normal 700 14px/20px "Open Sans", sans-serif;
}

#epIssues .desc {
  flex-basis: 100%;
  padding: 5px 0;
}

/* footer */

footer {
  border-top: #9ecb3b 1px solid;
  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 {}

footer .line2 a:hover {}

footer table {
  margin: 0 auto !important;
  width: 1200px !important;
}