/*----      Version 1.2 *			-------*/
/*----      * Heavily Modified		-------*/
/*--- 1. Structure                  -------*/
/*--- 2. Global Styles              -------*/
/*--- 3. Header & Banner            -------*/
/*--- 4. Nav                        -------*/
/*--- 5. Content                    -------*/
/*--- 6. Footer                     -------*/
/*-----------------------------------------*/
@import url("https://assets.nhs.uk/fonts/nhsuk-fonts-1.3.0.css");
/*--- 1. Structure                  -------*/

body,
html {
    font-family: "Frutiger W01", Arial, sans-serif;
    word-wrap: break-word !important;
    font-weight: 400;
}

html {
    font-size: 62.5%;
    position: relative;
    min-height: 100%;
}

body {
    overflow-x: hidden;
    background-color: #f0f4f5;
    font-size: 1.8rem;
}

@media (max-width: 766px) {
    body {
        margin-bottom: 235px;
    }
}

/* Scrollbar */
::-webkit-scrollbar {
    width: 15px;
}

::-webkit-scrollbar-track {
    background-color: #fff;
}

/* this colour is the banner colour at 80%*/
::-webkit-scrollbar-thumb {
    background-color: #005eb8cc;
}

/* these are coloured with the banner colour at 60% and a border of the colour above*/
::-webkit-scrollbar-thumb:hover {
    background-color: #005eb899;
    border: 1px solid #005eb8cc;
}

::-webkit-scrollbar-thumb:active {
    background-color: #005eb899;
    border: 1px solid #005eb8cc;
}

/*--- 4. Header                     -------*/
#header {
    background-color: #fff;
    color: #23354C;
}

#header img {
    padding: 0px 0px 20px 0px;
}

#THISLogo img.img-fluid {
    padding: 10px;
}

/*--- 5. Banner                     -------*/
#csLogo {
    width: 300px;
    height: auto;
    max-height: 198px;
    padding: 10px;
    border-radius: 8px;
    outline: none;
    object-fit: contain;
}

#csLogo:focus {
    outline: 3px solid #ffd700;
    outline-offset: 2px;
}

h3#bannerTextTop {
    font-family: 'Nunito', arial, sans-serif;
    font-size: 60px;
    font-weight: bold;
    color: #fff;
    margin: 50px 0;

}

h3#bannerTextBottom {
    font-family: 'Nunito', arial, sans-serif;
    font-size: 32px;
    color: #fff;
    margin: 20px 0px;
}

#banner {
    /*border-top: solid 5px #0060A8;*/
    /*border-bottom: solid 5px #0060A8;*/
    background-color: #00A499;
    /*background-image: url("/images/this_banner_awards_background_graphic.png");*/
    background-size: cover;
    /*background-attachment: fixed;*/
    padding-bottom: 1%;
}

h3#bannerTextTop,
h3#bannerTextBottom {
    text-align: center;
    display: block;
    min-width: 50%;
    position: static;
}

h3#bannerTextTop:after,
h3#bannerTextBottom:after {
    background-color: transparent;
}

#banner a:hover {
    box-shadow: none;
}

#pageSubtitle {
    color: #fff;
    font-size: 2rem;
    padding: 0px 25px;
}

.uniqueFont {
    font-family: "Frutiger W01", Arial, sans-serif
}

#handWrittenHeader {
    color: white;
    font-size: 3.2rem;
    padding: 25px;
    background: none;
    line-height: inherit;
    font-weight: normal;
}

#bannerLeft {
    margin: 65px 0px;
}

#bannerLeftSmall span {
    font-size: 9rem;
    display: inline-block;
}

.banner-image {
    float: right;
}

/*hexagons*/
.hex {
    float: left;
    margin-right: -39px;
    margin-bottom: -74px;
}

.hex-row {
    clear: left;
    padding-left: 15%;
    padding-bottom: 35%;
}

.hexagonTop {
    float: left;
    border-right: 45px solid #00A499;
    border-top: 78px solid transparent;
    border-bottom: 78px solid transparent;
    width: 0;
    position: relative;
    z-index: 1;
}

.hexagon {
    float: left;
    width: 90px;
    height: 156px;
    background-color: #00A499;
    position: relative;
    z-index: 2;
}

.hexagonBottom {
    float: left;
    border-left: 45px solid #00A499;
    border-top: 78px solid transparent;
    border-bottom: 78px solid transparent;
    width: 0;
    position: relative;
    z-index: 1;
}

.hexInner {
    width: 113px;
    margin-left: -11px;
    margin-top: 45px;
    text-align: center;
    font-size: 1.5rem;
    color: #000;
}

.hex.even {
    margin-top: 80px;
}

.hex .hexagon {
    position: relative;
}

.hex .hexagon:focus {
    outline: 3px solid #005fcc;
    outline-offset: 2px;
    z-index: 10;
}

.catImg {
    width: 113px;
    display: block;
}

@media (max-width: 1199px) {
    .hex {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }

    .hex.even {
        margin-top: 0px;
    }

    .hexagonTop {
        border-right: 45px solid #00A499;
        border-top: 79px solid transparent;
        border-bottom: 79px solid transparent;
    }

    .hexagon {
        width: 90px;
        height: 157px;
    }

    .hexagonBottom {
        border-left: 45px solid #00A499;
        border-top: 79px solid transparent;
        border-bottom: 79px solid transparent;
    }

    .hexInner {
        width: 135px;
        margin-left: -22px;
        margin-top: 43px;
        font-size: 1.8rem;
    }

    #bannerRight {
        height: auto;
    }
}


