.qrs-theme--rhcg *:not(i) {
    font-family: Arial, Helvetica, sans-serif !important;
}

.qrs-theme--rhcg body {
    font-family: Arial, Helvetica, sans-serif !important;
    color: #383746;
    font-size: 0.95em;
    line-height: 2em;
    margin: 0;
    background-color: #f9f9f9;
    transition: transform 0.4s;
    user-select: auto !important;
}

.qrs-theme--rhcg .quris-doc-search .qrs-component--search-filters {
    display: none;
}

.qrs-theme--rhcg .quris-doc-search .qrs-grid--primary {
    width: 100%;
}

.qrs-theme--rhcg .quris-doc-homePage .govuk-header__content__search {
    display: none;
}

.qrs-theme--rhcg .govuk-header {
    border: 0 !important;
}

.qrs-theme--rhcg .govuk-header__container--full-width {
    padding: 0;
}

    .qrs-theme--rhcg .govuk-header__container--full-width .govuk-width-container {
        margin-bottom: 0 !important;
    }

.qrs-theme--rhcg .govuk-header__container .govuk-width-container {
    border: 0 !important;
    margin-bottom: 0 !important;
}

@media only screen and (min-width: 768px) {
    .qrs-theme--rhcg .govuk-header__logo {
        width: 10%;
    }
}

@media only screen and (min-width: 768px) {
    .qrs-theme--rhcg .govuk-header__content {
        width: 90%;
    }
}

@media only screen and (min-width: 768px) {
    .qrs-theme--rhcg .govuk-header__content__search {
        width: 30%;
    }
}

.qrs-theme--rhcg .govuk-header__content__search .qrs-component-search {
    background-color: transparent !important;
}

.qrs-theme--rhcg .govuk-header__content__search .site-search {
    border: 0;
}

@media only screen and (min-width: 1080px) {
    .qrs-theme--rhcg .govuk-header__content__search .site-search-input {
        top: 15px;
    }
}

.qrs-theme--rhcg .govuk-header__content__search .site-search-input input {
    color: #fff;
    background: #5d358d;
    border-radius: 5px;
}

    .qrs-theme--rhcg .govuk-header__content__search .site-search-input input::-webkit-input-placeholder {
        color: #fff;
    }

    .qrs-theme--rhcg .govuk-header__content__search .site-search-input input::-moz-placeholder {
        color: #fff;
    }

    .qrs-theme--rhcg .govuk-header__content__search .site-search-input input:-ms-input-placeholder {
        color: #fff;
    }

.qrs-theme--rhcg .govuk-header__content__search .site-search-input button {
    background-color: #8567aa;
    border-radius: 0 5px 5px 0;
}

@media only screen and (min-width: 768px) {
    .qrs-theme--rhcg .govuk-header__content__name {
        width: 70%;
    }
}

.qrs-theme--rhcg .govuk-header__content__name a {
    font-size: 24px;
}

@media only screen and (min-width: 1080px) {
    .qrs-theme--rhcg .govuk-header__content__name a {
        position: relative;
        top: 20px;
    }
}

.qrs-theme--rhcg .govuk-header__navigation {
    margin-top: 0;
}

.qrs-theme--rhcg .govuk-header .govuk-width-container {
    border: 0 !important;
}

.qrs-theme--rhcg .govuk-header__content__menu {
    border: 0 !important;
}

@media only screen and (min-width: 768px) {
    .qrs-theme--rhcg .govuk-header__content__menu {
        margin: 0;
    }
}

@media only screen and (max-width: 768px) {
    .qrs-theme--rhcg .govuk-header__content__menu {
        margin: 0 0 15px 0;
    }
}

.qrs-theme--rhcg .govuk-breadcrumbs {
    margin-top: 20px;
    margin-bottom: 10px;
    background-color: transparent;
}

    .qrs-theme--rhcg .govuk-breadcrumbs a {
        color: #333 !important;
        font-weight: bold;
        text-decoration: none;
    }

    .qrs-theme--rhcg .govuk-breadcrumbs .govuk-breadcrumbs__list-item::before {
        border-color: #ccc;
        border-width: 0 1px 0 0;
        height: 15px;
        transform: rotate(20deg);
    }

