* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    body textarea, body select, body input.text, body input[type="date"], body input[type="text"], body input[type="button"], body input[type="submit"], body .input-checkbox {
        -webkit-appearance: none
    }

    body select {
        line-height: 15px;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAJCAYAAAA/33wPAAAAvklEQVQoFY2QMQqEMBBFv7ERa/EMXkGw11K8QbDXzuN4BHv7QO6ifUgj7v4UAdlVM8Uwf+b9YZJISnlqrfEUZVlinucnBGKaJgghbiHOyLyFKIoCbdvecpyReYvo/Ma2bajrGtbaC58kCdZ1RZ7nl/4/4d5EsO/7nzl7IUtodBexMMagaRrs+06JLMvcNWmaOv2W/C/TMAyD58dxROgSmvxFFMdxoOs6lliWBXEcuzokXRbRoJRyvqqqQvye+QDMDz1D6yuj9wAAAABJRU5ErkJggg==);
        background-repeat: no-repeat;
        padding-right: 25px;
        background-position: right center
    }
}

.border3pxTop, .dialog-box .heading, .collapsing-box .heading {
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0
}

.handheld {
    display: none !important
}

.nonHandheld {
    display: block !important
}

.mobile {
    display: none !important
}

@media all and (max-width: 767px) {
    .mobile {
        display: block !important
    }
}

body {
    background: white;
    color: #212529;
    font-weight: normal;
    /*font-family: "Montserrat",sans-serif;*/
    font-family: PT Serif, Georgia, serif;
    font-size: 16px;
    margin: 0px
}

.text-teal {
    /*color: #008a9d !important;*/
    color: #470054 !important;
}

strong {
    font-weight: bold
}

.clear-float {
    zoom: 1;
    overflow: auto
}

img {
    border: 0
}

.clear {
    clear: both;
    font-size: 0
}

    .clear.left {
        clear: left
    }

    .clear.right {
        clear: right
    }

p, ul, ol {
    margin-bottom: 20px;
    color: #212529
}

    p.change-margin {
        margin-bottom: 10px;
        margin-top: 20px
    }

    ul.tick-list {
        list-style-image: url(/images/icons/blue-tick.png)
    }

    ul.pdf-list {
        list-style-image: url(/images/icons/pdf.png)
    }

    ul.info-list {
        list-style-image: url(/images/icons/blue-bullet.jpg)
    }

        ul.info-list li ul {
            list-style-image: url(/images/icons/sub-blue-bullet.jpg)
        }

    ul li {
        padding-bottom: 7px
    }

        ul li ul {
            padding-top: 7px
        }

    ul.tick-cross-list {
        list-style: none;
        padding: 0
    }

        ul.tick-cross-list li {
            background-position: left center;
            background-repeat: no-repeat;
            padding-left: 30px;
            background-size: auto 100%
        }

            ul.tick-cross-list li.tick {
                background-image: url("https://legacy.royallondon.com/images/big-blue-tick.png")
            }

            ul.tick-cross-list li.cross {
                background-image: url("https://legacy.royallondon.com/images/big-red-cross.png")
            }

    ol li.heading {
        font-size: 1.2em;
        font-weight: bold
    }

        ol li.heading li {
            font-size: 13px;
            padding-bottom: 10px;
            font-weight: normal
        }

a {
    /*color: #008a9d;*/
    color: #470054;
    font-weight: bold
}

    a.link {
        color: white
    }

.text.blue {
    /*color: #008a9d;*/
    color: #470054;
    background-color: transparent
}

span.optional {
    font-size: 0.9em;
    /*color: #008a9d;*/
    color: #470054;
}

.no-margin-right {
    margin-right: 0 !important
}

.no-margin-bottom {
    margin-bottom: 0 !important
}

img.logo {
    position: inherit !important;
    max-width: 125px
}

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #212529;
    /*font-family: "Montserrat",sans-serif;*/
    font-family: Grot10, Helvetica, Arial, sans-serif;
    font-weight: normal;
    margin: 0
}

h1 {
    font-size: 32px;
    padding: 0 0 15px 0;
    margin-bottom: 0;
    /*color: #008a9d;*/
    color: #470054;
}

h2 {
    font-size: 18px;
    padding: 0 0 15px 0
}

h3 {
    font-size: 1.2em;
    font-weight: bold
}

h4 {
    font-size: 1.1em
}

h5, h6 {
    font-size: 1em
}

#ssl-seal {
    height: 72px
}

    #ssl-seal.portal, #ssl-seal.application {
        position: relative
    }

    #ssl-seal table {
        position: absolute;
        right: 0;
        top: 0
    }

ul li {
    padding-bottom: 7px
}

    ul li ul {
        padding-top: 7px
    }

ol li.heading {
    font-size: 1.2em;
    font-weight: bold
}

    ol li.heading li {
        font-size: 13px;
        padding-bottom: 10px;
        font-weight: normal
    }

.page {
    padding: 20px;
    margin: 0;
    width: 960px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 5px 1px #DDD;
    -moz-box-shadow: 0px 0px 5px 1px #DDD;
    box-shadow: 0px 0px 5px 1px #DDD;
    background-color: white;
    margin-bottom: 20px;
    width: 1040px;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.content {
    padding: 15px
}

body.blank .content {
    background-color: white !important
}

.sub-heading h2, .sub-heading h1 {
    /*color: #008a9d;*/
    color: #470054;
    font-weight: bold;
    /*border-left: 5px solid #008a9d;*/
    border-left: 5px solid #470054;
    padding: 3px 0 3px 10px
}

    .sub-heading h2 .no-border, .sub-heading h1 .no-border {
        border: 0;
        padding-left: 15px
    }

.sub-heading.portal {
    margin-bottom: 0px !important
}

    .sub-heading.portal h2, .sub-heading.portal h1 {
        padding: 5px 0px;
        background-color: #fff;
        /*color: #008a9d;*/
        color: #470054;
    }

.sub-heading.paper {
    background-color: #efefef !important;
    color: black !important
}

    .sub-heading.paper h2 {
        padding: 5px 0px;
        background-color: #fff;
        color: #08a000
    }

.sub-heading.gray h2 {
    background-color: #e6e6e6;
    color: #444;
    font-size: 13px
}

.sub-heading.reference {
    padding: 5px 10px;
    /*background-color: #008a9d;*/
    background-color: #470054;
    color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
    /*background-color: #008a9d;*/
    background-color: #470054;
}

    .sub-heading.reference h2 {
        font-size: 28px;
        text-align: center
    }

#header {
    position: relative;
    float: left;
    width: 100%;
    padding: 15px;
    padding-top: 0;
    /*border-bottom: 4px solid #008a9d;*/
    border-bottom: 4px solid #470054;
    margin-bottom: 9px
}

.header-left {
    width: 50%;
    float: left;
    padding-left: 15px
}

.header-right {
    width: 50%;
    float: right;
    padding-right: 15px
}

    .header-right .logo {
        float: right;
        max-width: 125px;
        width: 100%;
        height: auto;
        display: block
    }

#disclaimer {
    font-size: 10px;
    text-align: center;
    /*border-top: 4px solid #008a9d;*/
    border-top: 4px solid #470054;
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 15px;
    clear: both
}

#sidebar {
    float: right;
    width: 270px
}

.navigation {
    margin-bottom: 20px
}

#content-body {
    float: right;
    width: 73%;
    margin-top: 10px
}

#content-messages {
    float: right;
    width: 73%;
    margin-top: 10px;
    height: 100px;
    margin-left: 10px
}

.navigation-container {
    float: left;
    width: 250px;
    margin-bottom: 20px;
    margin-left: 10px
}

.content-container {
    padding: 15px
}

    .content-container.portal {
        float: right;
        padding: 15px;
        width: 730px
    }

.navigation-sidebox {
    /*background-color: #008a9d;*/
    background-color: #470054;
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    color: white !important;
    padding-bottom: 5px;
    margin-bottom: 10px
}

    .navigation-sidebox label {
        padding-bottom: 10px;
        display: block
    }

    .navigation-sidebox .navigation {
        margin-bottom: 10px;
        padding-left: 10px
    }

#footer-bottom {
    color: #212529;
    padding: 10px;
    background-color: white;
    /*border-top: 4px solid #008a9d;*/
    border-top: 4px solid #470054;
    font-size: 16px;
    float: left;
    width: 100%;
    /*font-family: "Montserrat",sans-serif;*/
    font-family: PT Serif, Georgia, serif;
    clear: both
}

    #footer-bottom .copyright {
        float: left;
        color: #212529;
        font-size: 16px;
        text-align: left
    }

    #footer-bottom .version {
        float: left;
        width: auto
    }

    #footer-bottom ul.global-links {
        float: right;
        list-style: none outside none;
        margin: 0;
        padding: 0;
        /*width: 80%;*/
        width: 85%;
    }

        #footer-bottom ul.global-links li {
            float: right;
            margin-right: 20px
        }

            #footer-bottom ul.global-links li a {
                color: #212529;
                text-decoration: none;
                font-weight: normal
            }

                #footer-bottom ul.global-links li a:hover {
                    /*text-decoration: #fa5c00;*/
                    text-decoration: #00818A;
                }

    #footer-bottom hr {
        display: none
    }

body #footer-bottom {
    margin: 100px 0 0;
    min-width: 1040px
}

#card-container {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
    background-color: white;
    /*border: 1px solid #008a9d;*/
    border: 1px solid #470054;
    display: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 8px rgba(0,0,0,0.1)
}

#card {
    background-image: url(/images/debitcard.png);
    height: 184px;
    width: 300px;
    position: relative
}

    #card div {
        z-index: 100;
        background: #fff;
        display: none;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
        opacity: .5;
        border: 2px solid white;
        display: none;
        position: absolute;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px
    }

    #card.card-securitycode {
        background-position: 0 -184px
    }

    #card.name-on-card div {
        display: block;
        width: 120px;
        height: 25px;
        top: 148px;
        left: 10px
    }

    #card.card-number div {
        display: block;
        width: 275px;
        height: 35px;
        top: 48px;
        left: 10px
    }

    #card.card-type div {
        display: block;
        width: 85px;
        height: 50px;
        top: 120px;
        left: 205px
    }

    #card.card-expiry div {
        display: block;
        width: 50px;
        height: 25px;
        top: 105px;
        left: 137px
    }

    #card.card-start div {
        display: block;
        width: 50px;
        height: 25px;
        top: 105px;
        left: 10px
    }

    #card.card-securitycode div {
        display: block;
        width: 35px;
        height: 25px;
        top: 85px;
        left: 168px
    }

    #card.card-issue-number div {
        display: block;
        width: 25px;
        height: 25px;
        top: 148px;
        left: 135px
    }

.card-information {
    border: 1px solid #ccc;
    background-color: #fefbf3;
    padding: 20px;
    margin-bottom: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px
}

#sidebar .section {
    padding: 10px;
    background-color: #EAFAFF;
    margin-bottom: 20px;
    font-size: 16px;
    text-align: right;
    border: 1px solid #eeeeee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    float: left;
    width: 100%
}

    #sidebar .section div {
        float: left;
        text-align: left
    }

    #sidebar .section li.full {
        text-align: left
    }

        #sidebar .section li.full div {
            float: none;
            margin-bottom: 7px
        }

    #sidebar .section h2 {
        background-color: transparent;
        border: 0;
        /*color: #008a9d;*/
        color: #470054;
        padding-bottom: 5px !important;
        text-align: left
    }

    #sidebar .section a {
        /*color: #008a9d;*/
        color: #470054;
        text-decoration: underline;
        font-size: 16px;
        position: relative
    }

        #sidebar .section a img {
            left: -16px;
            position: absolute;
            top: 3px;
            border-style: none
        }

#sidebar ul, #sidebar ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    clear: left;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word
}

    #sidebar ul li {
        margin-bottom: 15px
    }

        #sidebar ul li .sidebar-label {
            /*font-family: "Montserrat",sans-serif;*/
            font-family: PT Serif, Georgia, serif;
            font-size: 13px;
            padding-bottom: 5px;
            /*color: #008a9d;*/
            color: #470054;
        }

#sidebar .sidebar-item {
    display: inline-block;
    padding: 5px 3px 5px 5px;
    margin-top: 5px;
    background-color: #C6F1FF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    width: 240px
}

select {
    line-height: 28px
}

input[type="number"], input[type="email"], input[type="date"], input[type="text"], select, textarea, input[type="password"] {
    /*font-family: "Montserrat",sans-serif;*/
    font-family: PT Serif, Georgia, serif;
    background-color: white;
    /*border: 1px solid #008a9d;*/
    border: 1px solid #470054;
    font-size: 16px;
    padding: 10px;
    /*outline-color: #008a9d;*/
    outline-color: #470054;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px
}

input#Editor_Password {
    background-color: #fefff4
}

    input#Editor_Password.disabled {
        background-color: #f5f5f5
    }

input.amount, .value-amount {
    width: 160px !important
}

input.postcode {
    width: 150px
}

textarea.description {
    width: 70px !important;
    height: 70px
}

select {
    width: auto
}

    input:hover, textarea:hover, select:hover, .smart-control:hover, input:focus, textarea:focus, select:focus, .smart-control:focus {
        /*border-color: #008a9d;*/
        border-color: #470054;
    }

    input.disabled, select.disabled {
        background-color: #f5f5f5
    }

.placeholder {
    color: #999;
    font-style: italic
}

::-webkit-input-placeholder {
    color: #999;
    font-style: italic
}

:-moz-placeholder {
    color: #999;
    font-style: italic
}

::-moz-placeholder {
    color: #999;
    font-style: italic
}

:-ms-input-placeholder {
    color: #999;
    font-style: italic
}

select.property-type {
    width: 262px
}

input.sortcode {
    width: 130px
}

input.accountnumber {
    width: 130px
}

input.mileage {
    width: 130px !important;
    margin-right: 10px
}

input.securitycode {
    width: 80px
}

input.issuenumber {
    width: 80px
}

select.properties {
    display: none;
    margin-top: 10px;
    margin-bottom: 15px;
    position: relative;
    width: 100%;
    clear: both;
    float: left
}

select.statements {
    width: 250px !important
}

