*,
*::before,
*::after{box-sizing: border-box;}
html {background-color:#312D2A;}
body {
  color: #312D2A;
  font: normal 400 15px/1.5 sans-serif;
  margin: 0;
  min-width:1344px;
  width:100%;
}
a {
  color: #c74634;
  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;
}
.contain {
  margin: 0 auto;
  width: 1344px;
}
.fill {
  min-width: 1344px;
  width: 100%;
}
.bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}
.top {
  margin-top: 0;
  padding-top: 0;
}
.grid-33{width: 33.33%;}
/* header */
header {
  background-color:#3A3632;
  display: block;
  position:relative;
}
header.flex{
  justify-content: space-evenly;
  position:relative;
}
#epLang {
  color: black;
  display: none;
  position: relative;
  background: #fff;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  left:-1px;
  margin-top: -2px;
  font-size: 14px;
  z-index:100;
  width:150px;
}
#epLang:lang(ar){left:1px;}
#epLang a {
  display: block;
  color: #000;
  padding: 2px 0;
  text-decoration: none;
}
#epLang a:hover,
#epLang a:focus {
  color: #c74634;
  background: #ccc;
  transition: .1s;
}
#epLang a:last-child:hover,
#epLang a:last-child:focus {border-radius: 5px;}
.langNav {
  align-items:center;
  display:flex;
  justify-content:space-between;
  position:relative;
  width:200px;  
  z-index:100;
}
#langbar {
  background: #fff;
  border: 1px solid #000;
  cursor: pointer;
  font-size: 12px;
  height: 20px;
  text-align: center;
  width: 150px;
  z-index: 1;
}
#langbar p {
  margin: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#langbar #arrow {margin-left: 10px;}