@media (max-width: 767px) {
    .home-intro .row {
        flex-direction: column;
    }

    #bannerRight {
        order: -1;
        width: 100% !important;
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 30px !important;
        padding: 0 15px;
        display: block;
    }

    .home-col {
        width: 100% !important;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .hexagonTop,
    .hexagonBottom {
        display: none !important;
    }

    .hex-row {
        display: block;
        clear: none;
        padding: 0;
        margin-bottom: 0;
    }

    .hex .hexagon {
        width: 100%;
        height: auto;
        background-color: #00A499;
        border-radius: 6px;
        margin-bottom: 8px;
        box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    }

    .hex .hexInner {
        width: 100%;
        margin: 0;
        padding: 12px 15px;
        text-align: center;
        font-size: 1.3rem;
        color: #000;
        background: transparent;
        line-height: 1.2;
    }

    .hex .hexInner strong {
        display: block;
        margin-bottom: 3px;
        font-size: 1.2rem;
        font-weight: 600;
    }

    .hex {
        float: none;
        margin: 0 !important;
        width: 100%;
        display: block;
    }

    .hex.even {
        margin: 0 !important;
    }

    #hex1 {
        margin: 0 !important;
    }
}

@media (max-width: 320px) {
    #bannerRight {
        padding: 0 10px;
    }

    .hex .hexInner {
        padding: 10px 12px;
        font-size: 1.2rem;
    }

    .hex .hexInner strong {
        font-size: 1.1rem;
        margin-bottom: 2px;
    }
}

/*--- 6. Nav                        -------*/
div#navigation {
    border-bottom: solid 5px #005fb9;
}

.nav a {
    color: #0060A8;
    border: solid 2px #fff;
}

.nav > li > a:focus,
.nav > li > a:hover {
    text-decoration: none;
    background-color: #005fb9;
    color: #fff;
    border: solid 2px #fff;
}

/*--- 3. Global Styles              -------*/
.divide {
    background-color: #0c1a31;
    background-image: url("/images/this_banner_awards_background_graphic.png");
    background-size: cover;
    background-attachment: fixed;
    padding-top: 75px;
}

.divide .row {
    background-color: #fff;
    padding: 15px 0px;
}

/*generic typography*/
h1, h2, h3, h4, h5, h6 {
    font-family: "Frutiger W01", Arial, sans-serif !important;
    color: #000 !important;
}

h1 {
    font-size: 4rem;
    /*line-height: 6rem;*/
}

h2 {
    font-size: 2.5rem;
}

h3 {
    font-size: 3rem;
    word-spacing: 0.480rem;
    font-weight: 600;
    color: #000;
    margin: 20px 0;
    display: table;
    min-width: 50%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

h4 {
    font-size: 2.6rem;
    line-height: 3.9rem;
    letter-spacing: 0.312rem;
    word-spacing: 0.416rem;
    font-weight: 600;
    Color: #000;
    margin: 15px 0px;
}

h5 {
    font-size: 2rem;
    line-height: 3rem;
    letter-spacing: 0.240rem;
    word-spacing: 0.320rem;
    font-weight: 600;
    Color: #000;
    margin: 15px 0px 0px;
}

h6 {
    font-size: 1.8rem;
    line-height: 2.7rem;
    letter-spacing: 0.216rem;
    word-spacing: 0.288rem;
    font-weight: 600;
    Color: #000;
    margin: 10px 0px 0px;
}

p {
    /*margin-bottom: 3.2rem;*/
    color: #000 !important;
    font-size: 1.6rem !important;
    font-family: "Frutiger W01", Arial, sans-serif !important;
}

a {
    color: #0060A8;
    text-decoration: underline;
}

a:focus {
    background-color: #ffb81C;
    box-shadow: 0 0 0 4px #ffb81C;
    color: #212b32;
    outline: 4px solid transparent;
    outline-offset: 4px;
}

a:hover {
    background-color: #ffcd60;
    box-shadow: 0 0 0 4px #ffcd60;
    color: #212b32 !important;
    text-decoration: none;
    outline: 4px solid transparent;
    outline-offset: 4px;

}

.csc-textpic-image a:hover,
#THISLogo a:hover {
    display: block
}

a:visited {
    color: #330072;
}

a:active {
    color: #374047;
}

b {
    color: red;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    border: 1px solid #ccc;
}

.strike {
    text-decoration: line-through !important;
    cursor: not-allowed !important;
}

.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;
}

caption, .words-left {
    font-family: 'Nunito', arial, sans-serif;
    font-size: 1.4rem;
    color: #000;
}

caption:hover {
    text-decoration: underline;
}

.nbl {
    padding-left: 0px;
    padding-right: 15px;
}

.nbr {
    padding-left: 0px;
}

div#firstRow {
    margin: 50px 0px;
}

