*,
*::before,
*::after{box-sizing: border-box;}
body {
  color: #333;
  font: normal 400 14px/1.5 Helvetica, Arial, sans-serif;
  margin: 0;
}
a {
  color: #33658a;
  outline: none;
  text-decoration: underline;
}
a:hover,
a:focus {color: #333;}
img {
  border: 0;
  display: block;
}
ol, ul {
  margin: 1em 0;
  padding: 0 0 0 1.25em;
}
p {
  margin: 1em 0;
  padding: 0;
}
.flex {display: flex;}
.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: 20px 0;
}
a.logo {display: inline-block;}
nav {
  align-items: left;
  display: flex;
  flex-direction: column;
  flex-grow: 0;
  justify-content: space-between;
}
.nav--report {justify-content: flex-start;}
nav a {
  background: #1E1E1E;
  color: #ffffff;
  display: inline-block;
  font: normal 400 18px/25px sans-serif;
  padding: 51px 10px;
  text-align: left;
  text-decoration: none;
  width: 100%;
}
.nav--report a,
.nav--what-to-report a {margin-bottom: 6px;}
nav a:hover,
nav a:focus {
  background: #0046AD;
  color: #ffffff;
}
nav > *:first-child {margin-top: 0px;}
nav > *:last-child {margin-bottom: 0px;}
#epAttention {
  font-style: italic;
  padding: 10px 0;
}
/* content */
main {
  display: block;
  padding: 30px 0 50px;
}
div.col-left {
  padding: 0 10px;
  width: 58%;
}
div.col-right {
  padding: 0 10px;
  width: 38%;
}
h1 {
  font: normal 700 33px 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 {font-size: 15.5px;}
#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 {display: none;}
#epDataPrivacy ol.dropDowns {
  list-style: none;
  margin: 0;
  padding: 0;
}
select {
  font: normal 400 14px sans-serif;
  margin: 2px 0 15px;
  padding: 5px;
  width: 300px;
}
button {
  background: #33658a;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  padding: 6px 18px;
}
button:hover,
button:focus {
  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: #0000ff;
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
  position: relative;
}
#epIssues .issue:hover {color: #008000;}
#epIssues .name {font: normal 700 14px/20px sans-serif;}
#epIssues .desc {
  flex-basis: 100%;
  padding: 5px 0;
}
/* footer */
footer {
  font-size: 12px;
  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,
footer .line2 a:focus {}
footer table {
  margin: 0 auto !important;
  width: 1200px !important;
}
/* Custom styles */
.highlight {
  color: #0046AD;
  margin-left: .35em;
}
.btn--primary {
  background: #1E1E1E;
  padding: 12px 18px;
}
.btn--primary:hover,
.btn--primary:focus {background: #0046AD;}
.index .left-col{width: 33%;}
.index .right-col {width: 66%;}
.right-col--image {
  padding-left: 6px;
  padding-top: 6px;
}
.right-col--report {
  padding-left: 12px;
  padding-top: 12px;
}
.right-col--report ul {
  margin: 40px 0px;
  margin-left: 2em;
}
.right-col--report ul li {list-style-type: none;}
.right-col--what-to-report {
  font-size: 18px;
  padding: 12px;
}
.right-col--blue-bg {
  background: #1E1E1E;
  color: #ffffff;
}
.right-col--vert-split {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.right-col--vert-split > * {
  align-items: center;
  display: flex;
  height: 50%;
}
.right-col--vert-split > *:nth-child(1) {
  color: #1E1E1E;
  background: #fff;
  justify-content: flex-end;
}
.right-col--vert-split > *:nth-child(2) {margin-left: 12px;}
.index .index__section {
  justify-content: center;
  margin: 0px auto;
}
.hero--upper--left {
  width: 50%;
  float: left;
  /* border-right: 3px solid #fff;
  border-bottom: 3px solid #fff; */
}
.hero--upper--right {
  width: 50%;
  /* border-left: 3px solid #fff;
  border-bottom: 3px solid #fff; */
}
.hero--lower--left {
  width: 50%;
  float: left;
  /* border-right: 3px solid #fff;
  border-top: 3px solid #fff; */
}
.hero--lower--right {
  width: 50%;
  /* border-left: 3px solid #fff;
  border-top: 3px solid #fff; */
}
.index--logo {
  width: 100%;
  height: 250px;
}
.index--logo img {
  height: 100%;
  margin: 0px auto;
}