﻿.main-body {
    background-color: #fff;
    border: 1px solid hsla(0,0%,79.2%,.5);
    border-top: 4px solid #e5007d;
    margin-bottom: 20px;
    padding: 20px 10px;
    font-size: 19px;
}


/**** MAIN STYLE *****/

.title-underline {
    font-size: 23px;
    font-family: caecilia,sans-serif;
    margin-bottom: 1.2rem;
}

    .title-underline:after {
        content: "";
        display: block;
        width: 80px;
        padding-top: 10px;
        border-bottom: 3px solid #e5007d;
    }

.title-tnl {
    color: #e5007d;
}

.title {
    font-weight: 800;
    line-height: 1.2;
}

.title-s4 {
    font-size: 19px;
}

.sub-title-sideline {
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-left: 3px solid #e5007d;
}

.title-no-underline {
    font-weight: 800;
    margin: 0 0 20px;
    margin-top: 24px;
    font-size: 23px;
    font-family: caecilia,sans-serif;
    margin-bottom: 1.2rem;
    padding-top: 24px;
}

.text-spacing {
    padding-top: 12px;
}

.header-h1 {
    font-size: 22px;
}

.header-h2 {
    font-size: 20px;
}

.subtitle-tnl {
    font-family: caecilia,sans-serif;
    font-size: 21px;
    font-weight: 800;
    color: #e5007d;
    text-decoration: none;
    margin-bottom: 3px;
}

.subtitle-tnl-underline {
    font-family: caecilia,sans-serif;
    font-size: 1.3rem;
    font-weight: bold;
    color: #e5007d;
}

    .subtitle-tnl-underline:after {
        content: "";
        display: block;
        width: 80px;
        padding-top: 10px;
        border-bottom: 3px solid #e5007d;
    }

.subtitle-tnl-small {
    font-family: caecilia,sans-serif;
    font-size: 1rem;
    font-weight: bold;
    color: #e5007d;
}

.subtitle-std {
    font-family: caecilia,sans-serif;
    font-size: 19px;
    font-weight: bold;
}

.subtitle-std-underline {
    font-family: caecilia,sans-serif;
    font-size: 1rem;
    font-weight: bold;
}

    .subtitle-std-underline:after {
        content: "";
        display: block;
        width: 80px;
        padding-top: 10px;
        border-bottom: 3px solid #e5007d;
    }

.subheader {
    font-size: 21px;
}

.tnlcf-burger-menu {
    font-family: 'caecilia';
}

/********** BUTTON STYLES **********/

.btn {
    margin: 2px;
}

.btn-nomargin {
    margin: 0px;
}

.btn-tnl {
    background-color: #e5007d;
    color: #fff;
    font-family: 'caecilia';
}

    .btn-tnl:active,
    .btn-tnl:focus {
        border-color: #d63384;
        box-shadow: 0 0 0 0.25rem #d63384;
    }

    .btn-tnl:hover {
        color: #fff;
        background-color: #990053;
        outline: none;
    }

    .btn-tnl.btn-sm {
        font-family: 'caecilia-sans-text';
    }

.btn-outline-tnl {
    border-color: #e5007d;
    color: #e5007d !important;
    border: 3px solid #db0079;
    text-align: center;
    border-radius: 50px;
    background: #ffffff;
}

.btn-tnl-outline {
    padding: 0.66rem 1rem;
    font-family: 'caecilia-sans-text';
    border-radius: 50px;
    font-weight: bold;
}

.btn-tnl-outline-sm {
    padding: 0.33rem 0.5rem;
    font-family: 'caecilia-sans-text';
    border-radius: 50px;
    font-weight: bold;
}

.btn-outline-tnl:active,
.btn-outline-tnl:focus {
    border-color: #d63384;
    box-shadow: 0 0 0 0.25rem #d63384;
}

.btn-outline-tnl:hover {
    border-color: #990053;
    color: #990053;
}

