@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');

*{
  box-sizing: border-box;
}

body {
    color: #555;
    font: normal 400 14px/1.5 'Open Sans', Arial, sans-serif;
    margin: 0;
}

a {
    color: #72c02c;
    outline: none;
    text-decoration: none;
}

a:hover {
    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;
}

.bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}

.contain {
  margin: 0 auto;
  width: 1140px;
}

.fill {
  min-width: 1140px;
  width: 100%;
}

.greenBackground {
    background-color: #72c02c;
}

.top {
  margin-top: 0;
  padding-top: 0;
}


/* header */

header {
    border-bottom: solid 2px #eee;
    display: block;
}

#epLang {
  color: black;
  display: block;
}

#epLang a {
  display: none;
}

header .flex {
    align-items: center;
    display: flex;
    height: 114px;
    justify-content: space-between;
}

a.logo {
    background: url(logo1.png) center top no-repeat;
    background-size: contain;
    display: inline-block;
    height: 100px;
    margin-left: 15px;
    width: 109px;
}

nav {
    align-items: flex-end;
    display: flex;
    flex-grow: 0;
    height: 100%;
    margin-right: 15px;
}

nav a {
    border-bottom: solid 2px transparent;
    color: #687074;
    display: inline-block;
    font: normal 400 15px/20px 'Open Sans', Arial, sans-serif;
    padding: 0 20px 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

nav a:hover {
    border-color: #72c02c;
    color: #000;
    text-decoration: none;
}

#epAttention {
  padding: 10px 0;
  text-align: center;
}

/* overview title */

#overview {
    height: 73px;
}

/* banner */

#banner {
    background: url(banner.jpg) no-repeat;
    background-size: cover;
    color: white;
    height: 313px;
    padding: 40px 0;
}

#bannerText {
    padding: 0 15px;
    width: 1110px;
}

.greenUnderline {
    border-bottom: solid 2px #72c02c;
    margin: 0 auto;
    width: 100%;
}

.greenUnderline > .greenBackground {
    height: 30px;
    width: 132px;
}

/* content */

main {
  display: block;
  padding: 30px 0 50px;
}

section {
    display: flex;
    justify-content: space-between;
    min-height: 765px;
}

div.col-left {
  padding: 0 10px;
  width: 58%;
}

div.col-right {
  padding: 0 10px;
  width: 38%;
}

h1 {
  font: normal 700 35px 'Open Sans', Arial, sans-serif;
  padding: 0;
}

h2 {
  font: normal 400 24px 'Open Sans', Arial, sans-serif;
  padding: 0;
}

h3 {
  font: normal 400 18px 'Open Sans', Arial, 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 'Open Sans', Arial, 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 'Open Sans', Arial, 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', Arial, sans-serif;
}

#epIssues .desc {
  flex-basis: 100%;
  padding: 5px 0;
}

/* footer */

footer {
    background-color: #222;
    color: white;
    font-size: 12px;
    height: 87px;
    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: #72c02c;
    text-decoration: none;
}

footer .line2 a:hover {
    text-decoration: underline;
}

footer table {
  margin: 0 auto !important;
  width: 1140px !important;
}