.bold-blue-heading {
    font-size: 3rem;
    line-height: 4.5rem;
    font-weight: 600;
    color: #0060A8;
    margin: 20px 0 5px 0;
    display: table;
    min-width: 50%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.wide-spacing {
    letter-spacing: 0.160rem;
    word-spacing: 0.380rem;
}

.wider-spacing {
    letter-spacing: 0.360rem;
    word-spacing: 0.480rem;
}

.widest-spacing {
    letter-spacing: 0.432rem;
    word-spacing: 0.576rem;
}

.heading-banner {
    padding: 2% 2% 2% 0;
    /*align-items: flex-start;*/
}


.heading-banner h1 {
    font-family: "Frutiger W01", Arial, sans-serif;

}

.heading-banner span {

}

.heading-banner span.uniqueFont {

}

.dark-blue-banner {
    color: #fff;
    background: #003087;
}

.light-blue-banner {

}

.card-header h2 {
    color: #fff;
    font-size: 2rem;
    line-height: 3rem;
    letter-spacing: 0.240rem;
    word-spacing: 0.320rem;
    font-weight: 600;
    margin: 5px 8px;
}

*:focus {
    outline: 3px solid #005fcc !important;
    outline-offset: 2px !important;
    box-shadow: 0 0 0 2px #fff, 0 0 0 5px #005fcc;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus,
[tabindex]:focus {
    outline: 3px solid #005fcc !important;
    outline-offset: 2px !important;
    box-shadow: 0 0 0 2px #fff, 0 0 0 5px #005fcc;
}


/*--- 5. Content                    -------*/
/*content*/
#content {
    padding-left: 100px;
    padding-right: 100px;
}

#main {
    border-top: solid 2px #f0f4f5;
}

/*cards*/
.card-header {
    background: #000;
}

.card-header h2{
    color: #fff !important;
}

.card-header h5 {
    color: #fff;
}

/*icons*/
.cross {
    fill: #da291c;
    cursor: pointer;
}

.chevron-left {
    height: 24px;
    width: 24px;
    margin-top: -4px;
    fill: #005eb8;
}

.nhsuk-icon {
    height: 34px;
    width: 34px;
}

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

.btn:hover,
.btn:focus,
.btn:active {
    background-color: #00662f !important;
    color: #fff !important;
    border-color: transparent !important
}

.btn-secondary {
    background-color: #425563;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
    background-color: #384854 !important;
    color: #fff !important;
}

.btn-white {
    background-color: #fff;
    color: #231f20;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active {
    background-color: #f2f2f2 !important;
    color: #231f20 !important;
}

.btn:focus {
    box-shadow: 0 0 0 4px #ffb81C;
    outline: 4px solid transparent;
    outline-offset: 4px;
}

.btn:hover {
    border-color: transparent !important;
}

.btn:active {
    box-shadow: none;
    top: 4px;
}

.btn-row {
    width: 100%;
    margin-top: 0px;
}

.btn:visited {
    color: #fff;
}

/* Back and skip link */
.back {
    text-decoration: none !important;
    margin-bottom: 2rem !important;
    display: inline-block;
}

.back:hover,
.back:focus {
    color: #212b32;
    text-decoration: underline !important;
}

.back:visited {
    color: #005eb8;
}

.back:hover .chevron-left,
.back:focus .chevron-left {
    fill: #212b32;
}

.skip-link {
    position: absolute;
    top: -50px;
    left: 6px;
    background: #000;
    color: #fff;
    padding: 8px 12px;
    text-decoration: none;
    border-radius: 4px;
    z-index: 1000;
    font-weight: bold;
    font-size: 14px;
    min-height: 44px;
    min-width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    border: 2px solid transparent;
}

.skip-link:active,
.skip-link:focus {
    top: 16px;
    left: 16px;
    outline: 3px solid #005fcc;
    outline-offset: 2px;
    border: 2px solid #fff;
    z-index: 9999;
}

/*Hover state for mouse users */
.skip-link:hover {
    background: #333;
    text-decoration: underline;
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    .skip-link {
        border: 2px solid #fff;
    }

    .skip-link:focus,
    .skip-link:active {
        border: 2px solid #005fcc;
    }
}

/* Screen reader only class  */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

/*action link*/
.action-link {
    font-size: 2.1rem;
    line-height: 1.55556;
    display: inline-block;
    font-weight: 600;
    padding-left: 42px;
    position: relative;
    text-decoration: none;
    margin-bottom: 2rem;
}

.action-link .arrow-right-circle {
    fill: #007f3b;
    height: 40px;
    left: -3px;
    position: absolute;
    top: -4px;
    width: 40px;
}

.action-link:hover {
    text-decoration: underline;
}

.action-link:focus {
    background-color: #ffcd60;
}

/*breadcrumb*/
.breadcrumb {
    background-color: transparent;
    padding-bottom: 12px;
    padding-top: 12px;
    margin-bottom: 2rem;
}

.breadcrumb ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.breadcrumb li {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.5rem;
    background: url("data:image/svg+xml,%3Csvg class='nhsuk-icon nhsuk-icon__chevron-right' xmlns='http://www.w3.org/2000/svg' fill='%23aeb7bd' height='18' width='18' viewBox='0 0 24 24' aria-hidden='true'%3E%3Cpath d='M15.5 12a1 1 0 0 1-.29.71l-5 5a1 1 0 0 1-1.42-1.42l4.3-4.29-4.3-4.29a1 1 0 0 1 1.42-1.42l5 5a1 1 0 0 1 .29.71z'%3E%3C/path%3E%3C/svg%3E") right -1px top 4px no-repeat;
    display: inline-block;
    margin-bottom: 0;
    padding-left: 3px;
    padding-right: 27px;
}