.qrs-theme--rhcg .qrs-component-resources-grid {
    border: 0 !important;
    background: transparent !important;
    padding: 0 !important;
}

    .qrs-theme--rhcg .qrs-component-resources-grid .qrs-resource-grid-item {
        border-radius: 15px;
        background-color: #fff;
        -webkit-box-shadow: 0px 16px 20px -5px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0px 16px 20px -5px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 16px 20px -5px rgba(0, 0, 0, 0.25);
    }

        .qrs-theme--rhcg .qrs-component-resources-grid .qrs-resource-grid-item span {
            border-radius: 15px;
        }

@media only screen and (min-width: 768px) {
    .qrs-theme--rhcg .qrs-component-resources-grid .qrs-resource-grid-item span {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

.qrs-theme--rhcg .qrs-component-resources-grid .qrs-resource-grid-item a {
    border-radius: 15px;
}

.qrs-theme--rhcg .qrs-component-resources-grid .qrs-resource-grid-item h3 {
    font-size: 24px !important;
    border-radius: 0 0 15px 15px;
}

.qrs-theme--rhcg .qrs-component-resources-grid .qrs-resource-grid-item img {
    width: 260px;
    max-width: 100%;
    transition: opacity 0.2s ease-in;
}

.qrs-theme--rhcg .qrs-component-resources-grid .qrs-resource-grid-item:hover img {
    opacity: 0.5;
}

.qrs-theme--rhcg .quris-doc-toolkitListingPage .qrs-component-resources-grid h3 {
    color: #333;
}

.qrs-theme--rhcg #qrs-grid-primary-content, .qrs-theme--rhcg #qrs-grid-sidebar {
    width: 100%;
}

    .qrs-theme--rhcg #qrs-grid-primary-content .govuk-accordion[data-count~="0"] {
        display: none;
    }

    .qrs-theme--rhcg #qrs-grid-primary-content .govuk-accordion__section-header {
        border: 0;
        padding-right: 0;
    }

        .qrs-theme--rhcg #qrs-grid-primary-content .govuk-accordion__section-header h2 {
            background: #f0f0f0;
            font-weight: 600;
            padding: 15px 45px 15px 15px;
            margin: 0;
            position: relative;
            cursor: pointer;
            color: #5e5e5e;
            border-radius: 24px;
            font-size: 1.2em;
            transition: all 0.2s ease;
            border: 0;
        }

.qrs-theme--rhcg .govuk-accordion__section-heading span:before, .qrs-theme--rhcg .govuk-accordion__section-heading span:after {
    background-color: #5e5e5e;
}

.qrs-theme--rhcg .qrs-acc-item--direct-link .govuk-accordion__section:not(:last-of-type) {
    margin: 0 0 -15px;
}

.qrs-theme--rhcg body:not(.quris-doc-listingPage) .govuk-accordion__section--expanded .govuk-accordion__section-header h2 {
    background: #00857c !important;
    color: #fff !important;
}

    .qrs-theme--rhcg body:not(.quris-doc-listingPage) .govuk-accordion__section--expanded .govuk-accordion__section-header h2 button {
        background: transparent !important;
        color: white !important;
    }

        .qrs-theme--rhcg body:not(.quris-doc-listingPage) .govuk-accordion__section--expanded .govuk-accordion__section-header h2 button:focus {
            outline: none !important;
            box-shadow: none !important;
        }

        .qrs-theme--rhcg body:not(.quris-doc-listingPage) .govuk-accordion__section--expanded .govuk-accordion__section-header h2 button span:before {
            background-color: white !important;
        }

.qrs-theme--rhcg #qrs-grid-primary-content .govuk-accordion__section-content {
    word-break: break-word;
    padding: 15px 15px 15px;
}

.qrs-theme--rhcg #qrs-grid-primary-content .govuk-accordion__open-all {
    font-weight: 600;
    color: #5e5e5e;
    background-color: #f0f0f0;
    cursor: pointer;
    min-width: 125px;
    padding: 8px 12px;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
}