.langLogo{
  background: url(langIcon.png)center no-repeat;
  width: 30px;
  height: 30px;
  background-size: cover;
}
header .flex {
  align-items:center;
  display: flex;
  justify-content: space-between;
}
div.logo {
  background: url(logo1.png) center top no-repeat;
  background-size: contain;
  height: 16px;
  width: 121px;
}
nav {
  align-items: center;
  display: flex;
  flex-grow: 0;
  height:60px;
  justify-content: space-between;
  position: relative;
}
nav a {
  color: #fff;
  display: block;
  font: normal 400 16px/1.3 sans-serif;
  text-align: center;
  text-decoration: none;
  padding: 2px 25px 1px;
  position: relative;
  font-weight: 600;
}
nav a::before {
  content: '';
    height: 1px;
    position: absolute;
    left: 8px;
    right: 8px;
    bottom: 0;
    transform: translate(0, -3px);
    background-color: #FBF9F8;
    opacity: 0;
    transition: opacity 100ms ease-in,transform 100ms ease-in;  
}
nav a:hover,
nav a:focus {color: #fff;}
nav a:hover::before,
nav a:focus::before {
  opacity: 1;
  transform: translate(0, 0); 
}
.hideResources {
  position:relative;
  z-index:100;  
}
.hideResources span {display:none;}
.hideResources:hover span,
.hideResources:focus span {display:block;}
#epResources{
  background:url(resources.png) no-repeat 13px 14px;
  overflow:visible;
  position:absolute;
  left: 0px;
  top: 23px;
  z-index:10;
}
#epResources span{
  /* display: none; */
  background:white;
  color:#0b2d71;
  cursor:pointer;
  padding:0 20px 0 25px;
  text-align:left;
  padding:10px;
  width:220px;
  position:relative;
  z-index:10;
}
#epResources span:hover,
#epResources span:focus{
  /* display: block; */
  background:white no-repeat 13px center;
  color:#747474;
}
#epAttention {text-align: center;}
#epEmergency {
  margin:20px 0;
  text-align: center;
}
div.banner{
  display: flex;
  justify-content: center;
  width: 1344px;
  margin: 0 auto;
}
.bannerText {
  width: 494px;
  padding: 36px;
}
/* content */
.fadeimages {
  -webkit-box-shadow: 2px 2px 0 0 rgba(125, 125, 125, .3);
  -moz-box-shadow: 2px 2px 0 0 rgba(125, 125, 125, .3);
  box-shadow: 2px 2px 0 0 rgba(125, 125, 125, .3);
  float: left;
  height: 500px;
  width: 700px;
  position: relative;
}
.fadeimages div {background-size: cover;}
.buttonWrapper {
  background:#e5e5e5 url(bgOne.png) center center no-repeat;
  background-size:cover;
  position:relative;
}
.buttons{
  padding-bottom:30px;
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  position:relative;
  z-index:90;
}
.card{
  background-color:#fff;
  border-bottom:4px solid rgb(2,75,126);
  border-radius:5px 5px 0 0;
  color: rgb(22,21,19);
  display: block;
  height: 290px;
  padding:160px 10px 20px;
  text-align: center;
  text-decoration: none;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
  width: 430px;
}
.card:hover,
.card:focus {
  transform: scale(1.035);
  box-shadow: 0px 5px 20px rgb(0 0 0 / 20%);  
}
.card h3{
  font-size:24px;
  margin-bottom:10px;
}
.card h3:lang(lt){
  font-size:19px;
  margin-bottom:10px;
}
.report {
  background: #fff url(report.png) center 20px no-repeat; 
  background-size:150px 150px;
}
.question {
  background: #fff url(question.png) center 20px no-repeat;
  background-size:150px 150px;
}
.follow {
  background: #fff url(follow.png) center 20px no-repeat;
  background-size:150px 150px;
}
span.description {
  font-size: 14px;
  display:inline-block;
  margin-bottom:5px;  
}
span.description:lang(de),
span.description:lang(ja),
span.description:lang(ru){font-size: 13px;}
.dropdowns tr{
  padding: 5px;
  border: 1px transparent;
}
main {
  background: #FBF9F8 url() center center no-repeat;
  background-size:cover;
  display: block;
  /* min-height:500px; */
  padding: 0px 0 30px;
}
main.reportPage, main.questionPage {
  background: #FBF9F8 url(bgTwo.png) center center repeat;  
  padding: 30px 0 30px;
}
main.faqPage, main.followPage {
  background: #FBF9F8 url(bgThree.png) center center repeat;  
  padding: 30px 0 30px;
}
section {
  display: flex;
  justify-content: space-between;
  padding:0 140px;
}
div.col-left {
  padding: 0 10px;
  width: 58%;
}
div.col-right {
  padding: 0 10px;
  width: 38%;
}
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;
}
#epEmergency {}
#epDDN {
  font-weight: bold;
  white-space: nowrap;
}
.listor {
  list-style: none;
  margin: 1em 0;
}
/* faq */
.faq_links a{
  text-decoration: none;
  color: #312D2A;
}
.faq_links a:hover,
.faq_links a:focus{color: #c74634;}
/* follow page */
.followPage .flex{
  margin-left: 200px;
  display: flex;
  justify-content: space-around;
}
.followPage h1{
  font: normal 700 sans-serif;
  left: 140px;
  /* padding-left:120px; */
  width: 1000px;
  display: block;
  position: relative;
  margin: 10px 0px;
}
.followPage:lang(ar) h1,.followPage:lang(he) h1{
  right:140px;
  left:0;
}
.followPage h1::before{
  content: " ";
  background: url(follow.png) center no-repeat;
  width: 120px;
  height: 120px;
  left: -140px;
  top: -15px;
  background-size: contain;
  position: absolute;
}
.followPage:lang(ar) h1::before,.followPage:lang(he) h1::before{
  right: -140px;
  left: 0;
}
.followPage form{
  margin-bottom:30px;
  position: relative;
  right: 105px;
}
.followText{width: 500px;}
.followPage form{
  border: #ccc 1px solid;
  padding: 0 20px 20px 20px;
}
/* Report Page */
.reportPage h1, .questionPage h1{
  font: normal 700 sans-serif;
  left: 140px;
  width: 1000px;
  display: block;
  position: relative;
  margin: 10px 0px ;
}
.reportPage h1::before{
  content: " ";
  background: url(report.png) center no-repeat;
  width: 120px;
  height: 120px;
  left: -140px;
  top: -15px;
  background-size: contain;
  position: absolute;
}
.reportPage h1:lang(ar), .questionPage h1:lang(ar),.reportPage h1:lang(he), .questionPage h1:lang(he){left: -140px;}
.reportPage:lang(ar) h1::before, .reportPage:lang(he) h1::before{
  right:-140px;
  left:0;
}
.questionPage h1::before{
  content: " ";
  background: url(question.png) center no-repeat;
  width: 120px;
  height: 120px;
  left: -140px;
  top: -15px;
  background-size: contain;
  position: absolute;
}
.questionPage:lang(ar) h1::before, .questionPage:lang(he) h1::before{
  right: -140px;
  left:0;
}
.reportPage h4, .questionPage h4, .followPage h4{
  position: relative;
  left: 140px;
  font: normal 400 15px/1.5 sans-serif;
  width: 500px;
  margin: 10px 0 30px 0px ;
}
.reportPage h4:lang(ar), .questionPage h4:lang(ar), .followPage h4:lang(ar), .reportPage h4:lang(he), .questionPage h4:lang(he), .followPage h4:lang(he){
right: 140px;
left: 0;
}
#epDataPrivacy {
  display: inline-block;
  margin-bottom:20px;
  min-height:150px;
  position: relative;
  vertical-align: top;
  width: 400px;
}
#epDataPrivacy .output {}
#epDataPrivacy .online{display: none;}
#epDataPrivacy .phone{
  display: none;
  position: absolute;
  left: 500px;
  top: -74px;
  width: 400px;
}
#epDataPrivacy ol.dropDowns {
  list-style: none;
  margin: 0;
  padding: 0;
}
.even{background-color: #ccc;}
.odd{background-color: #ddd;}
/* Consent Page */
.reportPage h2, .reportPage h3{margin-top: 30px;}
hr.consent {
  border: 1px solid #312D2A;
  width:80%;
}
/* Phone Page */
#epPhone{
  display: inline-block;
  vertical-align: top;
  width: 400px;
}
#epPhone .att.China .table1:lang(cs) {
  font-size:14px;	
}

