/* ======================
    SITE SPECIFIC STYLES
   ====================== */
body {
    background-color: #f0f4f5;
}

.aaw-global-subheader {
    overflow: auto;
}

#mobile-indicator {
    display: none;
}
@media (max-width: 768px) {
    #mobile-indicator {
        display: block;
    }
}

/**
 * Header
 * -----------
 */
.aaw-header p {
    margin-top: 10px;
}

.aaw-header {
    margin-bottom: -36px;
}

/**
 * Beta Banner
 * -----------
 */
.aaw-beta-banner {
    background-color: white;
}
.aaw-beta-banner__icon {
    color: white;
    background-color: #005EB8;
    font-weight: bold;
    padding: 0 5px;
}

/**
 * App Page
 * --------
 */
.apps-details-head__icon {
    border-radius: 1.5em;
}

.aaw-app-details-head {
    display: flex;
    align-items: flex-start;
}
.aaw-app-details-head__description {
    flex-grow: 1;
    padding-left: 16px;
}
.aaw-app-details-head__title,
.aaw-app-details-head__description p {
    margin-top: 0;
}
.aaw-apps-details-download {
    margin: 16px 0;
}
.aaw-apps-details-icon-container {
    display: inline-block;
    margin-right: 10px;
}
.aaw-apps-details-download__item {
    display: inline-block;
    vertical-align: middle;
    line-height: 48px;
    margin: 10px 10px 10px 0;
}
.aaw-apps-details-download__item:last-child {
    margin-right: 0;
}
.aaw-apps-details-download__item img {
    display: block;
    height: 48px;
}
@media (max-width: 640px) {
    .aaw-apps-details-download__item {
        display: block;
    }
    .aaw-apps-details-icon-container {
        width: 162px;
        display: block;
        margin-right: 0;
    }
}

/**
 * Contact Us Page
 * ---------------
 */
.aaw-contact-page--font {
    font-family: "Frutiger W01", Arial, sans-serif;
}
.aaw-contact-page__label {
    margin-top: 24px;
    font-weight: bold;
}
.aaw-button--submit {
    font-family: "Frutiger W01", Arial, sans-serif;
}
.aaw-contact-page__input:focus,
.aaw-contact-page-checkboxes__input:focus+.aaw-contact-page-checkboxes__label::before {
    outline: 0;
    box-shadow: inset 0 0 0 3px #ffb81c;
}
.aaw-contact-page__input--error,
.aaw-contact-page-checkboxes__input--error+.aaw-contact-page-checkboxes__label::before {
    box-shadow: inset 0 0 0 3px #da291c;
}
.aaw-contact-page__section {
    border-top: 1px solid #d8dde0;
    margin-bottom: 24px;
}
.aaw-contact-page__section--first {
    border: 0;
}
.aaw-contact-page-checkboxes {
    margin-top: 24px;
}
.aaw-contact-page-checkboxes__input+.aaw-contact-page-checkboxes__label::before {
    top: 13px;
}
.aaw-contact-page-checkboxes__input+.aaw-contact-page-checkboxes__label::after {
    top: 24px;
}
.aaw-contact-page-checkboxes__input {
    top: 13px;
}
.errorlist {
    margin-top: 0;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.errorlist li {
    margin-left: 0;
    padding-left: 0;
    color: #DA291C;
    font-weight: bold;
}
/**
 * Autocomplete
 */

#search_tags {
    width: 400px;
}
.ui-autocomplete,
.ui-menu-item {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ui-autocomplete {
    background-color: white;
    border: 1px solid #d7dde0;
    border-top-width: 0;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    z-index: 10;
    box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.35);
    padding-top: 10px;
    padding-bottom: 5px;
    /* Override manually applied jquery positioning */
    position: absolute !important;
    width: auto !important;
    left: 0 !important;
    right: 0 !important;
    top: -5px !important;
}
.ui-menu-item {
    padding: 3px 5px;
    cursor: default;
}
.ui-menu-item-wrapper {
    display: inline-block;
    padding: 2px;
    color: rgb(0, 94, 184);
    text-decoration: underline;
}
.ui-menu-item-wrapper.ui-state-active {
    background: #ffcd60;
    color: #000000;
    text-decoration: none;

}

/**
 * Search
 */