.breadcrumb li:last-child {
    background: none;
}

.breadcrumbBack {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.5rem;
    background: url("data:image/svg+xml,%3Csvg class='nhsuk-icon nhsuk-icon__chevron-left' xmlns='http://www.w3.org/2000/svg' fill='%23005eb8' height='24' width='24' viewBox='0 0 24 24' aria-hidden='true'%3E%3Cpath d='M8.5 12c0-.3.1-.5.3-.7l5-5c.4-.4 1-.4 1.4 0s.4 1 0 1.4L10.9 12l4.3 4.3c.4.4.4 1 0 1.4s-1 .4-1.4 0l-5-5c-.2-.2-.3-.4-.3-.7z'%3E%3C/path%3E%3C/svg%3E") -8px center no-repeat;
    margin: 0;
    padding-left: 24px;
}

@media (min-width: 767px) {
    .breadcrumbBack {
        display: none;
    }
}

@media (max-width: 766px) {
    .breadcrumb ol {
        display: none;
    }
}

/*-----------forms------*/
/*legends*/
fieldset legend {
    font-weight: 400;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
    box-sizing: border-box;
    color: #212b32;
    display: table;
    margin-bottom: 8px;
    max-width: 100%;
    overflow: hidden;
    padding: 0;
    white-space: normal;
}

label {
    display: block;
}

fieldset {
    margin: 0 0 2rem;
}

/*generic form*/
.form-check {
    font-weight: 400;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
    clear: left;
    display: block;
    margin-bottom: 8px;
    min-height: 40px;
    padding: 0 0 0 40px;
    position: relative;
}

.form-check input {
    cursor: pointer;
    height: 40px;
    left: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 40px;
    z-index: 1;
}

.form-check label {
    font-weight: 400;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
    display: block;
    margin-bottom: 4px;
}

legend {
    font-size: 1.8rem;
    font-weight: 600;
}

/*checkboxes and radios*/
.checkbox input,
.radio input {
    cursor: pointer;
    height: 40px;
    left: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 40px;
    z-index: 1;
}

.checkbox label,
.radio label {
    -ms-touch-action: manipulation;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 0;
    padding: 8px 12px 4px;
    touch-action: manipulation;
}

/*checkboxes - the box*/
.checkbox input + label::before {
    background: #fff;
    border: 2px solid #425563;
    box-sizing: border-box;
    content: '';
    height: 40px;
    left: 0;
    position: absolute;
    top: 0;
    width: 40px;
}

.checkbox input:focus + label::before {
    box-shadow: 0 0 0 4px #ffb81C;
    outline: 4px solid transparent;
    outline-offset: 4px;
}

/*checkboxes - the tick*/
.checkbox input:checked + label::after {
    opacity: 1;
}

.checkbox input + label::after {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    background: transparent;
    border: solid;
    border-top-color: transparent;
    border-width: 0 0 4px 4px;
    content: '';
    height: 10px;
    left: 10px;
    opacity: 0;
    position: absolute;
    top: 13px;
    transform: rotate(-45deg);
    width: 22px;
}

/*radios - the circle*/
.radio input + label::before {
    background: #fff;
    border: 2px solid #425563;
    border-radius: 50%;
    box-sizing: border-box;
    content: '';
    height: 40px;
    left: 0;
    position: absolute;
    top: 0;
    width: 40px;
}

.radio input:focus + label::before {
    box-shadow: 0 0 0 5px #ffb81C;
    outline: 4px solid transparent;
    outline-offset: 4px;
}

/*radios - the check*/
.radio input:checked + label::after {
    opacity: 1;
}

.radio input + label::after {
    background: #425563;
    border: 10px solid #212b32;
    border-radius: 50%;
    content: '';
    height: 0;
    left: 10px;
    opacity: 0;
    position: absolute;
    top: 10px;
    width: 0;
}

/*checkboxes and radios - disabled field*/
.checkbox input:disabled,
.checkbox input:disabled + label,
.radio input:disabled,
.radio input:disabled + label {
    cursor: not-allowed;
}

.checkbox input:disabled + label::before,
.radio input:disabled + label::before {
    background: #E8EDEE;
    border: 2px solid #6c757d;
}

.form-check input:disabled + label {
    color: #6c757d;
}

/*radio scale*/
@media (min-width: 1200px) {
    .radio-scale-5 .radio input + label::before,
    .radio-scale-5 .radio input {
        left: 40%;
    }

    .radio-scale-5 .radio input + label::after {
        left: calc(40% + 10px);
    }

    .radio-scale-4 .radio input + label::before,
    .radio-scale-4 .radio input {
        left: 42%;
    }

    .radio-scale-4 .radio input + label::after {
        left: calc(42% + 10px);
    }

    .radio-scale-3 .radio input + label::before,
    .radio-scale-3 .radio input {
        left: 45%;
    }

    .radio-scale-3 .radio input + label::after {
        left: calc(45% + 10px);
    }
}