#epPhone div.att.Korea\,.Republic.of .table1:lang(hu) {
  font-size:12px;	
}

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 {
  padding: 10px;
  border: 1px dotted #CCCCCC;
  width: 100%;
}
#epIssues .catdesc {display: none;}
#epIssues .catname {font: normal normal 700 16px/20px Arial, sans-serif;}
#epIssues .details {
  font: normal normal 400 14px/20px Arial, sans-serif;
  position: absolute;
  right: 5px;
  top: 5px;
}
#epIssues:lang(ar) .details, #epIssues:lang(he) .details{
  left: 5px;
  right: inherit;
}
#epIssues .issue {
  color: #000;
  margin: 15px 0;
  position: relative;
  border: 1px solid #ccc;
  padding: 10px;
}
#epIssues .issue:hover,
#epIssues .issue:focus {
  color: #c74634;
  background: #ccc;
}
#epIssues .name {font: normal normal 700 14px/20px Arial, sans-serif;}
#epIssues .desc {padding: 1em 0 0 0;}
button.cont, .submit, #epConsentContinue, #epIssuesContinue, submit{
  color: #fff;
  background: #c74634;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  border: none;
  cursor: pointer;
}
#epConsentContinue:disabled{background-color: #6f757e;}
/* footer */
footer {
  background-color:#312D2A;
  color:#fff;
  font-size: 14px;
  padding: 40px 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;
}
.consentPage h2, .consentPage p{padding:0 142px;}
h3.issuesText {padding:0 142px;  }
.frontandcenter{
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.QR-code{
  background:url(QR.png) no-repeat center center;
  width: 205px;
  height: 205px;
  margin: 0 auto;
}