@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:300&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300&display=swap');

*{
  box-sizing: border-box;
}

body {
  background-color:#343A40;
  color: #212529;
  font: normal 400 16px/1.5 'Roboto', sans-serif;
  margin: 0;
}

a {
  outline: none;
  text-decoration: underline;
}

a:hover {
}

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: 1500px;
}

.fill {
  min-width: 1500px;
  width: 100%;
}

.bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}

.top {
  margin-top: 0;
  padding-top: 0;
}


/* header */

header {
  display: block;
}

#epLang {
  color: black;
  display: block;
}

#epLang a {
  display: none;
}

header .flex {
  background-color:#343A40;
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  width:1100px;
}

a.logo {
  background: url(logo1.png) center top no-repeat;
  background-size: contain;
  display: inline-block;
  height: 68px;
  margin: 0 30px 0 10px;
  width: 80px;
}

.logotext{
color:white;
font-size:18.5px;
font-weight:300;
margin:23px 0px 0px 99px;
position:absolute;
width:200px;

}

.logotext span{
font-weight:500;
}

nav {
  align-items: center;
  display: flex;
  flex-grow: 0;

}

nav a {
  color: rgba(255,255,255,.5);
  display: inline-block;
  font: normal 400 15px/25px 'Roboto', sans-serif;
  padding: 0 20px;
  text-align: center;
  text-decoration: none;
}

nav a:hover {
color: rgba(255,255,255,.75);
}

#epAttention {
  color:white;
  padding: 70px 0;
  text-align: center;
}

/* hero */

#hero{
background: url(hero.jpg) no-repeat;
background-position:center center;
background-size:100%;
height:300px;
margin: 0 auto;
min-width:1500px;
position:relative;
width:1500px;
}

/* content */

main {
  background-color:#fff;
  display: block;
  padding: 30px 0 50px;
}

section {
  display: block;
  padding:20px;
  position:relative;
  justify-content: space-between;
}

section a{
color:#343a40 !important;
}

section a:hover{
color:#343a40 !important;
}

div.col-left {
  margin: auto;
  padding: 0 10px;
  width: 1000px;
}

div.col-right {
  background-color:#f8f9fa !important;
  margin: auto;
  margin-top:50px;
  padding: 20px 20px;
  width: 1000px;
}

h1 {
  font: normal 300 35px 'Roboto', sans-serif;
  padding: 0;
}

h2 {
  font: normal 300 24px 'Roboto', sans-serif;
  padding: 0;
}

h3 {
  font: normal 700 18px 'Roboto', 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 .output {}

#epDataPrivacy .phone{
	display:none;
}

#epDataPrivacy ol.dropDowns {
  list-style: none;
  margin: 0;
  padding: 0;
}

select {
  font: normal 400 14px 'Roboto', 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 'Roboto', 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 'Roboto', sans-serif;
}

#epIssues .desc {
  flex-basis: 100%;
  padding: 5px 0;
}

/* footer */

footer {
  color:#6c757d !important;
  background-color:white;
  height:200px;
  font-size: 12px;
  padding: 20px 0;
}

footer th {
  display: none;
}

footer td {
  background-color:#f8f9fa !important;
  line-height:50px;
  position:relative;
  top:150px;
  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:#343a40;
}

footer .line2 a:hover {
color:#343a40;
}

footer table {
  margin: 0 auto !important;
  width: 1500px !important;
}