.btn-big {
    font-family: caecilia;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    background-color: #e5007d;
    text-decoration: none;
    border: none;
    border-radius: 50px;
    vertical-align: top;
    display: inline-block;
    -webkit-appearance: none;
    font-size: 18px;
    padding: 20.5px 20px;
    padding-right: 30px;
    padding-left: 30px;
}

.btn-rounded {
    border-radius: 50px;
}


.btn-small {
    padding-top: 8.5px;
    padding-bottom: 8.5px;
    font-size: 13px;
    background-color: #e5007d;
}

.btn-outline {
    background-color: transparent !important;
    color: #db0079 !important;
    border: 3px solid #db0079;
}

.btn-bar {
    background-color: #e5007d !important;
    color: white !important;
    text-align: left;
    font-size: 1.5rem;
}

.accordion-button {
    border: 0px !important;
    border-radius: 0 0 0.5rem 0 !important;
}

.accordion-item {
    border: 0px !important;
}

.accordion-button:after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z' stroke='white' stroke-width='1.5'/></svg>") !important;
    font-size: 2rem;
}

.btn-header-search:active,
.btn-header-search:focus {
    border-color: #d63384;
    box-shadow: 0 0 0 0.25rem #d63384;
}

.btn-outline-secondary-tnl {
    color: #6c757d;
    border-color: #6c757d;
}

    .btn-outline-secondary-tnl:hover {
        color: #fff;
        background-color: #d63384;
        border-color: #6c757d;
    }

.dropdown-menu-wide {
    min-width: max-content !important;
}

/********** TEXT STYLING **********/
.text-small {
    font-size: 16px;
}

.text-medium {
    font-size: 18px;
}

.parent-inherit {
    color: inherit;
    text-decoration: inherit;
}

.separation-border {
    border-right: 1px solid hsla(0,0%,79.2%,.5);
}

.text-small-spacing {
    padding-top: 6px;
    width: 720px;
}

.text-medium-spacing {
    padding-top: 12px;
    width: 720px;
}

.text-large-spacing {
    padding-top: 24px;
    width: 720px;
}

/********** MICROSOFT EDGE SPECIFIC STYLING **********/

input::-ms-reveal,
input::-ms-clear {
    display: none;
}

/*************** NAVIGATION ********************/

.form-nav-links .nav-item .nav-link {
    padding: 0.5rem 2rem;
    color: #e5007d;
}

.form-nav-links .nav-link:hover {
    text-decoration: underline;
    color: #990053;
}

.form-nav-links .nav-item {
    font-size: 1rem;
    font-weight: 800;
}

.form-nav-back {
    color: #e5007d;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 800;
}

    .form-nav-back:hover, .form-nav-back:focus, .form-nav-back:active {
        color: #5c003a !important;
        text-decoration: none;
    }

.form-nav-links .nav-item .nav-link.active {
    color: #000;
    text-decoration: none;
}


.nav-link-primary {
    text-decoration: none;
    font-size: 13px;
    text-transform: uppercase;
    color: #002b57;
}

    .nav-link-primary:hover, .nav-link-primary:focus, .nav-link-primary:active {
        text-decoration: underline;
        color: #002b57 !important;
    }

.nav-link-secondary {
    font-weight: 800;
    text-decoration: none;
    color: #002b57;
}

    .nav-link-secondary:hover, .nav-link-secondary:focus, .nav-link-secondary:active {
        color: #e5007d;
    }

.nav-link-tnlcf {
    color: #e5007d;
}

.nav-link.active {
    color: #e5007d;
}

    .nav-link-tnlcf:hover, .nav-link-tnlcf:focus, .nav-link-tnlcf:active {
        color: #e5007d !important;
    }

.nav-toggler-text {
    font-size: 11px;
    font-weight: 800;
}

.navbar-toggler {
    font-size: 24px;
}

    .navbar-toggler:active, .navbar-toggler:focus {
        color: #e5007d;
        outline: none;
        box-shadow: none;
    }

#start-new-application-btn {
    position: absolute;
    right: 0.25rem;
    bottom: -2rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

@media screen and (max-width: 991px) {

    #start-new-application-btn {
        position: inherit;
        padding-left: 2.5rem;
        padding-right: 2.5rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}

