:root{
  --light-blue: #58D7E8;
  --dark-blue: #1F4666;
  --orange: #FF6146;
  --green: #B6DEDF;
}
body {
  color: #333;
  font: normal normal 400 14px/24px Arial, sans-serif;
  margin: 0;
}
body:lang(nl) {background: url(bg.png) repeat-x left 10px;}
a {
  color: #009DD9;
  outline: none;
  text-decoration: none;
}
.fill {
  min-width: 1200px;
  width: 100%;
}
a:hover,
a:focus {}
a.logo {
  background: url(logo.png) no-repeat left top;
  display: block;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 10px;
  width: 87px;
  padding-bottom: 20px;
}
.safeTalk {
  color:#1F4666;
  font-family:Verdana,sans-serif;
  font-size:50px;
  line-height:100px;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align:center;
  top: 10px;
  height: 100px;
  width: 210px;
}
span.tagline:lang(es),span.tagline:lang(fr){width:300px;}
h1 {
  color: var(--dark-blue);
  font: normal normal 700 40px/40px Arial, sans-serif;
  margin: 0.67em 0;
  padding: 0;
}
h1:lang(es),h1:lang(nl){font: normal normal 700 34px/40px Arial, sans-serif;}
h1:lang(pteu){font: normal normal 700 38px/40px Arial, sans-serif;}
h1:lang(th){font: normal normal 700 37px/40px Arial, sans-serif;}
h1.phone {
  background: url(phone.png) no-repeat;
  background-size: 65px 51px;
  height: 56px;
  padding-left: 86px;
  line-height: 56px;
}
h1.report {
  background: url(report.svg) no-repeat;
  background-size: 56px 48px;
  /*height: 56px;*/
  padding-left: 86px;
  line-height: 56px;
}
p.report {padding-left: 86px;}
h1.followup {
  background: url(phone.png) no-repeat;
  background-size: 56px 56px;
  height: 56px;
  padding-left: 86px;
  line-height: 56px;
}
h1.reportconsent {
  background: url(report.png) no-repeat;
  background-size: 56px 56px;
  height: 56px;
  padding-left: 86px;
  line-height: 56px;
}
h1.questionconsent {
  background: url(question.png) no-repeat;
  background-size: 56px 56px;
  height: 56px;
  padding-left: 86px;
  line-height: 56px;
}
h2 {
  font: normal normal 700 20px/24px Arial, sans-serif;
  margin: 0.83em 0;
  padding: 0;
}
h3 {
  font: normal normal 700 20px/40px Arial, sans-serif;
  margin: 1em 0;
  padding: 0;
}
img {
  border: 0;
  display: block;
}
ol, ul {
  margin: 1em 0;
  padding: 0 0 0 1.25em;
}
p {
  padding: 0;
  margin: 1em 0;
}
#epAttention {
  position: relative;
  text-align: center;
  padding: 10px 0;
  width: 1000px;
  clear: both;
  margin: 0 auto;
}
#epAttention strong {color: red;}
#epButtons {
  position: relative;
  width: 890px;
  background: lightgray;
  display: flex;
  justify-content: space-evenly;
  flex-direction: row;
}
#epButtons a {
  color: black;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  height: 220px;
  padding-top: 20px;
  position: relative;
  text-align: center;
  width: 170px;
}
#epButtons a:last-child {border-right: none;}
#epButtons a.question {
  background: url(question.png) no-repeat center 20px;
  background-size: 80px;
}
#epButtons a.phone {
  background: url(phone.png) no-repeat center 20px;
  background-size: 80px;
}
#epButtons a.followup {
  background: url(follow.png) no-repeat center 20px;
  background-size: 80px;
}
#epButtons a.report {
  background: url(report.png) no-repeat center 20px;
  background-size: 80px;
}
#epButtons a.QR {
  background: url(QRCode.gif) no-repeat center 20px;
  background-size: 80px;
}
#epButtons a span.title {
  font: normal normal 700 18px/22px Helvetica, Arial, Arial, sans-serif;
  color: var(--dark-blue);
  position: relative;
  display: block;
}
#epButtons a span.subtitle {
  font-size: 14px;
  line-height:21px;
  text-align: center;
  position: relative;
  display: block;
  height: 100px;
}
form fieldset {border: none;}
#epConsent {
  height: 500px;
  width: 1074px;
  float: right;
  border: 1px solid #000;
  padding: 10px;
  overflow: scroll;
  clear: both;
}
#epConsent h2 {margin: 0}
#epConsent p {padding-left: 20px;}
#epConsent li {
  font-size: 20px;
  font-weight: bold;
  margin-left: 20px;
}
#epConsentContinue, #epConsentContinueCustom {float: right;}
#epConsentContinue:lang(ar), #epConsentContinueCustom:lang(ar), #epConsentContinue:lang(he), #epConsentContinueCustom:lang(he) {float: left;}
#consentLinks a {display: block;}
#consentLinks {padding: 20px;}
#acknowledgement {padding-left: 20px;}
.consent {
  clear: both;
  padding: 10px 10px 10px 125px;
  /*width: 1096px;*/
  box-sizing: border-box;
}
#epImages {
  background: green;
  float: left;
  height: 300px;
  width: 600px;
}
.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: 400px;
  margin: 0 15px 20px;
  width: 780px;
  position: relative;
}
.fadeimages div {
  background-size: cover;
  z-index: -1;
  position: relative;
  text-align: center;
  color: red;
}
.centered {
  position: absolute;
  top: 61.9%;
  left: 33.7%;
  transform: translate(-50%, -50%);
  background-color: var(--dark-blue);
  opacity: .7;
  padding-left: 10px;
  width: 760px;
}
.centered p {
  color: white;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}