.app-search__contents {
    border-radius: 5px;
    position: relative;
    z-index: 11;
    display: flex;
}

.app-search__contents .app-search__submit:hover {
    background-color: #005326;
    cursor: pointer
}

.app-search__contents .app-search__input:focus {
    box-shadow: inset 0 0 0 5px #ffcd60;
}

.app-search__contents .app-search__input {
    -webkit-appearance: listbox;
    background-color: #fff !important;
    border-bottom: 1px solid #aeb7bd;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-left: 1px solid #aeb7bd;
    border-right: 0;
    border-top: 1px solid #aeb7bd;
    border-top-left-radius: 4px;
    border-top-right-radius: 0;
    flex-grow: 2;
    font-size: inherit;
    height: 52px;
    margin: 0;
    outline: 0;
    padding: 0 10px;
    width: 100%;
}

.app-search__contents .app-search__submit {
    background-color: #007f3b;
    border: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 4px;
    float: right;
    font-size: inherit;
    height: 52px;
    line-height: inherit;
    margin: 0;
    outline: 0;
    padding: 7px 7px 0;
}

.app-search__contents .app-search__submit .icon__search {
    fill: #ffffff;
    height: 38px;
    width: 38px;
}

.app-search__suggestions {
    position: relative;
}


/**
 * Carousel
 * --------
 *
 * Site-specific styling for the Slick Carousel
 *
 * @see http://kenwheeler.github.io/slick/
 */

.carousel {
    border: 8px solid #005abb;
    background-color: #fff;
    padding: 16px;
    margin-top: 24px;
}
.carousel .slick-prev {
    left: 16px;
}
.carousel .slick-next {
    right: 16px;
}
.carousel .slick-next,
.carousel .slick-prev {
    width: 70px;
    height: 70px;
    z-index: 2;
}
.carousel .slick-list {
    z-index: 1;
}
.carousel .slick-next::before,
.carousel .slick-prev::before {
    font-family: "Frutiger W01", Arial, sans-serif;
    font-size: 70px;
    color: #005eb8;
}
.carousel .slick-prev::before {
    content: '\002039';
}
.carousel .slick-next::before {
    content: '\00203A';
}
.carousel .slick-slide img {
    max-width: 100%;
    max-height: 80vh;
    margin: 0 auto;
    border: 1px solid #d8dde0;
}

/**
 * App Cards
 * ---------
 *
 * Styles for apps as displayed on the home page and category pages.
 */

.cardapp {
    position: relative;
    box-shadow: 0 4px 0 0 #d8dde0;
    padding: 24px;
    margin-bottom: 30px;
    min-height: 184px;
    background-color: white;
    display: flex;
    align-items: flex-start;
}

.cardapp__link:hover .cardapp,
.cardapp__link:active .cardapp,
.cardapp__link:focus .cardapp {
    box-shadow: 0 0 0 0;
}

.cardapp__link,
.cardapp__link:hover,
.cardapp__link:active,
.cardapp__link:visited {
    color: inherit;
    text-decoration: inherit;
    display: block;
    position:relative;
}
.cardapp__link:hover {
    box-shadow: 0 0 0 4px #ffbf33;
}

.cardapp__link:active {
    top:4px;
}

.cardapp__link:active .cardapp {
    background-color: #f0f4f5;
}

.cardapp__link:hover .cardapp__title, .cardapp__link:focus .cardapp__title{
    text-decoration: none;
}

.cardapp__title {
    text-decoration: underline;
    color: #0058ad;
    margin-top: 0px;
}

.cardapp p {
    margin-top: 8px;
}

.cardapp .cardapp__tag {
    padding-right: 1em;
    margin-top: 8px;
}

.cardapp .cardapp__img_link {
    margin-right: 16px;
}
.cardapp__img {
    float: left;
    border: 1px solid #d8dde0;
    border-radius: 17px;
    width: 100%;
    max-width: 65px;
    min-width: 50px;
    margin-right: 16px;
    margin-bottom: 0;
}

/**
 * Cookie Notice
 * -------------
 */
#cookie-banner {
    background: #034484;
    font-size: 10px;
}

#cookie-banner .cookie-text {
    background: #034484;
    margin: 0 auto;
    text-align: cneter;
    max-width: 960px;
}

@media (max-width: 979px) {
    #cookie-banner .cookie-text {
        margin: 0 32px;
    }
}