/************ HEADINGS STYLE APPLIED **********/
h1.title-underline {
    font-weight: 800;
    margin: 0 0 20px;
    margin-top: 24px;
}

h2 {
    font-weight: 800;
    font-family: caecilia;
}

/************ MODAL STUFF **********/
.tnlcf-modal .modal-header {
    border-bottom: none;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    padding-top: 1rem !important;
    padding-bottom: 0rem !important;
}

    .tnlcf-modal .modal-header .modal-title {
        font-weight: bold;
        font-size: 1.5rem;
    }

.tnlcf-modal .modal-body {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.tnlcf-modal .modal-footer {
    justify-content: flex-start;
    border-top: none;
}

#expiry-countdown {
    font-size: 3rem;
    font-weight: bold;
}

.modal-content {
    border: 2px solid rgba(0,0,0,.2);
    border-radius: 1rem;
    padding: 2rem;
}


/****************** FORM ELEMENTS ****************/

label {
    font-family: caecilia-sans-text;
    font-size: 19px;
    line-height: 1.35;
}

.navbar {
    z-index: 1000;
}

.navbar-z-over9000 {
    z-index: 9000;
}

.form-control, .form-select {
    border: 2px solid rgb(74, 74, 74);
    border-radius: 0px;
    font-family: caecilia-sans-text;
    font-weight: 400;
    font-size: 19px;
    line-height: 1.35;
}

.form-control-search {
    font-family: caecilia;
    font-size: 1rem;
}

.form-control-error {
    border-left: 3px solid #c6183d;
    padding-left: 10px;
}

    .form-control-error:focus-within {
        background-color: rgba(255,255,0,.5);
    }

.input-group .input-group-text {
    border: 2px solid rgb(74, 74, 74);
    border-radius: 0rem;
}

.input-group .input-group-prefix {
    border: 2px solid rgb(74, 74, 74);
    border-right: none;
    border-radius: 0rem;
}

.input-group .input-group-suffix {
    border: 2px solid rgb(74, 74, 74);
    border-left: none;
    border-radius: 0rem;
}

.form-control-prefix {
    border-left: none;
}

.form-control-suffix {
    border-right: none;
}

.form-check-input {
    transform: scale(1.5);
    border: 1px solid #000000;
}

    .form-check-input:checked {
        background-color: #000000;
        border: 1px solid #000000;
    }

    .form-check-input:focus {
        border-color: #d63384;
        box-shadow: 0 0 0 0.25rem #d63384;
    }

.form-contrrol .caecilia-text {
    font-family: caecilia;
}

.optional-label {
    color: #555;
    font-weight: 400;
    margin-left: 5px;
}

.success-save-text {
    color: #0075b0;
}

.word-count {
    background-color: #edeff3;
    font-weight: 800;
    border-bottom-left-radius: 4px;
}

    .word-count.warning {
        background-color: rgba(250, 205, 145, 1);
    }

    .word-count.danger {
        color: white;
        background-color: #c6183d;
    }

.word-count-message {
    background-color: #F6F7F9;
    border-bottom-right-radius: 4px;
}

    .word-count-message.warning {
        color: black;
        background-color: #fdedd8;
    }

    .word-count-message.danger {
        color: black;
        background-color: #fcf3f5;
    }

.word-count, .word-count-message {
    padding: 10px 12px;
    display: inline-block;
}

.btn-password {
    float: right;
    position: relative;
    left: -0.5rem;
    top: -2.4rem;
    z-index: 2;
}

.markdown-help-text h2, .markdown-help-text h3 {
    font-family: caecilia,sans-serif;
    font-size: 19px;
    font-weight: 800;
    color: #e5007d;
    text-decoration: none;
    margin-bottom: 3px;
}

markdown-help-text p {
    padding-bottom: 0px;
}

.text-muted {
    color: #555 !important;
}

.markdown-intro-text h2 {
    font-size: 23px;
    font-family: caecilia,sans-serif;
    margin-bottom: 1.2rem;
}

    .markdown-intro-text h2:after {
        content: "";
        display: block;
        width: 80px;
        padding-top: 10px;
        border-bottom: 3px solid #e5007d;
    }