@media (min-width: 991px) {
    .radio-scale-5 .radio input + label::before,
    .radio-scale-5 .radio input {
        left: 38%;
    }

    .radio-scale-5 .radio input + label::after {
        left: calc(38% + 10px);
    }

    .radio-scale-4 .radio input + label::before,
    .radio-scale-4 .radio input {
        left: 40%;
    }

    .radio-scale-4 .radio input + label::after {
        left: calc(40% + 10px);
    }

    .radio-scale-3 .radio input + label::before,
    .radio-scale-3 .radio input {
        left: 43%;
    }

    .radio-scale-3 .radio input + label::after {
        left: calc(43% + 10px);
    }
}

@media (min-width: 768px) {
    .radio-scale .form-check {
        padding: 0px;
    }

    .radio-scale .radio {
        display: inline-block;
        text-align: center;
        vertical-align: top;
    }

    .radio-scale .radio label {
        padding: 8px 0px 4px;
    }

    .radio-scale .radio input {
        display: block;
        position: relative;
        top: 0;
    }

    .radio-scale:before {
        content: '';
        position: relative;
        top: 20px;
        display: block;
        background-color: #000;
        height: 4px;
    }

    .radio-scale-3 .radio {
        width: 32%;
    }

    .radio-scale-4 .radio {
        width: 24%;
    }

    .radio-scale-5 .radio {
        width: 19%;
    }

    .radio-scale-3:before {
        left: 15%;
        width: 65%;
    }

    .radio-scale-4:before {
        left: 11%;
        width: 75%;
    }

    .radio-scale-5:before {
        left: 9%;
        width: 79%;
    }

    .radio-scale-5 .radio input + label::before,
    .radio-scale-5 .radio input {
        left: 35%;
    }

    .radio-scale-5 .radio input + label::after {
        left: calc(35% + 10px);
    }

    .radio-scale-4 .radio input + label::before,
    .radio-scale-4 .radio input {
        left: 37%;
    }

    .radio-scale-4 .radio input + label::after {
        left: calc(37% + 10px);
    }

    .radio-scale-3 .radio input + label::before,
    .radio-scale-3 .radio input {
        left: 40%;
    }

    .radio-scale-3 .radio input + label::after {
        left: calc(40% + 10px);
    }
}

/*dates*/
.date-item {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 24px;
}

/*selects*/
select {
    font-weight: 400;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
    border: 2px solid #425563;
    box-sizing: border-box;
    height: 40px;
    max-width: 100%;
    width: 100%;
    padding: 4px;
    cursor: pointer;
}

option {
    cursor: pointer;
}

/*text and text area*/

/*inputs*/
input {
    font-weight: 400;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
    border: 2px solid #425563;
    border-radius: 0;
    box-sizing: border-box;
    height: 40px;
    margin-top: 0;
    padding: 4px;
    width: 100%;
}

input:focus,
textarea:focus,
select:focus {
    box-shadow: 0 0 0 4px #ffb81C;
    outline: 4px solid transparent;
    outline-offset: 4px;
}

textarea {
    font-weight: 400;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
    -webkit-appearance: none;
    border: 2px solid #425563;
    border-radius: 0;
    box-sizing: border-box;
    display: block;
    min-height: 40px;
    margin-bottom: 10px;
    padding: 4px;
    resize: vertical;
    width: 100%;
}

.input-width-2 {
    width: 5.4ex;
}

.input-width-3 {
    width: 7.2ex;
}

.input-width-4 {
    width: 9ex;
}

.input-width-5 {
    width: 10.8ex;
}

.input-width-6 {
    width: 12.6ex;
}

.input-width-7 {
    width: 14.4ex;
}

.input-width-8 {
    width: 16.2ex;
}

.input-width-9 {
    width: 18ex;
}

.input-width-10 {
    width: 19.8ex;
}

/*validation*/
.bad,
.error,
.red {
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1.5;
    clear: both;
    color: #DA291C;
    margin-bottom: 16px;
}

.form-group-error {
    border-left: 4px solid #DA291C;
    padding-left: 16px;
}

.input-error {
    border: 4px solid #DA291C;
}

.error-summary {
    border: 4px solid #DA291C;
    background-color: #fff;
    margin-bottom: 2rem;
    padding: 24px;
}

.error-summary h2,
.error-summary h3 {
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 16px;
}

.error-summary p {
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.5;
}

.error-summary ul {
    padding: 0px;
}

.error-summary li {
    margin-bottom: 8px;
}

.error-summary li,
.error-summary a {
    list-style-type: none;
    color: #da291c;
    font-weight: 600;
}

.hint {
    font-weight: 400;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
    color: #425563;
    display: block;
    margin-bottom: 16px;
}

.error-message {
    font-weight: 600;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
    clear: both;
    color: #da291c;
    background-color: #fff;
    display: block;
    padding: 10px;;
    margin-bottom: 2rem;
}

.form-group-error {
    border-left: 4px solid #da291c;
    padding-left: 16px;
}

/*accordion or expander and details (you need it all)*/
.accordion .card {
    margin-bottom: 20px;
    border: 0px;
}

.accordion .details-summary {
    padding: 24px;
    background-color: #000 !important;
    display: block;
    margin: 4px;
}

