*{
  box-sizing: border-box;
}

body {
	background-attachment: scroll !important;
	background-clip: border-box !important;
	background: rgb(0,32,16) url(background.jpg) no-repeat 50% 0 !important;
	background-size: auto !important; 
  color: #333;
  font: normal 400 14px/1.5 sans-serif;
  margin: 0;
}

a {
  color: #154734;
	font-weight: bold;
  outline: none;
  text-decoration: none;
}

a:hover {
  color: #333;
	text-decoration: underline;
}

a:focus {
	color: #333;
	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: 1024px;
}

.fill {
  min-width: 1024px;
  width: 100%;
}

.bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}

.top {
  margin-top: 0;
  padding-top: 0;
}

.green-border {
	border-bottom: 2px solid #154734;		
}

/* header */

header {
  display: block;
}

#epLang {
  color: black;
  display: block;
}

#epLang a {
  display: none;
}

.epText{
font-size: 50px;
width: 100%;
padding-top: 20px;
padding-left: 180px;
}

header .flex {
	background-color: #FFB81C;
  display: flex;
  justify-content: space-between;
}

a.logo {
  background: url(logo.png) center top no-repeat;
  background-size: contain;
	box-sizing: border-box	;
  display: inline-block;
  height: 100px;
	margin: 10px;
	margin-left: 20px;
	padding: 20px;	
  width: 220px;
}

a.logo:focus {
	box-shadow:0 0 0 2px #154734;
}

nav {
  align-items: center;
	background-color: #383838;
  display: flex;
  flex-grow: 0;
	width: 100%;
}

nav a {
	border-left: 1px solid rgba(255,255,255,.2);
  color: rgba(255,255,255,.8) !important;
  display: block;
  font: normal 400 14px/50px sans-serif !important;
  padding: 0 18px;
  text-align: center;
  text-decoration: none;
}

nav a:hover {
	background-color: rgba(255,255,255,.15);
  color: #fff;
  font: normal 400 14px/50px sans-serif !important;
	text-decoration: none;
}

nav a:focus {
	background-color: rgba(255,255,255,.15);
  color: #fff;
  font: normal 400 14px/50px sans-serif !important;
	text-decoration: none;
}

nav a:last-child {
	border-right: 1px solid rgba(255,255,255,.2);	
}

#epAttention {
	border-top: 1px solid #FFB81C;
  color: rgba(255,255,255,.8);
  margin: 0 auto;
	padding: 10px 0 0;
  text-align: center;
	width: 1024px;
}

/* content */

main {
	background-color: #fff !important;
  display: block;
  padding: 30px 0 10px;
}

section {
	background-color: #fff !important;
	display: flex;
	justify-content: center;
	padding:30px;
	padding-top: 0px;
}

h1 {
	color: #154734;
  font: normal 700 35px sans-serif;
  padding: 0;
	text-align: center;
}

h2 {
	color: #154734;
  font: normal 700 24px sans-serif;
  padding: 0;
	text-align: center;
}

h3 {
  font: normal 700 18px sans-serif;
  margin: 1em 0;
  padding: 0;
}

#content-text {
	width: 800px;
}

#content-text h2 {
  font: normal 700 35px sans-serif;	
}

#content-faq p {
	padding-left: 40px;
}

#content-faq li {
	margin-left: 40px;
}

.no-underline {
	text-decoration: none !important;
}

.no-underline:hover {
	color: #154734;	
}

.no-underline:focus {
	color: #154734;	
}

#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 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 sans-serif;
}

#epIssues .details {
  font-size: 12px;
  margin-left: auto;
}

#epIssues .issue {
  color: #154734;
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
  position: relative;
}

#epIssues .issue:hover {
  color: #006A52;
}

#epIssues .issue:focus {
  background-color: #ccc;
	color: #006A52;
}

#epIssues .name {
  font: normal 700 14px/20px sans-serif;
}

#epIssues .desc {
  flex-basis: 100%;
  padding: 5px 0;
}

/* footer */

footer {
	background-color: rgb(21,71,52);
  color: rgba(255,255,255,.8);
  font-size: 12px;
  padding: 20px 0;
}

footer th {
  display: none;
}

footer td {
  padding: 5px 0 10px;
}

footer .line1 {
  float: left;
  padding-left: 10px;
}

footer .line2 {
  color: #FFB81C;
  float: right;
  padding-right: 10px;
}

footer .line2 a {
  color: rgba(255,255,255,.8);
	text-decoration: none;
}

footer .line2 a:hover {
	color: #fff;
}

footer .line2 a:focus {
	color: #fff;
}

footer table {
  margin: 0 auto;
  width: 800px !important;
}

body.issues #epNAVEXFooter {
	padding: 0 !important;
	width: 800px !important;
}

body.issues #epNAVEXFooter .line1{
	color: rgba(255,255,255,.8) !important;
	float: left !important;
	font-family: sans-serif !important;
	font-size: 12px !important;
	padding-left: 10px !important;
}

body.issues #epNAVEXFooter .line2 {
	float: right !important;
	font-size: 12px !important;
	padding-right: 10px !important;	
}

body.issues #epNAVEXFooter a {
	color: rgba(255,255,255,.8) !important;
	font-family: sans-serif !important;
	font-size: 12px !important;
	font-weight: bold !important;
	text-decoration: none !important;
}

body.issues #epNAVEXFooter a:focus {
	color: #fff !important;
}

body.issues #epNAVEXFooter a:hover {
	color: #fff !important;
}

body.issues #epNAVEXFooter {
  margin: -20px auto -10px !important;
}

a.screen-reader-shortcut {
    left: 6px;
    position: absolute;
    top: -99px;
}
a.screen-reader-shortcut:focus {
    background-color: #f1f1f1;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    color:#f57e20;
    font-size: 14px;
    font-weight: 700;
    padding: 15px 23px 14px;
    top: 6px;
    z-index: 5;
}