.markdown-intro-text h3 {
    font-family: caecilia,sans-serif;
    font-size: 19px;
    font-weight: 800;
    text-decoration: none;
    margin-bottom: 3px;
}

markdown-intro-text p {
    padding-bottom: 0px;
}

.save-info {
    padding-top: 3rem;
}

    .save-info p {
        font-size: 1.1rem;
        font-weight: bold;
    }

.bg-not-started {
    background-color: #dbdbdb;
}

.cost-breakdown-container {
    background-color: #f6f7f9;
}
/****************** FOOTER STYLE ****************/
.quicklinks-list a {
    text-decoration: none;
}

    .quicklinks-list a:hover {
        text-decoration: underline;
    }


/****************** MEDIA QUERIES ****************/

@media screen and (max-width: 991px) {

    .navbar {
        z-index: 1000;
    }

    .navbar-collapse {
        background-color: rgb(244, 244, 244);
        box-shadow: rgb(0 0 0 / 15%) 0px 20px 30px 0px;
        position: absolute;
        top: 100%;
        left: 0%;
        width: 100%;
        z-index: 777;
    }

    .nav-item {
        border-bottom: 1px solid #e6e6e6;
    }

    .nav-link-secondary {
        text-align: center;
        padding: 10px;
    }

    .nav-lang {
        background-color: #eaeaea;
        text-align: center;
    }

        .nav-lang > button {
            font-weight: 700;
            padding: 8px 20px 9px;
            border: 2px solid;
        }


    .tnlcf-burger-menu {
        border-top: 4px solid #e5007d;
    }
}

@media screen and (max-width: 768px) {
    .quicklinks-list a {
        padding: 1em 0 !important;
    }

    .quicklinks-list > li {
        border-bottom: 1px solid #4d4d4d;
    }

    .f-quick-links-2 {
        margin-top: -12px;
    }
}

/********** FORM PREVIEWS **********/
.preview-table thead tr th {
    background-color: #e5007d;
    color: #fff;
    font-family: caecilia;
}

    .preview-table thead th, td {
        padding: 1rem;
    }

.preview-table tbody tr > th {
    padding: 1rem;

}

.preview-table tbody tr > td, th {
    padding: 1rem;
}

.preview-table-question {
    font-weight: 800;
    padding: 1rem;
}

.preview-table-guidance {
    padding: 1rem;
}

/****** form errors card *******/
.form-errors {
    font-weight: 800;
}

.form-errors-header {
    background-color: #c6183d;
}

.form-warning-header {
    background-color: #fd7e14;
}

.form-errors-body {
    color: #c6183d;
    border: 3px solid #c6183d;
    padding: 0.5rem 1rem;
}

.form-warning-body {
    border: 3px solid #fd7e14;
    padding: 0.5rem 1rem;
}

    .form-errors-body p:last-of-type {
        margin-bottom: 0;
    }

.error-header-text {
    font-size: 1.35rem;
    font-family: 'caecilia-sans-text';
    margin-bottom: 0;
}

label p {
    margin-bottom: 0px;
    display: inline;
}

.nav-sub-info {
    color: #6c757d;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 0;
}

/****** UTILITIES *******/

.background-panel {
    background-color: rgb(246, 247, 249);
}

.app-bar-info {
    font-family: caecilia;
    font-weight: 800;
}

    .app-bar-info .text-muted {
        color: #555 !important;
    }


.table-variant-question td:first-of-type:before {
    content: "⮑ ";
}

/****** SECTION LINKS *******/

.section-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .section-links a {
        color: #0075b0;
        display: block;
        margin: -6px;
        font-weight: 800;
        text-decoration: none;
        transition: background-color .14s ease-in;
        max-width: 23.5em;
        background-repeat: no-repeat;
        background-position: calc(100% - 12px) 50%;
        background-size: 20px;
        padding: 12px 32px 12px 12px;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath fill='none' stroke='%23174c9f' stroke-miterlimit='10' stroke-width='2' d='M8 6l4 4-4 4'/%3E%3C/svg%3E");
    }

        .section-links a:hover {
            background-color: #0075b0;
            color: #fff;
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-miterlimit='10' stroke-width='2' d='M8 6l4 4-4 4'/%3E%3C/svg%3E");
        }