.qrs-theme--rhcg .quris-doc-listingPage #listFilter .govuk-accordion__section-header {
    border: 0;
    position: relative;
    display: block;
    background-color: #fff;
    border: none;
    border-radius: 4px;
    padding: 15px !important;
    margin-bottom: 12px;
    box-shadow: 0 10px 20px -16px rgba(0, 0, 0, 0.2);
    border-radius: 4px 0 0 4px;
    border-left: 4px solid #00857c;
}

    .qrs-theme--rhcg .quris-doc-listingPage #listFilter .govuk-accordion__section-header h2 {
        padding-left: 15px;
    }

        .qrs-theme--rhcg .quris-doc-listingPage #listFilter .govuk-accordion__section-header h2 a {
            font-weight: normal !important;
            color: #333;
        }

@media only screen and (min-width: 768px) {
    .qrs-theme--rhcg .quris-doc-listingPage #listFilter .govuk-accordion__section-header h2 a {
        font-size: 16px;
    }
}

.qrs-theme--rhcg .quris-doc-listingPage #listFilter .govuk-accordion__section-header h2 button {
    background: white !important;
    font-size: 16px;
    font-weight: normal !important;
    color: #333;
}

    .qrs-theme--rhcg .quris-doc-listingPage #listFilter .govuk-accordion__section-header h2 button:before, .qrs-theme--rhcg .quris-doc-listingPage #listFilter .govuk-accordion__section-header h2 button:after {
        color: #333 !important;
    }

    .qrs-theme--rhcg .quris-doc-listingPage #listFilter .govuk-accordion__section-header h2 button:hover {
        background: #fd0 !important;
    }

.qrs-theme--rhcg .quris-doc-listingPage #listFilter .govuk-accordion__section-header--has-logo h2 {
    padding-left: 50px !important;
}

.qrs-theme--rhcg .quris-doc-listingPage #listFilter .govuk-accordion__section-content .qrs-accordion-block {
    border: 0;
    padding: 0;
}

.qrs-theme--rhcg [data-component~="ToolkitPageHeader"] {
    position: relative;
}

@media only screen and (max-width: 768px) {
    .qrs-theme--rhcg [data-component~="ToolkitPageHeader"] {
        margin-bottom: 25px;
    }
}

@media only screen and (min-width: 768px) {
    .qrs-theme--rhcg [data-component~="ToolkitPageHeader"] {
        position: sticky;
        top: 15px;
        z-index: 99;
    }
}

.qrs-theme--rhcg [data-component~="ToolkitPageHeader"] h1, .qrs-theme--rhcg [data-component~="ToolkitPageHeader"] a {
    color: white;
}

@media only screen and (max-width: 768px) {
    .qrs-theme--rhcg [data-component~="ToolkitPageHeader"] h1, .qrs-theme--rhcg [data-component~="ToolkitPageHeader"] a {
        max-width: 70%;
    }
}

.qrs-theme--rhcg [data-component~="ToolkitPageHeader"] h1 {
    border: 0;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}

.qrs-theme--rhcg [data-component~="ToolkitPageHeader"] a {
    margin: 0;
}

    .qrs-theme--rhcg [data-component~="ToolkitPageHeader"] a:hover {
        color: black;
    }

.qrs-theme--rhcg [data-component~="ToolkitPageHeader"] #toolkitPageHeader {
    border-radius: 15px;
}

    .qrs-theme--rhcg [data-component~="ToolkitPageHeader"] #toolkitPageHeader > div {
        width: 100%;
        padding: 15px;
    }

.qrs-theme--rhcg [data-component~="ToolkitPageHeader"] .qrs-page-nav__go-back, .qrs-theme--rhcg [data-component~="ToolkitPageHeader"] .qrs-nav-tags__container, .qrs-theme--rhcg [data-component~="ToolkitPageHeader"] .home-promo__image {
    display: none;
}

