* {
  box-sizing: border-box;
}

body {
  font: normal 400 16px/1.5 sans-serif;
  margin: 0;
}

a {
  color: #500000;
  text-decoration: underline;
}

a:hover {
  color: #003C71;
}

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 {
  display: block;
}

#epLang {
  color: black;
  display: block;
}

#epLang a {
  display: none;
}

header .flex {
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
}

a.logo {
  background: url(logo1.png) center top no-repeat;
  background-size: contain;
  display: inline-block;
  height: 80px;
  width: 377px;
  margin: 40px;
}

.logoHeader{
  background-color: #500000;
}

.centerHeader{
  width: 377px;
  margin: 0 auto;
}
nav {
  align-items: center;
  background: #500000;
  display: flex;
  justify-content: center;
  flex-grow: 0;
}

nav ul li {
  display: inline-block;
}

nav a {
  color: #FFF;
  display: inline-block;
  font: normal 400 26px/25px sans-serif;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

nav a:hover {
  color: #fff;
}

a.faq-nav {
  display: block;
}

#epAttention {
  padding: 0;
  text-align: center;
}

#epButtons {
  display: flex;
  justify-content: center;
  position: relative;
  width: 1050px;
  margin: 0 auto;
}

#epButtons ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#epButtons ul li {
  display: inline-block;
}

#epButtons a:hover {
  align-items: center;
}

#epButtons .title {
  border: 2px solid #333;
  padding: 10px 20px;
  font-size: 25px;
  display: block;
  width: 240px;
  margin: 0 auto;
  background: transparent;
}

#epButtons span.desc {
  display: none;
  font-size: 16px;
  line-height: 21px;
  padding: 10px;
}

#epButtons a {
  color: #333;
  display: inline-block;
  height: 300px;
  margin-right: 40px;
  padding-top: 175px;
  position: relative;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  width: 300px;
}

#epButtons a:hover span.desc,
#epButtons a:focus span.desc {
  display: block;
}

#epButtons a:hover span.title,
#epButtons a:focus span.title {
  display: none;
}

#epButtons a.follow {
  background: url(iconFollow.png) no-repeat center 50px;
}

#epButtons a.question {
  background: url(iconQuestion.png) no-repeat center 50px;
}

#epButtons a.report {
  background: url(iconReport.png) no-repeat center 45px;
}

#epButtons a.faq {
  background: url(iconFAQ.png) no-repeat center 45px;
}

#epButtons a:hover {}

#epButtons a:hover span.title {
  box-shadow: 2px 2px 10px #373737;
}

.q {
  font-weight: bold;
}

/* content */

main {
  display: block;
  padding: 30px 0 50px;
}

section {
  display: block;
}

section.flex {
  display: flex;
  justify-content: space-between;
}

div.col-left {
  padding: 0 10px;
  width: 48%;
}

div.col-right {
  padding: 0 10px;
  width: 48%;
}

div.col-single {
  padding: 0 10px;
}

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 {}

#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: #500000;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 18px;
  margin-bottom: 20px;
}

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: #111;
  display: block;
  margin: 10px 0;
  position: relative;
}

#epIssues .issue:hover {
  color: #500000;
}

#epIssues .name {
  font: normal 700 16px/20px sans-serif;
}

#epIssues .desc {
  flex-basis: 100%;
  padding: 5px 0;
}

/* footer */

footer {
  background: #500000;
  color: #fff;
  font-size: 18px;
  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 {}

footer table {
  margin: 0 auto !important;
  width: 1200px !important;
}

footer table a {}
