html, body {
  height: 100%;
}

.govuk-template {
  background-color: #FFF;
}

.entire-wrapper {
  min-height: 95%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -71px; /* the bottom margin is the negative value of the footer's height - plus 11px for border */
}

.govuk-footer__inline-list .govuk-footer__link, .govuk-footer__list .govuk-footer__link {
  text-decoration: underline;
}

#footer {
  border-top: 10px solid #005ea5;
}

.push {
  height: 71px;
}

.hidden {
  display: none;
}

.govuk-footer.ch {
  padding-bottom: 20px;
  padding-top: 20px;
}

#chs-customer-insights {
  background-color: #005ea5;
  padding: 0.5em 0.5em 0;
  margin: 0 auto 0;
  height: auto;
  width: 960px;
  max-width: 960px;
}
#chs-customer-insights a {
  font-family: "GDS Transport", Arial, sans-serif;
  line-height: 1.5;
}
#chs-customer-insights a:link, #chs-customer-insights a:visited {
  color: #fff;
}
#chs-customer-insights a:focus {
  color: #0b0c0c;
}
#chs-customer-insights a:hover {
  color: #bfc1c3;
}
#chs-customer-insights a.secondary-customer-insights {
  float: right;
}

@media (max-width: 641px) {
  #chs-customer-insights {
    padding-bottom: 3em;
    width: auto;
    max-width: none;
  }
  #chs-customer-insights a {
    padding-bottom: 1em;
  }
  #chs-customer-insights a.secondary-customer-insights {
    float: left;
    margin-top: 1em;
  }
}
@media (max-width: 959px) and (min-width: 700px) {
  #chs-customer-insights {
    padding-bottom: 0.5em;
    max-width: none;
    width: auto;
  }
}
.near {
  background-color: #1d70b8;
  color: #ffffff;
}
.near a {
  color: #ffffff;
}

.pagination {
  display: inline-block;
}

.pagination a {
  float: left;
  font-size: 19px;
  padding: 8px 30px 0px 0px;
}

.accordion-label {
  font-family: "GDS Transport", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 12px;
  font-size: 1rem;
  line-height: 1.25;
  color: #0b0c0c;
  display: block;
  margin-bottom: 5px;
}

.accordion-hint {
  font-family: "GDS Transport", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 12px;
  font-size: 1rem;
  line-height: 1.25;
  display: block;
  margin-bottom: 15px;
  color: #626a6e;
}

.govuk-accordion__section-header {
  padding-top: 9px;
  padding-bottom: 9px;
}

.govuk-accordion__section-button {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
  padding-top: 12px;
}

.govuk-input {
  font-family: "GDS Transport", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  height: 2rem;
  margin-top: 0;
  padding: 5px;
  border: 2px solid #0b0c0c;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.govuk-form-group {
  margin-bottom: 10px;
}

.no-wrap {
  white-space: nowrap;
}

.pagination {
  display: inline-block;
}

.pagination a {
  float: left;
  font-size: 19px;
  padding: 8px 16px;
}

@media (min-width: 641px) {
  .searchbutton {
    margin-top: 25px;
    margin-left: -17px;
  }
}
.govuk-table-search {
  font-family: "GDS Transport", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  color: #0b0c0c;
  margin-bottom: 20px;
  border-spacing: 0;
  border-collapse: collapse;
}

.underline {
  text-decoration: underline;
  text-underline-offset: 0.1em;
}

.one-third-div {
  float: left;
  width: 33%;
}

.two-thirds-div {
  float: left;
  width: 65%;
}

.govuk-input--error {
  border: 2px solid #d4351c;
}

.padded-top {
  padding-top: 10px;
}

.download-button {
  justify-content: flex-end;
  margin-bottom: 0px;
  margin-right: 0px;
}

.download-text {
  text-align: right;
  color: #505a5f;
}

.flex-end {
  justify-content: flex-end;
}

.one-half-div {
  float: left;
  width: 50%;
}

.one-half-div-right {
  float: right;
  width: 50%;
}

.hr-margin {
  margin-top: 60px;
  margin-bottom: 0px;
}

@media screen and (max-width: 768px) {
  .hr-margin-mobile {
    margin-top: 120px;
    margin-bottom: 0px;
  }
}
.nearest .govuk-link {
  color: white;
}

.nearest .govuk-link:focus {
  color: black !important;
}

.near .govuk-link {
  color: white;
}

.near .govuk-link:focus {
  color: black !important;
}

.pager .govuk-link:focus {
  border-bottom: 4px solid black;
}