*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    color: #003057;
    font: normal 400 14px/1.5 sans-serif;
    margin: 0;
    background-image: url('bg.png');
    background-size: cover;
    min-width: 1200px;
}
a {
    font-weight: 600;
    color: #00263a;
    outline: none;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #bf0d3e;
    text-decoration: underline;
}
img {
    border: 0;
    display: block;
}
ol,
ul {
    margin: 1em 0;
    padding: 0 0 0 1.25em;
}
ul.num-list {
    list-style: lower-roman;
}
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 {
    background-color: #fff;
    display: block;
    -webkit-box-shadow: 0 32px 24px rgba(0, 0, 0, 0.1);
    box-shadow: 0 32px 24px rgba(0, 0, 0, 0.1);
}
#epLang {
    color: black;
    display: block;
}
#epLang a {display: none;}
header .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
a.logo {
    background: url(logo1.png) center top no-repeat;
    background-size: contain;
    display: inline-block;
    height: 33px;
    margin: 25px 0px;
    width: 246px;
}
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 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
}
nav li {
    margin: 0px 20px;
    position: relative;
    display: list-item;
}
nav a {
    color: #00263a;
    display: inline-block;
    font: normal 700 14px/25px sans-serif;
    padding: 0 5px;
    text-align: center;
    text-decoration: none;
}
nav a:hover:before,
nav a:focus:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
nav a:hover,
nav a:focus {
    text-decoration: none;
    color: #000;
}
nav a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: rgb(184, 21, 21);
    visibility: hidden;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#epAttention {
    padding: 10px 0;
    text-align: center;
}
/* content */
main {
    display: block;
    padding: 30px 100px;
    margin-bottom: 50px;
}
section {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
div.col-left {
    padding: 0 10px;
    width: 58%;
}
div.col-right {
    padding: 0 10px;
    width: 38%;
}
h1 {
    font: normal 700 56px Times, Georgia, serif;
    text-align: center;
    padding: 0;
    color: #003057;
}
h2 {
    font: normal 700 24px Times, Georgia, serif;
    text-align: center;
    padding: 0;
    color: #003057;
}
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: 350px;
}
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,
#epIssues .issue:focus {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: #003057;
    color: #fff;
    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 {
    color: #fff;
    text-decoration: none;
}
footer .line2 a:hover,
footer .line2 a:focus {
    color: #fff;
    text-decoration: underline;
}
footer table {
    margin: 0 auto !important;
    width: 1200px !important;
}
/* Notice - Japan, UK */
.noticeJapanUK table {
    width: 100%;
    border-collapse: collapse;
}
.noticeJapanUK th, td {
    padding: 10px;
    text-align: left;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}
.noticeJapanUK th {
    text-align: center;
    background-color: #f2f2f2;
}
.noticeIndiaPhilippines .bold-italic {
    font-weight: bold;
    font-style: italic;
}
.consent-page #epEmergency,
.consentBermuda #epEmergency,
.consentIndiaPhilippines #epEmergency,
.consentJapanUK #epEmergency {
    width: 1000px;
    margin-bottom: 30px;
}