/* NHS formatting CSS Document */

.nhs_col1,
.nhs_col2 {
  float: left;
  width: 45%;
  padding-right: 4%;
}
#nhs_atoz a {
  display: inline-block;
  width: 44px;
  line-height: 44px;
  margin-right: 3px;
  margin-bottom: 7px;
  border: 1px solid #000;
  text-align: center;
  font-size: 1.2em;
  box-shadow: none;
}
#nhs_atoz a.nhs_current {
  background-color: #dedede;
}
.nhschoices p {
  margin-bottom: 1em;
}
.nhschoices svg {
  display: none;
}
.nhschoices summary {
  text-decoration: underline;
  cursor: pointer;
  margin-top: 1em;
}
#nhs_dodont li:before {
  content: "";
}
#nhs_dodont div {
  float: left;
  width: 45%;
  margin-right: 4%;
}
@media (max-width: 500px) {
  #nhs_dodont div {
    float: none;
    width: 100%;
    padding-right: 0;
  }
  .nhs_col1,
  .nhs_col2 {
    float: none;
    width: 100%;
    padding-right: 0;
  }
}
#nhs_dodont {
  overflow: auto;
}
#nhs_dodont ul {
  margin: 0 0 0 20px;
}

#nhs_dodont ul li {
  text-indent: 0;
  padding-left: 10px;
  position: relative;
}
#nhs_dodont ul li:before {
  padding-right: 0;
}
#nhs_dodont ul li p {
  margin-top: 0;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
#nhs_dodont ul i.icon-ok,
#nhs_dodont ul i.icon-cancel {
  position: absolute;
  top: 5px;
  left: -15px;
  line-height: 0.5em;
  text-indent: 0;
}
.nhs_reveal {
  display: none;
  background-color: #efefef;
  color: #474747;
  padding: 2%;
}
.nhs_reveal a {
  color: #474747;
  text-decoration: underline;
}
.nhs_reveal a:hover,
.nhs_reveal a:active,
.nhs_reveal a:focus {
  color: white;
  background: #474747;
  box-shadow: 0 0 0 4px #474747;
}
.nhs_reveal .video-js {
  position: relative !important;
  height: 330px !important;
  width: 600px !important;
}
#inner-content ol li {
  margin-left: 10px;
  text-indent: 0;
}
.nhs_lastreviewed {
  color: #585858;
  font-size: 0.8em;
}
.nhs_emergency,
.nhs_immediate {
  background-color: #ffe8e8;
  color: #474747;
  padding: 10px;
}
div.nhs_non_urgent {
  margin-top: 20px;
}
div.nhs_urgent {
  margin-top: 20px;
}
div.nhs_emergency {
  margin-top: 20px;
}
#inner-content .nhs_emergency h1,
#inner-content .nhs_emergency h2,
#inner-content .nhs_emergency h3 {
  color: #900000;
  margin-top: 0;
}
#inner-content .nhs_emergency li::before {
  color: #900000;
}
.nhschoices ol,
.nhschoices ul {
  margin-bottom: 1em;
}
.nhschoices h1,
.nhschoices h2,
.nhschoices h3 {
  line-height: normal;
}
.nhschoices th {
  font-weight: bold;
}
.nhschoices table,
.nhschoices td,
.nhschoices th {
  border: none;
}
.nhschoices td,
.nhschoices th {
  border-bottom: 2px solid #dedede;
}
#nhs-conditions-link {
  display: table;
}
#nhs-conditions-link img {
  display: table-cell;
  vertical-align: middle;
}

@media only screen and (max-width: 768px) {
  .nhs_reveal .video-js {
    position: relative !important;
    height: 200px !important;
    width: 400px !important;
  }
}
@media only screen and (max-width: 535px) {
  .nhs_reveal .video-js {
    position: relative !important;
    height: 150px !important;
    width: 300px !important;
  }
}
@media only screen and (max-width: 420px) {
  .nhs_reveal .video-js {
    position: relative !important;
    height: 150px !important;
    width: 100% !important;
  }
}
