/* Minification failed. Returning unminified contents.
(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 '-'
(5,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(7,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(8,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(9,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(10,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(11,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(12,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(13,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(15,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(16,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(17,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(18,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(19,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(20,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(21,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(22,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(23,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(52,28): run-time error CSS1039: Token not allowed after unary operator: '-white'
(54,28): run-time error CSS1039: Token not allowed after unary operator: '-grey-5'
(98,21): run-time error CSS1039: Token not allowed after unary operator: '-rectangle-width-large'
(100,18): run-time error CSS1039: Token not allowed after unary operator: '-rectangle-height'
(103,28): run-time error CSS1039: Token not allowed after unary operator: '-grey-2'
(109,21): run-time error CSS1039: Token not allowed after unary operator: '-rectangle-width-large'
(111,18): run-time error CSS1039: Token not allowed after unary operator: '-rectangle-height'
(114,28): run-time error CSS1039: Token not allowed after unary operator: '-white'
(125,18): run-time error CSS1039: Token not allowed after unary operator: '-rectangle-height-insight-plus-only'
(131,18): run-time error CSS1039: Token not allowed after unary operator: '-rectangle-height-insight-only'
(145,28): run-time error CSS1039: Token not allowed after unary operator: '-white'
(147,21): run-time error CSS1039: Token not allowed after unary operator: '-message-rectangle-width'
(167,25): run-time error CSS1039: Token not allowed after unary operator: '-warning-3'
(174,21): run-time error CSS1039: Token not allowed after unary operator: '-double-rectangle-width-large'
(176,18): run-time error CSS1039: Token not allowed after unary operator: '-rectangle-height'
(185,17): run-time error CSS1039: Token not allowed after unary operator: '-white'
(232,17): run-time error CSS1039: Token not allowed after unary operator: '-white'
(287,17): run-time error CSS1039: Token not allowed after unary operator: '-grey-7'
(316,17): run-time error CSS1039: Token not allowed after unary operator: '-action-3'
(330,17): run-time error CSS1039: Token not allowed after unary operator: '-grey-6'
(351,17): run-time error CSS1039: Token not allowed after unary operator: '-action-4'
(366,17): run-time error CSS1039: Token not allowed after unary operator: '-action-3'
(374,28): run-time error CSS1039: Token not allowed after unary operator: '-white'
(387,17): run-time error CSS1039: Token not allowed after unary operator: '-action-4'
(420,28): run-time error CSS1039: Token not allowed after unary operator: '-login-button-hover-colour'
(449,25): run-time error CSS1039: Token not allowed after unary operator: '-double-rectangle-width-medium'
(455,25): run-time error CSS1039: Token not allowed after unary operator: '-rectangle-width-medium'
(530,22): run-time error CSS1039: Token not allowed after unary operator: '-last-rectangle-insight-height-mobile'
(535,22): run-time error CSS1039: Token not allowed after unary operator: '-last-rectangle-insight-plus-height-mobile'
(595,21): run-time error CSS1039: Token not allowed after unary operator: '-grey-7'
 */
:root {
    /*Width variables*/
    --rectangle-width-large: 390px;
    --rectangle-width-medium: 310px;
    --rectangle-height: 422px;
    --rectangle-height-insight-only: 322px;
    --rectangle-height-insight-plus-only: 218px;
    --last-rectangle-height-mobile: 152px;
    --last-rectangle-insight-height-mobile: 146px;
    --last-rectangle-insight-plus-height-mobile: 115px;
    --double-rectangle-width-large: 830px;
    --double-rectangle-width-medium: 620px;
    --message-rectangle-width: 780px;
    /*Colours variables*/
    --warning-3: #972323;
    --action-3: #00497a;
    --action-4: #001828;
    --login-button-hover-colour: #3B7522;
    --white: white;
    --grey-2: #f3f3f3;
    --grey-6: #484848;
    --grey-5: #b4b4b4;
    --grey-7: #171717;
}

