/* Minification failed. Returning unminified contents.
(2,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(209,29): run-time error CSS1039: Token not allowed after unary operator: '-mobile-font-size'
(261,27): run-time error CSS1039: Token not allowed after unary operator: '-mobile-font'
(312,26): run-time error CSS1030: Expected identifier, found '#navigation-right'
(312,43): run-time error CSS1031: Expected selector, found ')'
(312,43): run-time error CSS1025: Expected comma or open brace, found ')'
(319,30): run-time error CSS1030: Expected identifier, found '#navigation-right'
(319,47): run-time error CSS1031: Expected selector, found ')'
(319,47): run-time error CSS1025: Expected comma or open brace, found ')'
(325,26): run-time error CSS1030: Expected identifier, found '#navigation-right'
(325,43): run-time error CSS1031: Expected selector, found ')'
(325,43): run-time error CSS1025: Expected comma or open brace, found ')'
(348,25): run-time error CSS1039: Token not allowed after unary operator: '-mobile-font-size'
 */
:root {
    --mobile-font: "Centro Slab Pro Regular", Cambria, Georgia, Serif;
    --mobile-screen-max: 900;
    --mobile-font-size: 0.8rem
}

.accordion {
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}
 

#plusminus {
    display: none;
}


.accordion-panel {
    padding: 0 18px;
    background-color: white;
    display: block;
    overflow: hidden;
}

.accordion + form {
    margin-top: 10px;
}

.help-stripe {
    display: none;
}


@media screen and (max-width:2024px) {



    .accordion {
        padding: 10px;
        margin-top: 0;
        margin-bottom: 0;
    }

    #plusminus {
        display: none;
    }

    .accordion-panel {
        display: block;
    }
}

@media screen and (max-width:1024px) {
    .accordion-panel {
        padding: 0 18px;
        background-color: white;
        display: none;
        overflow: hidden;
    }

    img#salford-logo {
        width: 100%;
        min-width: 75px;
        max-width: 113px;
        height: auto;
    }

    body {
        height: max-content;
    }

    div#stripe {
        width: 100%;
        min-width: 50px;
        height: 50px;
        background-color: #c60c30;
        display: block;
    }

    .accordion-panel {
        display: block;
    }
}