#epColumn1 {
  background-color: var(--dark-blue)!important;
  color: #fff;
  padding: 10px 10px;
  width: 290px;
  font-size: 16px;
  line-height: 15px;
  text-align: center;
  height: 305px;
}
#epColumn1 a {
  color:#ffffff;
  font-size: 14px;
  text-decoration: underline;
}
#epColumn1:lang(nl){
  font: normal normal 400 14px/24px Arial, sans-serif;
  height:350px;
  padding: 15px 20px;
}
#epColumn1:lang(pteu),#epColumn1:lang(th){padding: 15px 20px;}
#ButtonRow {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  margin-top: 15px;
  height: 260px;
}
#epColumn2 {
  background: #58d7e8;
  font-size: 14px;  
  text-align: center;
  padding: 10px;
  width: 290px;
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
}
#epColumn3 {
  min-height: 600px;
  padding: 20px;
  position: relative;
  /*float: left;*/
}
.followLeft {
  border: 1px solid #7F7F7F;
  box-sizing: border-box;
  float: left;
  height: 240px;
  margin-left: 86px;
  padding: 20px;
  width: 450px;
}
.followRight {
  border: 1px solid #7F7F7F;
  box-sizing: border-box;
  float: right;
  height: 240px;
  padding: 20px;
  width: 450px;
}
.followLeft form {
  position: relative;
  top: 60px;
}
.followRight input.submit {
  position: relative;
  top: 20px;
}
.followRight:lang(es) input.submit,.followRight:lang(fr) input.submit,.followRight:lang(id) input.submit,.followRight:lang(kk) input.submit,.followRight:lang(nl) input.submit,.followRight:lang(pteu) input.submit,.followRight:lang(ru) input.submit,.followRight:lang(th) input.submit{top:0;}
#epContent {
  clear: both;
  float: left;
  min-height: 600px;
  width: 1200px;
  padding-top: 4px;
}
#epEmergencyEU {
  text-align: center;
  font-size: 14px;
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 10px;
}
#epEmergencyEU strong {color: red;}
#epNAVEXFooter {
  direction:ltr !important;
  display: block;
  margin:0 auto;
  font-size: 13px;
  width: 900px;
}
#epNAVEXFooter, #epNAVEXFooter a {color: #fff;}
#epNAVEXFooter .line1 {
  float: left;
  padding-left: 10px;
}
#epNAVEXFooter .line2 {
  float: left;
  padding-left: 50px;
}
#epNAVEXFooter th {display: none;}
#epFooterWrapper {
  background: var(--dark-blue);
  clear: both;
  width: 100%;
  min-width: 1200px;
}
.footerInner {
  width: 1200px;
  margin: 0 auto;
  clear: both;
}
#epHeader {
  height: 110px;
  position: relative;
}
#epLang {
  color: black;
  display: none;
  position: relative;
  background: #fff;
  border-bottom: 1.25px solid #000;
  border-left: 1.25px solid #000;
  border-right: 1.25px solid #000;
  margin-top: -2px;
  font-size: 14px;
}
#epLang a {
  display: none;
  color: #000;
  padding: 2px 0;
  text-decoration: none;
}
#epLang a:hover,
#epLang a:focus {
  color: var(--dark-blue);
  background: #ccc;
  transition: .1s;
}
#epLang a:last-child:hover,
#epLang a:last-child:focus {border-radius: 5px;}
#langbar {
  background: #fff;
  border: 1.25px solid #000;
  cursor: pointer;
  float: left;
  font-size: 12px;
  height: 20px;
  left: 15px;
  position: relative;
  text-align: center;
  top: 84px;
  width: 150px;
  z-index: 1;
  display: none;
}
#langbar p {
  margin: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#langbar #arrow {margin-left: 10px;}
#epNav {
  float: left;
  font: normal normal 700 12px/53px Arial, sans-serif;
  padding-top: 20px;
}
#epNav a {
  color: gray;
  display: block;
  float: left;
  padding: 0 10px;
  text-align: center;
  text-decoration: underline;
}
#epNav a:hover,
#epNav a:focus {}
#epWrapper {
  float: left;
  left: 50%;
  margin-left: -630px;
  position: relative;
  width: 1200px;
}
/*dp2*/
h2.online {display: none;}
#epDataPrivacy .online, #epDataPrivacy .phone, #epDataPrivacy .output {}
#epDataPrivacy .phone {
  display: none;
  float: right;
  position: relative;
  right: 0;
  width: 500px;
}
#epDataPrivacy .text{font-size:14.5px;}
#epDataPrivacy ol.dropDowns {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
}
#epDataPrivacy select {
  font: normal normal 400 16px/18px Arial, sans-serif;
  margin: 0 0 1em 0;
  width: 600px;
  border-color: var(--dark-blue);
  padding: 5px;
}
#epDataPrivacy .text {margin-bottom: 10px;}
/*phone*/
#epPhone {
  width: 600px;
  /*float: left;*/
  /*left: 86px;*/
  position: relative;
}
#epPhone select {
  font: normal normal 400 16px/18px Arial, sans-serif;
  margin: 0 0 1em 0;
  width: 100%;
}
#epPhone .output td {background: none !important;}
/*Issues*/
#epIssues {
  padding: 10px;
  width: 100%;
}
#epIssues .category {
  width: 40%;
  display: inline-block;
  padding-left: 100px;
  vertical-align: top;
  margin-bottom: 30px;
}
.category_position_0 {background:url('cat_1.png') no-repeat 30px 20px;}
.category_position_1 {background:url('cat_2.png') no-repeat 30px 20px;}
.category_position_0 .issuebox,
.category_position_1 .issuebox {height: 235px;}
.category_position_2 {background:url('cat_3.png') no-repeat 30px 20px;}
.category_position_3 {background:url('cat_4.png') no-repeat 30px 20px;}
.category_position_2 .issuebox,
.category_position_3 .issuebox {height: 170px;}
.category_position_4 {background:url('cat_5.png') no-repeat 30px 20px;}
.category_position_5 {background:url('cat_6.png') no-repeat 30px 20px;}
.category_position_4 .issuebox,
.category_position_5 .issuebox {height: 200px;}
#epIssues .catdesc {display: none;}
#epIssues .catname {
  font: normal normal 700 18px/20px Arial, sans-serif;
  color: var(--dark-blue);
  height: 45px;
  display: flex;
  justify-content: end;
  flex-direction: column;
}
#epIssues .issuebox {
  background-color: var(--green);
  padding: 10px 15px;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}
#epIssues .details {
  font: normal 400 12px/20px 'Arial', sans-serif;
  position: absolute;
  right: 4px;
  top: 2px;
}
#epIssues .issue {
  color: var(--dark-blue);
  margin: 5px 0;
  position: relative;
}
#epIssues .issue:hover,
#epIssues .issue:focus {text-decoration: none;}
#epIssues .name {font: normal normal 700 14px/20px Arial, sans-serif;}
#epIssues .name:hover,
#epIssues .name:focus {text-decoration: underline;}
#epIssues .desc {
  font: normal 400 14px/20px 'Arial', sans-serif;
  color:var(--dark-blue);
  display: block;
  max-width:650px;
  max-height:200px;
  text-decoration: none;
}
input[type="radio"] {
  /* remove standard background appearance */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* create custom radiobutton appearance */
  display: inline-block;
  width: 15px;
  height: 15px;
  padding: 6px;
  /* background-color only for content */
  background-clip: content-box;
  border: 2px solid var(--dark-blue);
  background-color: #fff;
  border-radius: 50%;
  margin-left: 0;
}
/* appearance for checked radiobutton */
input[type="radio"]:checked {background-color: var(--dark-blue);}
#issuecheck:checked+.name {font-weight: bold;}
.bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}
.listor {
  list-style: none;
  margin: 1em 0;
}
.nowrap {white-space: nowrap;}
.top {
  margin-top: 0;
  padding-top: 0;
}
button.cont, .submit, #epConsentContinue, #epIssuesContinue, #epConsentContinueCustom {
  color: #fff;
  background: var(--dark-blue);
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  border: none;
  cursor: pointer;
}
.issueButton {
  width: 135px;
  float: left;
  left: 50%;
  margin-left: -60px;
  position: relative;
}
button:disabled {
  background-color: #DBDCDD !important;
  border: 1px solid #009DD9 !important;
}
.button, .submit {text-align: center;}
.button:lang(nl), .submit:lang(nl){
position:relative;
top:30px;
} 
form {text-align: center;}
.faqAnswer {
  margin-left: 60px;
  margin-bottom: 20px;
}
.faqBookmarks {margin: 0 0 15px;}
.faqBookmarks a {
  clear: both;
  display: block;
  width: 100%;
}
.faqHeader {
  color: #152b75;
  cursor: pointer;
  font: normal normal 700 18px/20px Arial, sans-serif;
}
.faqQuestion {
  cursor: pointer;
  font-weight: bold;
  margin-left: 30px;
}
.hide {display: none;}
.ltr{
direction:ltr !important;
unicode-bidi:bidi-override; 
}
.red-text {color: red;}
.white {
  color: #fff;
  margin-top: 0;
}
#CarouselWrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.overlay {
  height: 100%;
  width: 100%;
  background-position: center center;
}
#epCarousel {
  background: url(img1.jpg) center no-repeat;
  background-image: url("img1.jpg");
  height: 325px;
  transition: 0.8s;
  width: 875px;
  position: relative;
}
#epCarouselText {
  position: absolute;
  left: 0;
  bottom: 15px;
  width:80%;
  height: 25px;
  background-color: rgba(31, 70, 102, .4);
  line-height: 25px;
  color: #ffffff;
  padding: 5px 0 5px 15px;
}