@font-face {
  font-family: GDS-Logo;
  src: local("HelveticaNeue"), local("Helvetica Neue"), local("Arial"), local("Helvetica");
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
html {
  font-size: 62.5%;
}

* {
  background: transparent;
  color: black;
  text-shadow: none;
  filter: none;
  -ms-filter: none;
}

body {
  font-family: "nta", Arial, sans-serif;
  font-size: 11pt;
  line-height: 1.42857;
  font-weight: 400;
  text-transform: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

@media (max-width: 640px) {
  body {
    font-size: 12px;
    line-height: 1.25;
  }
}
a, a:visited {
  word-wrap: break-word;
}

img {
  max-width: 100% !important;
}

select {
  background: white;
}

.govuk-header__container {
  border-bottom-color: #000;
}

body footer,
.visuallyhidden,
#skiplink-container,
.hmrc-sign-out-nav,
button,
input[type=button],
input[type=submit],
a[href^="#print-dialogue"] {
  display: none !important;
}