/** SULLIVAN **/
.fa-dragon {
    color: red;
}

.fa-lock-red {
    color: red;
}
.fa-lock-open {
    color: lawngreen;
}

/****** FORM HEADER *******/
.no-border {
    border: 0px;
}

.step-nav, .step-nav a {
    font-family: caecilia-sans-text;
    font-size: 15px;
    font-weight: 800;
    color: #e5007d;
    text-decoration: none;
    padding-top: 12px;
    padding-bottom: 18px;
}

    .step-nav a:hover, .step-nav li:hover {
        color: #5C003A;
    }


.user-nav {
    font-size: 15px;
    padding: 12px;
    padding-bottom: 20px;
}

    .user-nav a {
        font-family: caecilia-sans-text;
        font-size: 15px;
        font-weight: 400;
        color: #e5007d;
        text-decoration: none;
    }

        .user-nav a:hover {
            color: #5C003A;
        }

@media only screen and (max-width: 991px) {

    .user-nav {
        font-size: 15px;
        padding-top: 20px;
        border-bottom: 1px solid hsla(0,0%,79.2%,.5);
        margin-bottom: 2rem;
    }

    .no-border {
        border: 0px;
    }
}

.nav-logout-link {
    font-size: 18px;
}

    .nav-logout-link:hover {
        text-decoration: none;
    }

/****** STAFF HEADER *******/
.user-status {
    font-size: 17px;
    border-bottom: 1px solid hsla(0,0%,79.2%,.5);
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.o-badge.o-badge--primary {
    background-color: #e5007d;
}

.o-badge, .o-badge .icon {
    display: inline-block;
    vertical-align: middle;
}

.o-badge {
    color: #fff;
    background-color: #333;
    font-weight: 700;
    padding: 6px 10px;
    font-size: 13px;
    line-height: 1;
}

/****** USER ACCOUNT SUMMARY *******/

.tools-filter-form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-bottom: 20px;
}

    .tools-filter-form .tools-filter-form__item {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-right: 20px;
        padding-bottom: 10px;
    }

        .tools-filter-form .tools-filter-form__item:last-of-type {
            margin-right: 0;
        }

    .tools-filter-form .tools-filter-form__actions {
        -ms-flex-item-align: end;
        align-self: flex-end;
        margin-bottom: 5px;
    }

    .tools-filter-form .tools-filter-form__item {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-right: 20px;
        padding-bottom: 10px;
    }

.ff-label {
    display: block;
    margin-bottom: 5px;
    font-weight: 700;
}

.ff-text, .ff-textarea {
    padding: 6px 12px;
    border: 2px solid #4a4a4a;
    display: block;
    max-width: 100%;
}



.stats-grid {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .stats-grid > .stats-grid__item {
        max-width: 100%;
        padding: 20px 0;
    }

    .stats-grid > .stats-grid__item {
        max-width: 100%;
        padding: 20px 0;
    }

.stat-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
}

    .stat-block .stat-block__number {
        color: #e5007d;
        display: inline-block;
        margin: 5px 0;
        font-weight: 800;
        line-height: 1;
        font-size: 28px;
        font-family: sans-serif;
    }

    .stat-block .stat-block__caption {
        margin-top: 0;
        display: block;
        color: #333;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 14px;
        font-family: sans-serif;
    }

/****** DASHBOARD *******/

.application-card {
    box-shadow: 0 2px 6px 1px rgb(0 0 0 / 10%);
    margin-bottom: 10px;
    padding: 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
}

.application-card-h2 {
    font-size: 20px
}

.application-card-amount {
    background-color: #f6f7f9;
    display: inline-block;
    vertical-align: baseline;
    padding: 6px 20px;
    border-radius: 50px;
    line-height: 1;
    position: relative;
}