/*this is styles brought over from bootstrap css file, DO NOT make change unless you ABSOLUTELY MUST*/
.form-control:-moz-placeholder {
    color: #999999 !important;
}

.form-control::-moz-placeholder {
    color: #999999 !important;
}

.form-control:-ms-input-placeholder {
    color: #999999 !important;
}

.form-control::-webkit-input-placeholder {
    color: #999999 !important;
}

.form-control {
    display: block !important;
    width: 100% !important;
    height: 50px !important;
    padding: 6px 12px !important;
    font-size: 16px !important;
    line-height: 1.428571429 !important;
    color: #555555 !important;
    vertical-align: middle !important;
    background-color: var(--white) !important;
    background-color: white !important;
    border: solid 1px var(--grey-5) !important;
    border: solid 1px #b4b4b4 !important;
    border-radius: 5px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s !important;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s !important;
}

    .form-control:focus {
        border-color: #66afe9 !important;
        outline: 0 !important;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
    }

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #ffffff !important;
    background-color: #3276b1 !important;
    border-color: #285e8e !important;
}

.btn-success {
    color: #fff !important;
    background-color: #28a745 !important;
    border-color: #28a745 !important;
}
/* END OF this is styles brought over from bootstrap css file, DO NOT make change unless you ABSOLUTELY MUST*/


body {
    background-image: url("/images/assets/background-dark.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover ;
    font-family: "Open Sans", Arial, Helvetica, Sans-serif !important;
}

.rectangle-first {
    max-width: var(--rectangle-width-large);
    max-width: 390px;
    height: var(--rectangle-height); /*use this when we put back the select tools dropdown selection list*/
    /*height: var(--rectangle-height-insight-only);*/
    height: 422px;
    background-color: var(--grey-2);
    background-color: #f3f3f3;
    border-radius: 5px 0 0 5px;
}

.rectangle-last {
    max-width: var(--rectangle-width-large);
    max-width: 390px;
    height: var(--rectangle-height); /*use this when we put back the select tools dropdown selection list*/
    /*height: var(--rectangle-height-insight-only);*/
    height: 422px;
    background-color: var(--white);
    background-color: white;
    border-radius: 0 5px 5px 0;
    border: solid 1px rgba(0, 0, 0, 0.1);
}

.combined-login-panel.insight-plus-login,
.combined-login-panel.vista-login,
.insight-plus-login .rectangle-first,
.insight-plus-login .rectangle-last
{
    height: var(--rectangle-height-insight-plus-only);
    height: 218px;
}
.combined-login-panel.forgotten-username-password-form,
.forgotten-username-password-form .rectangle-first,
.forgotten-username-password-form .rectangle-last {
    height: var(--rectangle-height-insight-only);
    height: 322px;
}

.vista-login .rectangle-first,
.vista-login .rectangle-last {
    width: 392px;
    height: 240px;
}

.custom-alert-banner {
    border-radius: 5px;
    box-shadow: 0 12px 44px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px rgba(0, 0, 0, 0.1);
    background-color: var(--white);
    background-color: white;
    max-width: var(--message-rectangle-width);
    max-width: 780px;
    margin-bottom: 20px;
}

    .custom-alert-banner ul,
    .custom-alert-banner p {
        margin-bottom: 0;
    }

        .custom-alert-banner p,
        .custom-alert-banner ul li {
            font-family: "Open Sans", Arial, Helvetica, Sans-serif;
            font-size: 16px;
            font-weight: bold;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: center;
            color: var(--warning-3);
            color: #972323;
            padding: 15px;
            display: block;
        }

.combined-login-panel {
    max-width: var(--double-rectangle-width-large);
    max-width: 830px;
    height: var(--rectangle-height); /*use this when we put back the select tools dropdown selection list*/
    /*height: var(--rectangle-height-insight-only);*/
    height: 422px;
    margin-left: auto;
    margin-right: auto;
}

.combined-login-panel-footer p {
    padding-top: 10px;
    color: var(--white);
    color: white;
    text-align: center;
    font-family: "Open Sans", Arial, Helvetica, Sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    padding-right: 3%;
}

.insight-login-form-first {
}

.insight-login-form-last {
    float: left !important;
    background-color: white;
    display: block;
    height: 100%;
    text-align: center;
}
.vista-login-form-last {
    width: 340px;
    height: 110px;
    font-family: OpenSans;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
}

.blurb-title {
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: "Open Sans", Arial, Helvetica, Sans-serif;
    font-size: 29px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--white);
    color: white;
}