.padded-table {
    width: 100%;
    table-layout: fixed
}

    .padded-table th {
        font-weight: bold
    }

    .padded-table td {
        padding: 2px;
        vertical-align: top
    }

        .padded-table td.amount, th.amount {
            text-align: right;
            padding-right: 10px
        }

input[type='submit'], input[type='button'] {
    font-size: 16px;
    color: #ffffff;
    border: medium none !important;
    color: #FFFFFF;
    display: block;
    /*font-family: "Montserrat",sans-serif;*/
    font-family: Grot10, Helvetica, Arial, sans-serif;
    height: 38px;
    padding: 8px 30px 8px 30px;
    text-align: center;
    width: auto;
    float: right;
    margin-left: 10px;
    /*background: #fa5c00;*/
    background: #00818A;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    outline: 0;
    cursor: pointer
}

    input[type='submit']:hover, input[type='button']:hover {
        cursor: pointer
    }

input.left-image[type='submit'], input.left-image[type='button'] {
    background-position: left top;
    padding: 8px 30px
}

.button {
    color: #FFFFFF !important;
    /*font-family: "Montserrat",sans-serif;*/
    font-family: Grot10, Helvetica, Arial, sans-serif;
    background-color: rgba(0,0,0,0.1);
    width: auto;
    text-decoration: none;
    font-style: normal !important;
    font-size: 16px;
    /*font-weight: bold;*/
    border: medium none !important;
    color: #FFFFFF;
    display: block;
    height: 42px;
    padding: 10px 15px;
    text-align: center;
    float: right;
    margin-left: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px
}

    .button.left {
        float: left
    }

    .button.green {
        margin-bottom: 10px;
        /*background: #fa5c00;*/
        background: #00818A;
    }

        .button.green:hover {
            /*background: #fa5c00;*/
            background: #00818A;
            cursor: pointer
        }

    .button.ok {
        width: 50px
    }

    .button.gray, .button.cancel {
        /*color: #fa5c00 !important;*/
        color: #00818A !important;
        float: left;
        width: auto !important;
        margin-left: 0;
        background: none;
        padding-left: 0 !important;
        padding-right: 0 !important;
        text-decoration: none
    }

        .button.gray:hover, .button.cancel:hover {
            text-decoration: underline
        }

    .button.popupgray, .button.portal-gray {
        color: #ffffff !important;
        background-image: linear-gradient(top, #BDBABA 0%, #9D9D9D 100%);
        background-image: -o-linear-gradient(top, #BDBABA 0%, #9D9D9D 100%);
        background-image: -moz-linear-gradient(top, #BDBABA 0%, #9D9D9D 100%);
        background-image: -webkit-linear-gradient(top, #BDBABA 0%, #9D9D9D 100%);
        background-image: -ms-linear-gradient(top, #BDBABA 0%, #9D9D9D 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #BDBABA), color-stop(1, #9D9D9D));
        filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#BDBABA',EndColorStr='#9D9D9D');
        color: white !important;
        float: left;
        margin-left: 0
    }

        .button.popupgray:hover, .button.messagegray:hover, .button.portal-gray:hover {
            color: #ffffff !important;
            background-image: linear-gradient(top, #9D9D9D 0%, #BDBABA 100%);
            background-image: -o-linear-gradient(top, #9D9D9D 0%, #BDBABA 100%);
            background-image: -moz-linear-gradient(top, #9D9D9D 0%, #BDBABA 100%);
            background-image: -webkit-linear-gradient(top, #9D9D9D 0%, #BDBABA 100%);
            background-image: -ms-linear-gradient(top, #9D9D9D 0%, #BDBABA 100%);
            background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #9D9D9D), color-stop(1, #BDBABA));
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#9D9D9D',EndColorStr='#BDBABA')
        }

    .button.messagegray.disabled {
        color: #ffffff !important;
        background-image: linear-gradient(top, #BDBABA 0%, #9D9D9D 100%);
        background-image: -o-linear-gradient(top, #BDBABA 0%, #9D9D9D 100%);
        background-image: -moz-linear-gradient(top, #BDBABA 0%, #9D9D9D 100%);
        background-image: -webkit-linear-gradient(top, #BDBABA 0%, #9D9D9D 100%);
        background-image: -ms-linear-gradient(top, #BDBABA 0%, #9D9D9D 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #BDBABA), color-stop(1, #9D9D9D));
        filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#BDBABA',EndColorStr='#9D9D9D');
        color: white !important;
        float: right;
        cursor: default
    }

        .button.messagegray.disabled:hover {
            color: #ffffff !important;
            background-image: linear-gradient(top, #BDBABA 0%, #9D9D9D 100%);
            background-image: -o-linear-gradient(top, #BDBABA 0%, #9D9D9D 100%);
            background-image: -moz-linear-gradient(top, #BDBABA 0%, #9D9D9D 100%);
            background-image: -webkit-linear-gradient(top, #BDBABA 0%, #9D9D9D 100%);
            background-image: -ms-linear-gradient(top, #BDBABA 0%, #9D9D9D 100%);
            background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #BDBABA), color-stop(1, #9D9D9D));
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#BDBABA',EndColorStr='#9D9D9D');
            color: white !important;
            float: right;
            cursor: default
        }

    .button.orange {
        /*background: #fa5c00;*/
        background: #00818A;
        min-width: 130px;
        *min-width: auto
    }

        .button.orange:hover {
            background: #e15300
        }

    .button.purple {
        /*background: #fa5c00;*/
        background: #00818A;
    }

        .button.purple:hover {
            background: #e15300
        }

    .button.disabled {
        background-image: none !important;
        background-color: rgba(0,0,0,0.1);
        color: #ccc !important;
        background-image: none !important;
        filter: none
    }

        .button.disabled.orange {
            background-image: none !important;
            background-color: #eee !important;
            filter: none;
            *background-color: #EEE !important
        }

    .button.thin {
        padding: 5px 15px !important
    }

    .button#addresslookup {
        margin-left: 0
    }

input[type='submit'].disabled {
    background-image: none !important;
    background-color: #eee !important;
    color: #ccc !important;
    filter: none;
    *background-color: #EEE !important
}

.quote-reference {
    margin-bottom: 20px
}

.quote-excess-text {
    margin-bottom: 20px;
    margin-left: 10px;
    /*color: #008a9d;*/
    color: #470054;
}

    .quote-excess-text + .form li label, .form-outline.active-accordion ul li label {
        padding: 10px 0 5px;
        width: 100%
    }

.quote-information {
    margin-left: 10px;
    margin-right: 10px
}

.form-outline {
    /*font-family: "Montserrat",sans-serif;*/
    font-family: PT Serif, Georgia, serif;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    clear: both;
    float: left
}

div.forgottenpassword .form-outline {
    width: 100% !important
}

div.registrationwithpolicy .form-outline {
    width: 100% !important
}

div.registration .form-outline {
    width: 100% !important
}

.form-outline.upgrade {
    width: 750px !important
}

.page.portal .form-outline {
    width: auto
}

.page.no-sidebar .form-outline {
    width: auto
}

.form-outline p {
    color: #212529;
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 24px;
    padding: 0;
    margin: 0;
    margin-bottom: 18px
}

.form-outline div.sub-heading {
    padding-bottom: 10px;
    float: left;
    width: 100%;
    clear: both
}

.form-outline div.content {
    padding: 0;
    padding-top: 0px
}

.form-outline div.heading h2 {
    margin: 0;
    font-size: 36px;
    /*color: #008a9d;*/
    color: #470054;
}

.form-outline div.heading h1 {
    margin: 0;
    font-size: 36px;
    /*color: #008a9d;*/
    color: #470054;
}

.form-outline .content.directdebit {
    background-color: #f8f8f8;
    padding: 20px;
    position: relative
}

    .form-outline .content.directdebit h3 {
        font-size: 14px;
        margin: 0;
        padding-bottom: 10px;
        font-weight: normal
    }

.form-outline span.additional-information {
    display: block;
    color: #001737;
    padding-top: 10px;
    font-size: 14px
}

.form-outline div.tooltip {
    float: right;
    position: relative;
    margin-top: 2px;
    padding-right: 0px
}

.form-outline span.tooltip {
    line-height: 1.5em;
    display: block;
    width: 320px;
    padding: 15px;
    background-color: #f8f8f8;
    position: absolute;
    left: 30px;
    top: 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    box-shadow: rgba(0,0,0,0.1) 0px 0px 8px;
    -moz-box-shadow: rgba(0,0,0,0.1) 0px 0px 8px;
    -webkit-box-shadow: rgba(0,0,0,0.1) 0px 0px 8px;
    font-size: 16px;
    z-index: 1000;
    /*color: #008a9d !important;*/
    color: #470054 !important;
    /*border: 1px solid #008a9d;*/
    border: 1px solid #470054;
}

    .form-outline span.tooltip.text {
        top: 20px !important
    }

.form-outline div.tooltip-text {
    /*color: #00BBE4;*/
    color: #00818A;
}

.form-outline .directdebit img {
    position: absolute;
    right: 20px;
    top: 20px
}

.directdebit-number, .directdebit-field, .directdebit-address {
    padding: 10px;
    background-color: white;
    width: 250px;
    border: 1px solid #ccc;
    margin-bottom: 10px
}

.directdebit-number {
    width: 36px;
    text-align: center;
    float: left;
    margin-right: 1px
}

    .directdebit-number.nan {
        background-color: transparent;
        border: 0;
        width: 0
    }

.directdebit-number-container {
    height: 45px;
    overflow: hidden
}

.directdebit-container-left {
    width: 50%;
    float: left
}

.directdebit-container-right {
    width: 47%;
    float: right;
    padding-top: 60px
}

.content.getquote {
    padding-top: 120px
}

.getquote-container {
    width: auto;
    text-align: center;
    padding: 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    /*border: 2px solid #008a9d;*/
    border: 2px solid #470054;
    margin-bottom: 15px;
    clear: both
}

.content.margin-bottom {
    margin-bottom: 20px
}

.progress-month {
    width: 16px;
    height: 16px;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background-color: #ffffff;
    text-align: center;
    float: left
}

.progress-month-remaining {
    color: #ffffff;
    width: 16px;
    height: 16px;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #021a36;
    text-align: center;
    float: left
}

.progress-less-than-a-month {
    width: 100%
}

ul.form {
    list-style: none;
    margin: 0;
    padding: 0
}

    ul.form.nominee-form .content {
        padding: 0
    }

    ul.form.row-highlight li {
        margin-bottom: 5px;
        padding: 5px 0
    }

        ul.form.row-highlight li:nth-child(odd) {
            background: #e4f9fe
        }

            ul.form.row-highlight li:nth-child(odd).no-highlight {
                background: white
            }

        ul.form.row-highlight li label {
            width: 340px
        }

        ul.form.row-highlight li div.field {
            text-align: right;
            margin-left: 370px;
            margin-right: 10px
        }

    ul.form.form.confirmation {
        word-wrap: break-word
    }

    ul.form.paper label {
        color: #08a000
    }

    ul.form.right {
        float: right
    }

    ul.form.portal li {
        float: left;
        clear: none
    }

        ul.form.portal li label {
            float: left;
            width: auto;
            margin-right: 7px;
            padding-left: 0px
        }

            ul.form.portal li label.value {
                padding-right: 20px
            }

    ul.form.dialog li {
        margin-bottom: 5px !important
    }

    ul.form.highlight {
        background-color: #c6f1ff;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        margin-bottom: 20px;
        padding-top: 10px;
        padding-bottom: 10px
    }

    ul.form li {
        position: relative;
        list-style: none;
        margin: 0;
        padding: 0;
        margin-bottom: 20px;
        clear: left
    }

        ul.form li label.heading {
            color: #02BBE9 !important;
            font-size: 14px
        }

        ul.form li label {
            float: left;
            max-width: 100%;
            margin-right: 20px;
            padding-top: 10px;
            padding-bottom: 5px;
            padding-right: 0px;
            /*font-family: "Montserrat", sans-serif;*/
            font-family: PT Serif, Georgia, serif;
        }

            ul.form li label.declaration {
                font-size: 13px;
                position: absolute;
                left: 30px;
                top: 8px
            }

        ul.form li .smart-radiobutton + label {
            padding-top: 5px;
            max-width: calc(100% - 30px)
        }

        ul.form li div.field-details {
            float: left;
            width: 270px;
            margin: 0;
            padding: 0
        }

        ul.form li .field-left {
            margin-left: 320px
        }

        ul.form li .field.findcar {
            padding-bottom: 0px
        }

            ul.form li .field.findcar input {
                float: left
            }

            ul.form li .field.findcar a {
                width: 70px;
                float: left
            }

        ul.form li span.description {
            display: block;
            font-size: 16px;
            background: #f8f8f8;
            padding: 10px;
            margin-bottom: 15px
        }

        ul.form li span.description-left {
            display: block;
            padding-top: 10px;
            font-size: 16px;
            /*color: #008a9d;*/
            color: #470054;
            padding-left: 32px
        }

        ul.form li span.field-validation-error {
            display: block;
            padding-top: 10px;
            clear: both
        }

        ul.form li .clear.left + .field-validation-error {
            padding: 10px 10px 0
        }

        ul.form li span.monthly-payments strong {
            font-size: 30px
        }

        ul.form li p {
            margin: 0;
            padding: 0
        }

        ul.form li .option.mid {
            float: left;
            width: 230px
        }

        ul.form li .option.sized {
            width: auto;
            margin-bottom: 10px;
            float: left;
            margin-right: 15px;
            display: block
        }

            ul.form li .option.sized.left label {
                width: auto;
                float: left
            }

                ul.form li .option.sized.left label.fixed {
                    width: 200px
                }

            ul.form li .option.sized.right {
                width: auto;
                margin-left: 320px
            }

                ul.form li .option.sized.right span.declaration {
                    font-size: 13px;
                    top: 8px;
                    left: inherit
                }

            ul.form li .option.sized.mid {
                width: auto;
                margin-left: 220px
            }

            ul.form li .option.sized label {
                width: auto
            }

        ul.form li.fluid span.field-validation-error {
            display: block;
            margin-left: 0px !important
        }

        ul.form li.fluid label.declaration {
            left: 35px !important;
            width: auto
        }

        ul.form li.fluid.no-bottom-margin {
            margin-bottom: 0px !important
        }

        ul.form li.quote {
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            border-radius: 5px;
            font-size: 36px;
            /*background-color: #008a9d;*/
            background-color: #008a9d;
            padding: 20px;
            text-align: center;
            color: white;
            /*border: 3px solid #008a9d;*/
            border: 3px solid #470054;
        }

            ul.form li.quote span.monthly-payments {
                font-size: 22px
            }

            ul.form li.quote.small {
                font-size: 22px;
                padding: 10px;
                float: left;
                width: 100%
            }

                ul.form li.quote.small span.monthly-payments {
                    font-size: 16px
                }

                    ul.form li.quote.small span.monthly-payments strong {
                        font-size: 22px
                    }

                ul.form li.quote.small strong {
                    font-size: 30px
                }

        ul.form li.li-validation-error {
            padding-bottom: 10px
        }

            ul.form li.li-validation-error .description {
                margin-bottom: 0
            }

            ul.form li.li-validation-error .field-validation-error {
                margin-bottom: 20px
            }

        ul.form li .field.inline-block-child {
            text-align: center
        }

            ul.form li .field.inline-block-child label {
                display: inline-block;
                float: none !important
            }

    ul.form div.tooltip { /*float:right;*/
        position: relative;
        margin-top: 6px;
        padding-right: 0px
    }

        ul.form div.tooltip img.tooltip {
            width: 24px
        }

    ul.form span.tooltip {
        line-height: 1.5em;
        display: block;
        width: 320px;
        padding: 10px;
        background-color: #f8f8f8;
        position: absolute;
        left: 30px;
        top: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        box-shadow: rgba(0,0,0,0.1) 0px 0px 8px;
        -moz-box-shadow: rgba(0,0,0,0.1) 0px 0px 8px;
        -webkit-box-shadow: rgba(0,0,0,0.1) 0px 0px 8px;
        font-size: 16px;
        z-index: 1000;
        /*color: #008a9d !important;*/
        color: #470054 !important;
        /*border: 1px solid #008a9d;*/
        border: 1px solid #470054;
    }

        ul.form span.tooltip.text {
            top: 20px !important
        }

        ul.form span.tooltip ul {
            margin-bottom: 0;
            padding-bottom: 0
        }

            ul.form span.tooltip ul li {
                list-style: disc;
                margin-bottom: 5px;
                /*color: #008a9d !important;*/
                color: #470054 !important;
            }

    ul.form div.tooltip-text {
        /*color: #00BBE4;*/
        color: #00818A;
    }

.portalsecurity ul.form li {
    float: left;
    width: 100%
}

    .portalsecurity ul.form li div.field {
        font-weight: bold;
        margin-top: 0
    }

li.listtick {
    list-style-image: url(/images/icons/tick.png)
}

.benefits {
    height: 182px
}

    .benefits img {
        float: left;
        margin-right: 10px;
        margin-bottom: 100px
    }

    .benefits strong {
        color: #4e832e;
        display: block;
        margin-bottom: 10px
    }

    .benefits ul, .benefits ul li {
        margin: 0;
        padding: 0;
        list-style: none
    }

    .benefits li {
        float: left;
        width: 174px;
        margin-right: 20px;
        height: 140px;
        padding: 10px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        background-color: #f4feee;
        color: #444;
        border: 1px solid #EEEEEE
    }

    .benefits.home-insurance {
        height: 162px
    }

        .benefits.home-insurance ul li {
            height: 120px
        }

    .benefits.car-insurance {
        height: 200px
    }

        .benefits.car-insurance ul li {
            height: 160px
        }

.form-outline span.tooltip ul {
    margin-bottom: 0;
    padding-bottom: 0
}

    .form-outline span.tooltip ul li {
        list-style: disc;
        margin-bottom: 5px;
        /*color: #008a9d !important;*/
        color: #470054 !important;
    }

.form-outline table th div.tooltip span.tooltip {
    margin-top: 0
}

img.tooltip {
    width: 24px
}

div.option {
    vertical-align: top;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: auto;
    margin-right: 10px
}

    div.option label {
        vertical-align: top;
        display: inline-block;
        zoom: 1;
        *display: inline;
        float: none !important;
        width: auto !important;
        margin-left: 0px !important;
        padding-left: 10px !important;
        padding-top: 7px
    }

    div.option.yesno {
        width: 125px;
        margin-top: 8px
    }

    div.option.declaration {
        width: 180px
    }

    div.option.full {
        display: block;
        margin-bottom: 10px
    }

        div.option.full.yesno {
            display: block;
            margin-bottom: 10px;
            width: auto
        }

li.fluid {
    vertical-align: top;
    display: block;
    zoom: 1;
    *display: inline;
    width: auto;
    padding-left: 10px;
    padding-right: 10px
}

    li.fluid .field {
        vertical-align: top;
        zoom: 1;
        display: inline;
        width: auto;
        float: none !important;
        width: auto !important
    }

    li.fluid label {
        vertical-align: top;
        display: inline-block;
        zoom: 1;
        *display: inline;
        float: none !important;
        width: auto !important;
        margin-left: 0px !important
    }

    li.fluid.right {
        text-align: right
    }

        li.fluid.right label {
            margin-right: 10px
        }

    li.fluid.center {
        text-align: center;
        width: auto !important
    }

.smart-control {
    vertical-align: top;
    float: left;
    zoom: 1;
    *display: inline;
    width: 25px;
    height: 25px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: none
}

    .smart-control.smart-checkbox {
        padding: 0 !important;
        background-image: url(/images/icons/tickbox-unchecked.png);
        margin-top: -3px;
        outline: 0
    }

        .smart-control.smart-checkbox.checked {
            background-image: url(/images/icons/tickbox-checked.png)
        }

        .smart-control.smart-checkbox.green {
            background-color: transparent !important
        }

            .smart-control.smart-checkbox.green.checked {
                background-image: url(/images/icons/tickbox-checked-green.png)
            }

        .smart-control.smart-checkbox.input-validation-error {
            background-image: url(/images/icons/tickbox-error.png);
            border-color: white
        }

    .smart-control.smart-radiobutton {
        padding: 0 !important;
        background-image: url(/images/icons/radiobutton-unselected.png);
        margin-top: 2px
    }

        .smart-control.smart-radiobutton.checked {
            background-image: url(/images/icons/radiobutton-selected.png)
        }

        .smart-control.smart-radiobutton.input-validation-error {
            padding: 0 !important;
            background-image: url(/images/icons/radiobutton-error.png);
            border-color: white
        }

div.field .smart-radiobutton:nth-child(1) {
    margin-left: 0
}

.timetocall ul li select {
    min-width: 300px !important;
    max-width: 320px !important
}

.success-message {
    /*color: #008a9d;*/
    color: #470054;
    /*border: 2px solid #008a9d;*/
    border: 2px solid #470054;
    background-image: url(/images/icons/large-tick.png);
    background-repeat: no-repeat;
    background-position: 20px 10px;
    padding: 20px 10px 20px 85px;
    background-color: #fff;
    margin-bottom: 20px
}

    .success-message.large {
        font-size: 20px
    }

.error-messages {
    color: #e20707;
    margin-bottom: 20px;
    display: table;
    width: 100%
}

.error-message {
    border: 2px solid #e20707;
    background-image: url(/images/icons/error-popup-icon.png);
    background-repeat: no-repeat;
    background-position: 10px 15px;
    padding: 10px 10px 10px 85px;
    background-color: #fff;
    margin-bottom: 5px;
    min-height: 50px;
    display: table-cell;
    vertical-align: middle;
    height: 50px;
    width: auto;
    background-color: #FDF7F7
}

    .error-message a {
        color: #E20707;
        font-style: normal
    }

.ui-slider .ui-slider-range {
    background-image: none;
    background-color: Green
}

.ui-slider-handle.ui-state-focus .ui-slider-handle-marker {
    /*font-family: "Montserrat",sans-serif;*/
    font-family: PT Serif, Georgia, serif;
    display: block !important;
    text-align: center;
    position: absolute;
    width: 60px;
    height: 48px;
    top: -58px;
    left: -22px;
    background-image: url(/images/icons/marker.png);
    padding-top: 10px
}

ul.form li.enabled .ui-widget-content {
    border-color: White
}

.mandate {
    background-color: White;
    border: 1px solid #ccc;
    padding: 20px;
    margin-top: 20px
}

    .mandate p {
        border: 0;
        margin-bottom: 10px;
        padding-bottom: 0;
        color: #444
    }

select.full, input.full {
    width: 300px !important
}

.regular-amount {
    font-family: Arial;
    line-height: 18px;
    padding: 5px 15px;
    background-color: White;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin: 0 5px;
    color: Green;
    display: inline-block;
    box-shadow: rgba(0,0,0,0.1) 0px 0px 8px;
    -moz-box-shadow: rgba(0,0,0,0.1) 0px 0px 8px;
    -webkit-box-shadow: rgba(0,0,0,0.1) 0px 0px 8px
}

.buttons-container, .popup-buttons-container, .portal-buttons-container {
    height: 30px
}

.portal-buttons-container {
    width: 100%
}

.validation-summary-errors {
    padding: 10px;
    padding-top: 0;
    border: 1px solid red;
    background-color: #f9e6e6 !important;
    margin-bottom: 15px
}

    .validation-summary-errors ul, .validation-summary-errors ul li {
        margin: 0;
        padding: 0;
        list-style: none
    }

.input-validation-error {
    background-color: #FAEDED !important;
    border-color: #C01717 !important
}

.validation-summary-errors ul li, .field-validation-error {
    display: block;
    color: white;
    background: #dc0000;
    padding: 10px
}

ul.form li.fluid .field-validation-error {
    margin-left: 10px !important;
    padding-top: 10px
}

#overlay {
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #000;
    display: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    opacity: .3
}

.modal {
    display: block;
    position: absolute;
    background-color: White;
    z-index: 200;
    top: 50px;
    left: 110px;
    padding: 20px;
    border: 3px solid #ccc;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    box-shadow: rgba(0,0,0,0.1) 0px 0px 8px;
    -moz-box-shadow: rgba(0,0,0,0.1) 0px 0px 8px;
    -webkit-box-shadow: rgba(0,0,0,0.1) 0px 0px 8px;
    min-width: 400px;
    max-width: 600px
}

.ajax-icon {
    margin: 0 5px
}

.buttons-container {
    border-top: 1px dotted #ccc;
    padding-top: 20px;
    margin-top: 20px
}

.popup-buttons-container {
    padding-top: 20px;
    margin-top: 20px
}

.buttons-container-noborder {
    height: 50px
}

.form-outline a {
    /*color: #fa5c00;*/
    color: #00818A;
    text-decoration: none;
    font-weight: normal
}

    .form-outline a.normal {
        /*color: #fa5c00;*/
        color: #00818A;
        font-style: normal !important
    }

a span {
    font-style: normal
}

.product, .details {
    padding-bottom: 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

    .product.active {
        border: 1px solid #2ab3d4
    }

.product-options {
    padding-top: 20px
}

.product .heading {
    padding: 10px;
    height: 16px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

    .product .heading .title {
        float: left;
        /*font-family: "Montserrat",sans-serif;*/
        font-family: Grot10, Helvetica, Arial, sans-serif;
        font-size: 14px
    }

.product .details {
    padding: 10px
}

#monthstorenewal {
    width: auto;
    overflow: auto;
    zoom: 1;
    display: block
}

div.information {
    background-color: #ecfbff;
    padding: 15px;
    margin-bottom: 15px
}

    div.information p {
        border: 0;
        padding-bottom: 0
    }

    div.information.gray {
        background-color: #f8f8f8
    }

th {
    text-align: left;
    padding-bottom: 3px;
    /*font-family: "Montserrat",sans-serif;*/
    font-family: Grot10, Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 16px
}

td {
    padding: 3px 0px
}

.datetime {
    width: 140px;
    text-align: right
}

.remaining {
    width: 100px;
    text-align: right
}

.actions {
    width: 100px;
    text-align: right
}

    .actions .button {
        background-color: #87a83f;
        padding: 5px;
        float: right;
        color: White;
        text-decoration: none
    }

        .actions .button:hover {
            background-color: #fa5c00
        }

.logo {
    *float: none;
    *display: inline;
    *zoom: 1
}

div.loggedin {
    float: right;
    width: 70%;
    *float: none;
    *display: inline;
    *zoom: 1;
    *width: auto
}

div.logoff-container {
    position: absolute;
    top: 25px;
    right: 10px
}

div.logon-message {
    /*background-color: #008a9d;*/
    background-color: #470054;
    position: absolute;
    top: -20px;
    right: 0;
    color: white;
    -webkit-border-radius: 0 0 15px 15px;
    -moz-border-radius: 0 0 15px 15px;
    -ms-border-radius: 0 0 15px 15px;
    -o-border-radius: 0 0 15px 15px;
    border-radius: 0 0 15px 15px;
    padding: 10px 20px;
    /*font: 16px "Montserrat",sans-serif;*/
    font-family: PT Serif, Georgia, serif;
}

.signon-container {
    margin-bottom: 15px;
    float: right;
    padding: 10px
}

ul#menu {
    padding-left: 0px;
    padding: 20px;
    background-color: #f9f9f9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    margin: 0 0 20px
}

    ul#menu li {
        text-decoration: none;
        color: #00bde7 !important;
        font-size: 18px;
        text-align: left;
        margin: 0;
        list-style: none;
        clear: left;
        /*font-family: "Montserrat", sans-serif;*/
        font-family: PT Serif, Georgia, serif;
    }

        ul#menu li:hover ul {
            position: inherit
        }

        ul#menu li a {
            color: #212529;
            text-decoration: none !important;
            font-size: 16px;
            line-height: 24px
        }

            ul#menu li a.currentnode, ul#menu li a.active {
                color: #212529 !important;
                font-weight: normal !important;
                font-style: italic
            }

            ul#menu li a:hover {
                color: #e15300 !important
            }

        ul#menu li ul {
            margin-bottom: 10px;
            padding-left: 15px;
            display: none
        }

            ul#menu li ul li {
                list-style-image: url(/images/icons/arrow-grey.png)
            }

                ul#menu li ul li a {
                    /*color: #fa5c00;*/
                    color: #00818A;
                    font-size: 15px
                }

                    ul#menu li ul li a.currentnode {
                        text-decoration: underline !important;
                        /*color: #fa5c00;*/
                        color: #00818A;
                        font-weight: normal
                    }

                    ul#menu li ul li a:hover {
                        color: #e15300 !important;
                        text-decoration: underline !important
                    }

    ul#menu .parentnode {
        font-weight: bold
    }

#breadcrumbs {
    margin-bottom: 10px;
    font-size: 16px;
    float: left;
    width: 100%;
    clear: both
}

    #breadcrumbs a {
        text-decoration: none
    }

    #breadcrumbs span.lastnode {
        color: #baseColor
    }

.navigation select {
    width: 210px
}

.portal-sub-heading h3 {
    font-size: 14px;
    font-weight: normal;
    color: #00bde7;
    padding: 10px 0 0 10px;
    margin-top: 0px;
    background-color: White;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    width: auto;
    text-align: left
}

.sub-heading.product h2 img, .sub-heading.details h2 img {
    margin-top: 5px
}

ul.panel {
    width: 100%;
    padding: 0;
    margin: 0px 0px 20px 0px
}

    ul.panel li {
        list-style: none;
        margin-top: 5px;
        width: auto;
        padding: 0px
    }

        ul.panel li h2 {
            font-size: 13px;
            padding: 5px 3px 5px 15px;
            margin-top: 5px;
            background-color: #00BDE7;
            -webkit-border-radius: 5px 5px 0px 0px;
            border-radius: 5px 5px 0px 0px;
            width: 200px;
            color: white;
            text-align: left
        }

        ul.panel li div.panel-body {
            /*border-top: 4px solid #008a9d;*/
            border-top: 4px solid #470054;
        }

        ul.panel li thead th, ul.panel li tbody td {
            text-align: center
        }

        ul.panel li tbody tr {
            font-size: 13px;
            padding: 5px 3px 5px 5px;
            margin-top: 5px;
            background-color: #00BDE7;
            width: 200px;
            color: white
        }

            ul.panel li tbody tr.clear {
                font-size: 13px;
                padding: 5px 3px 5px 5px;
                margin-top: 5px;
                background-color: #FFFFFF;
                width: 200px;
                color: white
            }

div.progressbar {
    position: relative;
    background-image: none;
    background-color: #aaa;
    height: 20px;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px
}

    div.progressbar span {
        position: absolute;
        width: 50px;
        color: white;
        left: 50%;
        margin-left: -25px;
        text-align: center;
        line-height: 20px;
        font-size: 11px
    }

div.progressbar-value {
    color: White;
    height: 18px;
    background-image: none;
    float: left;
    background: #021a36;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    max-width: 100%
}

.portal-table {
    padding-bottom: 20px
}

.portal-buttons-container {
    padding-bottom: 20px;
    position: inherit;
    top: -5px
}

    .portal-buttons-container.right {
        float: right
    }

span.left {
    float: left
}

#footer-product {
    margin-top: 20px;
    zoom: 1;
    overflow: auto
}

    #footer-product div.promotion-left, #footer-product div.promotion-center, #footer-product div.promotion-right {
        width: 32%;
        float: left;
        margin-bottom: 5px
    }

    #footer-product div.promotion-center {
        width: 32%;
        margin-left: 10px;
        margin-right: 10px
    }

.registration-footer {
    float: left;
    width: 80%
}

span.nortonseal {
    float: right;
    position: relative;
    top: 15px;
    height: 30px;
    margin-bottom: 20px
}

.notification {
    color: #08A000;
    border: 2px solid #1FAA4D;
    padding: 20px;
    background-color: #fff;
    margin-bottom: 20px;
    text-align: center
}

.outer-container.left {
    float: left;
    width: 57%
}

.outer-container.right {
    float: right;
    width: 37%;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 10px
}

.inner-container {
    margin-bottom: 5px
}

    .inner-container h1, .inner-container h2, .inner-container h3 {
        text-align: center
    }

    .inner-container h2 {
        padding: 10px 0
    }

    .inner-container h3 {
        padding: 10px 0
    }

    .inner-container p {
        margin-left: 5px;
        margin-right: 5px
    }

    .inner-container .leftcol {
        float: left;
        width: 30%;
        padding: 10px;
        height: 150px
    }

    .inner-container .rightcol {
        float: right;
        width: 30%;
        padding: 10px;
        height: 150px
    }

    .inner-container .centercol {
        float: none;
        padding: 10px;
        height: 150px
    }

    .inner-container div.twothirds {
        width: 55%;
        float: left;
        margin: 5px;
        padding-bottom: 10px
    }

        .inner-container div.twothirds h3, .inner-container .inner-container div.onethird h3 {
            text-align: left
        }

    .inner-container div.onethird {
        width: 35%;
        float: right;
        margin: 5px 5px 5px 20px;
        padding-bottom: 10px
    }

.inner-container-parent {
    border: 1px solid #ccc
}

.blue {
    /*background-color: #00bbe4;*/
    background-color: #00818A;
}

.lightblue {
    background-color: #cdeff8
}

.green {
    background-color: #87a83f
}

.tablecontainer {
    margin: 0 auto;
    text-align: center;
    width: 80%
}

.tablecontainer-left {
    margin: 0 20% auto;
    text-align: left;
    width: 80%
}

.tablecontainer table {
    width: 100%;
    padding-bottom: 20px;
    border-collapse: collapse
}

    .tablecontainer table thead tr {
        background-color: #D3D3D3
    }

        .tablecontainer table thead tr th {
            text-align: center;
            border-width: 1px;
            border-style: solid
        }

    .tablecontainer table tbody tr {
        background-color: #ffffff
    }

        .tablecontainer table tbody tr td {
            text-align: center;
            border-width: 1px;
            border-style: solid
        }

.directdebit-image img {
    position: absolute;
    right: 20px;
    top: 40px !important
}

.bold {
    font-weight: bold
}

.doubleindent {
    padding-left: 20px
}

.greyborder {
    border: 1px solid #ccc
}

.withmargin {
    margin: 5px 10px
}

div.inner-container ul.form li label {
    top: -2px;
    margin-left: 10px;
    float: right;
    text-align: right
}

div.inner-container ul.form li a {
    top: -2px;
    margin-left: 10px;
    float: right;
    text-align: right;
    margin-right: 10px
}

div.inner-container ul.form li.fluid {
    min-height: 0px;
    clear: both
}

div.inner-container ul.form li {
    margin: 0px
}

    div.inner-container ul.form li span.right {
        display: inline-block;
        position: inherit
    }

    div.inner-container ul.form li span.left {
        display: inline-block;
        position: inherit
    }

    div.inner-container ul.form li.fluid label {
        width: auto !important
    }

.padding-box {
    padding: 10px
}

h3.textleft {
    text-align: left;
    padding-left: 5px
}

ul.form li span.description.carcover {
    margin: 0px;
    padding-bottom: 20px
}

    ul.form li span.description.carcover a {
        position: absolute
    }

#vehiclelookup {
    *display: inline;
    *float: none
}

