*,
*::before,
*::after{
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  background: #272725;
}
body {
  background: #fff;
  color: #333;
  font: normal 400 14px/1.5 sans-serif;
  margin: 0;
  min-width: 1200px;
}
a {
    color: #ff8500;
    outline: none;
    text-decoration: none;
}
a:hover,
a:focus {
    text-decoration: underline;
}
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;
}
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;
}
#topBar {
    background-color: #ff8500;
    height: 16px;
}
#epLang {
    color: black;
    display: block;
}
#epLang a {
    display: none;
}
/* header */
header {
    display: block;
}
header .flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 126px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
a.logo {
    background: url(logo1.svg) center top no-repeat;
    background-size: contain;
    display: inline-block;
    height: 73px;
    width: 244px;
}
nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
nav a {
    color: #5d5d5d;
    display: inline-block;
    font: normal 700 18px/25px sans-serif;
    padding: 0 20px;
    text-align: center;
    text-decoration: none;
    -webkit-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.4s, 0.4s, 0.8s;
         -o-transition-duration: 0.4s, 0.4s, 0.8s;
            transition-duration: 0.4s, 0.4s, 0.8s;
    -webkit-transition-timing-function: ease-in-out, ease-in-out, ease-in-out;
         -o-transition-timing-function: ease-in-out, ease-in-out, ease-in-out;
            transition-timing-function: ease-in-out, ease-in-out, ease-in-out;
    -webkit-transition-delay: 0s, 0s, 0s;
         -o-transition-delay: 0s, 0s, 0s;
            transition-delay: 0s, 0s, 0s;
    -webkit-transition: color 0.4s ease-in-out;
    -o-transition: color 0.4s ease-in-out;
    transition: color 0.4s ease-in-out;
}
nav a:hover,
nav a:focus {
    color: #ff8500;
    text-decoration: none;
}
/* banner */
#banner {
    background-color: #002c77;
    background-size: cover;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 300px;
}
#epAttention {
  padding: 10px 0;
  text-align: center;
}
#bannerText {
    margin: 0 auto 75px auto;
    width: 850px;
}
#bannerText h1 {
    color: white;
    font-size: 60px;
}
/* content */
main {
  display: block;
  padding: 30px 0 50px;
}
section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
div.col-left {
  padding: 0 10px;
  width: 58%;
}
div.col-right {
    background-color: #002c77;
    border-radius: 10px;
    color: white;
    padding: 26px 21px;
    width: 38%;
}
#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 {
    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: 100%;
}
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,
button:focus: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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 10px 0;
  position: relative;
}
#epIssues .issue:hover {
  color: #008000;
}
#epIssues .name {
  font: normal 700 14px/20px sans-serif;
}
#epIssues .desc {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding: 5px 0;
}
/* footer */
footer {
    background-color: #272725;
    color: #8d8d8d;
    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: #8d8d8d;
  float: right;
  padding-right: 10px;
}
footer .line2 a {
    color: #ff8500;
    text-decoration: none;
}
footer .line2 a:hover,
footer .line2 a:focus {
    color: #ff8500;
    text-decoration: none;
}
footer table {
  margin: 0 auto !important;
  width: 1200px !important;
}