body {
    color: #000;
    font: normal 400 17px 'Arial', sans-serif;
    margin: 0;
    min-height: 100vh;
    padding-bottom: 163px;
    position: relative;
    min-width: 1200px;
}
* {
    box-sizing: border-box;
}
a {
    color: #e60000;
    outline: none;
    text-decoration: none;
}
a.logo {
    background: url(logo1.png) center no-repeat;
    background-size: contain;
    display: block;
    height: 56px;
    margin: 10px;
    width: 214px;
}
.index h1 {
    color: #fff;
    font: normal 400 43px/54px 'Arial', sans-serif;
    text-align: center;
    margin: 0 0 30px;
}
h1 {
    color: #000;
    font: normal 700 22px 'Arial', sans-serif;
    padding: 0;
    margin-left: 10px;
}
h1.topHeader {margin: 30px 10px;}
h2 {
    color: #000;
    font: normal 400 28px 'Arial', sans-serif;
    padding: 0;
}
h3 {
    color: #e60000;
    font: normal 700 1.3em/1.27em 'Arial', sans-serif;
    margin: 1em 0;
    padding: 0;
}
h4 {
    text-decoration: underline;
}
img {
    border: 0;
    display: block;
}
ol,
ul {
    margin: 1em 0;
    padding: 0 0 0 1.25em;
}
p {
    margin: 1em 0;
    padding: 0;
}
.center {
    text-align: center;
}
.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;
}
.expand-button {
    font-weight: 700;
    color: #e60000;
}
.flex {
    display: flex;
    align-items: center;
}
.redText {
    color: #e60000;
}
/* header */
header {
    border-bottom: 56px solid #e60000;
    display: block;
}
header .flex {
    display: flex;
    justify-content: space-between;
    padding: 15px 0px;
}
.index header {
    border: none;
}
/*drop down lang bar*/
#langbar {
    background: #fff;
    border-radius: 5px;
    float: right;
    height: 20px;
    cursor: hand;
    cursor: pointer;
    text-align: left;
    position: relative;
    top: -4px;
    margin-right: 10px;
    width: 220px;
    z-index: 1;
}
#langbar p {
    margin: 0;
    width: fit-content;
    position: relative;
    top: 50%;
    transform: translateY(-37%);
    z-index: 1000;
    padding: 3px 6px 0;
}
#langbar p:hover,
#langbar p:focus {background-color: #FFF200;}
#langbar #globe {
    background: url(globe.png) no-repeat center / contain;
    width: 26px;
    height: 30px;
    display: block;
    margin-top: -27px;
    margin-left: 80px;
}
#langbar p:lang(ar) {
    width: 84px;
    text-align: right;
    margin-right: 2px;
}
#langbar #globe:lang(ar) {
    margin-left: 0;
    margin-right: 52px;
}
#langbar #globe:lang(it){margin-left: 72px;}
#langbar #globe:lang(eseu),
#langbar #globe:lang(sv) {margin-left: 90px;}
#langbar #globe:lang(fr){margin-left: 82px;}
#langbar #globe:lang(sq) {margin-left: 130px;}
#langbar #globe:lang(ja) {
    margin-top: -31px;
    margin-left: 62px;
}
#langbar #globe:lang(zhs) {margin-left: 48px;}
#langbar #globe:lang(ro),
#langbar #globe:lang(ru) {margin-left: 82px;}
#langbar #globe:lang(gr){margin-left: 90px;}
#langbar #globe:lang(pteu) {margin-left: 100px;}
#langbar #globe:lang(nl){margin-left: 110px;}
#epLang {
    color: black;
    display: none;
    position: relative;
    background: #fff;
    border-top: 1.25px solid #000;
    border-bottom: 1.25px solid #000;
    border-left: 1.25px solid #000;
    border-right: 1.25px solid #000;
    /*border-radius: 0px 0px 5px 5px;*/
    font-size: 19px;
    margin-top: -2px;
    margin-left: -10px;
    padding-top: 35px;
    margin-top: -35px;
}
#epLang a {
    display: block;
    color: #000;
    padding: 5px 5px 5px 10px;
    text-decoration: none;
}
#epLang a:hover,
#epLang a:focus {}
#epLang a:last-child:hover,
#epLang a:last-child:focus {
    border-radius: 5px;
}
#epLangMenu {
    color: #000;
    background: #fff;
    font: normal 400 14px 'Arial', sans-serif;
    display: flex;
    padding: 10px;
    z-index: 100;
    zoom: 1;
}
#epLangMenu .colOne {
    display: inline-block;
    z-index: 100;
}
#epLangMenu .colTwo {
    display: inline-block;
    z-index: 100;
}
#epLangMenu span {
    display: block;
    padding: 2px 0;
    width: 100px;
}
.colOne span:hover,
.colTwo span:hover,
.colOne span:focus,
.colTwo span:focus {
    color: #e60000;
    text-decoration: underline;
}
.currentlang {
    font-weight: bold;
    font-size: 19px;
}
nav {
    align-items: center;
    display: flex;
    font: normal 400 14px 'Arial', sans-serif;
    flex-grow: 0;
}
nav a {
    border-bottom: 2px solid transparent;
    color: #000;
    display: inline-block;
    padding: 20px 10px;
    text-decoration: none;
    font-size: 19px;
    margin: 0 20px;
}
nav a:hover,
nav a:focus {
    color: #e60000;
    border-bottom: 2px solid #e60000;
}
nav a.current {
    color: #e60000;
    font-weight: bold;
}
#epAttention {
    border-bottom: 1px solid white;
    text-align: center;
}
.index banner {
    background: #e60000;
    display: block;
    /* padding: 50px 0 100px; */
    padding: 0;
}
banner {
    background: #e60000;
    color: #fff;
    display: block;
    padding: 15px 0;
}
banner img {
    display: inline-block;
    margin: 0 15px;
    width: 150px;
    height: 150px;
}
.bannerContent img {
    height: 334px;
    margin: 0;
    width: 500px;
}
banner p {max-width: 1020px;}
.bannerContent {
    display: flex;
    justify-content: flex-end;
}
.indexText {
    padding: 40px 20px;
    width: 700px;
}
.indexText p {text-align: center;}
.buttons {
    display: flex;
    justify-content: center;
    margin-top: 88px;
}
.buttons a {
    align-items: center;
    color: #000;
    display: block;
    height: 192px;
    font-weight: 700;
    margin: 0 70px;
    text-align: center;
    text-decoration: none;
}
.buttons a:hover,
.buttons a:focus {text-decoration: underline;}
.buttons a.report {
    background: url(report-icon.png) no-repeat center 50%;
    background-size: 150px;
}
.buttons a.phone {
    background: url(phone-icon.png) no-repeat center 50%;
    background-size: 115px;
}
.buttons a.mobile {
    background: url(mobile-icon.png) no-repeat center 50%;
    background-size: 105px;
}
.buttons a.follow {
    background: url(follow-icon.png) no-repeat center 50%;
    background-size: 111px;
}
.buttons span.title {
    display: block;
    font-size: 23px;
    min-width: 100px;
    width: 100%;
}
.buttons span.title:lang(cs),
.buttons span.title:lang(eseu),
.buttons span.title:lang(ja),
.buttons span.title:lang(pteu),
.buttons span.title:lang(sq),
.buttons span.title:lang(sv),
.buttons span.title:lang(tr) {font-size: 17px;}
.buttons span.title:lang(ru) {font-size: 14px;}
.buttons span.title:lang(fr),
.buttons span.title:lang(gr),
.buttons span.title:lang(hu),
.buttons span.title:lang(it),
.buttons span.title:lang(ro) {
    font-size: 17px;
    min-width: 130px;
}
.buttons span.title:lang(zhs) {min-width: 150px;}
.buttons span.text {
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding-top: 120px;
    width: 100%;
}
/* content */
main {
    display: block;
    padding: 10px 30px 50px;
}
section {display: block;}
section.flex {
    display: flex;
    padding: 20px 0;
}
div.col-left {
    margin-right: 2%;
    padding: 0 10px;
    width: 50%;
}
div.col-right {
    padding: 0 10px;
    width: 48%;
}
div.col-left2 {
    margin: 0 auto;
    padding: 0 20px;
    width: 80%;
}
div.col-right2 {
    border-left: 1px solid #e60000;
    padding: 0 20px;
    width: 22%;
}
.message {padding-bottom: 30px;}
/* data privacy notice */
div.data-box {
    height: 400px;
    overflow-y: scroll;
    border: 1px solid #000;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
    padding: 1em 1.5em;
}
.data-box h1 {margin-left: 0;}
/* faq page */
ul.faq-nav a {
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
}
#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: none;}
#epDataPrivacy ol.dropDowns {
    list-style: none;
    margin: 0;
    padding: 0;
}
#epDataPrivacy .text {color: #000;}
select {
    font: normal 400 14px 'Arial', sans-serif;
    margin: 5px 0 15px;
    min-width: 355px;
    padding: 5px;
}
#epPhone h3 {color: #000;}
#epPhone ol {
    list-style: none;
    margin-left: -20px;
}
button,
input.submit,
.legacyButton {
    background: #e60000;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    margin: 15px 0;
    padding: 6px 24px;
    position: absolute;
    margin-left: 450px;
    margin-top: -90px;
}
button,
.legacyButton {
    position: static;
    margin: 0 0 0 15px;
}
.consent-page h1 {
    color: #e60000;
    margin-left: 29px;
}
.consent-page h3 {
    background: #d9d9d9;
    font-size: 19px;
    font-weight: 400;
    padding: 5px;
}
.consent-page ol,
.consent-page ul {margin: 1em;}
#epConsentContinue {
    margin-left: 10px;
    margin-top: 0;
}
input.follow-submit {
    background: #e60000;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    margin: 15px 0;
    padding: 6px 24px;
    position: relative;
    margin-left: 0;
    margin-top: 0;
}
button:disabled,
button:disabled:hover,
input.submit:disabled,
input.submit:disabled:hover {
    background: #ccc;
    cursor: default;
}
button:hover,
input.submit:hover,
button:focus,
input.submit:focus {
    /*background: #bfd730;*/
}
.nowrap {white-space: nowrap;}
.issue-page h2 {
    font: normal 400 18px 'Arial', sans-serif;
    margin-left: 10px;
}
#epIssues {width: 100%;}
#epIssues .category {
    display: flex;
    margin-bottom: 20px;
}
#epIssues .category:nth-of-type(1) {background: #000;}
#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 'Arial', sans-serif;
    padding: 20px 20px 20px 30px;
    width: 24%;
}
#epIssues .details {
    display: block;
    font: normal 400 14px 'Arial', sans-serif;
    position: absolute;
    right: 7px;
    top: 9px;
}
#epIssues .issue {
    border: 1px solid #000;
    margin-bottom: 10px;
    padding: 0 5px 0 10px;
    position: relative;
}
#epIssues .issue {padding: 0 10px 0 5px;}
#epIssues .issue:last-of-type {margin-bottom: 0;}
#epIssues .issue:hover,
#epIssues .issue:focus {
    border-color: #e60000;
    background: #e60000;
    color: #fff;
}
#epIssues .issuebox {
    background: #fff;
    padding-left: 20px;
    width: 76%;
}
#epIssues .name {
    font: normal 400 18px/20px 'Arial', sans-serif;
    padding: 8px 0;
}
#epIssues .desc {
    font-size: 14px;
    padding: 0 60px 10px 15px;
}
#epIssues .desc:lang(ar) {padding: 0 15px 10px 60px;}
/* follow */
.follow-page section.flex {align-items: flex-start;}
input.text-input {
    margin: 5px 0 20px;
    min-width: 300px;
    padding: 5px;
}
.follow-page section span {
    font-size: 18px;
    font-weight: 700;
}
.follow-page .col-left {
    margin-right: 10%;
    width: 42%;
}
/* footer */
/*
.index footer, .faq footer, .issue-page footer {
  position: relative;
}
*/
footer {
    background: #e60000;
    /*border-top: 1px solid #000;*/
    color: #fff;
    font-size: 12px;
    padding: 20px 0;
    position: absolute;
    bottom: 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 {
    font-size: 12px;
    margin: 15px auto 0 !important;
    width: 1200px !important;
}
footer table a {color: #fff;}