.accordion .details-summary p,
.accordion .details-summary span {
    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='%23fff'%3E%3C/circle%3E%3Cpath fill='none' stroke='%23000' 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: #fff !important;
    cursor: pointer;
    display: block;
    padding: 8px 8px 8px 38px;
    position: relative;
}

.accordion .details-summary[aria-expanded="true"] p,
.accordion .details-summary[aria-expanded="true"] span {
    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='%23fff'%3E%3C/circle%3E%3Cpath fill='none' stroke='%23000' 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;
}

.accordion .details-summary:before {
    display: none;
}

.accordion .details-summary:hover {
    box-shadow: 0 0 0 4px #ffcd60;
}

.accordion .details-summary:hover,
.accordion .details-summary:active,
.accordion .details-summary:focus {
    outline: 0;
}

.accordion .details-text {
    border-left: 0px;
    margin: 24px 16px 16px 24px;
}

.accordion .details-summary[aria-expanded="true"] {
    border-bottom: 1px solid #f0f4f5;
}

.details p {
    margin: 0px;
}

.details-text p {
    margin: 0px 0px 0px 10px;
}

.details {
    color: #212b32;
    margin-bottom: 2rem;
    font-size: 1.8rem;
    line-height: 1.5;
    display: block;
}

.details-summary {
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    padding-left: 24px;
    position: relative;
    -webkit-appearance: none;
}

.details-summary p,
.details-summary span {
    text-decoration: underline;

}

.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;
}

.details-text {
    border-left: 4px solid #d8dde0;
    margin: 24px 16px 16px 24px;
}

.details-summary:hover p,
.details-summary:hover span {
    color: #212b32;
    text-decoration: none;
}

.details-summary:hover {
    background-color: #ffcd60;
    box-shadow: 0 0 0 8px #ffcd60;
    color: #212b32;
    text-decoration: none;
}

.details-summary:focus {
    background-color: #ffb81C;
    box-shadow: 0 0 0 8px #ffb81C;
    color: #212b32;
    outline: 4px solid transparent;
    outline-offset: 4px;
}

/*images*/
img caption {
    background-color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.71429;
    padding: 16px;
}

/*warning callout*/
.warning-callout {
    margin-bottom: 40px;
    margin-top: 40px;
    padding: 32px;
    background-color: #fff9c4;
    color: #212b32;
    padding-top: 0 !important;
}

.warning-callout h2,
.warning-callout h3 {
    font-size: 2.5rem;
    line-height: 1.4;
    background-color: #ffeb3b;
    color: #212b32;
    display: inline-block;
    margin: 0 -32px 8px;
    padding: 8px 32px;
    position: relative;
    top: -16px;
}

.warning-callout p {
    margin-bottom: 0px;
}

/*inset text*/
.inset-text {
    max-width: 44em;
    margin: 2rem 0;
    border-left: 12px solid #005eb8;
    padding: 16px;
}

.inset-text p {
    margin-bottom: 0px;
}

/*care card*/
.care-card {
    margin-bottom: 40px;
    margin-top: 40px;
    border: 1px solid transparent;
}

.care-card-heading {
    padding: 16px 24px;
    position: relative;
    background-color: #005eb8;
    color: #fff;
}

.care-card h3,
.care-card h2 {
    font-size: 2.6rem;
    line-height: 3.9rem;
    letter-spacing: 0.312rem;
    word-spacing: 0.416rem;
    font-weight: 600;
    margin: 0;
}

.care-card-arrow {
    bottom: -10px;
    display: block;
    height: 20px;
    left: 30px;
    overflow: hidden;
    position: absolute;
    transform: rotate(45deg);
    width: 20px;
}

.care-card-arrow:before,
.care-card-arrow:after {
    border: solid 32px #005eb8;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    top: 0;
    transform: rotate(45deg);
    width: 0;
}

.care-card-content {
    background-color: #fff;
    padding: 32px 24px 24px;
}

.care-card-content p {
    margin: 0px;
}

/*tables*/
table {
    margin: 0 0 2rem !important;
    border-spacing: 0;
    vertical-align: top;
    width: 100%;
}

thead th {
    border-bottom: 2px solid #d8dde0;
}

th {
    font-weight: 600;
}

th, td {
    font-size: 1.8rem;
    line-height: 1.5;
    padding: 8px;
    border-bottom: 1px solid #d8dde0;
    text-align: left;
}

/*menu cards*/
.menu-block {
    margin-bottom: 30px;
    width: 100%;
}

.menu-block a {
    background-color: #fff;
    border: 1px solid transparent;
    box-shadow: 0 0 0 4px #d8dde0;
    display: block;
    height: 100%;
    position: relative;
    text-decoration: none;
    padding: 15px;
}

.menu-block h2 {
    font-weight: 600;
    font-size: 20px;
    font-size: 2.4rem;
    line-height: 3.6rem;
    margin-bottom: 16px;
    background: transparent;
    color: #0060a8;
    padding: 0px;
    margin: 0px;
}

.menu-block p {
    color: #425563;
    margin-bottom: 0px;
}

.menu-block a:hover {
    background-color: #fff;
    box-shadow: 0 0 0 4px #ffb81C;
    color: #005eb8 !important;
}

.menu-block a:focus {
    background-color: #fff;
    box-shadow: 0 0 0 4px #ffb81C;
}