.qrs-theme--rhcg [data-component~="ToolkitPageHeader"] .qrs-nav-tags__tag {
    background-color: transparent;
}

    .qrs-theme--rhcg [data-component~="ToolkitPageHeader"] .qrs-nav-tags__tag img {
        filter: brightness(0) invert(1);
    }

@media only screen and (max-width: 768px) {
    .qrs-theme--rhcg [data-component~="ToolkitPageHeader"] img {
        position: absolute;
        top: 30px;
        right: 30px;
        max-width: 75px;
    }
}

.qrs-theme--rhcg .qrs-page-header h1, .qrs-theme--rhcg .qrs-page-header img {
    transition: 0.5s all ease;
}

@media only screen and (min-width: 768px) {
    .qrs-theme--rhcg .qrs-page-header--sticky h1 {
        font-size: 20px !important;
    }

    .qrs-theme--rhcg .qrs-page-header--sticky .home-promo__image {
        max-width: 50px;
    }
}

.qrs-theme--rhcg [data-component~="FastFilter"] .govuk-grid-column-one-half {
    float: right;
}

.qrs-theme--rhcg [data-component~="FastFilter"] .fastFilter {
    margin-top: 20px;
}

.qrs-theme--rhcg [data-component~="FastFilter"] .qrs-component-listing-filter {
    border: 0;
    background: transparent;
    padding: 0;
}

    .qrs-theme--rhcg [data-component~="FastFilter"] .qrs-component-listing-filter input {
        background-color: #eee;
        color: #333;
        border: 2px solid #e5e5e5;
        transition: all ease-in-out 0.3s;
        border-radius: 24px;
    }

.qrs-theme--rhcg [data-component~="EditorialBlock"] {
    border: 0;
    padding: 0;
    background: transparent;
}

    .qrs-theme--rhcg [data-component~="EditorialBlock"] #EditorialIcon {
        display: block !important;
    }

.qrs-theme--rhcg .quris-doc-guidelinePage #qrs-grid-primary-content .qrs-typography h2:after, .qrs-theme--rhcg .quris-doc-guidelinePage #qrs-grid-primary-content .qrs-typography h3:after, .qrs-theme--rhcg .quris-doc-guidelinePage #qrs-grid-primary-content .qrs-typography h4:after, .qrs-theme--rhcg .quris-doc-guidelinePage #qrs-grid-primary-content .qrs-typography h5:after, .qrs-theme--rhcg .quris-doc-guidelinePage #qrs-grid-primary-content .qrs-typography h6:after {
    content: "";
    display: block;
    width: 65px;
    border: 2px solid #00a499;
    margin: 0 0 15px;
    border-radius: 8px;
    position: relative;
    top: 5px;
}

.qrs-theme--rhcg [data-component~="GuidelineObjectives"], .qrs-theme--rhcg [data-component~="GuidelineScope"], .qrs-theme--rhcg [data-component~="GuidelineAudience"], .qrs-theme--rhcg [data-component~="GuidelineBody"] {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    background-color: #fff !important;
    padding: 20px;
}

    .qrs-theme--rhcg [data-component~="GuidelineObjectives"]:nth-of-type(2n), .qrs-theme--rhcg [data-component~="GuidelineScope"]:nth-of-type(2n), .qrs-theme--rhcg [data-component~="GuidelineAudience"]:nth-of-type(2n), .qrs-theme--rhcg [data-component~="GuidelineBody"]:nth-of-type(2n) {
        background: #f5f5f5;
    }

.qrs-theme--rhcg .govuk-accordion__section-button {
    width: max-content;
    max-width: 100%;
}