.application-card-footer {
    border-top: 1px solid hsla(0,0%,79.2%,.5);
    padding-top: 10px;
    margin-top: auto;
}

.application-card-detail {
    display: block;
    color: #333;
    font-weight: 400;
    font-size: 16px;
    font-family: Trebuchet MS,sans-serif;
}

.application-card-actions {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.application-card .info-items {
    display: grid;
    grid-template-columns: max-content auto;
}

    .application-card .info-items dt {
        grid-column-start: 1;
        padding-right: 1.5rem;
    }

    .application-card .info-items dd {
        grid-column-start: 2;
    }

.action-card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    box-shadow: 0 2px 6px 1px rgb(0 0 0 / 10%);
    margin-bottom: 10px;
    padding: 12px;
}

.status-bar {
    list-style: none;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 10px;
    border: 1px solid rgba(0,0,0,.25);
}

.sb-bc-in-progress {
    background-color: #dbdbdb;
}

.sb-bc-complete {
    background-color: #4a9e2e;
}

.status-bar-step {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: 12px;
    border-right: 1px solid rgba(0,0,0,.25);
}

    .status-bar-step:last-child {
        border-right: none;
    }

/****** Available applications    *******/
.available-application-card {
    box-shadow: 0 2px 6px 1px rgb(0 0 0 / 10%);
    margin-bottom: 10px;
    padding: 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    border-top: 4px solid #e5007d;
    background-color: #f6f7f9;
}

.available-application-card__header {
    font-family: caecilia;
}

    .available-application-card__header a {
        text-decoration: none;
    }

/****** CUSTOMER APPLICATION CARD *******/

.customer-application-card .app-card-body {
    padding: 0rem 1rem 1rem 1rem;
}

.customer-application-card .app-card-header {
    background-color: white;
    border-bottom: 0px;
}


/****** APPLICATION SUMMARY *******/

.bl-in-progress {
    border-left: 3px solid #f56600;
}

.bl-not-started {
    border-left: 3px solid #757575;
}

.bl-complete {
    border-left: 3px solid #4a9e2e;
}

.bc-in-progress {
    background-color: #f56600;
}

.bc-not-started {
    background-color: #757575;
}

.bc-complete {
    background-color: #4a9e2e;
}

.step-summary-data {
    font-size: 19px;
    border-top: 1px solid hsla(0,0%,79.2%,.5);
    margin-top: 10px;
}

.section-summary-header {
    background-color: #f6f7f9;
    font-weight: 700;
    align-items: center;
    min-height: 50px;
}

    .section-summary-header h2 {
        margin: 0;
    }

    .section-summary-header .header-status-block {
        min-width: 130px;
    }

    .section-summary-header .subtitle-std {
        font-size: 21px;
        font-weight: 800;
        color: #000;
        text-decoration: none;
    }

        .section-summary-header .subtitle-std:hover {
            color: #0075b0;
            text-decoration: underline;
        }

    .section-summary-header .status {
        color: #fff;
        text-align: center;
        font-size: 20px;
        font-weight: 800;
        padding: 10px;
        min-width: 160px;
        text-decoration: none;
        color: #fff;
    }

    .section-summary-header .edit-link {
        font-size: 16px;
        font-weight: 400;
        text-decoration: none;
    }

        .section-summary-header .edit-link:hover {
            text-decoration: underline;
        }

.show-hide-toggle, .show-hide-toggle-welsh {
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    color: #333;
}

    .show-hide-toggle:before {
        content: 'Hide ';
    }

    .show-hide-toggle.collapsed:before {
        content: 'Show ';
    }

    .show-hide-toggle-welsh:before {
        content: 'Cuddio ';
    }

    .show-hide-toggle-welsh.collapsed:before {
        content: 'Dangos ';
    }