div.option.right a img {
    border-style: none;
    left: -3px;
    position: relative;
    top: 2px
}

div.option.right.valign {
    position: inherit;
    top: -2px
}

div.option.yesno a span {
    left: 10px;
    position: relative;
    top: -4px
}

div.option.yesno.drivers {
    position: relative;
    padding-top: 4px;
    vertical-align: top
}

#mileage {
    background: white;
    width: auto;
    overflow: auto;
    zoom: 1;
    display: block;
    padding-top: 10px
}

    #mileage .mile {
        background: #fff;
        background: -moz-linear-gradient(top, #fff 0%, #f3f3f3 50%, #ededed 51%, #fff 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(50%, #f3f3f3), color-stop(51%, #ededed), color-stop(100%, #fff));
        background: -webkit-linear-gradient(top, #fff 0%, #f3f3f3 50%, #ededed 51%, #fff 100%);
        background: -o-linear-gradient(top, #fff 0%, #f3f3f3 50%, #ededed 51%, #fff 100%);
        background: -ms-linear-gradient(top, #fff 0%, #f3f3f3 50%, #ededed 51%, #fff 100%);
        background: linear-gradient(to bottom, #fff 0%, #f3f3f3 50%, #ededed 51%, #fff 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
        float: left;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        color: #444;
        font-size: 18px;
        border: 1px solid #999;
        border-right: 0
    }

        #mileage .mile.last {
            border: 1px solid #999
        }

div.greyborder p {
    padding: 0;
    margin: 0
}

.previous-container, .vehicle-selection-container {
    margin-bottom: 20px;
    padding: 10px
}

    .previous-container table, .vehicle-selection-container table {
        border-spacing: 0
    }

        .previous-container table th, .vehicle-selection-container table th {
            padding: 10px;
            font-size: 16px
        }

        .previous-container table td, .vehicle-selection-container table td {
            padding: 10px;
            vertical-align: top;
            font-size: 16px;
            border-bottom: 1px solid #ccc
        }

    .previous-container th, .vehicle-selection-container th {
        /*font-family: "Montserrat",sans-serif;*/
        font-family: Grot10, Helvetica, Arial, sans-serif;
        /*border-bottom: 1px solid #008a9d;*/
        border-bottom: 1px solid #470054;
    }

    .vehicle-selection-container tbody tr:hover {
        /*background: #008a9d;*/
        background: #470054;
        color: white;
        cursor: pointer
    }

    .vehicle-selection-container tr.blue {
        font-weight: bold;
        /*background: #008a9d;*/
        background: #470054;
        color: white
    }

#Editor_Vehicle_Container {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    /*background-color: #008a9d;*/
    background-color: #470054;
    padding: 10px !important;
    color: white
}

    #Editor_Vehicle_Container a {
        color: White
    }

#mileage-calculation-container div div.milesperyear {
    width: auto;
    padding: 10px;
    float: left
}