.insight-first {
    padding-top: 43%; /*use this when we put back the select tools dropdown selection list*/
    /*padding-top: 27%;*/ /*use this when we take out the select tools dropdown selection list*/
}


.combined-login-panel.forgotten-username-password-form > .large-6.columns.insight-login-form-last.rectangle-last > .insight-first {
    padding-top: 32%;
}

.insight-first > img {
    width: 130px;
    padding-left: 9px;
}

.insight-plus-first > img {
    padding-top: 16%;
    width: 230px;
    padding-left: 9px;
}
.vista-first > img {
    margin-top: 32px;
    width: 133px;
    padding-left: 4px;
}
.insight-plus-1 {
    height: 100%;
    color: #0a0b09;
}

.insight-plus-2 {
    height: 100%;
    color: #35a0cd;
}

.insight-last {
    padding: 8px;
}

.insight-last,
.insight-plus-last,
.vista-last {
    display: block;
    text-align: center;
    font-family: "Open Sans", Arial, Helvetica, Sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--grey-7);
    color: #171717;
}

.insight-plus-last {
    padding: 7px 19px 0 19px;
}

.vista-last {
    padding:7px 6px 0px 17px;
    width: auto;
}
p.forgotten-username-password,
p.forgotten-username-password-back-to-login {
    text-align: center;
    text-decoration: underline;
}

.forgotten-username-password > a,
.forgotten-username-password-back-to-login > a {
    height: 17px;
    font-family: "Open Sans", Arial, Helvetica, Sans-serif;
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--action-3);
    color: #00497a;
}

label.select-tools-label,
.signin-details-label {
    padding-bottom: 10px;
    font-family: "Open Sans", Arial, Helvetica, Sans-serif;
    font-size: 11px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--grey-6);
    color: #484848;
}

.signin-details-label {
    padding-top: 10px;
}

label.select-tools-label {
    padding-top: 30px;
}

label .forgotten-username-password {
    font-family: "Open Sans", Arial, Helvetica, Sans-serif;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--action-4);
    color: #001828;
    padding: 70px 0 10px 0;
}

.select-tools-options,
.select-tools-options option,
#selecttool > option {
    font-family: "Open Sans", Arial, Helvetica, Sans-serif;
    font-size: 16px !important;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--action-3) !important;
    color: #00497a !important;
}

.select-tools-options {
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2) !important;
    border: solid 1px rgba(0, 0, 0, 0.2) !important;
    background-color: var(--white) !important;
    background-color: white !important;
}

label.forgotten-username-password {
    font-family: "Open Sans", Arial, Helvetica, Sans-serif;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--action-4);
    color: #001828;
    padding: 70px 0 10px 0;
}
.insight-plus-login-logo {
    position: relative;
    display: block;
    padding-top: 50px;
}

.page-logo {
    display: block;
    padding-top: 50px;
    text-align: center;
}

.footer-icon {
    display: inline-block;
    padding-top: 20px;
    text-align: center;
}

.sign-in-details {
    padding-top: 8px;
}

.btn-login,
.btn-login-send-password {
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    height: 40px;
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    background-color: var(--login-button-hover-colour) !important;
    background-color: #3B7522 !important;
    font-family: "Open Sans", Arial, Helvetica, Sans-serif;
    font-weight: bold;
}

.page-logo > a:nth-child(1) > img,
.footer-icon > a:nth-child(1) > img {
    visibility: visible;
}

.page-logo > a:nth-child(2) > img,
.footer-icon > a:nth-child(2) > img {
    display: none;
    visibility: hidden;
}

