
@font-face {
  font-family: WalbaumDisplay;
  src: url(walbaum-display.ttf);
}

@font-face {
  font-family: VerdanaFont;
  src: url(verdana.ttf);
}


*{
  box-sizing: border-box;
}

body {
  color: #333;
  font: normal 400 16px/1.5 VerdanaFont sans-serif;
  margin: 0;
}

a {
  color: #305F31;
  outline: none;
  text-decoration: none;
}

a:hover {
  color: #FBB349;
  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;
}

.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;
}

.font-size-18{
  font-size: 18px;
}
.banner-header {
  background: url(banner1.png) no-repeat center center;
  background-size: cover;
  position: relative;
  text-align: center;
  padding: 40px 0;
  height: 500px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

/* header */

header {
  display: block;
}

#epLang {
  color: black;
  display: block;
}

#epLang a {
  display: none;
}

header .flex {
  display: flex;
  justify-content: space-between;
}

a.logo1 {
  background: url(logo1.png) center top no-repeat;
  background-size: contain;
  display: inline-block;
  height: 81px;
  margin: 0px 0px 0px 5px;
  width: 205px;
}

a.logo2 {
  background: url(logo2.png) center top no-repeat;
  background-size: contain;
  display: inline-block;
  height: 81px;
  margin: 0px 30px 0px -23px;
  width: 205px;
}

nav {
  align-items: center;
  display: flex;
  flex-grow: 0;

}

nav a {
  color: #03243A;
  display: inline-block;
  font: normal 400 16px/25px VerdanaFont sans-serif;
  padding: 0 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

nav a:hover {
color: #305F31;
text-decoration: none;
}

#epAttention {
  background-color: #39934D;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  font: normal 600 18px/25px VerdanaFont sans-serif;
}

/* content */

main {
  display: block;
}

section {
  display: flex;
  justify-content: space-between;
}

div.col-left {
  margin: 10px 0px;
  padding: 50px 50px;
  width: 58%;
}

div.col-right {
  margin: 30px 0px;
  padding: 50px 50px;
  background: #03243A;
  width: 38%;
  height: 80%;
  color: #fff;
}

h1 {
  font: normal 700 35px WalbaumDisplay sans-serif;
  padding: 0;
  color: #F58300;
}

h2 {
  font: normal 700 24px WalbaumDisplay sans-serif;
  padding: 0;
  color: #FFDE58;
}

h3 {
  font: normal 700 18px WalbaumDisplay sans-serif;
  margin: 1em 0;
  padding: 0;
  color: #FFDE58;
}

#epEmergency {}

#epDDN {
  font-weight: bold;
  white-space: nowrap;
  color: #FFDE58;
}

.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 VerdanaFont 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 VerdanaFont sans-serif;
}

#epIssues .details {
  font-size: 12px;
  margin-left: auto;
  color: #3265D7;
}

#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 VerdanaFont sans-serif;
}

#epIssues .desc {
  flex-basis: 100%;
  padding: 5px 0;
}

/* footer */

footer {
  font-size: 14px;
  padding: 50px 0;
  background: #e0e0e0;
}

footer th {
  display: none;
}

footer td {
  padding: 5px 0 0 !important;
  color: #03243A;
}

footer .line1 {
  float: left;
  padding-left: 10px;
  color: #03243A;
}

footer .line2 {
  color: #03243A;
  float: right;
  padding-right: 10px;
}

footer .line2 a {
  color: #03243A;
  text-decoration: none;
}

footer .line2 a:hover {
  color: #03243A;
  text-decoration: underline;
}

footer table {
  margin: 0 auto !important;
  width: 1200px !important;
}