.addon-container, .nationalinsurance-container {
    padding: 20px;
    padding-bottom: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background-color: #EAFAFF
}

    .addon-container .sub-heading {
        padding-top: 10px !important
    }

#processing-container {
    position: absolute;
    top: 30px;
    position: absolute;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    padding: 20px;
    width: 250px;
    background-color: white;
    border: 4px solid #ccc;
    z-index: 1000;
    height: 150px;
    background-color: white
}

.autolist {
    position: absolute;
    padding: 10px;
    border: 1px solid #ccc;
    max-height: 150px;
    overflow: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background-color: white;
    z-index: 100;
    width: 100%
}

    .autolist a {
        display: block;
        padding: 3px;
        text-decoration: none;
        /*font-family: "Montserrat",sans-serif;*/
        font-family: PT Serif, Georgia, serif;
        color: black;
        font-weight: normal
    }

        .autolist a.selected {
            /*background-color: #008a9d;*/
            background-color: #470054;
            color: White
        }

.autofind {
    display: block
}

div.center {
    margin-left: 200px
}

ul.center {
    margin: 0 auto;
    width: 410px;
    margin-top: 20px
}

ul.form li span.savings-amount {
    margin-left: -40px;
    padding-right: 100px
}

ul.form li.center {
    margin: 0 auto;
    width: 210px
}

ul.form li span.savings-years {
    margin-left: 310px
}

input.savings-amount-small {
    width: 50px
}

input.savings-amount {
    width: 70px
}

    input.savings-amount.right {
        width: 70px;
        float: right
    }

div.noinfo {
    left: 280px;
    position: relative;
    top: 10px
}

ul.form.pre-content-div ~ .content {
    padding: 0
}

.Payrollnumber {
    margin-left: 40px
}

    .Payrollnumber span.description {
        margin-left: 120px !important
    }

    .Payrollnumber div.tooltip {
        margin-left: 165px;
        padding-right: 0 !important
    }

div.address-confirmation {
    float: right;
    margin-right: 20px;
    margin-bottom: 20px
}

    div.address-confirmation table tbody {
        text-align: right
    }

label.alignleft {
    float: left;
    margin-bottom: 10px;
    padding-left: 0px !important
}

input.security-code, input.issue-number {
    width: 40px
}

.payment-description {
    display: inline-block;
    position: relative;
    /*color: #008a9d;*/
    color: #470054;
    margin-bottom: 20px
}

#payment-inner {
    margin-left: 325px;
    width: 300px
}

#Editor_PaymentType_Container .payment-option {
    width: 50%;
    float: left
}

#transfer {
    margin-left: 15px
}

    #transfer p {
        padding-left: 15px
    }

#plan {
    margin-left: 25px
}

#transfer-inner {
    margin-left: 195px;
    width: 300px
}

ul.form li .option.sized label.left {
    left: 15px;
    padding-right: 20px;
    position: absolute
}

ul.form li .checkbox.sized label {
    width: auto
}

ul.form li.disk {
    margin-bottom: 5px;
    background: transparent url(/images/icons/blue-bullet.jpg) no-repeat 0 5px;
    padding-left: 14px
}

ul.info-list.note {
    padding-left: 15px
}

li.nonationalinsurance {
    left: 320px;
    position: relative;
    top: 10px
}

li.psni {
    left: 320px;
    position: relative;
    top: 10px;
    width: 310px
}

a.change {
    font-style: normal !important
}

#investmentamountcontainer label, #savingsamountcontainer label {
    padding-left: 40px !important;
    width: 300px
}

span.transfer-description {
    display: inline-block;
    padding-top: 5px;
    /*color: #00BBE4;*/
    color: #00818A;
}

#savingsamountcontainer span.transfer-description {
    *margin-left: 330px
}

.ui-widget-header {
    /*color: #008a9d !important;*/
    color: #470054 !important;
}

.ui-datepicker-trigger {
    padding-left: 5px;
    position: inherit;
    top: 6px
}