.qrs-theme--rhcg [data-component~="EvidenceMethod"], .qrs-theme--rhcg [data-component~="References"], .qrs-theme--rhcg [data-component~="RelatedGuidelines"], .qrs-theme--rhcg [data-component~="RelatedResources"] {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    background-color: #fff !important;
}

    .qrs-theme--rhcg [data-component~="EvidenceMethod"] .govuk-details__summary, .qrs-theme--rhcg [data-component~="References"] .govuk-details__summary, .qrs-theme--rhcg [data-component~="RelatedGuidelines"] .govuk-details__summary, .qrs-theme--rhcg [data-component~="RelatedResources"] .govuk-details__summary {
        padding-left: 0 !important;
    }

        .qrs-theme--rhcg [data-component~="EvidenceMethod"] .govuk-details__summary:before, .qrs-theme--rhcg [data-component~="References"] .govuk-details__summary:before, .qrs-theme--rhcg [data-component~="RelatedGuidelines"] .govuk-details__summary:before, .qrs-theme--rhcg [data-component~="RelatedResources"] .govuk-details__summary:before {
            display: none;
        }

    .qrs-theme--rhcg [data-component~="EvidenceMethod"] ul, .qrs-theme--rhcg [data-component~="References"] ul, .qrs-theme--rhcg [data-component~="RelatedGuidelines"] ul, .qrs-theme--rhcg [data-component~="RelatedResources"] ul {
        list-style: none;
        margin: 0;
    }

        .qrs-theme--rhcg [data-component~="EvidenceMethod"] ul li, .qrs-theme--rhcg [data-component~="References"] ul li, .qrs-theme--rhcg [data-component~="RelatedGuidelines"] ul li, .qrs-theme--rhcg [data-component~="RelatedResources"] ul li {
            padding: 0 !important;
            border-bottom: 0 !important;
        }

            .qrs-theme--rhcg [data-component~="EvidenceMethod"] ul li:before, .qrs-theme--rhcg [data-component~="References"] ul li:before, .qrs-theme--rhcg [data-component~="RelatedGuidelines"] ul li:before, .qrs-theme--rhcg [data-component~="RelatedResources"] ul li:before {
                top: 9px;
            }

            .qrs-theme--rhcg [data-component~="EvidenceMethod"] ul li a, .qrs-theme--rhcg [data-component~="References"] ul li a, .qrs-theme--rhcg [data-component~="RelatedGuidelines"] ul li a, .qrs-theme--rhcg [data-component~="RelatedResources"] ul li a {
                font-weight: bold;
            }

@media only screen and (max-width: 768px) {
    .qrs-theme--rhcg .govuk-header__container--full-width .govuk-header__menu-button {
        right: 15px;
        top: 45px;
    }
}

.qrs-theme--rhcg .qrs-component-editorial-block--rhcg .qrs-component-spacer:not(:last-of-type) .qrs-component-editorial-block {
    margin: 0 0 1.875rem !important;
}

.qrs-theme--rhcg .qrs-component-editorial-block--rhcg .qrs-component-editorial-block {
    margin: 0 0 30px;
}

    .qrs-theme--rhcg .qrs-component-editorial-block--rhcg .qrs-component-editorial-block.active .qrs-component-editorial-block__header {
        background: #00857c !important;
        color: #fff !important;
    }

    .qrs-theme--rhcg .qrs-component-editorial-block--rhcg .qrs-component-editorial-block.active > div {
        display: block;
    }

.qrs-theme--rhcg .qrs-component-editorial-block--rhcg .qrs-component-editorial-block__header {
    display: block !important;
    background: #f0f0f0;
    font-weight: 600;
    padding: 20px 15px;
    margin: 0;
    position: relative;
    cursor: pointer;
    color: #5e5e5e;
    border-radius: 24px;
    transition: all 0.2s ease;
    border: 0;
    position: relative;
}

    .qrs-theme--rhcg .qrs-component-editorial-block--rhcg .qrs-component-editorial-block__header i {
        font-size: 20px;
        position: absolute;
        top: 22px;
        right: 15px;
    }

.qrs-theme--rhcg .qrs-component-editorial-block--rhcg .qrs-component-editorial-block > div {
    display: none;
}

.qrs-theme--rhcg #qrs-warning-txt {
    color: white;
    border-radius: 10px;
    padding: 20px;
}

    .qrs-theme--rhcg #qrs-warning-txt .govuk-warning-text__icon {
        color: black;
        background: white;
        border-color: white;
        margin-left: 15px;
    }

    .qrs-theme--rhcg #qrs-warning-txt .govuk-warning-text__text {
        color: white;
        padding-left: 40px;
    }

    .qrs-theme--rhcg #qrs-warning-txt.govuk-warning-text--low {
        background: #ffb81c;
    }

        .qrs-theme--rhcg #qrs-warning-txt.govuk-warning-text--low .govuk-warning-text__text {
            color: black;
        }

    .qrs-theme--rhcg #qrs-warning-txt.govuk-warning-text--high {
        background: #da2a1c;
    }