/****** ALL APPLICATIONS *******/
.split-nav {
    padding: .5em;
    margin-bottom: 20px;
    border-top: 1px solid hsla(0,0%,79.2%,.5);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


/************************************ COOKIE BANNER ****************************************/
.cookie-banner {
    background-color: #f6f7f9;
}

/************************************ APPLICATION BANNER ****************************************/
.banner {
    padding: .75em 20px;
    border-left: 5px solid #dfe0e2;
    background-color: #f6f7f9;
    margin-bottom: 20px;
}

.browser-download {
    text-align: center;
}

/************************************ APPLICATION FORM STYLE ****************************************/

.list-errors {
    list-style: none;
    padding-left: 0;
}

.form-question-text {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 19px;
}

    .form-question-text p {
        margin-bottom: 0px;
        display: inline;
    }

.form-question-group-legend {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 19px;
}

span .for-question-text {
}

fieldset {
    padding-bottom: 5px;
}

.feedback-box {
    background-color: #f9e9f2;
    border-top: 4px solid #e5007d;
}


/****** MEDIA QUERIES *******/

@media only screen and (min-width: 760px) {

    .user-status {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }

        .user-status .user-status__current {
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
        }

        .user-status .user-status__actions {
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        }

    .application-card {
        padding: 20px 40px 20px 20px;
    }

    .action-card {
        padding: 20px 40px 20px 20px;
    }

    .programme-header {
        text-transform: uppercase;
        font-weight: 800;
    }

    .programme-header-normal {
        font-weight: 800;
    }

    .available-programme-header {
        font-weight: 800;
    }

    .step-summary-data:not(.is-stacked) {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .step-summary-data-q {
        -ms-flex-preferred-size: 260px;
        flex-basis: 260px;
        padding: 10px;
        padding-left: 0;
        border-right: 1px solid hsla(0,0%,79.2%,.5);
        font-weight: 700;
    }

    .step-summary-data-l {
        padding: 10px;
        padding-right: 0;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        margin-left: auto;
    }
}

@media only screen and (min-width: 620px) {
    .stats-grid {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .stats-grid > .stats-grid__item:nth-child(3n - 2) {
            padding-left: 0;
        }

        .stats-grid > .stats-grid__item:nth-child(-n+3) {
            border-top: none;
        }

        .stats-grid > .stats-grid__item {
            display: -ms-flexbox;
            display: flex;
            -ms-flex: 0 0 33.3%;
            flex: 0 0 33.3%;
            border-top: 1px solid hsla(0,0%,79.2%,.5);
            border-right: 1px solid hsla(0,0%,79.2%,.5);
            padding: 20px;
        }

    .s-progress-bar {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 10px;
    }

        .s-progress-bar h2 {
            flex: 1 1 auto;
        }

    .s-progress-bar-marker {
        flex: 0 0 160px;
    }
}

@media only screen and (min-width: 360px) {
    .btn-small {
        padding-top: 8.5px;
        padding-bottom: 8.5px;
        font-size: 16px;
        border-radius: 50px;
        font-weight: 700;
    }
}

/******GENERIC/RESPONSIVE CLASSES******/

.no-padding, .no-p {
    padding: 0 !important;
}

/*** Bootstrap columns - No padding cols need to have at least 30 padding in an axis to work with Bootstrap col-xx-# ***/
.col-no-padding-left, .col-no-pl, .col-no-ps {
    padding-left: 0px !important;
    padding-right: 30px !important;
}

.col-no-padding-right, .col-no-pr, .col-no-pe {
    padding-right: 0px !important;
    padding-left: 30px !important;
}

.col-3px-padding-left, .col-3px-pl, .col-3px-ps {
    padding-left: 3px !important;
    padding-right: 27px !important;
}

.col-3px-padding-right, .col-3px-pr, .col-3px-pe {
    padding-right: 3px !important;
    padding-left: 27px !important;
}

.col-no-padding-top, .col-no-pt {
    padding-top: 0px !important;
}

.col-no-padding-bottom, .col-no-pb {
    padding-bottom: 0px !important;
}

.disabled-strike {
    position: relative;
    overflow: hidden;
    font-size: 1rem;
    display: inline-block;
}

    .disabled-strike::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 120%;
        height: 2px;
        background-color: red;
        transform: translate(-50%, -50%) rotate(-15deg);
        transform-origin: center;
    }