ul.progress-bar {
    border: 1px solid #eaeaea;
    background-color: #b3edf9;
    background-image: url(/Images/Navigation/progressBar.png);
    background-repeat: repeat-x;
    height: 52px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding-left: 0px;
    margin-left: 0
}

    ul.progress-bar li {
        float: left;
        list-style: none;
        line-height: 52px;
        height: 52px;
        padding: 0;
        margin: 0;
        color: white
    }

        ul.progress-bar li.spacer {
            width: 26px
        }

        ul.progress-bar li.text {
            width: auto;
            padding-left: 10px;
            padding-right: 10px;
            font-size: 14px
        }

            ul.progress-bar li.text.previous {
                background: transparent url(/Images/Navigation/progress_completed_middle.png) repeat-x left top;
                height: 62px
            }

            ul.progress-bar li.text.current {
                background: transparent url(/Images/Navigation/progress_current_middle.png) repeat-x left top;
                height: 62px;
                margin-top: -5px;
                line-height: 62px
            }

            ul.progress-bar li.text.next {
                background: transparent url(/Images/Navigation/progress_next_middle.png) repeat-x left top;
                height: 62px;
                color: #212529
            }

        ul.progress-bar li.spacer.empty {
            width: 10px;
            background-color: #b3edf9;
            width: 10px;
            -webkit-border-radius: 10px 0px 0px 10px;
            border-radius: 10px 0px 0px 10px
        }

        ul.progress-bar li.spacer.previous {
            background: transparent url(/Images/Navigation/progress_completed_right.png) repeat-x left top;
            height: 62px
        }

        ul.progress-bar li.spacer.before-current {
            background-color: #b3edf9;
            background: #b3edf9 url(/Images/Navigation/progress_current_left.png) repeat-x left top;
            height: 62px;
            margin-top: -5px
        }

            ul.progress-bar li.spacer.before-current.first {
                background: transparent url(/Images/Navigation/progress_current_first_left.png) repeat-x left top;
                margin-left: -26px
            }

        ul.progress-bar li.spacer.after-current {
            background: transparent url(/Images/Navigation/progress_current_right.png) repeat-x left top;
            height: 62px;
            margin-top: -5px
        }

            ul.progress-bar li.spacer.after-current.last {
                background: transparent url(/Images/Navigation/progress_current_last_right.png) repeat-x left top;
                height: 62px;
                margin-top: -5px
            }

        ul.progress-bar li.spacer.next {
            background: transparent url(/Images/Navigation/progress_next_right.png) repeat-x left top;
            height: 62px
        }

        ul.progress-bar li.spacer.last {
            background: transparent url(/Images/Navigation/progress_next_last_right.png) repeat-x left top;
            height: 62px
        }

table {
    table-layout: fixed
}

    table.portal {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: 0px
    }

        table.portal thead tr.product-heading {
            width: 100%;
            /*background-color: #008a9d;*/
            background-color: #470054;
        }

            table.portal thead tr.product-heading td {
                padding: 10px
            }

            table.portal thead tr.product-heading h2 {
                padding: 0;
                margin: 0;
                color: white;
                font-size: 22px
            }

        table.portal thead tr.product-columns th {
            text-align: left;
            vertical-align: top;
            font-size: 13px;
            font-weight: bold
        }

        table.portal tbody tr:nth-child(odd), table.portal tbody tr:nth-child(odd) td {
            background-color: #e4f9fe
        }

        table.portal tr th, table.portal tr td {
            padding: 7px;
            font-size: 16px
        }

            table.portal tr th.right, table.portal tr td.right {
                text-align: right
            }

        table.portal .products {
            width: 100%
        }

tabel.padded-table {
    width: 100%;
    table-layout: fixed
}

    tabel.padded-table td {
        color: #444444 !important
    }

table.portal th.plan-policy-number {
    width: 120px
}

table.portal th.plan-datetime {
    width: 120px
}

table.portal th.plan-category {
    width: auto
}

table.portal th.status {
    width: 240px
}

table.portal th.value {
    width: 60px
}

table.portal th.view {
    width: 190px
}

table.portal th.value.payment {
    width: 120px
}

table.portal th.value.bool {
    white-space: nowrap
}

table.portal td.value.bool {
    text-align: center
}

table.portal td.value.reference {
    text-align: center
}

table.specified-items th.category {
    width: 15%
}

table.specified-items th.description {
    width: auto
}

table.specified-items th.value {
    width: 10%
}

table.specified-items th.cover-type {
    width: 23%
}

table.specified-items th.options {
    width: 20%
}

table.specified-items td.description {
    width: 50%;
    word-wrap: break-word
}

table.offences th.driver {
    width: 18%
}

table.offences th.date {
    width: 12%
}

table.offences th.code {
    width: auto
}

table.offences th.points {
    width: 15%
}

table.offences th.ban {
    width: 15%
}

table.offences th.fine {
    width: 9%;
    text-align: left
}

table.offences th.options {
    width: 7%
}

table.claims td.driver {
    width: 15%
}

table.claims th.date {
    width: 15%
}

table.claims th.type {
    width: 10%
}

table.claims th.claim {
    width: auto
}

table.claims th.details {
    width: 20%
}

table.claims th.cause {
    width: auto
}

table.claims th.status {
    width: 10%
}

table.claims th.amount {
    width: 10%
}

table.claims th.options {
    width: 7%
}

table.additional-drivers th.name {
    width: auto
}

table.additional-drivers th.relationship {
    width: auto
}

table.additional-drivers th.options {
    width: 20%
}

table.messaging tr th, table.messaging tr td {
    padding: 8px;
    font-size: 15px
}

table.messaging td.status, table.messaging th.status {
    width: 70px
}

table.messaging td.subject, table.messaging th.subject {
    width: 120px
}

table.messaging td.date, table.messaging th.date {
    width: 25%;
    text-align: center !important
}

table.messaging td.action, table.messaging th.action {
    width: 120px
}

    table.messaging th.action.single {
        width: 90px
    }

    table.messaging th.action span {
        display: block;
        float: left;
        margin-right: 10px;
        margin-top: 7px;
        margin-left: 30px
    }

table.messaging tbody tr td div {
    width: 50% !important;
    float: left
}

table.messaging th.action div.tooltip {
    float: left !important
}

table.messaging tbody tr td span.smart-control.smart-checkbox {
    width: 100% !important
}

table.messaging tbody tr td span.smart-control.smart-radiobutton {
    width: 100% !important
}

table.messaging tbody tr:hover {
    /*background-color: #00bbe4 !important;*/
    background-color: #00818A !important;
    cursor: pointer
}

.messagebody {
    padding-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word
}

.view-message-subject {
    float: right
}

.isusermessagedetail {
    margin-bottom: 10px;
    padding: 10px
}

.sub-heading.faded h2 {
    background-color: #00183D;
    color: #FFFFFF
}

span.countdown {
    /*color: #008a9d;*/
    color: #470054;
}

ul.form li span.countdown {
    display: block;
    font-size: 13px;
    padding-top: 10px;
    width: 240px
}

.message-prompt {
    color: #c01717
}

.conversation {
    max-height: 400px;
    overflow: auto;
    margin-bottom: 30px
}

.fixed_table table {
    border-width: 0;
    padding: 0;
    border-collapse: collapse
}

.fixed_table .body {
    overflow: auto;
    overflow-x: hidden;
    max-height: 400px;
    padding-bottom: 20px
}

.sendoptions ul li a {
    font-style: normal
}

ul.form li.fluid.left.multiline-label > .field {
    width: calc(100% - 25px) !important;
    clear: none !important;
    padding: 0 0 0 10px;
    margin: 0;
    float: left !important
}

.MainArea {
    margin: 0 auto;
    width: 760px
}

.signup.left {
    float: left
}

.signup-navigation-container {
    float: right;
    width: 250px;
    margin-bottom: 20px;
    margin-left: 30px
}

.signin-container {
    float: left;
    margin-bottom: 20px;
    margin-top: 20px
}

.signin h2 {
    padding: 15px 15px;
    margin: 0px;
    background-color: #001739;
    color: #40C7E8
}

.signin span {
    color: White
}

.content.left {
    background-color: #F4F2F3;
    float: left;
    width: 450px
}

.content.body {
    background-color: #fff;
    padding: 10px;
    width: auto;
    margin: 0px
}

.content.signup {
    float: left;
    background-color: #fff;
    padding: 0px;
    width: 100%;
    margin: 0px;
    border: 1px solid #cccccc
}

.content.signin-container {
    float: left;
    background-color: #fff;
    padding-top: 10px;
    width: 100%;
    margin: 0px
}

    .content.signin-container h2 {
        padding: 0px;
        font-weight: bold
    }

.buttonbar {
    clear: both;
    height: 50px;
    margin-left: 30px;
    padding: 20px
}

a.register-button {
    color: #FFFFFF !important;
    /*font-family: "Montserrat",sans-serif;*/
    font-family: Grot10, Helvetica, Arial, sans-serif;
    background-color: green;
    width: auto;
    text-decoration: none;
    font-style: normal !important;
    font-size: 14px;
    border: medium none !important;
    color: #FFFFFF;
    display: block;
    height: 18px;
    padding: 10px 15px;
    text-align: center;
    float: left;
    margin-left: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px
}

a.register-button {
    /*background: #fa5c00;*/
    background: #00818A;
    color: white
}

    a.register-button:hover {
        /*background: #fa5c00;*/
        background: #00818A;
        color: white
    }

span.signup {
    display: block;
    width: 142px;
    height: 142px;
    background-image: url(/images/icons/signuprounded.png);
    background-repeat: repeat-y;
    background-position: center center;
    margin-left: 210px;
    margin-top: 30px
}

.page.coverdetails label[for="Editor_CoverType"] {
    width: 500px !important
}

#Editor_AcceptedDirectDebit_Container.fluid.left.multiline-label span.field-validation-error {
    margin-left: 38px !important
}

#Editor_AcceptedDeclaration_Container.fluid.left.multiline-label.portal .field {
    width: 90% !important
}

#Editor_AcceptedDeclaration_Container.fluid.left.multiline-label.portal span.field-validation-error {
    margin-left: 38px !important
}

#Editor_IsEligible_Container {
    width: 340px
}

#Editor_HasCorrespondenceAddress_Container .field label, #Editor_IsPSNIorSOCA_Container .field label {
    margin-right: 0 !important;
    padding-left: 0
}

.option.yesno *[for="Editor_HasCorrespondenceAddress-No"], *[for="Editor_HasCorrespondenceAddress-Yes"] {
    width: 90px !important;
    padding-right: 0;
    text-overflow: ellipsis;
    white-space: nowrap
}

#Corresponence_Container {
    background-color: #f7f7f7;
    padding: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px
}

#Editor_EmailAddress_Container.wrap span {
    display: inline-block;
    width: 300px;
    word-wrap: break-word
}

#correspondence-address-label {
    word-wrap: break-word
}

#Editor_LocationAtNight_Container select, #Editor_CarUse_Container select {
    width: 100%
}

#Editor_CoverDate {
    width: 220px
}

#Editor_PolicyStartDate {
    width: 220px
}

#Corresponence_Container .field {
    margin-right: 0
}

#Editor_NewPlan_Container .field {
    margin-right: 0
}

#Editor_TimeToCall_Container {
    padding-top: 20px
}

    #Editor_TimeToCall_Container ul {
        border: 1px solid #ccc;
        background-color: #fcfcfc;
        padding: 5px;
        padding-bottom: 20px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        padding-top: 15px
    }

    #Editor_TimeToCall_Container label {
        margin-bottom: 5px;
        background-image: url("/images/phone.gif");
        background-repeat: no-repeat;
        height: 25px;
        background-position: 5px 0;
        padding-left: 40px
    }

    #Editor_TimeToCall_Container .field {
        padding-left: 40px !important;
        display: block
    }

        #Editor_TimeToCall_Container .field select {
            width: 455px !important;
            max-width: none !important
        }

    #Editor_TimeToCall_Container li {
        margin: 0
    }

ul.quote-usp {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 20px
}

    ul.quote-usp li {
        background-color: white;
        /*border: 1px solid #008a9d;*/
        border: 1px solid #470054;
        border-radius: 5px;
        /*color: #008a9d;*/
        color: #470054;
        float: left;
        margin-right: 1%;
        padding: 15px;
        line-height: 1.7;
        width: 32.6%
    }

    ul.quote-usp.car li img {
        float: left;
        margin-right: 5px
    }

    ul.quote-usp.home li img {
        float: left;
        margin-right: 5px
    }

li.confirm-details input {
    background-color: #fefff4
}

ol > li > ol > li > ol {
    list-style-type: lower-alpha;
    margin-bottom: 0px
}

    ol > li > ol > li > ol > li > ol {
        list-style-type: lower-roman
    }

ol > li {
    counter-increment: root
}

    ol > li > ol {
        counter-reset: subsection;
        list-style-type: none;
        padding-left: 10px
    }

        ol > li > ol > li {
            counter-increment: subsection
        }

            ol > li > ol > li:before {
                content: counter(root) "." counter(subsection) " "
            }

    ol > li > ul {
        counter-reset: subsection;
        list-style-type: none;
        padding-left: 10px
    }

.print {
    position: absolute;
    right: 10px;
    bottom: 10px
}

.mandate-text {
    margin: 10px;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0px
}

    .mandate-text h2 {
        color: black;
        background: none
    }

.sidebar-item table {
    width: 100%
}

    .sidebar-item table td.edit {
        width: 60px;
        vertical-align: top;
        text-align: right
    }

.sidebar-item span.link {
    width: 60px;
    float: right !important;
    text-align: right !important;
    display: block;
    height: 25px;
    padding-right: 5px
}

ul.form div.field {
    margin: 5px 0 0;
    clear: both;
    width: 100%;
    color: #212529;
    float: left
}

ul.form li.field-clear-none div.field {
    clear: none
}

ul.form li.fluid div.field {
    margin-left: auto
}

ul.form li label {
    margin-right: 0
}

.address-link-container, .find-car-container {
    clear: both;
    border-radius: 5px;
    /*border: 2px solid #fa5c00;*/
    border: 2px solid #00818A;
    text-align: center;
    float: left;
    margin-bottom: 15px
}

    .address-link-container a, .find-car-container a {
        display: block;
        text-align: center;
        text-decoration: none;
        clear: both;
        padding: 10px 15px;
        float: left
    }

        .address-link-container a:hover, .find-car-container a:hover {
            color: white;
            /*background: #fa5c00;*/
            background: #00818A;
        }