.qrs-theme--rhcg #main-content .quris-typography a {
    color: #045eb8;
    font-weight: 600 !important;
}

.qrs-theme--rhcg #main-content .quris-typography ul {
    list-style: none;
}

    .qrs-theme--rhcg #main-content .quris-typography ul li {
        position: relative;
    }

.qrs-theme--rhcg #main-content ul li {
    list-style: none;
    position: relative;
}

    .qrs-theme--rhcg #main-content ul li:before {
        content: "";
        width: 6px;
        height: 6px;
        border-radius: 25px;
        position: absolute;
        font-family: fontawesome;
        background-color: #af2573;
        left: -25px;
        top: 13px;
    }

.qrs-theme--rhcg .table-responsive {
    border-radius: 8px;
    box-shadow: 0px 3px 15px -3px rgba(0, 0, 0, 0.2);
}

    .qrs-theme--rhcg .table-responsive table {
        height: auto !important;
        border-radius: 8px;
        width: 100%;
        max-width: 100%;
    }

.qrs-theme--rhcg table.table > tbody > tr > td, .qrs-theme--rhcg table.table > tbody > tr > th, .qrs-theme--rhcg table.table > tfoot > tr > td, .qrs-theme--rhcg table.table > tfoot > tr > th, .qrs-theme--rhcg table.table > thead > tr > td, .qrs-theme--rhcg table.table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
}

.qrs-theme--rhcg table.table {
    margin-bottom: 0;
}

.qrs-theme--rhcg table .tableFloatingHeader {
    display: none;
}

.qrs-theme--rhcg table.table-striped:not(.graded-table) {
    border: none;
}

    .qrs-theme--rhcg table.table-striped:not(.graded-table) thead {
        border: none;
    }

        .qrs-theme--rhcg table.table-striped:not(.graded-table) thead tr > th {
            border: none;
        }

        .qrs-theme--rhcg table.table-striped:not(.graded-table) thead tr:first-of-type > td, .qrs-theme--rhcg table.table-striped:not(.graded-table) thead tr:first-of-type > th {
            background: inherit !important;
        }

    .qrs-theme--rhcg table.table-striped:not(.graded-table) tbody > tr:nth-of-type(odd) {
        background-color: #fff;
    }

    .qrs-theme--rhcg table.table-striped:not(.graded-table) tbody > tr:nth-of-type(even) {
        background-color: #f9f9f9;
    }

    .qrs-theme--rhcg table.table-striped:not(.graded-table) tbody > tr {
        border: none;
    }

        .qrs-theme--rhcg table.table-striped:not(.graded-table) tbody > tr > td {
            border: none;
            padding: 32px;
            line-height: inherit;
        }

@media only screen and (max-width: 768px) {
    .qrs-theme--rhcg table.table-striped:not(.graded-table) tbody > tr > td {
        display: block;
        padding: 16px;
        width: 100% !important;
    }
}

.qrs-theme--rhcg table.table-striped:not(.graded-table) ul {
    padding-left: 0px;
}

@media only screen and (max-width: 768px) {
    .qrs-theme--rhcg table.table-striped:not(.graded-table) ul {
        padding-left: 0px;
    }
}

.qrs-theme--rhcg table.graded-table {
    width: 100%;
}

    .qrs-theme--rhcg table.graded-table ul li:not(:last-child) {
        margin-bottom: 10px;
    }

    .qrs-theme--rhcg table.graded-table ul li::before {
        position: relative;
        top: 8px !important;
    }

    .qrs-theme--rhcg table.graded-table thead th, .qrs-theme--rhcg table.graded-table thead td {
        text-align: center;
        border-radius: 8px 8px 0 0;
    }

        .qrs-theme--rhcg table.graded-table thead th img, .qrs-theme--rhcg table.graded-table thead td img {
            max-height: 100px;
            margin: 8px;
        }

    .qrs-theme--rhcg table.graded-table tbody {
        display: block;
        padding: 32px 0px;
        border-radius: 0 0 8px 8px;
    }