@media (max-width: 739px) {
    #cookie-banner .cookie-text {
        margin: 0 16px;
    }
}

#cookie-banner .cookie-text:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#cookie-banner .cookie-text p {
    background: #034484;
    color: #fff;
    float: left;
    font-size: 13px;
    font-weight: 600;
    margin: 0;
    padding: 1.2em 0;
    text-align: left;
    width: 90%;
}

#cookie-banner .cookie-text .cookie-banner-close {
    text-align:right;
    width: 10%;
}

#cookie-banner .cookie-text a {
    color: #fff;
    text-decoration: underline;
}

#cookie-banner .cookie-text a:hover,
#cookie-banner .cookie-text a:active,
#cookie-banner .cookie-text a:focus {
    text-decoration: none;
}

#cookie-banner .cookie-banner-close a:hover,
#cookie-banner .cookie-banner-close a:focus {
    background: none;
    box-shadow: none;
}

#cookie-banner .cookie-banner-close img {
    display: inline;
    position: relative;
}

/**
 * App Pagination
 * --------------
 */

.pagination {
    display: table;
    width: 100%;
    table-layout: fixed;
    padding-bottom: 24px;
    border-bottom: 1px solid #d8dde0;
}
.pagination > div {
    display: table-cell;
    text-align: center;
}
.pagination > div:first-child {
    text-align: left;
}
.pagination > div:last-child {
    text-align: right;
}
@media (max-width: 768px) {
    .pagination {
        margin-bottom: 24px;
    }
}

/**
 * Tooltips
 * --------
 *
 * A hidden modal that is displayed when the tooltip element has focus.
 */

.tooltip {
    position: relative;
    color: #003087;
    cursor: pointer;
    font-size: 16px;
    user-select: none;
}
.tooltip .tooltip__icon {
    width: 20px;
    margin-right: 2px;
    vertical-align: middle;
}
.tooltip .tooltip__modal {
    display: none;
    position: absolute;
    width: 100%;
    bottom: 40px;
    border: 1px solid #e8edee;
    padding: 16px;
    background-color: #ffffff;
    color: #212b32;
    max-width: 500px;
    z-index: 1;
    line-height: 1.3;
}
.tooltip .tooltip__modal:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 85px;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: solid 10px #e8edee;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
}
.tooltip .tooltip__modal:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 86px;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: solid 9px #ffffff;
    border-left: solid 9px transparent;
    border-right: solid 9px transparent;
}
body:not(.touch) .tooltip:hover .tooltip__modal {
    display: block;
}
@media (max-width: 768px) {
    .tooltip {
        font-size: 14px;
    }
}

/**
 * Filter by category section
 * --------------------------
 */
.c-reveal__details--visible .c-reveal__header {
    background: url("../images/icon-minus_v1.02a08eceff06.svg") left no-repeat;
}

.c-reveal__header {
    background: url("../images/icon-open_v1.55cc1b0bfbf9.svg") left no-repeat;
    cursor: pointer;
    font-weight: 600;
    line-height: 30px;
    margin-top: 0;
    margin-left: 24px;
    padding: 0 0 0 38px;
    text-decoration: none;
}
.c-reveal__summary {
    display: block;
    outline: 0;
}
.c-reveal__summary::-webkit-details-marker {
    display: none;
}
.c-reveal__header:hover,
.c-reveal__header:focus {
    text-decoration: underline;
}
.c-reveal__content {
    margin-top: 0px;
    display: none;
    background: #ffffff;
}
.c-reveal__details--visible .c-reveal__content {
    display: block;
    background: #ffffff;
}

.category-container {
    flex: 1;
}

.apps-grid__controller__list__item__link {
    font-size: 16px;
}

/**
 * Badges on generic content pages
 * -------------------------------
 */

h4 {
    color: #003087;
}
h4 .richtext-image {
    vertical-align: middle;
    margin-right: 8px;
}

.aaw-filter-container {
    border: 0 !important;
    width: 100%;
    padding: 0 !important;
}

.app-price {
    color: #007F3B;
}

.app-category {
    color: #768692;
}

