@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,500;0,600;0,700;1,400;1,500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&display=swap');


*{
  box-sizing: border-box;
}

body {
  background-color:#f4f4f2;
  color: #18272d;
  font: normal 400 16px/1.7 'Poppins', 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:#dfeae5;
  display: block;
}


#epLang {
  color: black;
  display: block;
}

#epLang a {
  display: none;
}

header .flex {
  display: flex;
  justify-content: space-between;
}

a.logo {
  background: url(logo1.png) center top no-repeat;
  background-size: contain;
  display: inline-block;
  height: 63px;
  margin: 20px 30px 20px 10px;
  width: 194px;
}

#banner{
background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,.4)), to(rgba(0,0,0,.4))), url(hero.jpg) no-repeat;
background: -webkit-linear-gradient(rgba(0,0,0,.4), rgba(0,0,0,.4)), url(hero.jpg) no-repeat;
background: -o-linear-gradient(rgba(0,0,0,.4), rgba(0,0,0,.4)), url(hero.jpg) no-repeat;
background: linear-gradient(rgba(0,0,0,.4), rgba(0,0,0,.4)), url(hero.jpg) no-repeat;
background-position:bottom center;
height:500px;
background-color:#2b5769;
}

#banner h1{
  color:#fff;
  font-size:65px;
  margin:0;
  position:relative;
  top:180px;
  }

nav {
  align-items: center;
  display: flex;
  flex-grow: 0;

}

nav a {
  color: #2b5769;
  display: inline-block;
  font: normal 700 15px/25px 'Poppins', sans-serif;
  padding: 0 20px;
  text-align: center;
  text-decoration: none;
}

nav a:hover {
  color: #708181;
}

#epAttention {
  background-color:#9cc0be;
  color:#172d36;
  padding: 10px 0;
  text-align: center;
}

/* content */

main {
  display: block;
  padding: 30px 0 50px;
}

section {
  display: flex;
  justify-content: space-between;
  flex-direction:column;
}

div.col-left {
  padding: 0 10px;
  width: 1100px;
}

div.col-right {
  margin-top:50px;
  padding: 0 10px;
  width: 1100px;
}

h1 {
  font: normal 400 35px 'DM Serif Display', serif;
  padding: 0;
}

h2 {
  font: normal 400 30px 'DM Serif Display', serif;
  padding: 0;
}

h3 {
  font: normal 700 18px 'DM Serif Display', 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 'Poppins', sans-serif;
  margin: 2px 0 15px;
  padding: 5px;
  width: 100%;
}

button {
  background: #2b5769;
  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 'Poppins', 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 'Poppins', sans-serif;
}

#epIssues .desc {
  flex-basis: 100%;
  padding: 5px 0;
}

/* footer */

footer {
  background-color:#18272d;
  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;}

footer .line2 a:hover {color: #fff;}

footer table {
  margin: 0 auto !important;
  width: 1200px !important;
}