@media only screen and (max-width: 768px) {
    .qrs-theme--rhcg table.graded-table tbody {
        display: contents;
    }
}

.qrs-theme--rhcg table.graded-table tbody > tr {
    display: inline-table;
    min-width: 100%;
}

@media only screen and (max-width: 768px) {
    .qrs-theme--rhcg table.graded-table tbody > tr {
        display: contents;
    }
}

@media only screen and (max-width: 768px) {
    .qrs-theme--rhcg table.graded-table tbody > tr > td {
        display: block;
        padding: 16px;
        width: 100%;
    }
}

@media only screen and (min-width: 768px) {
    .qrs-theme--rhcg table.graded-table tbody > tr > td {
        width: 50%;
        padding: 0px 32px !important;
    }
}

.qrs-theme--rhcg table.graded-table tbody > tr > td:first-child {
    border-right: 2px solid #fff;
}

@media only screen and (max-width: 768px) {
    .qrs-theme--rhcg table.graded-table tbody > tr > td:first-child {
        border-right: 0;
        border-bottom: 2px solid #fff !important;
    }
}

.qrs-theme--rhcg table.graded-table--green thead th, .qrs-theme--rhcg table.graded-table--green thead td {
    background-color: #016746 !important;
}

.qrs-theme--rhcg table.graded-table--green tbody {
    background-color: #e5efec;
}

    .qrs-theme--rhcg table.graded-table--green tbody > tr > td {
        background-color: #e5efec;
    }

.qrs-theme--rhcg table.graded-table--amber thead th, .qrs-theme--rhcg table.graded-table--amber thead td {
    background-color: #ee8b00 !important;
}

.qrs-theme--rhcg table.graded-table--amber tbody {
    background-color: #fdf3e5;
}

    .qrs-theme--rhcg table.graded-table--amber tbody > tr > td {
        background-color: #fdf3e5;
    }

.qrs-theme--rhcg table.graded-table--red thead th, .qrs-theme--rhcg table.graded-table--red thead td {
    background-color: #da2a1c !important;
}

.qrs-theme--rhcg table.graded-table--red tbody {
    background-color: #fbe9e7;
}

    .qrs-theme--rhcg table.graded-table--red tbody > tr > td {
        background-color: #fbe9e7;
    }

.qrs-theme--rhcg table.graded-table tbody > tr > td:first-child {
    border-right: 2px solid #fff;
}

@media only screen and (max-width: 768px) {
    .qrs-theme--rhcg table.graded-table tbody > tr > td:first-child {
        border-right: 0px;
        border-bottom: 2px solid #fff !important;
    }
}

.qrs-theme--rhcg table.level-guide-table {
    border-collapse: collapse;
}

@media only screen and (max-width: 768px) {
    .qrs-theme--rhcg table.level-guide-table tr, .qrs-theme--rhcg table.level-guide-table td {
        display: block;
        height: auto !important;
    }
}

.text-format__imagetext .section {
    position: relative;
    border: none !important;
}

.text-format__imagetext .section__image img {
    display: block;
    margin: auto;
    max-width: 100%;
}

@media only screen and (max-width: 768px) {
    .text-format__imagetext .section__text {
        margin-top: 16px;
    }
}

.qrs-theme--rhcg #smsComponenet fieldset {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    padding: 15px 0 5px 0;
}

.qrs-theme--rhcg #smsComponenet .form-header {
    padding: 8px 0px;
    margin-bottom: 8px;
    position: relative;
}

    .qrs-theme--rhcg #smsComponenet .form-header p {
        margin-bottom: 0;
    }

    .qrs-theme--rhcg #smsComponenet .form-header h2 {
        background: none;
        font-weight: 600;
        margin: 0 0 20px;
    }

        .qrs-theme--rhcg #smsComponenet .form-header h2:before {
            content: none;
        }

        .qrs-theme--rhcg #smsComponenet .form-header h2:after {
            content: none;
        }

