@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300&display=swap');

*{
  box-sizing: border-box;
}

body {
  color: #333;
  font: normal 400 18px/1.5 sans-serif;
  margin: 0;
  min-width: 1000px;
  background: url("background.jpg") bottom center no-repeat;
  background-size: cover;
}

a {
  color: #5E9732;
  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: 1000px;
}

.fill {
  min-width: 1000px;
  width: 100%;
}

.bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}

.top {
  margin-top: 0;
  padding-top: 0;
}


/* header */

header {
  display: block;
}

header .contain{
  width: 1000px;
}
#epLang {
  color: black;
  display: block;
}

#epLang a {
  display: none;
}

header .flex {
  display: flex;
  padding: 20px 0;
}

a.logo {
  background: url(logo1.png) center no-repeat;
  background-size: contain;
  display: inline-block;
  margin: 5px 5px 15px 5px;
  height: 69px;
  width: 334px;
}

nav {
  align-items: center;
  display: flex;
  flex-grow: 0;
  margin-left: 50px;
}

nav a {
  color: #5E9732;
  display: inline-block;
  font: normal 600 18px/25px sans-serif;
  padding: 0 20px;
  text-align: center;
  text-decoration: none;
}

nav a:hover {
  color: #000;
}

#epAttention {
  font-size: 14px;
  font-weight: 600;
  padding: 0;
  text-align: center;
  color: #999;
}

/* content */

main {
  min-height: 760px;
  display: block;
  padding: 0px 0 50px;
}

.content{
  background-color: #5E9732;
  color: #fff;
  padding: 10px 15px;
}

.content p{
  margin: 3px 0px;
}
div.col-left {
  padding: 0 10px;
  width: 58%;
}

div.col-right {
  padding: 0 10px;
  width: 38%;
}

h1 {
  font: normal 700 35px sans-serif;
  padding: 0;
}

h2 {
  font: normal 700 24px sans-serif;
  padding: 0;
}

h3 {
  font: normal 700 18px sans-serif;
  margin: 1em 0;
  padding: 0;
}

#epEmergency {
  font-size: 14px;
  text-align: center;
}

#epEmergency p{
}
#epEmergency a{
color: #2d3c66;
}
#epDDN {
  font-weight: bold;
  white-space: nowrap;
}

.listor {
  list-style: none;
  margin: 1em 0;
}

#epDataPrivacy {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
}

#epDataPrivacy .output {}

#epDataPrivacy .online, #epDataPrivacy .phone{
  display: none;
}
#epDataPrivacy ol.dropDowns {
  list-style: none;
  margin: 0;
  padding: 0;
}

.buttons{
  display: flex;
  justify-content: space-between;
  margin: 50px 0px;
  font: normal 400 16px/1.5 sans-serif;
}

.buttons a, .phoneButton{
  color: #fff;
  background-color: #5E9732;
  padding: 20px;
  width: 260px;
  text-decoration: none;
  text-align: center;
  position: relative;
}

.arrow{
  position: absolute;
  right: 10px;
  bottom: 0px;
  font: normal 300 30px/1.5 'Manrope', sans-serif;;
}
.icon{
  height: 100px;
  width: 100px;
  margin: 30px auto;
  background-size: cover;
}

.report .icon{
  background: url("file.jpg") center no-repeat;
}
.follow .icon{
  background: url("follow.jpg") center no-repeat;
}
.phoneButton .icon{
  background: url("phone.jpg") center no-repeat;
}
select {
  font: normal 400 14px sans-serif;
  margin: 2px 0 15px;
  padding: 5px;
  width: 100%;
  border: 2px solid #000;
}

button {
  background: #5E9732;
  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: flex;
  flex-wrap: wrap;
  margin: 10px 0;
  position: relative;
}

#epIssues .issue:hover {
  color: #008000;
}

#epIssues .name {
  font: normal 700 14px/20px sans-serif;
}

#epIssues .desc {
  flex-basis: 100%;
  padding: 5px 0;
}

/* footer */

footer {
  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: 1000px !important;
}