@media screen and (max-width:900px) {
    img#salford-logo {
        width: 80%;
        min-width: 75px;
        max-width: 113px;
        height: auto;
    }

    #logo > .right > #database {
        display: none;
    }

    div#logo {
        padding: 0;
    }

    #logo > div.right {
        display: inline-block;
        float: right;
        margin-right: 0;
        margin-top: 1em;
    }

    .help-stripe {
        background-color: #007b85;
        padding: 0.5rem;
        color: white;
        padding-left: 5px;
        padding-right: 45px;
        display: block;
    }

    div#stripe div.right {
        margin-right: 5px;
    }

        div#stripe div.right input#help-stripe {
            display: none;
        }

    div#help-block {
        display: none;
    }

    div#masthead {
        display: block;
    }

        div#masthead div#application-name {
            background-color: rgba(198, 12, 48, .85);
            width: 20rem;
            top: 5.75em;
        }

            div#masthead div#application-name p {
                display: none;
                /*background-color: rgba(198, 12, 48, .75);*/
            }

            div#masthead div#application-name h1 {
                /*       width:60%;*/
            }

    img#masthead-photo {
        width: 100%;
        height: 104px;
        object-fit: cover;
    }

    div#stripe {
        display: none;
    }

    .accordion {
        background-color: #007b85;
        cursor: pointer;
        width: 300px;
        padding: 10px;
        margin-top: 1rem;
        display: flex;
        justify-content: space-between;
        border-radius: 0 10px 10px 0;
        padding-bottom:5px;
    }

        .accordion h3, .accordion h2 {
            color: white;
            cursor: pointer;
            text-decoration: none;
        }

        .accordion i {
            color: white;
            font-size: 1.5rem;
            text-decoration: none;
        }

    .page-title {
        color: white;
        background-color: #007b85;
        width: 300px;
        padding: 10px;
        margin-top: 1rem;
        border-radius: 0 10px 10px 0;
    }
    

        .page-title h2 {
            color: white;
        }

    .page-body {
        padding: 0.5rem;
    }

        .page-body div p,
        label.plain,
        div.terms-and-conditions ul > li,
        div.terms-and-conditions ol > li {
            font-size: var(--mobile-font-size);
        }

    #plusminus {
        display: block;
    }

    .active, .accordion:hover {
        background-color: #007b85;
    }

    .fa {
        font-size: 1.5em !important;
    }

    form#credentials > div > div.line > div.label > label {
        background-color: white;
        font-weight: bold;
        padding: 0;
    }

    form#credentials > div > div.line > div.field > input {
        width: 100%;
        height: 2rem;
        background-color: #CCC;
        border: none;
        border-radius: 5px;
        padding: 1rem;
    }

        form#credentials > div > div.line > div.field > input:focus {
            background-color: #007b85;
            border: none;
            outline: none;
            color: white;
        }

    .responsive-container {
        display: flex;
        flex-direction: column-reverse;
    }

    .submit-button {
        float: right;
    }

        .submit-button > #login {
            background-image: linear-gradient(#009aa6,#007b85);
        }

    .responsive-container {
        margin-bottom: 1rem;
        font-family: var(--mobile-font);
    }

    .welcome-text, #credentials {
        padding: 1rem;
    }

    #welcome > .accordion-panel {
        background-color: #007b85;
        color: white;
        margin-top: 0;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

        #welcome > .accordion-panel a:link {
            color: #EDC227;
        }

    #welcome {
        margin-bottom: 1rem;
    }

    div#page {
        margin: 0px;
    }


    #portal > p, #postback > p, #postback > div {
        /*padding: 0.5rem;*/
    }

    .mobile-navigation-left-align-right {
        width: 100% !important;
        text-align: right !important;
        float: left !important;
    }

    div#navigation-left {
        padding-left: 10px;
    }

    div#navigation-right {
        padding-right: 10px;
        white-space: nowrap;
    }

    .ui-dialog {
        width: auto !important;
    }

    .option:has(div):has(#navigation-right):has(input) {
        background: rgb(2,0,36);
        background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(0,123,133,1) 5%);
        color: white;
        margin-top: 0.5rem;
    }

        .option:has(div):has(#navigation-right):has(input) > h2 {
            font-weight: bold;
            font-family: var(--mobile-font);
            color: white;
        }

    .option:has(div):has(#navigation-right):not(input) > h2 {
        font-weight: bold;
        font-family: var(--mobile-font);
    }

    input[type="radio"], 
    input[type="checkbox"] {
        -ms-transform: scale(1.5); /* IE 9 */
        -webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
        transform: scale(1.5);
    }

    .line-field {
        display: flex !important;
        flex-flow: row-reverse;
    }

        .line-field > label {
            padding-right: 0;
            padding-left: 1rem;
        }

    .line > .label > label {
        font-size: var(--mobile-font-size);
    }

    input[type=text],
    input[type=password],
    textarea,
    select {
        font-size: 1.2em;
    
    }
    input[type=text],
    input[type=password],
    select {
        height: 34px;
    }
    .flexbox-reverse {
        display: flex;
        flex-direction: column-reverse;
    }

    select#TravelTime {
        margin-top: 0.5rem;
    }

    select#TravelMode {
        margin-top: 0.5rem;
    }

    .photobox > .column {
        width: 100%;
    }

    .upload-text {
        display: none;
    }

    .filedrop {
        padding-left: 0 !important;
    }

        .filedrop > input {
            margin-left: auto;
            margin-right: auto;
        }

    .card-sim-warning {
        width: 90%;
        min-width: auto;
    }

    .card-sim {
        min-width: auto;
        width: 90%;
        max-width: 570px;
    }

    .wantToEngageCol,
    .haveEngagedCol,
    .haveEngagedColHeading,
    .wantToEngageColHeading,
    .improvedEmployabilityCol,
    .improvedEmployabilityColHeading {
        width: 70px;
    }

    div.terms-and-conditions,
    div.terms-and-conditions table, th, td {
        margin-left: 0;
        border:none;
        height:auto;
    }
    .question-row td{
        /*border-bottom:none;*/
    }

    #tick-if-incorrect{
        display:none;
    }

    .line > .field > .check-field > input[type="radio"]:after {
        content: "Yes";
        margin-left: 20px;
        font-size: 0.6rem;
    }
    .line > .field > .incorrect > input[type="radio"]:after {
        content: "No";
        margin-left: 20px;
        font-size: 0.6rem;
    }
    .line > .field > .incorrect > input[type="radio"] {
        background-color:red;
        margin-left: 60px;
    }
    .hide-in-mobile{
        display:none;
    }
    #exit, #undo {
        background-image: linear-gradient(#808080,#505050);
    }
    #back, #next, span.navigation-button {
        background-image: linear-gradient(#009aa6,#007b85);
    }

}

.my-multi-lines-item {
    font-size: 14px;
    white-space: initial;
    display: flex;
    height: 60px;
    line-height: normal;
}

.my-multi-lines-text {
    margin-top: auto;
    margin-bottom: auto;
}