.qrs-theme--rhcg #smsComponenet .sms__button {
    position: relative;
    border: none;
    padding: 15px 15px 15px 40px;
    font-weight: 600;
    max-width: 100%;
    border-radius: 5px;
    background-color: #74d7ff;
    transition: all ease-in-out 0.2s;
}

    .qrs-theme--rhcg #smsComponenet .sms__button:hover {
        background-color: #a7e6ff;
        cursor: pointer;
    }

    .qrs-theme--rhcg #smsComponenet .sms__button:before {
        content: "\f10b";
        font-family: "fontawesome";
        font-size: 24px;
        display: inline-block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 10px;
    }

.qrs-theme--rhcg #smsComponenet .form-container {
    margin-top: 8px;
}

    .qrs-theme--rhcg #smsComponenet .form-container label {
        display: block;
        font-weight: bold;
    }

    .qrs-theme--rhcg #smsComponenet .form-container input {
        width: 100%;
        padding: 10px;
        max-width: 100%;
        border: 2px solid rgba(229, 225, 225, 0.8);
        border-radius: 4px;
        box-shadow: none;
        -webkit-appearance: none;
    }

    .qrs-theme--rhcg #smsComponenet .form-container .govuk-button {
        margin-bottom: 0;
    }

    .qrs-theme--rhcg #smsComponenet .form-container .form-alert {
        position: relative;
        padding: 8px 12px;
        padding-left: 30px;
        margin: auto;
        margin-bottom: 16px;
        margin-top: 8px;
        border-radius: 0px 4px 4px 0px;
    }

        .qrs-theme--rhcg #smsComponenet .form-container .form-alert:before {
            font-family: "fontawesome";
            font-size: 16px;
            display: inline-block;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 8px;
        }

    .qrs-theme--rhcg #smsComponenet .form-container .form-alert--error {
        border-left: 2px solid red;
        background-color: #ffe6e6;
    }

        .qrs-theme--rhcg #smsComponenet .form-container .form-alert--error:before {
            content: "\f06a";
        }

    .qrs-theme--rhcg #smsComponenet .form-container .form-alert--success {
        border-left: 2px solid green;
        background-color: #dcffdc;
    }

        .qrs-theme--rhcg #smsComponenet .form-container .form-alert--success:before {
            content: "\f058";
        }

    .qrs-theme--rhcg #smsComponenet .form-container .field--error {
        padding: 8px 12px;
        margin: -8px 0px 16px 0px;
        border-left: 2px solid red;
    }

    .qrs-theme--rhcg #smsComponenet .form-container .button-disabled {
        cursor: not-allowed;
        opacity: 0.5;
    }

.qrs-theme--rhcg #smsComponenet .form-modal {
    display: none;
    position: fixed;
    z-index: 99991;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: left;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.4);
}

.qrs-theme--rhcg #smsComponenet .form-modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    width: 35%;
    max-width: 100%;
    border-radius: 10px;
}

@media only screen and (max-width: 800px) {
    .qrs-theme--rhcg #smsComponenet .form-modal-content {
        width: 90%;
    }
}

.qrs-theme--rhcg #smsComponenet .form-modal-content input {
    background-color: #f2f2f2 !important;
    margin-bottom: 16px;
}

    .qrs-theme--rhcg #smsComponenet .form-modal-content input:focus {
        border-radius: 0px;
        background-color: #fff;
    }

.qrs-theme--rhcg #smsComponenet .close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 29px;
    font-weight: bold;
    border: 2px solid #eae7e7;
    border-radius: 50px;
    padding: 5px;
    width: 35px;
    height: 35px;
}

    .qrs-theme--rhcg #smsComponenet .close span {
        position: relative;
        top: -14px;
        right: -3px;
    }

    .qrs-theme--rhcg #smsComponenet .close:hover, .qrs-theme--rhcg #smsComponenet .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }
