@import url("/domain/en/common/eth2.css");
@import url('https://fonts.googleapis.com/css?family=Crimson+Text:400,400i,600,600i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700,800&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese');
html {
  overflow-y: scroll;
}

*:focus-visible {
  outline: 2px solid blue;
}

.keyboard-shortcut {
  background: #fff;
  color: #000;
  left: 6px;
  padding: 4px 8px;
  position: absolute;
  top: -99px;
  z-index: 999;
}

.keyboard-shortcut:focus {
  top: 6px;
}

body, #wrap {
  background: #fff !important;
  border: 0;
  color: #000;
  font: normal normal 400 15px/22px 'Open Sans', Arial, sans-serif !important;
  text-rendering: optimizeLegibility;
}

a {
  color: #000 !important;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/*----- Default Issue Selection Page ---------------*/

body.issues {
  background: #fff;
  color: #666;
  font: 400 15px/22px 'Open Sans', sans-serif;
  margin: 0;
  text-rendering: optimizeLegibility;
}

.issues h1 {
  font: normal 500 56px / 62px 'Open Sans', sans-serif !important;
  margin: 36px 0 !important;
  color: #3b6c6b;
}

body.issues div.NAVEXLogo {
  background: #fff url(/domain/media/shared/nglogo.png) no-repeat center top;
  height: 55px;
  margin: 30px auto 9.5px;
  width: 217px;
}

#epNAVEXFooter {
  direction: ltr !important;
}

body.issues #epNAVEXFooter {
  border: none !important;
  clear: both;
  color: #333333 !important;
  font-size: 13px !important;
  margin: 0 auto !important;
  padding: 20px 0px !important;
  width: 780px !important;
}

body.issues #epNAVEXFooter th {
  display: none !important;
}

body.issues #epNAVEXFooter .line1, body.issues #epNAVEXFooter .line2 {
  float: none !important;
  text-align: center !important;
  text-transform: capitalize !important;
}

body.issues #epNAVEXFooter a {
  border: none !important;
  color: #333 !important;
  font-size: 13px !important;
  text-decoration: underline !important;
  text-transform: capitalize !important;
}

body.issues #epNAVEXFooter a:hover {
  color: #000 !important;
}

body.issues #epSecureText {
  color: #848484;
  display: block;
  margin: 0 auto 39px;
  text-align: center;
  width: 100%;
}

body.issues #epSecureText .securetext {
  font-size: 15px;
}

body.issues #epSecureText .filetext {
  font-size: 19px;
  font-weight: 700;
}

body.issues #epContent {
  margin: 0px;
  padding: 20px 0px;
}

body.issues #epColumn3 {
  margin: 0px auto;
  padding: 2px 0 0;
  width: 780px;
}

/*Issues*/

#epIssues .details {
  position: absolute;
  right: 10px;
  top: 10px;
}

#epIssues .catname {
  color: #000;
  font-size: 20px;
  margin: 40px 0 20px;
}

#epIssues .catdesc {
  display: none;
}

#epIssues .issue {
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #000;
  margin: 10px 0;
  padding: 10px;
  position: relative;
}

#epIssues .issue:hover {
  background: #ccc;
}

#epIssues .name {
  font-size: 15px;
  padding-right: 80px;
  max-width:670px;
}

#epIssues .name:lang(ar),#epIssues .name:lang(fa),#epIssues .name:lang(he),#epIssues .name:lang(ku),#epIssues .name:lang(ur) {
  font-size: 15px;
  padding-right: 10px;
}

#epIssues .desc {
  padding: 10px 25px;
}

footer nav ul {
  list-style: none !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 !important;
}

footer nav ul li {
  padding: 0 5px !important;
}

.securetext {
  color: #666 !important;
}

/*----- Language Specific Edits ---------------*/

/*Align the Emergency Statement and T&C check box to the right*/

div.norm12:lang(ar), div.norm12:lang(he), div.norm12:lang(fa), div.norm12:lang(ku), div.norm12:lang(ur){
  text-align: right;
}

/*More the "details" link to the left for RTL langs*/

#epIssues .details:lang(ar), #epIssues .details:lang(he), #epIssues .details:lang(fa), #epIssues .details:lang(ku), #epIssues .details:lang(ur) {
  right: 700px;
}
