*,
*::before,
*::after{box-sizing: border-box;}
body {
  color: #333;
  font: normal 400 14px/1.5 sans-serif;
  margin: 0;
}
a {
  color: #2969F2;
  outline: none;
  text-decoration: underline;
}
a:hover,
a:focus {color: #333;}
h1 {
    color: #2969F2;
    font: normal 700 35px sans-serif;
    padding: 0;
}
h2 {
    color: #2969F2;
    font: normal 700 24px sans-serif;
    padding: 0;
}
h3 {
    color: #2969F2;
    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;
}
/* header */
header {
  display: block;
  margin-top: 2px;
}
#epLang {
  color: black;
  display: flex;
  justify-content: flex-end;
}
#epLang a {
    color: black;
    margin: 0 8px;
    text-decoration: none;
}
header .flex {
    align-items: center;
  display: flex;
  justify-content: space-between;
}
a.logo {
    background: url(imgLogo1.svg) center top no-repeat;
    background-size: contain;
    display: inline-block;
    height: 39px;
    width: 104px;
}
#attentionNavWrapper {
    flex-grow: 1;
    margin-left: 30px;
}
#epAttention {
    background-color: #2969F2;
    color: white;
    margin-bottom: 1px;
    padding: 10px 0;
    text-align: center;
}
nav {
    align-items: center;
    background-color: #06103D;
    display: flex;
    flex-grow: 0;
    height: 60px;
    justify-content: center;
}
nav a {
    border-right: 1px solid white;
    color: white;
    display: inline-block;
    font: normal 400 16px/25px sans-serif;
    padding: 0 20px;
    text-align: center;
    text-decoration: none;
}
nav a:first-of-type {border-left: 1px solid white;}
nav a:hover,
nav a:focus; {color: #2969F2;}
.dropdown1 {
    position: relative;
    margin: 0;
}
.dropdown1:hover .epResources1,
.dropdown1:focus .epResources1 {display: block;}
.epResources1 {
    display: none;
    padding: 0 0 0 18px;
    margin: 0;
    position: absolute;
    left: -12px;
    top: 26px;
    width: 160px;
    z-index: 100;
}
.epResources1 span {
    background: white;
    color: #0A4A8E;
    cursor: pointer;
    display: block;
    padding: 8px 20px;
    text-align: left;
    width: 220px;
}
.epResources1 span:hover,
.epResources1 span:focus {
    background: #2969F2;
    color: #fff;
}
#banner {
    align-items: center;
    background: url(imgBanner.png) no-repeat;
    background-size: contain;
    border-bottom: 2px solid #2969F2;
    border-top: 2px solid #2969F2;
    display: flex;
    height: 311px;
    margin-top: 10px;
}
#bannerText h1 {
    color: white;
    margin-left: 35px;
}
/* content */
main {
  display: block;
  padding: 15px 0 50px;
}
section {
  display: flex;
  justify-content: space-between;
}
div.col-left {
  padding: 0 10px;
  width: 58%;
}
div.col-right {
  padding: 0 10px;
  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 select[name="country1"] {
    margin-top: 10px;
    margin-bottom: 5px;
}
#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: 200px;
}
button {
  background: #2969F2;
  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;}
/* phone page international dialing page */
main.phonePage div.col-left {  padding-left: 20px;}
#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;
}