.menu-block a:active {
    background-color: #f0f4f5;
    box-shadow: 0 0 0 4px #ffbf33;
    top: 4px;
}

.menu-block a:focus h2,
.menu-block a:focus p {
    color: #212b32;
}

.menu-block a:focus h2 {
    text-decoration: underline;
}

.menu-block a:hover h2,
.menu-block a:active h2 {
    text-decoration: underline;
}

.menu-invert a,
.menu-invert a:hover {
    background-color: #E8EDEE;
}

.menu-trans a {
    box-shadow: none;
}

.menu-trans a,
.menu-trans a:hover {
    background-color: transparent;
}

/*pagination*/

.dataTables_wrapper .dataTables_paginate {
    background-color: #fff !important;
    background: #fff !important;
    padding: 5px 0px 5px;
    float: right;
    text-align: right;
    margin: 0px 0px 10px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin: 0px 5px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: #000 !important;
    border: 1px solid transparent;
    border-radius: 0px;
    box-shadow: 0 0 0 4px #fff;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background-color: #005eb8 !important;
    background: #005eb8 !important;
    color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    background: #ccc !important;
    cursor: not-allowed !important;
    color: #aaa !important;
}

.dataTables_wrapper .dataTables_info {
    clear: both;
    float: left;
    padding-top: 0.755em;
    margin-bottom: 10px;
}

.dataTables_wrapper .dataTables_length {
    float: left;
    margin-top: 10px;
}

.dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right;
    margin-top: 10px;
}

/*alert messages*/
.alert {
    padding: 1rem;
    margin-bottom: 1.5rem !important;
}

.alert p {
    margin: 0;
}

.alert-primary {
    background-color: #005EB8;
    color: #fff;
}

.alert-secondary {
    background-color: #41B6E6;
    color: #231f20;
}

.alert-success {
    background-color: #78BE20 !important;
    color: #231f20;
}

.alert-danger {
    background: #8A1538;
    color: #fff;
}

.alert-warning {
    background-color: #fae10066;
    color: #231f20;
}

.alert-info {
    background-color: #006747;
    color: #fff;
}

.alert-light {
    background-color: #E8EDEE;
    color: #231f20;
}

.alert-dark {
    background-color: #425563;
    color: #FFFFFF;
}

/*script font use*/

p#graphicText {
    color: #1C3765;
    font-size: 5rem;
    line-height: 7.5rem;
}

.sideBlocks {
    background: #0060A8;
    color: #fff;
    padding: 20px 20px;
    margin: 20px 0px;
    width: 100%;
}

.navButton:before {
    line-height: 7.5rem;
    font-size: 3rem;
    display: block;
    text-align: center;
}

.navButton {
    fill: #fff;
    color: #fff;
    height: auto;
    width: 90%;
    margin: 0px auto;
    display: block;
}