div.years {
    width: 120px
}

    div.years .right {
        margin-right: 55px;
        width: 100px
    }

    div.years .left {
        width: 50px;
        float: right;
        padding-top: 5px
    }

div.amount {
    width: auto
}

    div.amount .right {
        margin-left: 20px
    }

    div.amount .left {
        width: 20px;
        float: left;
        padding-top: 5px
    }

    div.amount.transfer {
        display: inline-block
    }

.pound div.amount .left {
    /*background: #008a9d;*/
    background: #470054;
    height: 41px;
    color: white;
    padding: 10px;
    text-align: center;
    width: 40px
}

.pound div.amount .right {
    float: left;
    margin: 0
}

    .pound div.amount .right input.amount {
        width: 120px !important;
        margin: 0 !important
    }

.modal h3 {
    margin-bottom: 10px;
    /*color: #008a9d;*/
    color: #470054;
}

.lync-chat-window {
    width: 100%;
    height: 200px;
    overflow: auto;
    border: 1px solid #ccc;
    padding: 5px;
    background-color: white;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 20px
}

    .lync-chat-window div.sent {
        background-color: #afeeee;
        padding: 5px;
        border-radius: 5px;
        float: left;
        margin-bottom: 3px;
        clear: both
    }

    .lync-chat-window div.received {
        background-color: #e6e6fa;
        padding: 5px;
        border-radius: 5px;
        float: right;
        margin-bottom: 3px;
        clear: both
    }

.dialog-box, .collapsing-box {
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 20px;
    background-color: white
}

    .dialog-box .heading, .collapsing-box .heading {
        /*background-color: #008a9d;*/
        background-color: #470054;
        padding: 10px
    }

        .dialog-box .heading h2, .collapsing-box .heading h2 {
            padding: 5px;
            color: white;
            display: inline
        }

        .dialog-box .heading span.collapse-arrow, .collapsing-box .heading span.collapse-arrow {
            -webkit-transition: all .7s;
            -moz-transition: all .7s;
            -o-transition: all .7s;
            transition: all 0.7s;
            display: block;
            float: right;
            *padding: 8px;
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg)
        }

    .dialog-box .expanded-content, .collapsing-box .expanded-content {
        display: none;
        zoom: 1
    }

        .dialog-box .expanded-content ul.form li label, .collapsing-box .expanded-content ul.form li label {
            padding-top: 0
        }

    .dialog-box.active .heading span.collapse-arrow, .collapsing-box.active .heading span.collapse-arrow {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    .dialog-box.active .expanded-content, .collapsing-box.active .expanded-content {
        display: block;
        border: 1px solid #ccc;
        border-top: 0;
        padding: 10px
    }

.small-print-box, .form-outline p.small-print-box, .form-outline .small-print-box {
    background: #f8f8f8;
    -webkit-border-radius: 0 0 15px 0;
    -moz-border-radius: 0 0 15px 0;
    -ms-border-radius: 0 0 15px 0;
    -o-border-radius: 0 0 15px 0;
    border-radius: 0 0 15px 0;
    padding: 10px 15px
}

.message-count {
    float: right;
    background-color: #9e075f;
    color: #ffffff;
    background-image: url(/images/icons/envelope.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 15px 10px;
    margin-top: -10px;
    text-align: right;
    margin-right: -20px;
    -webkit-border-radius: 0 0 0 8px;
    -moz-border-radius: 0 0 0 8px;
    -ms-border-radius: 0 0 0 8px;
    -o-border-radius: 0 0 0 8px;
    border-radius: 0 0 0 8px
}

    .message-count a {
        color: white;
        font-size: 12px;
        text-decoration: none;
        float: left;
        width: 100%;
        text-align: right;
        padding: 10px 15px 10px 35px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 70px\9
    }

ul.progress-bar {
    border: 1px solid #eaeaea;
    background-color: #b3edf9;
    background-image: url(/Images/Navigation/progressBar.png);
    background-repeat: repeat-x;
    height: 52px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    padding-left: 0px;
    margin-left: 0;
    line-height: 52px;
    height: 52px;
    padding: 0;
    margin: 0;
    color: white
}

    ul.progress-bar li {
        float: left;
        list-style: none;
        line-height: 52px;
        height: 52px;
        padding: 0;
        margin: 0;
        color: white
    }

        ul.progress-bar li.spacer {
            width: 26px
        }

            ul.progress-bar li.spacer.empty {
                width: 10px;
                background-color: #b3edf9;
                width: 10px;
                -webkit-border-radius: 10px 0px 0px 10px;
                border-radius: 10px 0px 0px 10px
            }

            ul.progress-bar li.spacer.previous {
                background: transparent url(/Images/Navigation/progress_completed_right.png) repeat-x left top;
                height: 62px
            }

            ul.progress-bar li.spacer.before-current {
                background-color: #b3edf9;
                background: #b3edf9 url(/Images/Navigation/progress_current_left.png) repeat-x left top;
                height: 62px;
                margin-top: -5px
            }

                ul.progress-bar li.spacer.before-current.first {
                    background: transparent url(/Images/Navigation/progress_current_first_left.png) repeat-x left top;
                    margin-left: -26px
                }

            ul.progress-bar li.spacer.after-current {
                background: transparent url(/Images/Navigation/progress_current_right.png) repeat-x left top;
                height: 62px;
                margin-top: -5px
            }

                ul.progress-bar li.spacer.after-current.last {
                    background: transparent url(/Images/Navigation/progress_current_last_right.png) repeat-x left top;
                    height: 62px;
                    margin-top: -5px
                }

            ul.progress-bar li.spacer.next {
                background: transparent url(/Images/Navigation/progress_next_right.png) repeat-x left top;
                height: 62px
            }

            ul.progress-bar li.spacer.last {
                background: transparent url(/Images/Navigation/progress_next_last_right.png) repeat-x left top;
                height: 62px
            }

        ul.progress-bar li.text {
            width: auto;
            padding-left: 10px;
            padding-right: 10px;
            font-size: 14px
        }

            ul.progress-bar li.text.previous {
                background: transparent url(/Images/Navigation/progress_completed_middle.png) repeat-x left top;
                height: 62px
            }

            ul.progress-bar li.text.current {
                background: transparent url(/Images/Navigation/progress_current_middle.png) repeat-x left top;
                height: 62px;
                margin-top: -5px;
                line-height: 62px
            }

            ul.progress-bar li.text.next {
                background: transparent url(/Images/Navigation/progress_next_middle.png) repeat-x left top;
                height: 62px;
                color: #212529
            }

table.portal {
    width: 100%;
    border-collapse: collapse
}

    table.portal.options-individual-savings-account td {
        text-align: center
    }

    table.portal.nominees {
        margin-bottom: 20px
    }

        table.portal.nominees td, table.portal.nominees th {
            text-overflow: ellipsis;
            white-space: nowrap;
            padding: 10px
        }

            table.portal.nominees td.nom-name, table.portal.nominees th.nom-name {
                width: 20%;
                overflow: hidden
            }

            table.portal.nominees td.nom-address, table.portal.nominees th.nom-address {
                width: 35%;
                overflow: hidden
            }

            table.portal.nominees td.nom-relationship, table.portal.nominees th.nom-relationship {
                overflow: hidden
            }

            table.portal.nominees td.nom-percentage, table.portal.nominees th.nom-percentage {
                border-right: 0
            }

            table.portal.nominees td.nom-actions, table.portal.nominees th.nom-actions {
                width: 5%;
                overflow: default;
                border-left: 0
            }

                table.portal.nominees td.nom-actions .cog-container, table.portal.nominees th.nom-actions .cog-container {
                    float: right;
                    margin: 3px 0
                }

        table.portal.nominees th {
            padding: 5px 10px
        }

        table.portal.nominees td {
            line-height: 22px
        }

            table.portal.nominees td.right-align {
                text-align: right
            }

        table.portal.nominees tfoot td {
            border: 1px solid #ddd
        }

            table.portal.nominees tfoot td.nom-percentage {
                border-right: 0
            }

            table.portal.nominees tfoot td.nom-actions {
                border-left: 0
            }

    table.portal th.plan-policy-number {
        width: 120px
    }

    table.portal th.plan-datetime {
        width: 120px
    }

    table.portal th.plan-category {
        width: auto
    }

    table.portal th.actions, table.portal td.actions {
        width: 30px;
        text-align: center;
        border-left: 0
    }

    table.portal th.date, table.portal td.date {
        width: 100px;
        text-align: center
    }

    table.portal th.term, table.portal td.term {
        width: 80px;
        text-align: center
    }

    table.portal th.status, table.portal td.status {
        width: auto;
        text-align: right;
        border-right: 0
    }

    table.portal th.plan-number, table.portal td.plan-number {
        width: 120px;
        text-align: center
    }

    table.portal th.reference, table.portal td.reference {
        width: 100px;
        text-align: center
    }

    table.portal th.money, table.portal td.money {
        width: 80px;
        text-align: center
    }

    table.portal td.product-term, table.portal th.product-term {
        width: 80px;
        text-align: center
    }

    table.portal td.single-joint, table.portal th.single-joint {
        width: 80px;
        text-align: center
    }

    table.portal td.car-details, table.portal th.car-details {
        width: 80px;
        text-align: center
    }

    table.portal td.driver-details, table.portal th.driver-details {
        width: 100px;
        text-align: right
    }

    table.portal th.value {
        width: 60px
    }

        table.portal th.value.payment {
            width: 120px
        }

        table.portal th.value.bool {
            white-space: nowrap;
            text-align: center
        }

        table.portal th.value.reference {
            text-align: center
        }

    table.portal th.view {
        width: 190px
    }

    table.portal span.submitted {
        color: #699f00
    }

    table.portal thead {
        /*border-bottom: 3px solid #008a9d;*/
        border-bottom: 3px solid #470054;
    }

        table.portal thead tr.product-heading {
            width: 100%;
            /*background-color: #008a9d;*/
            background-color: #470054;
        }

            table.portal thead tr.product-heading td {
                padding: 10px
            }

            table.portal thead tr.product-heading h2 {
                padding: 0;
                margin: 0;
                color: white;
                font-size: 22px
            }

        table.portal thead tr.product-columns th {
            vertical-align: top;
            font-size: 13px;
            font-weight: bold;
            -webkit-border-radius: 5px 5px 0 0;
            -moz-border-radius: 5px 5px 0 0;
            -ms-border-radius: 5px 5px 0 0;
            -o-border-radius: 5px 5px 0 0;
            border-radius: 5px 5px 0 0;
            /*font-family: "Montserrat", sans-serif;*/
            font-family: Grot10, Helvetica, Arial, sans-serif;
        }

    table.portal tbody tr:nth-child(odd), table.portal table.portal tbody tr:nth-child(odd) td {
        background-color: #f3f3f3
    }

    table.portal tbody tr td {
        border: 1px solid #ddd
    }

    table.portal tr th, table.portal tr td {
        padding: 5px;
        font-size: 12px
    }

        table.portal tr th.right, table.portal tr td.right {
            text-align: right
        }

    table.portal.products, table.portal .products {
        width: 100%
    }

tabel.padded-table {
    width: 100%;
    table-layout: fixed
}

    tabel.padded-table td {
        color: #444444 !important;
        vertical-align: top
    }

table.specified-items th.category {
    width: 15%
}

table.specified-items th.description {
    width: auto
}

table.specified-items th.value {
    width: 10%
}

table.specified-items th.cover-type {
    width: 23%
}

table.specified-items th.options {
    width: 20%
}

table.specified-items td.description {
    width: 50%;
    word-wrap: break-word
}

table.offences th.driver {
    width: 18%
}

table.offences th.date {
    width: 12%
}

table.offences th.code {
    width: auto
}

table.offences th.points {
    width: 15%
}

table.offences th.ban {
    width: 13%
}

table.offences th.fine {
    width: 9%;
    text-align: left
}

table.offences th.options {
    width: 9%
}

table.claims td.driver {
    width: 15%
}

table.claims th.date {
    width: 15%
}

table.claims th.type {
    width: 10%
}

table.claims th.claim {
    width: auto
}

table.claims th.details {
    width: 20%
}

table.claims th.cause {
    width: auto
}

table.claims th.status {
    width: 9%
}

table.claims th.amount {
    width: 9%
}

table.claims th.options {
    width: 9%
}

table.additional-drivers th.name {
    width: auto
}

table.additional-drivers th.relationship {
    width: auto
}

table.additional-drivers th.options {
    width: 20%
}

table.messaging tr th, table.messaging table.messaging tr td {
    padding: 8px;
    font-size: 15px
}

table.messaging td.status, table.messaging th.status {
    width: 70px
}

table.messaging td.subject, table.messaging th.subject {
    width: 120px
}

table.messaging td.date, table.messaging th.date {
    width: 25%;
    text-align: center !important
}

table.messaging td.action, table.messaging th.action {
    width: 120px
}

    table.messaging th.action.single {
        width: 90px
    }

    table.messaging th.action span {
        display: block;
        float: left;
        margin-right: 10px;
        margin-top: 7px;
        margin-left: 30px
    }

table.messaging tbody tr td div {
    width: 50% !important;
    float: left
}

table.messaging th.action div.tooltip {
    float: left !important
}

table.messaging tbody tr td span.smart-control.smart-checkbox {
    width: 100% !important
}

.cog-container {
    position: relative;
    padding-left: 4px
}

    .cog-container span.cog-icon {
        width: 16px;
        height: 16px;
        display: block;
        background: url("/images/icons/cog-sprite.png") no-repeat;
        background-position: 0 -16px
    }

    .cog-container.active {
        cursor: pointer
    }

        .cog-container.active span.cog-icon {
            background-position: 0 -16px
        }

        .cog-container.active .cog-menu {
            display: block;
            cursor: default
        }

    .cog-container.disabled span.cog-icon {
        background-position: 0 0
    }

    .cog-container .cog-menu {
        display: none;
        position: absolute;
        right: 20px;
        top: -6px;
        z-index: 100;
        padding-right: 4px
    }

        .cog-container .cog-menu .cog-triangle {
            display: block;
            position: absolute;
            top: 0;
            right: -2px;
            width: 0;
            height: 0;
            border-top: 13px solid transparent;
            border-bottom: 13px solid transparent;
            border-left: 6px solid #699f00
        }

        .cog-container .cog-menu .cog-menu-inner {
            -webkit-box-shadow: 0 0 10px #ccc;
            -moz-box-shadow: 0 0 10px #ccc;
            box-shadow: 0 0 10px #ccc;
            width: 175px;
            border-top: 0
        }

            .cog-container .cog-menu .cog-menu-inner h3 {
                background-color: #699f00;
                color: white;
                text-align: center;
                padding-top: 5px;
                padding-bottom: 5px;
                font-size: 11px;
                line-height: 27px;
                /*font-family: "Montserrat",sans-serif;*/
                font-family: PT Serif, Georgia, serif;
                font-weight: normal;
                text-transform: uppercase;
                padding: 0 5%;
                height: 27px;
            }

            .cog-container .cog-menu .cog-menu-inner ul {
                margin: 0;
                padding: 0;
                border: 1px solid #ccc;
                background-color: white
            }

                .cog-container .cog-menu .cog-menu-inner ul li {
                    display: block;
                    width: 100%;
                    list-style: none;
                    margin: 0;
                    padding: 0;
                    text-align: left;
                    padding: 0 5%
                }

                    .cog-container .cog-menu .cog-menu-inner ul li:hover {
                        background-image: url(/images/icons/arrow-green.png);
                        background-repeat: no-repeat;
                        background-position: 160px center
                    }

                    .cog-container .cog-menu .cog-menu-inner ul li a {
                        text-decoration: none !important;
                        padding: 5px 0;
                        display: block;
                        width: 160px;
                        border-bottom: 1px solid #ddd
                    }

                        .cog-container .cog-menu .cog-menu-inner ul li a:hover {
                            color: #699f00;
                            text-decoration: underline !important
                        }

.border3pxTop, .dialog-box .heading, .collapsing-box .heading, .collapsing-box .heading {
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    *width: 95%;
    *padding-left: 2.5%;
    *padding-right: 2.5%
}

h2#message-title {
    width: 100%;
    padding: 10px 2.5%;
    /*background: #008a9d;*/
    background: #470054;
    color: white;
    text-align: center;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0
}

#message-holder .message-row {
    padding: 15px;
    /*border-bottom: 1px solid #008a9d;*/
    border-bottom: 1px solid #470054;
}

    #message-holder .message-row.user {
        background: rgba(0,138,157,0.1)
    }

    #message-holder .message-row.unread {
        background: #eff5e5;
        background: rgba(105,159,0,0.1)
    }

        #message-holder .message-row.unread .message-to {
            font-weight: bold
        }

    #message-holder .message-row .message-to {
        width: 50%;
        text-align: left;
        display: inline-block;
        vertical-align: top;
        /*color: #008a9d;*/
        color: #470054;
        /*font-family: "Montserrat",sans-serif;*/
        font-family: PT Serif, Georgia, serif;
        line-height: 18px;
        min-height: 18px;
        *display: block;
        *float: left
    }

        #message-holder .message-row .message-to span {
            vertical-align: top;
            display: inline-block
        }

        #message-holder .message-row .message-to .message-icon-unread, #message-holder .message-row .message-to .message-icon-read {
            margin-top: 2px
        }

        #message-holder .message-row .message-to .message-icon-sent {
            margin-top: 3px
        }

    #message-holder .message-row .message-date {
        width: 49%;
        min-height: 18px;
        text-align: right;
        display: inline-block;
        vertical-align: top;
        font-size: 12px;
        line-height: 18px;
        color: #212529;
        /*font-family: "Montserrat",sans-serif;*/
        font-family: PT Serif, Georgia, serif;
        *display: block;
        *float: right
    }

        #message-holder .message-row .message-date .message-icon-unread, #message-holder .message-row .message-date .message-icon-read {
            line-height: 18px;
            height: 18px;
            margin-right: 5px
        }

    #message-holder .message-row .message-content {
        width: 100%;
        margin-top: 15px
    }

    #message-holder .message-row .message-action {
        display: inline-block;
        padding: 15px 0 0;
        width: 100%
    }