.app-tags {
    display: flex;
    width: 100%;
}
@media (max-width:640px), (min-width:769px) and (max-width: 990px) {
    .app-tags {
        flex-flow: row wrap;
    }
    .app-tags:not(:first-child) {
        margin: 0;
    }
    .cardapp .cardapp__tag {
        width: 100%;
        padding: 0;
    }
    .cardapp p:not(:first-of-type) {
        margin: 0;
    }
}
.app-list {
    margin-top: 8px;
}
.app-list li {
    margin-left: 20px;
}

.app-categories {
    background-color: white !important;
}

.nhsuk-o-grid h1, .nhsuk-o-grid h3 {
    margin-top: 0;
}

.nhsuk-o-grid.header {
    padding-top: 24px;
}

.section {
    padding: 60px 0 24px 0;
}

.section-no-heading {
    padding: 24px 0 24px 0;
}

.section .section-no-heading {
    margin: 0;
}

.h1-sub {
    margin-top: 10px;
}

.self-help p {
    margin: 0 0 30px 0;
}

/* ===================
   LIBRARY TECH DEBT
   =================== */

.nhsuk-c-breadcrumb {
    background-color: #FFFFFF;
    padding: 12px 0;
}

.nhsuk-c-breadcrumb__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nhsuk-c-breadcrumb__item {
    display: inline-block;
    font-size: 16px;
    margin: 0;
}

.nhsuk-c-breadcrumb__item .nhsuk-icon__chevron-right {
    fill: #aeb7bd;
    height: 18px;
    position: relative;
    top: 5px;
    width: 18px;
}

.nhsuk-c-breadcrumb__back {
    font-size: 14px;
    margin: 0;
}

.nhsuk-c-breadcrumb__back .nhsuk-icon__chevron-left {
    fill: #005eb8;
    float: left;
    height: 24px;
    left: -8px;
    position: relative;
    width: 24px;
}

.nhsuk-c-breadcrumb__backlink {
    left: -8px;
    position: relative;
}

@media (max-width:768px) {
    .nhsuk-c-breadcrumb__list {
        display: none;
    }
}

@media (min-width: 769px) {
    .nhsuk-c-breadcrumb__back {
        display: none;
    }
}

@media (min-width:990px) {
    .nhsuk-icon__chevron-right .nhsuk-c-breadcrumb__item {
        margin: 0 3px 0 5px;
    }
}
/**
 * Callouts
 * --------
 */
.callout-container {
    padding-top: 72px;
}

.callout-card {
    margin: 0;
}

.callout-card p {
    margin: 0;
}

.nhsuk-c-panel h2 {
    background: #005eb8;
    color: #fff;
    display: inline-block;
    margin: 0 -24px 8px;
    padding: 8px 24px;
    position: relative;
    top: -16px
}

@media (max-width:40.0525em) {
    .nhsuk-c-panel h2 {
        top: -8px
    }
}

.nhsuk-c-panel h2+p {
    margin-top: 0
}

/**
 * App details changes
 * -------------------
 */

.aaw-app-details .nhsuk-o-grid__item {
    float: none;
}

.aaw-search-header {
    margin: 0;
    padding-top:9px;
    padding-bottom:24px;
}