.navButtonCol {
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (max-width: 1200px) {
    .navButtonCol {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 767px) {
    .navButtonCol {
        padding-top: 0px;
        padding-bottom: 10px;
        padding-left: 15px;
        padding-right: 0px;
    }
}

@media (max-width: 576px) {
    .navButtonCol {
        padding-top: 0px;
        padding-bottom: 10px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.navButtonInner {
    background-color: #0060A8;
    position: relative;
    height: 100%;
}

.navButtonCol a {
    text-decoration: none;
}

.navButtonCol a:hover {
    box-shadow: none;
}

.navButtonCol a:hover .navButtonInner {
    text-decoration: none;
    background-color: #317EB7;
}

.questionCriteria {
    border: rgba(0, 94, 184, .2) solid 2px;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #E8EDEE;
}

/*!*--- 6. Footer                     -------*!*/
/*.footer {*/
/*    background-color: #fff;*/
/*}*/

/*.footer a {*/
/*    color: #FFC947;*/
/*    text-decoration: none !important;*/
/*}*/

/*!*row 1*!*/
/*.footerBar1 {*/
/*    background-color: #425563;*/
/*    padding: 20px 0;*/
/*}*/

/*.footerBar1 img {*/
/*    margin: 0px auto;*/
/*}*/

/*!*row 2*!*/
/*.footerBar2 {*/
/*    background-color: #E8EDEE;*/
/*    padding: 40px 0px 20px;*/
/*    font-size: 1.5rem;*/
/*    line-height: 2.25rem;*/
/*    letter-spacing: 0.1rem;*/
/*    word-spacing: 0.24rem;*/
/*}*/

/*.footerBar2 h2 {*/
/*    font-size: 2.6rem;*/
/*    line-height: 3.9rem;*/
/*    letter-spacing: 0.312rem;*/
/*    word-spacing: 0.416rem;*/
/*    font-weight: 600;*/
/*    padding: 1rem 0rem 1rem;*/
/*    margin-bottom: 0;*/
/*}*/

/*!*row 2 column 1*!*/
/*#footerAddress img {*/
/*    height: 5.4rem;*/
/*    width: auto;*/
/*    padding: 0px;*/
/*    display: block;*/
/*}*/

/*!*row 2 column 2*!*/
/*.footerBar2 ul {*/
/*    margin-left: 0px;*/
/*    padding: 0px;*/
/*}*/

/*.footerBar2 li {*/
/*    list-style: none;*/
/*    padding: 5px 0px;*/
/*}*/

/*!*row 2 column 3*!*/
/*#secondFooterServices {*/
/*    margin-top: 5.9rem;*/
/*}*/

/*!*row 2 column 4*!*/
/*#socialMedia .csc-textpic-imagecolumn {*/
/*    width: 35px;*/
/*    display: inline-block;*/
/*    margin: 0px 10px;*/
/*    float: right;*/
/*}*/

/*#compcare img {*/
/*    position: absolute;*/
/*    width: 250px !important;*/
/*    float: right;*/
/*    display: block !important;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*}*/

/*@media (max-width: 575px) {*/
/*    #compcare img {*/
/*        position: inherit;*/
/*        margin: auto;*/
/*        float: none;*/
/*    }*/
/*}*/

/*!*row 3*!*/
/*.footerBar3 {*/
/*    background-color: rgba(232, 237, 238, .4);*/
/*    padding: 20px 0px;*/
/*}*/

/*.footerBar3 a,*/
/*.footerBar3 p {*/
/*    font-size: 1.4rem;*/
/*    line-height: 2.1rem;*/
/*    letter-spacing: 0.08rem;*/
/*    word-spacing: 0.24rem;*/
/*}*/

/*.footerBar3 p {*/
/*    margin-bottom: 0;*/
/*}*/

/*.footerBar3 a {*/
/*    display: inline;*/
/*}*/

/*div#rightF {*/
/*    text-align: right;*/
/*}*/

/*@media (min-width: 576px) and (max-width: 767px) {*/
/*    #secondFooterServices {*/
/*        margin-top: 65px;*/
/*    }*/

/*    #footerAddress {*/
/*        padding-top: 30px;*/
/*    }*/
/*}*/

/*@media (max-width: 575px) {*/
/*    #secondFooterServices {*/
/*        margin-top: 0px;*/
/*    }*/

/*    #footerAddress {*/
/*        padding-top: 0px;*/
/*    }*/
/*}*/

/*@media (max-width: 767px) {*/
/*    #footerAddress img {*/
/*        margin: 0px auto;*/
/*    }*/

/*    #socialMedia {*/
/*        display: block;*/
/*        margin: 0px auto;*/
/*        width: 140px;*/
/*    }*/

/*    #secondFooterServices {*/
/*        margin-top: 0px;*/
/*    }*/

/*    .iconRow img {*/
/*        margin: 0px auto 40px auto;*/
/*    }*/

/*    .footerBar3, div#rightF {*/
/*        text-align: center;*/
/*    }*/

/*    #leftF, #rightF {*/
/*        padding: 20px 0 0;*/
/*    }*/

/*    .footerBar2 h2,*/
/*    .footerBar2 p,*/
/*    .footerBar2 ul {*/
/*        text-align: center;*/
/*    }*/
/*}*/


/*--- 8. Content Specific          -------------------------------------------------------------------- -------*/
.blurb {
    border: solid 3px #0c1a31;
    padding: 10px 20px;
    font-size: 20px;
}

.glyphicon {
    color: #fff;
    margin: 0px;
}

fieldset#application-form {
    margin-top: 15px;
}

legend {
    border-bottom: 0px;
}

input.form-control,
textarea.form-control,
select.form-control {
    border: solid 1px #005fb9;
}

select[disabled] {
    color: #DCDAD1;
    padding: 2px;
    margin: 0 0 0 0;
    background-image: none;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    margin-top: 10px;
    background-color: #425563;
    border: 1px solid #425563;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
}

.tabcontent {
    display: none;
    padding: 20px 10px;
    border: 1px solid #005fb9;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    opacity: 1;
}

.tablinks {
    font-family: 'Nunito', arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background-color: #005fb9;
    border: #005fb9 1px solid;
    margin: 0px 0px -1px 0px;
    padding: 5px 20px;
}

.tablinks.active {
    color: #005fb9;
    background-color: #fff;
    border: #005fb9 1px solid;
    border-bottom: solid 1px #fff;
}

.tablinks:focus {
    outline: 0px;
}

.specialQuest input[type=checkbox],
.specialQuest input[type=radio] {
    width: 20px;
}

table#contact-details,
table#main-questions {
    width: 100%;
}

#contact-details th {
    width: 16.66666666666667%;
}

table#main-questions th {
    width: 25%;
}

table#main-questions td {
    width: 75%;
}

@media (max-width: 768px) {
    #content {
        padding-left: 30px;
        padding-right: 30px;
    }

    #csLogo {
        float: inherit;
    }
}


.gray-bg {
    background-color: #f3f7f4;
}

#socialMedia .csc-textpic-firstcol {
    margin-right: 0px
}

#thirdColFooter {
    text-align: right;
}

.progress {
    font-size: 1.6rem;
    line-height: 2.7rem;
    height: 2.7rem;
    letter-spacing: .192rem;
    background-color: #fff;
}

.progress-bar{
    color: black;
}

a > img {
    display: block;
}

/*tooltip*/
.tooltip-inner {
    max-width: 250px;
    padding: 1rem;
    color: #fff;
    text-align: center;
    background-color: #003087;
    border-radius: .25rem;
    font-size: 1.2rem;
    line-height: 1.8rem;
    letter-spacing: 0.144rem;
    word-spacing: 0.192rem;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #003087;
}

.tooltip.show {
    opacity: 1;
}