form {
    margin: 0;
}

select {
    background: url("/images/assets/down.svg") no-repeat center right 10px;
}
/*This section is for responsive design classic media queries rock*/
@media only screen 
and (min-width: 765px) 
and (max-width: 924px) {
    .combined-login-panel {
        max-width: var(--double-rectangle-width-medium);
        max-width: 620px;
    }

    .rectangle-first,
    .rectangle-last {
        max-width: var(--rectangle-width-medium);
        max-width: 310px;
        margin: auto !important;
    }

    .insight-first {
        padding-top: 55%; /*use this when we put back the select tools dropdown selection list*/
    }

    .insight-last {
        padding: 7px 23px 0 23px;
    }

    label.forgotten-username-password {
        font-size: 16px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .insight-plus-first > img {
        padding-top: 21%;
    }
    .vista-last {
        padding: 7px 5px 0px 15px;
        width: 285px;
    }
}

@media only screen 
and (max-width: 764px) {
    body {
        background-image: none;
    }

    .custom-header {
        background-image: url("/images/assets/mobile/background-mobile.jpg");
        background-position: center;
        max-width: 100%;
        padding-bottom: 10px;
    }

    .custom-alert-banner {
        margin-bottom: 0px;
    }
    .combined-login-panel.forgotten-username-password-form, 
    .forgotten-username-password-form .rectangle-first, 
    .forgotten-username-password-form .rectangle-last {
        width: 100%;
        height: 100%;
    }
    .column, .columns {
        padding-left: 0px;
        padding-right: 0px;
    }

    #main, .combined-login-panel, .rectangle-first, 
    .vista-login .rectangle-first,
    .vista-login .rectangle-last {
        width: 100%;
        height: 100%;
    }

    .rectangle-first {
        border-radius: 5px 5px 0 0;
        min-width: 100%;
    }

    .rectangle-last,
    .insight-plus-login .rectangle-last {
        border-radius: 0 0 5px 5px;
        border: solid 1px rgba(0, 0, 0, 0.1);
        min-width: 100%;
    }

    .rectangle-last {
        height: var(--last-rectangle-insight-height-mobile);
        height: 146px;
    }

    .insight-plus-login .rectangle-last {
        height: var(--last-rectangle-insight-plus-height-mobile);
        height: 115px;
    }
    
    .insight-last,
    .insight-plus-last,
    .vista-last{
        padding: 0px;
        text-align: left;
        padding-left: 4%;
    }

        .vista-last{
            padding-top:7px;
            width:100%;
        }

        .signin-details-label,
        label.forgotten-username-password {
            padding-top: 20px;
        }

    .combined-login-panel.forgotten-username-password-form > .large-6.columns.insight-login-form-last.rectangle-last > .insight-first {
        padding-top: 20px;
    }

    .insight-first,
    .insight-plus-first,
    .vista-first {
        padding-top: 15px;
        text-align: left;
        padding-left: 2%;
    }
            .insight-plus-first > img{
                padding-top: 0;
            }
        .vista-first > img{
            margin-top:0px;
        }
        .insight-last {
            padding-top: 8px;
        }

    /*content url isnt supported in firefox and IE, hence the .footer-icon > img:first-of-type .footer-icon > img:last-of-type */
    /*.page-logo img {
        content: url("/images/assets/mobile/combined-shape.png");
    }*/
    .page-logo > a:nth-child(1) > img,
    .footer-icon > a:nth-child(1) > img {
        display: none;
        visibility: hidden;
    }

    .page-logo > a:nth-child(2) > img,
    .footer-icon > a:nth-child(2) > img {
        display: inline-block;
        visibility: visible;
    }

    .combined-login-panel-footer p {
        color: var(--grey-7);
        color: #171717;
        padding-right: 0;
    }

    .blurb-title {
        line-height: 1.44;
        font-size: 16px;
    }
    .vista-login .rectangle-last {
        height: auto;
    }
}