.aaw-search-query {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.aaw-search--pad {
    padding-bottom: 30px;
}

.nhsuk-details__text {
    border-left: 4px solid #d8dde0;
    margin-top: 0px;
    padding-left: 24px
}

.nhsuk-details__text>:first-child {
    margin-top: 0
}

.nhsuk-details__text>:last-child {
    margin-bottom: 0
}
.nhsuk-details__text p {
    margin-bottom: 24px;
    margin-top: 0
}

.sorting-span {
    margin-top: 0;
    margin-bottom: 20px;
    line-height: initial;
}

.sorting-span-no-heading {
    margin-top: 0;
    margin-bottom: 20px;
    line-height: initial;
    padding-top: 9px;
}

.category-title {
    margin-top: 30px;
}

/* ------------------------------- */
/* NHS Frontent Library components */
/* ------------------------------- */


.nhsuk-details {
    color: #212b32;
    margin: 4px 0 16px 0;
    font-size: 19px;
    line-height: 1.5;
    display: block;
}
  
  .nhsuk-details__summary {
    color: #005eb8;
    /* [1] */
    cursor: pointer;
    display: inline-block;
    /* [2] */
    padding-left: 24px;
    position: relative;
    /* [3] */ }
    .nhsuk-details__summary:hover {
      background-color: #ffcd60;
      box-shadow: 0 0 0 7px #ffcd60;
      color: #212b32;
      text-decoration: none; }
    .nhsuk-details__summary:focus {
      background-color: #ffb81C;
      box-shadow: 0 0 0 7px #ffb81C;
      color: #212b32;
      outline: 4px solid transparent;
      outline-offset: 4px; }
    .nhsuk-details__summary:before {
      bottom: 0;
      content: '';
      left: 0;
      margin: auto;
      position: absolute;
      top: 0;
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-color: transparent;
      clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
      border-width: 7px 0 7px 12.124px;
      border-left-color: inherit; }
      .nhsuk-details[open] > .nhsuk-details__summary:before {
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-color: transparent;
        clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
        border-width: 12.124px 7px 0 7px;
        border-top-color: inherit; }
      .nhsuk-details__summary:focus .nhsuk-details__summary-text {
        color: #212b32; }
      .nhsuk-details__summary:hover .nhsuk-details__summary-text {
        color: #212b32;
        text-decoration: none; }
  
  .nhsuk-details__summary-text {
    text-decoration: underline;
    /* [4] */ }
  
  .nhsuk-details__summary::-webkit-details-marker {
    display: none;
    /* [5] */ }
    

.nhsuk-details__text {
border-left: 4px solid #d8dde0;
margin-top: 8px;
padding: 16px;
padding-left: 24px; }
.nhsuk-details__text > *:first-child {
  margin-top: 0; }
.nhsuk-details__text > *:last-child {
  margin-bottom: 0; }
.nhsuk-details__text p {
  margin-bottom: 24px;
  margin-top: 0; }

.nhsuk-details__text div p {
    margin: 0;
}

@media (max-width: 640px) {
    .nhsuk-details {
        font-size: 16px;
    }
}

.aaw-filter {
    background-color: #ffffff;
    padding-top:0px;
    margin-top:0px;
    margin-bottom:0px;
    display: block;
    line-height: 1.5;
}

.aaw-filter-summary {
    padding: 20px 20px 20px 0;
    top:0;
    font-size: 22px;
    font-weight: 600;
    text-decoration: underline;
    color: #005eb8;
    list-style: none;
    display: block;
    cursor: pointer;
    position: relative;
}

.aaw-filter[open] .aaw-filter-summary {
    border-bottom: 2px solid #f0f4f5;
    display: block;
}

.aaw-filter-summary:before {
    display: none !important;
}

.aaw-filter-summary::-webkit-details-marker {
    display: none;
}

.aaw-filter-summary-text:hover {
    text-decoration: none;
}

.aaw-filter-summary-text:focus {
    border:none;
}

.aaw-filter-summary-text {
    background: url("data:image/svg+xml,%3Csvg class='nhsuk-icon nhsuk-icon__plus' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='32' aria-hidden='true'%3E%3Ccircle cx='12' cy='12' r='10' fill='%23005eb8'%3E%3C/circle%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M12 8v8M8 12h8'%3E%3C/path%3E%3C/svg%3E%0A") left -2px center no-repeat;
    color: #005eb8;
    cursor: pointer;
    display: block;
    padding: 0 0 0 38px;
    margin-left: 20px;
    position: relative;
    text-decoration: underline;
}

.aaw-filter-summary:focus .aaw-filter-summary-text,
.aaw-filter-summary:hover .aaw-filter-summary-text,
.aaw-filter-summary:active .aaw-filter-summary-text {
    color: black;
    text-decoration: none;
}

.aaw-filter[open] .aaw-filter-summary-text {
    background: url("data:image/svg+xml,%3Csvg class='nhsuk-icon nhsuk-icon__minus' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='32' aria-hidden='true'%3E%3Ccircle cx='12' cy='12' r='10' fill='%23005eb8'%3E%3C/circle%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M8 12h8'%3E%3C/path%3E%3C/svg%3E%0A") left -2px center no-repeat;
}

.aaw-filter-summary:focus, .aaw-filter-summary:hover {
    text-decoration: none;
    box-shadow: 0 0 0 4px #ffcd60;
    color: #212b32;
    z-index: 1;
    outline: none;
}

.aaw-filter-list {
    padding: 20px;
    margin: 0;
}

.aaw-categories-details {
    border:none !important;
    padding-bottom:0px;
    padding-top:16px;
}

.aaw-filter-details-container {
    border-top: 2px solid #f0f4f5;
}

.aaw-first-filter {
    border-bottom: 2px solid #f0f4f5;
}

.aaw-filter-submit {
    margin:0;
    padding:16px;
    padding-left:2px;
    background-color: #e9eDeE;
}

.aaw-clear-filters-link {
    text-decoration: underline;
    padding-left:2px;
}

.aaw-category-column{
    padding: 0px;
}

.aaw-category-label {
    font-size: 16px;
    vertical-align:middle;
    line-height:16px;
}

.aaw-section {
    padding: 16px 0;
    margin: 0;
}

.aaw-section--categories {
    padding-bottom: 0;
    padding-top:0;
}

/* Fieldset */
 .nhsuk-fieldset {
    border: 0;
    margin: 0;
    padding: 0; }
    .nhsuk-fieldset:after {
      clear: both;
      content: '';
      display: block; }
  
  .nhsuk-fieldset__legend {
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    box-sizing: border-box;
    /* 1 */
    color: #212b32;
    display: table;
    /* 2 */
    margin-bottom: 8px;
    max-width: 100%;
    /* 1 */
    overflow: hidden;
    padding: 0;
    white-space: normal;
    /* 4 */ }
    @media (min-width: 40.0625em) {
      .nhsuk-fieldset__legend {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.47368; } }
    @media print {
      .nhsuk-fieldset__legend {
        font-size: 14pt;
        line-height: 1.15; } }
  
  /* Heading modifiers */
  .nhsuk-fieldset__legend--xl {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.25;
    display: block;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 40px; }
    @media (min-width: 40.0625em) {
      .nhsuk-fieldset__legend--xl {
        font-size: 48px;
        font-size: 3rem;
        line-height: 1.16667; } }
    @media print {
      .nhsuk-fieldset__legend--xl {
        font-size: 32pt;
        line-height: 1.15; } }
    @media (min-width: 40.0625em) {
      .nhsuk-fieldset__legend--xl {
        margin-bottom: 48px; } }
  
  .nhsuk-fieldset__legend--l {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.33333;
    display: block;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 24px; }
    @media (min-width: 40.0625em) {
      .nhsuk-fieldset__legend--l {
        font-size: 32px;
        font-size: 2rem;
        line-height: 1.25; } }
    @media print {
      .nhsuk-fieldset__legend--l {
        font-size: 24pt;
        line-height: 1.05; } }
    @media (min-width: 40.0625em) {
      .nhsuk-fieldset__legend--l {
        margin-bottom: 32px; } }
  
  .nhsuk-fieldset__legend--m {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.4;
    display: block;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 16px; }
    @media (min-width: 40.0625em) {
      .nhsuk-fieldset__legend--m {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.33333; } }
    @media print {
      .nhsuk-fieldset__legend--m {
        font-size: 18pt;
        line-height: 1.15; } }
    @media (min-width: 40.0625em) {
      .nhsuk-fieldset__legend--m {
        margin-bottom: 24px; } }
  
  .nhsuk-fieldset__legend--s {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    display: block;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 16px; }
    @media (min-width: 40.0625em) {
      .nhsuk-fieldset__legend--s {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.47368; } }
    @media print {
      .nhsuk-fieldset__legend--s {
        font-size: 14pt;
        line-height: 1.15; } }
    @media (min-width: 40.0625em) {
      .nhsuk-fieldset__legend--s {
        margin-bottom: 24px; } }
  
  .nhsuk-fieldset__heading {
    /* 5 */
    font-size: inherit;
    font-weight: inherit;
    margin: 0; }


    
/* Button */

.nhsuk-button {
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 16px;
    -webkit-appearance: none;
    background-color: #007f3b;
    border: 2px solid transparent;
    border-radius: 4px;
    box-shadow: 0 4px 0 #003317;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    margin-top: 0;
    padding: 12px 16px;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: auto;
    /* 2 */
    /* 3 */
    /* 4 */ }

@media (max-width: 768px ){
    .nhsuk-button{
        width:100%;
    }
}

    @media (min-width: 40.0625em) {
      .nhsuk-button {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.47368; } }
    @media print {
      .nhsuk-button {
        font-size: 14pt;
        line-height: 1.15; } }
    .nhsuk-button:focus {
      box-shadow: 0 0 0 4px #ffb81C;
      outline: 4px solid transparent;
      outline-offset: 4px; }
    @media (max-width: 40.0525em) {
      .nhsuk-button {
        padding: 8px 16px; } }
    .nhsuk-button:link, .nhsuk-button:visited, .nhsuk-button:active, .nhsuk-button:hover {
      color: #ffffff;
      text-decoration: none; }
    .nhsuk-button::-moz-focus-inner {
      border: 0;
      padding: 0; }
    .nhsuk-button:hover, .nhsuk-button:focus {
      background-color: #00662f; }
    .nhsuk-button:active {
      box-shadow: none;
      top: 4px; }
    .nhsuk-button::before {
      background: transparent;
      bottom: -6px;
      content: '';
      display: block;
      left: -2px;
      position: absolute;
      right: -2px;
      top: -2px; }
    .nhsuk-button:active::before {
      top: -6px; }
  
  /**
   * Button variations
   */
  .nhsuk-button--secondary {
    background-color: #425563;
    box-shadow: 0 4px 0 #232e35; }
    .nhsuk-button--secondary:hover, .nhsuk-button--secondary:focus {
      background-color: #384854; }
    .nhsuk-button--secondary.nhsuk-button--disabled {
      background-color: #425563; }
  
  .nhsuk-button--reverse {
    background-color: #ffffff;
    box-shadow: 0 4px 0 #212b32;
    color: #212b32; }
    .nhsuk-button--reverse:hover, .nhsuk-button--reverse:focus {
      background-color: #f2f2f2;
      color: #212b32; }
    .nhsuk-button--reverse:link {
      color: #212b32; }
    .nhsuk-button--reverse.nhsuk-button--disabled {
      background-color: #ffffff; }
      .nhsuk-button--reverse.nhsuk-button--disabled:focus {
        background-color: #ffffff; }
  
  /**
   * Button disabled states
   */
  .nhsuk-button--disabled,
  .nhsuk-button[disabled="disabled"],
  .nhsuk-button[disabled] {
    background-color: #007f3b;
    opacity: 0.5;
    pointer-events: none; }
    .nhsuk-button--disabled:hover,
    .nhsuk-button[disabled="disabled"]:hover,
    .nhsuk-button[disabled]:hover {
      background-color: #007f3b;
      cursor: default; }
    .nhsuk-button--disabled:focus,
    .nhsuk-button[disabled="disabled"]:focus,
    .nhsuk-button[disabled]:focus {
      background-color: #007f3b;
      outline: none; }
    .nhsuk-button--disabled:active,
    .nhsuk-button[disabled="disabled"]:active,
    .nhsuk-button[disabled]:active {
      box-shadow: 0 4px 0 #003317;
      top: 0; }
  
  .nhsuk-button--secondary[disabled="disabled"],
  .nhsuk-button--secondary[disabled] {
    background-color: #425563;
    opacity: 0.5; }
    .nhsuk-button--secondary[disabled="disabled"]:hover,
    .nhsuk-button--secondary[disabled]:hover {
      background-color: #425563;
      cursor: default; }
    .nhsuk-button--secondary[disabled="disabled"]:focus,
    .nhsuk-button--secondary[disabled]:focus {
      outline: none; }
    .nhsuk-button--secondary[disabled="disabled"]:active,
    .nhsuk-button--secondary[disabled]:active {
      box-shadow: 0 4px 0 #232e35;
      top: 0; }
  
  .nhsuk-button--reverse[disabled="disabled"],
  .nhsuk-button--reverse[disabled] {
    background-color: #ffffff;
    opacity: 0.5; }
    .nhsuk-button--reverse[disabled="disabled"]:hover,
    .nhsuk-button--reverse[disabled]:hover {
      background-color: #ffffff;
      cursor: default; }
    .nhsuk-button--reverse[disabled="disabled"]:focus,
    .nhsuk-button--reverse[disabled]:focus {
      outline: none; }
    .nhsuk-button--reverse[disabled="disabled"]:active,
    .nhsuk-button--reverse[disabled]:active {
      box-shadow: 0 4px 0 #212b32;
      top: 0; }
  
    /**
    * Prevent wrapper increasing padding at larger sizes 
    */
    @media (min-width:48.0625em) {
      .nhsuk-o-main-wrapper {
          padding: 24px 0 56px;}
      .aaw-search-header { padding-top: 0; }

        .sorting-span-no-heading {
            padding-top: 0;
        }
    }

/* ==========================================================================
   NHS.UK frontend 2.2.0
   - Styles needed for the latest components
   - Remove this section when using the latest compiled version of the 
     nhsuk-frontend library
   ========================================================================== */

/* Grid container */

.nhsuk-width-container {
  margin: 0 16px;
  max-width: 960px
}

@media (min-width: 48.0625em) {
  .nhsuk-width-container {
    margin: 0 32px
  }
}

@media (min-width: 1024px) {
  .nhsuk-width-container {
    margin: 0 auto
  }
}

/* Visually hidden utility class */

.nhsuk-u-visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px
}

/* Header */

.nhsuk-global-header__logo a,
.nhsuk-global-header__logo a .nhsuk-logo {
  width: 100px;
}

.nhsuk-global-header .nhsuk-global-header__search .search-toggle__button {
  padding: 4px 8px 0;
}

.nhsuk-global-header__menu .menu-toggle__button {
  line-height: 24px;
  padding: 7px 16px;
}

@media (max-width: 40.0525em) {
  .nhsuk-global-header .nhsuk-global-header__logo {
    padding-left: 16px;
  }
}

/* Footer */

.nhsuk-footer {
  padding-bottom: 24px;
  padding-top: 24px;
  background-color: #d8dde0;
  border-top: 4px solid #005eb8;
}

.nhsuk-footer:after {
  clear: both;
  content: '';
  display: block;
}

@media print {
  .nhsuk-footer {
    display: none;
  }
}

@media (min-width: 40.0625em) {
  .nhsuk-footer {
    padding-bottom: 32px;
  }
}

@media (min-width: 40.0625em) {
  .nhsuk-footer {
    padding-top: 32px;
  }
}

.nhsuk-footer__list {
  padding-bottom: 16px;
  list-style-type: none;
  margin: 0;
  padding-left: 0;
}

@media (min-width: 40.0625em) {
  .nhsuk-footer__list {
    padding-bottom: 24px;
  }
}

@media (min-width: 48.0625em) {
  .nhsuk-footer__list {
    float: left;
    padding-bottom: 0;
    width: 75%;
  }
}

.nhsuk-footer__list-item {
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71429;
}

@media (min-width: 40.0625em) {
  .nhsuk-footer__list-item {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
}

@media print {
  .nhsuk-footer__list-item {
    font-size: 14pt;
    line-height: 1.2;
  }
}

@media (min-width: 48.0625em) {
  .nhsuk-footer__list-item {
    float: left;
    margin-right: 32px;
  }
}

.nhsuk-footer__list-item-link {
  color: #425563;
}

.nhsuk-footer__list-item-link:visited {
  color: #425563;
}

.nhsuk-footer__copyright {
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71429;
  color: #425563;
  margin-bottom: 0;
  margin-top: 0;
}

@media (min-width: 40.0625em) {
  .nhsuk-footer__copyright {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
}

@media print {
  .nhsuk-footer__copyright {
    font-size: 14pt;
    line-height: 1.2;
  }
}

@media (min-width: 48.0625em) {
  .nhsuk-footer__copyright {
    float: right;
    text-align: right;
    width: 25%;
  }
}

@media (min-width: 48.0625em) {
  .nhsuk-footer__list--three-columns {
    -moz-column-count: 3;
    -moz-column-gap: 24px;
    -webkit-column-count: 3;
    -webkit-column-gap: 24px;
    column-count: 3;
    column-gap: 24px;
  }
  .nhsuk-footer__list--three-columns li {
    float: none;
  }
}

/* The element is 3rd party and generated at run time so we can't add the original nhsuk-frontend button style */
.slick-arrow:focus, .slick-arrow:hover {
    box-shadow: 0 0 0 4px #ffb81C !important;
    outline: 4px solid transparent !important;
    outline-offset: 4px !important;
}

/* The arrow is completly off centre by default so move it across a little */
.slick-arrow:before {
    position: absolute !important;
    top: -5px !important;
    right: 25px !important;
}

/* remove the dotted line that only happens in firefox */
button::-moz-focus-inner {
    border: 0 !important;
}