#message-inbox {
    /*border-top: 3px solid #008a9d;*/
    border-top: 3px solid #470054;
    margin-bottom: 15px
}

    #message-inbox .message-inbox-row {
        padding: 15px 10px;
        border-left: 1px solid #dddddd;
        border-right: 1px solid #dddddd;
        border-bottom: 1px solid #dddddd;
        height: auto;
    }

        #message-inbox .message-inbox-row:nth-child(odd) {
            background-color: #f3f3f3;
            border: 1px solid #dddddd;
            border-top: 0
        }

        #message-inbox .message-inbox-row:last-child {
            border-bottom: 1px solid #dddddd
        }

        #message-inbox .message-inbox-row .message-title {
            width: 50%;
            display: inline-block;
            vertical-align: top;
            height: 20px;
            line-height: 20px;
            *display: block;
            *float: left
        }

            #message-inbox .message-inbox-row .message-title .message-icon {
                vertical-align: top;
                margin-top: 4px
            }

            #message-inbox .message-inbox-row .message-title .message-icon-read {
                vertical-align: top;
                margin-top: 2px
            }

            #message-inbox .message-inbox-row .message-title a {
                text-decoration: none;
                font-size: 13px;
                color: #212529;
                height: 20px;
                vertical-align: top;
                display: inline-block
            }

        #message-inbox .message-inbox-row .message-date {
            width: 50%;
            display: inline-block;
            vertical-align: top;
            font-size: 13px;
            height: 20px;
            line-height: 20px;
            text-align: right;
            *display: block;
            *float: right;
            *width: 49%
        }

            #message-inbox .message-inbox-row .message-date .message-cog {
                float: right;
                margin-left: 10px
            }

                #message-inbox .message-inbox-row .message-date .message-cog span.cog-icon {
                    margin-top: 2px
                }

        #message-inbox .message-inbox-row .message-content {
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            height: auto;
            line-height: 15px;
            font-size: 12px;
            padding: 5px 0;
            *clear: both
        }

        #message-inbox .message-inbox-row.received .message-icon {
            width: 25px;
            height: 13px;
            background: url("/images/icons/read-message.png?v=5") no-repeat left center;
            display: inline-block
        }

        #message-inbox .message-inbox-row.received.unread {
            background: #eff5e5;
            background: rgba(105,159,0,0.1)
        }

            #message-inbox .message-inbox-row.received.unread .message-title {
                font-weight: bold
            }

            #message-inbox .message-inbox-row.received.unread .message-icon {
                width: 25px;
                height: 13px;
                background: url("/images/icons/new-message.png") no-repeat left center;
                display: inline-block
            }

        #message-inbox .message-inbox-row.sent .message-icon {
            width: 25px;
            height: 15px;
            background: url("/images/icons/sent-message.png?v=2") no-repeat left center;
            display: inline-block
        }

#message-pagination {
    background: white;
    padding: 5px 15px;
    text-align: center;
    color: #212529;
    line-height: 20px;
    margin: 15px 0 0
}

    #message-pagination a {
        /*color: #008a9d;*/
        color: #470054;
        text-decoration: none;
        width: 20px;
        height: 20px;
        line-height: 20px;
        display: inline-block;
        vertical-align: top;
        text-align: center
    }

        #message-pagination a.active {
            font-weight: bold;
            color: white;
            /*background: #008a9d;*/
            background: #470054;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px;
            border-radius: 4px
        }

            #message-pagination a.active:hover {
                text-decoration: none;
                color: white;
                cursor: default
            }

        #message-pagination a:hover {
            color: #699f00;
            text-decoration: underline
        }

    #message-pagination span {
        display: inline-block;
        vertical-align: top;
        text-align: center;
        font-size: 10px;
        line-height: 20px
    }

.message-icon-unread {
    width: 22px;
    height: 13px;
    background: url("/images/icons/new-message.png") no-repeat center center;
    display: inline-block
}

.message-icon-read {
    width: 22px;
    height: 13px;
    background: url("/images/icons/read-message.png?v=5") no-repeat center center;
    display: inline-block
}

.message-icon-sent {
    width: 13px;
    height: 13px;
    background: url("/images/icons/sent-message.png?v=7") no-repeat center center;
    display: inline-block
}

#announcement {
    border: 2px solid #b6086e;
    padding: 15px;
    margin: 0 0 20px;
    color: #b6086e;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px
}

    #announcement p {
        margin: 0 0 15px 0;
        color: #b6086e
    }

    #announcement a {
        color: #b6086e
    }

        #announcement a:hover {
            color: #9e075f
        }

#mmWrapper {
    float: left;
    width: 100%;
    clear: both;
    /*border-bottom: 2px solid #008a9d;*/
    border-bottom: 2px solid #470054;
    padding-bottom: 20px;
    margin-bottom: 20px
}

    #mmWrapper #mmLink {
        color: #212529;
        text-decoration: none;
        position: relative;
        float: left;
        display: block;
        padding: 8px 0
    }

        #mmWrapper #mmLink:after {
            content: " Click here";
            display: block;
            color: white;
            padding: 8px 30px 8px 30px;
            background-image: linear-gradient(top, #99C848 0%, #82AC3A 100%);
            background-image: -o-linear-gradient(top, #99C848 0%, #82AC3A 100%);
            background-image: -moz-linear-gradient(top, #99C848 0%, #82AC3A 100%);
            background-image: -webkit-linear-gradient(top, #99C848 0%, #82AC3A 100%);
            background-image: -ms-linear-gradient(top, #99C848 0%, #82AC3A 100%);
            background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #99C848), color-stop(1, #82AC3A));
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#99C848',EndColorStr='#82AC3A');
            outline: 0;
            position: absolute;
            left: 105%;
            width: 75px;
            text-align: center;
            top: 0;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            border-radius: 5px
        }

.mgm-noborder #mmWrapper {
    border: 0;
    padding: 0
}

.buttons-container #mmWrapper {
    float: left;
    width: auto;
    clear: left
}

    .buttons-container #mmWrapper #mmLink {
        /*color: #fa5c00;*/
        color: #00818A;
        font-weight: bold;
        text-decoration: none
    }

        .buttons-container #mmWrapper #mmLink:after {
            display: none
        }

        .buttons-container #mmWrapper #mmLink:hover {
            text-decoration: underline
        }

.additional-branding {
    float: right;
    height: 70px;
    width: 100px;
    margin-top: -7px
}

    .additional-branding img {
        max-width: 100%;
        max-height: 100%;
        display: block;
        float: right
    }

.eligible-image-container {
    background-image: -owg-linear-gradient(to bottom right, #34A3B9, #008194);
    background-image: -webkit-linear-gradient(to bottom right, #34A3B9, #008194);
    background-image: -moz-linear-gradient(to bottom right, #34A3B9, #008194);
    background-image: -o-linear-gradient(to bottom right, #34A3B9, #008194);
    background-image: linear-gradient(to bottom right, #34A3B9, #008194);
    position: relative;
    margin-bottom: 15px
}

.chequerboard {
    background-image: url("/images/chequerboard.png");
    background-repeat: repeat-x;
    background-size: auto 100%;
    height: 40px;
    width: 100%
}

    .chequerboard.top {
        position: absolute;
        top: 0;
        left: 0
    }

.accordion-content {
    display: none
}

.active-accordion .accordion-button img {
    transform: rotate(0deg) !important
}

.active-accordion .accordion-content {
    display: block
}

#sidebar .section.accordion-parent {
    padding: 0
}

    #sidebar .section.accordion-parent * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    #sidebar .section.accordion-parent .accordion-button {
        padding: 10px;
        cursor: pointer;
        width: 100%
    }

        #sidebar .section.accordion-parent .accordion-button img {
            width: 25px;
            height: 25px;
            float: left;
            margin-right: 5px;
            transition: all 0.5s;
            transform: rotate(-90deg)
        }

        #sidebar .section.accordion-parent .accordion-button h2 {
            padding: 0 !important;
            font-size: 16px;
            line-height: 25px;
            float: left;
            width: 215px;
            border: 0
        }

    #sidebar .section.accordion-parent .accordion-content {
        display: none;
        padding: 10px;
        width: 100%
    }

        #sidebar .section.accordion-parent .accordion-content ul li label {
            padding: 0 15px 0 0
        }

        #sidebar .section.accordion-parent .accordion-content ul li div {
            float: left;
            width: 100%
        }

        #sidebar .section.accordion-parent .accordion-content ul li .sidebar-label {
            /*font-family: "Montserrat",sans-serif;*/
            font-family: PT Serif, Georgia, serif;
            font-size: 16px;
            width: 100%
        }

        #sidebar .section.accordion-parent .accordion-content ul li span {
            float: left;
            display: block
        }

        #sidebar .section.accordion-parent .accordion-content ul li a span {
            width: auto
        }

        #sidebar .section.accordion-parent .accordion-content ul li.full div {
            margin: 0
        }

        #sidebar .section.accordion-parent .accordion-content a {
            float: right
        }

            #sidebar .section.accordion-parent .accordion-content a img {
                float: left;
                position: static
            }

            #sidebar .section.accordion-parent .accordion-content a span {
                float: left;
                width: auto;
                padding: 2px 5px
            }

            #sidebar .section.accordion-parent .accordion-content a:hover span {
                text-decoration: underline
            }

    #sidebar .section.accordion-parent.active-accordion .accordion-button img {
        transform: rotate(0deg) !important
    }

    #sidebar .section.accordion-parent.active-accordion .accordion-content {
        display: block
    }

.form-outline.accordion-parent {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    clear: left;
    float: left;
    width: 100%;
    /*border: 1px solid #008a9d;*/
    border: 1px solid #470054;
}

    .form-outline.accordion-parent .sub-heading.accordion-button {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        width: 100%;
        clear: left;
        padding: 10px;
        cursor: pointer
    }

        .form-outline.accordion-parent .sub-heading.accordion-button img {
            float: left;
            transition: all 0.5s;
            transform: rotate(-90deg)
        }

        .form-outline.accordion-parent .sub-heading.accordion-button h2 {
            float: left;
            background: none;
            /*color: #008a9d;*/
            color: #470054;
            font-weight: bold;
            border: 0
        }

    .form-outline.accordion-parent .content.accordion-content {
        padding: 10px
    }

        .form-outline.accordion-parent .content.accordion-content ul .form li label {
            font-weight: bold;
            width: 100%
        }

