/*
navy: 1f3667
blue: 05bbda
green: bfd730
*/

body {
  color: #1f3667;
  font: normal 400 16px sans-serif;
  margin: 0;
}

body.index {
  color: #333;
}

*{
  box-sizing: border-box;
}

a {
  color: #05bbda;
  outline: none;
  text-decoration: underline;
}

a:hover {
  color: #BA0220;
  /* color: #bfd730; */
}

a.logo {
  background: url(logo1.png) center top no-repeat;
  background-size: contain;
  display: block;
  height: 60px;
  margin: 30px 0px 30px;
  width: 250px;
  position: relative;
  /* left: -400px; */

}

.index h1 {
  color: #30373D;
  font: normal 700 30px sans-serif;
  padding: 0;
}

h1 {
  color: #30373D;
  font: normal 400 30px sans-serif;
  padding: 0;
}

h2 {
  color: #30373D;
  font: normal 600 24px sans-serif;
  padding: 0;
}

h3 {
  font: normal 700 1.17em/1.27em sans-serif;
  margin: 1em 0;
  padding: 0;
}

img {
  border: 0;
  display: block;
}

ol, ul {
  margin: 1em 0;
  padding: 0 0 0 1.25em;
}

p {
  color: #30373D;
  margin: 1em 0;
  padding: 0;
  font-size: 17px;
}

.contain {
  margin: 0 auto;
  width: 1000px;
}

.fill {
  min-width: 1000px;
  width: 100%;
}

.bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}

.top {
  margin-top: 0;
  padding-top: 0;
}


/* header */

header {
  border-bottom: 1px solid #1f3667;
  display: block;
  .contain{
    width: 1000px;
    align-content: center;
  }
}

.index header {
  background-color: #BA0220;
  border: none;
}

/* header > .contain {
  padding-bottom: 20px;
} */

#epLang {
  display: flex;
  justify-content: space-between;
  padding: 8px;
  padding-inline: 150px;
}

#epLang a {
  color: #1f3667;
  display: inline-block;
  font-size: 15px;
  text-decoration: none;
  font-weight: bold;
}

#epLang a:hover {
  color: #05bbda;
}

nav {
  display: flex;
  gap: 10px;
  font: normal 400 18px sans-serif;
  justify-content: center;
  height: 35px;
  background-color: #30373D;
  position: absolute;
  width: 100%;
  padding: 0;
}

nav a {
  color: #fff;
  display: inline-block;
  align-content: center;
  padding: 0 70px;
  text-decoration: none;
  border-right: 2px solid #ccc;
  height: 100%;
  align-self: center;
}
.nav_1st{
  border-left: 2px solid #ccc;
}

nav a:hover {
  color: #BA0220;
}

#epAttention {
  padding: 10px 0;
  text-align: center;
}

/* banner {
  background: #ccc url(banner.jpg) no-repeat center center;
  background-size: cover;
  display: block;
  padding: 50px 0 100px;
}

.buttons {
  margin-left: auto;
  width: 35%;
}

.buttons a {
  align-items: center;
  background: #05bbda url() no-repeat center left 15px;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  height: 90px;  
  margin: 10px 0;
  padding: 15px 15px 15px 100px;
  text-decoration: none;
}

.buttons a:hover {
  background-image: none !important;
  font-size: 21px;
  padding: 15px 30px;
  text-align: center;
}

.buttons a.report {
  background-image: url(report.png);
}

.buttons a.question {
  background-image: url(question.png);
}

.buttons a.follow {
  background-image: url(follow.png);
}

.buttons span.title {
  display: block;
  font-size: 22px;
  width: 100%;
}

.buttons span.roll-text {
  display: none;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
}

.buttons a:hover span.title {
  display: none;
}

.buttons a:hover span.roll-text {
  display: block;
} */

/* content */

main {
  display: block;
  padding: 100px 0 70px;
}

section {
  display: block;
}

.sec_bottom{
  margin-top: 50px;
}

section.flex {
  display: flex;
  padding: 20px 0;
}

div.col-left {
  margin-right: 2%;
  padding: 0 10px;
  width: 60%;
}

div.col-right {
  padding: 0 10px;
  width: 38%;
}

#epEmergency {
  padding: 10px 0;
  text-align: center;
}

#epEmergency br {
  display: none;
}

#epEmergency strong {
  display: inline-block;
  margin-right: 7px;
}

#epDDN {
  font-weight: bold;
  white-space: nowrap;
}

.listor {
  list-style: none;
  margin: 1em 0;
}

#epDataPrivacy .online, #epDataPrivacy .phone, #epDataPrivacy .output {
  display: block;
}

#epDataPrivacy ol.dropDowns {
  list-style: none;
  margin: 0;
  padding: 0;
}

#epDataPrivacy .text {
  color: #1f3667;
}

select {
  font: normal 400 14px sans-serif;
  margin: 5px 0 15px;
  min-width: 355px;
  padding: 5px;
}

button, input.submit {
  background: #05bbda;
  border: none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  margin: 15px 0;
  padding: 6px 24px;
}

button:disabled, button:disabled:hover, input.submit:disabled, input.submit:disabled:hover {
  background: #ccc;
  cursor: default;
}

button:hover, input.submit:hover {
  background: #bfd730;
}

.nowrap {
  white-space: nowrap;
}

#epIssues {
  width: 100%;
}

#epIssues .category {
  display: flex;
  margin-bottom: 20px;
}

#epIssues .category:nth-of-type(1) {
  background: #1f3667;
}

#epIssues .category:nth-of-type(2) {
  background: #05bbda;
}

#epIssues .category:nth-of-type(3) {
  background: #bfd730;
}

#epIssues .catdesc {
  display: none;
}

#epIssues .catname {
  color: #fff;
  font: normal 700 20px sans-serif;
  padding: 20px 20px 20px 30px;
  width: 24%;
}

#epIssues .details {
  font: italic 400 11px sans-serif;
  position: absolute;
  right: 7px;
  text-decoration: underline;
  top: 3px;
}

#epIssues .issue {
  margin-bottom: 10px;
  padding: 0 5px 0 10px;
  position: relative;
}

#epIssues .issue:last-of-type {
  margin-bottom: 0;
}

#epIssues .issue:hover {
  background: #eee;
}

#epIssues .issuebox {
  background: #fff;
  padding-left: 20px;
  width: 76%;
}

#epIssues .name {
  font: normal 400 16px/20px sans-serif;
  padding: 5px 0;
}

#epIssues .desc {
  color: #777;
  font-size: 14px;
  padding: 0 60px 10px 15px;
}

input.text-input  {
  margin: 5px 0 20px;
  min-width: 300px;
  padding: 5px;
}

.follow-page section span {
  font-size: 18px;
}

/* footer */

footer {
  border-top: 1px solid #1f3667;
  font-size: 14px;
  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 {}

footer .line2 a:hover {
  color: #BA0220;
}

footer table {
  font-size: 12px;
  margin: 15px auto 0 !important;
  width: 1000px !important;
}