.pull-left {
    float: left !important
}

.pull-right {
    float: right !important
}

.smart-control.smart-radiobutton.extra-padding-side {
    padding: 10px 45px !important;
    margin-top: 0 !important;
    width: auto !important;
    height: auto !important;
    margin-bottom: 0 !important;
    /*border: 2px solid #fa5c00 !important;*/
    border: 2px solid #00818A !important;
    /*color: #fa5c00 !important;*/
    color: #00818A !important;
    background: white !important;
    /*font-family: "Montserrat",sans-serif;*/
    font-family: PT Serif, Georgia, serif;
    font-weight: bold;
    outline: 0
}

    .smart-control.smart-radiobutton.extra-padding-side:hover {
        color: white !important;
        /*background: #fa5c00 !important;*/
        background: #00818A !important;
    }

    .smart-control.smart-radiobutton.extra-padding-side.overrule-btn {
        width: 100% !important;
        padding: 10px !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .smart-control.smart-radiobutton.extra-padding-side.checked {
        color: white !important;
        /*border-color: #fa5c00 !important;*/
        border-color: #00818A !important;
        /*background: #fa5c00 !important;*/
        background: #00818A !important;
    }

    .smart-control.smart-radiobutton.extra-padding-side.margin-left {
        margin-left: 20px !important
    }

    .smart-control.smart-radiobutton.extra-padding-side.no-margin-left {
        margin-left: 0px !important
    }

label.long-label {
    max-width: 470px;
    max-width: calc(100% - 160px)
}

.product-header {
    /*color: #008a9d;*/
    color: #470054;
    font-weight: bold;
    text-align: right;
    font-size: 24px;
    margin-bottom: 5px
}

.breadcrumb .active {
    font-weight: bold;
    /*border-bottom: 2px solid #008a9d;*/
    border-bottom: 2px solid #470054;
    position: relative;
    margin-left: 10px
}

    .breadcrumb .active:before {
        width: 0;
        height: 0;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        /*border-left: 5px solid #008a9d;*/
        border-left: 5px solid #470054;
        display: block;
        position: absolute;
        content: " ";
        left: -10px;
        top: 4px
    }

.eligibility.carinsurance .form-outline, .eligibility.homeinsurance .form-outline, .declaration.regularsavings .form-outline, .eligibility.regularsavings .form-outline {
    width: 100%
}

.complete.carinsurance .form-outline, .complete.homeinsurance .form-outline, .complete.regularsavings .form-outline {
    width: 100%
}

.carinsurance #sidebar, .homeinsurance #sidebar, .regularsavings #sidebar, body #sidebar {
    float: left;
    width: 100%
}

    .carinsurance #sidebar .section, .homeinsurance #sidebar .section, .regularsavings #sidebar .section, body #sidebar .section {
        background: #f8f8f8;
        font-size: 16px
    }

        .carinsurance #sidebar .section.accordion-parent .accordion-button h2, .homeinsurance #sidebar .section.accordion-parent .accordion-button h2, .regularsavings #sidebar .section.accordion-parent .accordion-button h2, body #sidebar .section.accordion-parent .accordion-button h2 {
            width: auto
        }

.carinsurance #Editor_EntryPostcode_Container #Editor_EntryPostcode, .carinsurance #Editor_EntryPostcode_Container #addresslookup, .homeinsurance #Editor_EntryPostcode_Container #Editor_EntryPostcode, .homeinsurance #Editor_EntryPostcode_Container #addresslookup, .regularsavings #Editor_EntryPostcode_Container #Editor_EntryPostcode, .regularsavings #Editor_EntryPostcode_Container #addresslookup, body #Editor_EntryPostcode_Container #Editor_EntryPostcode, body #Editor_EntryPostcode_Container #addresslookup {
    float: left
}

.carinsurance #Editor_EntryPostcode_Container .ajax-icon, .homeinsurance #Editor_EntryPostcode_Container .ajax-icon, .regularsavings #Editor_EntryPostcode_Container .ajax-icon, body #Editor_EntryPostcode_Container .ajax-icon {
    position: absolute;
    right: 0;
    top: 0
}

.carinsurance #Editor_EntryPostcode_Container #addresslookup, .homeinsurance #Editor_EntryPostcode_Container #addresslookup, .regularsavings #Editor_EntryPostcode_Container #addresslookup, body #Editor_EntryPostcode_Container #addresslookup {
    margin-left: 20px
}

hr {
    border: 0;
    height: 1px;
    background: #fff;
    background: -moz-linear-gradient(left, #fff 0%, #ccc 35%, #ccc 65%, #fff 100%);
    background: -webkit-linear-gradient(left, #fff 0%, #ccc 35%, #ccc 65%, #fff 100%);
    background: linear-gradient(to right, #fff 0%, #ccc 35%, #ccc 65%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
    margin: 25px 0 25px;
    float: left;
    width: 100%;
    clear: both
}

.no-padding {
    padding: 0 !important
}

.no-margin {
    margin: 0 !important
}

.optimised-view a {
    width: 100%;
    clear: both;
    float: left;
    margin: 10px 0;
    text-align: center;
    background: #f3f3f3;
    /*border: 1px solid #008a9d;*/
    border: 1px solid #470054;
    text-decoration: none;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.carinsurance.quote .form-outline, .homeinsurance.quote .form-outline {
    width: 100%
}

h2.quote-includes-header {
    /*color: #008a9d;*/
    color: #470054;
    padding: 0;
    margin: 0
}

.quote-includes {
    list-style: none;
    padding: 0;
    margin: 0
}

    .quote-includes li {
        float: left;
        width: 100%
    }

        .quote-includes li span.title {
            font-weight: bold;
            float: left;
            display: block;
            width: 50%
        }

        .quote-includes li span.value {
            float: left;
            width: 50%;
            display: block
        }

            .quote-includes li span.value a.change {
                float: right
            }

input[type='submit'], input[type='button'] {
    /*background: #fa5c00;*/
    background: #00818A;
    height: 45px;
    /*font-weight: bold;*/
    font-size: 16px;
    /*font-family: "Montserrat",sans-serif;*/
    font-family: Grot10, Helvetica, Arial, sans-serif;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

    input[type='submit']:hover, input[type='button']:hover {
        /*background: #fa5c00;*/
        background: #00818A;
    }

.button {
    /*font-family: "Montserrat",sans-serif;*/
    font-family: Grot10, Helvetica, Arial, sans-serif;
    outline: 0
}

    .button.buy {
        height: 45px;
        font-size: 16px;
        line-height: 25px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

        .button.buy.pink {
            background: #b6086e;
            height: 45px;
            font-size: 16px;
            line-height: 25px;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -ms-border-radius: 0;
            -o-border-radius: 0;
            border-radius: 0;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box
        }

.new-quote .quote-options {
    width: 45%;
    float: left;
    text-align: center;
    margin-right: 5%
}

    .new-quote .quote-options .or-seperator {
        float: left;
        clear: both;
        padding: 10px;
        width: 100%;
        text-align: center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .new-quote .quote-options .quote-option {
        width: 100%;
        float: left;
        text-align: center;
        padding: 20px;
        border-radius: 5px;
        /*border: 1px solid #008a9d;*/
        border: 1px solid #470054;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

        .new-quote .quote-options .quote-option.extra-padding {
            padding: 40px 20px
        }

    .new-quote .quote-options.horizontal {
        width: 100%;
        margin: 0
    }

        .new-quote .quote-options.horizontal .quote-option {
            width: 47.5%
        }

        .new-quote .quote-options.horizontal .or-seperator {
            width: 5%;
            clear: none
        }

.new-quote .quote-includes-container {
    float: left;
    width: 50%
}

.new-quote .buy-save-box {
    width: 100%;
    float: left;
    clear: both;
    margin: 10px 0;
    padding: 0;
    background-color: #00183D;
    border-radius: 5px;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

    .new-quote .buy-save-box .left {
        width: 50%;
        float: left;
        text-align: left;
        color: white;
        font-size: 18px;
        line-height: 40px
    }

    .new-quote .buy-save-box .right {
        width: 50%;
        float: left;
        text-align: center
    }

.new-quote .edit-btn a span {
    padding-left: 3px
}

.quote-not-purchased {
    text-align: center;
    float: left;
    width: 100%;
    clear: both
}

    .quote-not-purchased p {
        color: #b6086e;
        font-size: 16px
    }

@media all and (max-width: 767px) {
    body {
        overflow-x: scroll;
        width: 100%;
        max-width: 768px;
        min-width: 320px
    }

        body .page {
            padding: 10px
        }

        body #header {
            border: 0;
            padding: 0;
            height: auto;
            float: left;
            width: 100%
        }

            body #header .header-left {
                padding-left: 0
            }

            body #header .header-right {
                padding-right: 0
            }

            body #header .page.carinsurance {
                padding: 20px;
                padding: 10px
            }

            body #header .optimised-view {
                float: left;
                width: 100%;
                clear: both;
                margin: 10px 0 0
            }

                body #header .optimised-view a {
                    margin: 0
                }

        body .form-outline {
            max-width: 100%;
            clear: both
        }

            body .form-outline div.sub-heading {
                float: left;
                width: 100%;
                clear: both
            }

            body .form-outline .singleindent, body .form-outline ul.form li p.singleindent, body .form-outline .form-outline p.singleindent {
                padding-left: 0
            }

        body ul.form li label {
            width: 100%;
            max-width: calc(100% - 30px);
            padding: 0 0 5px;
            min-height: 23px
        }

            body ul.form li label.smart-radiobutton {
                min-height: 0
            }

        body ul.form.confirmation li label {
            width: 100%;
            max-width: 100%
        }

        body ul.form li .option.full label {
            max-width: calc(100% - 35px);
            padding: 5px 0
        }

        body ul.form li.fluid.left.multiline-label > .field {
            clear: none
        }

        body div.option.full {
            position: relative
        }

        body ul.form div.field {
            width: 100%;
            margin: 0;
            clear: both
        }

        body #footer-bottom {
            min-width: 320px;
            clear: both
        }

        body #sidebar {
            width: 100%;
            clear: both;
            display: none
        }

        body select, body .autofind, body .autolist {
            width: 100%;
            max-width: 100%
        }

        body #footer-bottom {
            height: auto;
            float: left;
            width: 100%;
            padding: 15px 0;
            clear: both
        }

            body #footer-bottom ul.global-links {
                float: left;
                margin-top: 20px;
                width: 100%
            }

                body #footer-bottom ul.global-links li {
                    margin: 10px 0;
                    padding: 0;
                    text-align: center;
                    width: 100%;
                    max-width: 100%;
                    float: left;
                    clear: both
                }

                    body #footer-bottom ul.global-links li.no-margin {
                        margin: 10px 0 !important
                    }

            body #footer-bottom .copyright, body #footer-bottom .version {
                width: 100%;
                float: left;
                text-align: center;
                margin: 0 0 10px 0
            }

        body .breadcrumb {
            display: none !important
        }

        body .content-container {
            padding: 0 !important
        }

        body ul.form div.tooltip {
            position: absolute;
            right: 0;
            margin: 0;
            padding: 0;
            top: -3px
        }

        body .new-quote .quote-options, body .new-quote .quote-includes-container, body .new-quote .buy-save-box .left, body .new-quote .buy-save-box .right, body .new-quote .quote-options.horizontal .quote-option, body .new-quote .quote-options.horizontal .or-seperator {
            width: 100%;
            clear: both
        }

        body .new-quote .buy-save-box .left {
            text-align: center;
            line-height: 20px;
            margin-bottom: 20px
        }

        body .new-quote .button.buy.orange {
            width: 100%;
            margin: 0 0 20px
        }

        body .new-quote input[type="submit"] {
            width: 100%;
            clear: both
        }

        body input[type="submit"]#continue {
            width: 100%;
            clear: both;
            /*background: #fa5c00;*/
            background: #00818A;
            margin-bottom: 20px
        }

        body input[type="submit"].orange {
            /*background: #fa5c00;*/
            background: #00818A;
        }

        body .field.inline-block-child {
            padding: 0 !important;
            margin: 0 !important
        }

            body .field.inline-block-child .smart-control.smart-radiobutton.extra-padding-side.checked {
                width: 100% !important;
                padding: 10px 0 !important;
                margin: 0 0 15px !important;
                text-align: center;
                clear: both
            }

        body ul.quote-usp.car.clear-float {
            width: 100%
        }

            body ul.quote-usp.car.clear-float li {
                height: auto !important;
                width: 100% !important;
                margin: 0 0 20px !important
            }

        body .acceptterms {
            margin: 0
        }

        body #Editor_PaymentType_Container .payment-option {
            width: 100%
        }

        body .directdebit-image img {
            position: static
        }

    input[type="number"], input[type="email"], input[type="date"], input[type="text"], select, textarea, input[type="password"] {
        margin-bottom: 15px
    }

    .Display_Address_Container.form {
        margin-top: 15px;
        clear: both
    }

    ul.form li span.field-validation-error {
        margin-bottom: 20px
    }

    .navigation-container, .content-container.portal {
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }

        .navigation-container .navigation select, .content-container.portal .navigation select {
            width: 100%
        }

        .navigation-container .expanded-content, .content-container.portal .expanded-content {
            overflow: auto
        }

            .navigation-container .expanded-content table.products.portal, .content-container.portal .expanded-content table.products.portal {
                table-layout: auto
            }

                .navigation-container .expanded-content table.products.portal tr .product-columns th, .navigation-container .expanded-content table.products.portal tr td, .content-container.portal .expanded-content table.products.portal tr .product-columns th, .content-container.portal .expanded-content table.products.portal tr td {
                    padding: 10px;
                    font-size: 16px
                }

    .logon-message {
        display: none
    }
}

ul.consent li label {
    width: 400px !important;
}
