@charset "UTF-8";

.text-danger, body, html {
    width: 100%
}

.btn, .linkified {
    word-wrap: break-word
}

.B2B-Button, .B2B-Button:active, .B2B-Button:hover, .SideMenu-obj a, .SignIn a, .SignOut a, .myScotLogIn {
    text-decoration: none
}

.SingleSelectAnswer, .btn, .removeItemBtn {
    white-space: normal
}

body, html {
    margin: 0;
    padding: 0
}

body, ol > li {
    position: relative
}

body {
    background-color: #eaeaea;
    background-position: left !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    background-size: cover !important;
    transition: background .5s ease !important;
    min-height: 100%;
    color: #222;
    line-height: 1.5;
    font-size: 15px
}

p {
    padding: 5px 10px 0
}

label {
    font-weight: 600;
}

a {
    color: #1a0dab
}

    a:visited {
        color: #609
    }

h1, h2, h3, h4, h5 {
    padding: 10px
}

h1 {
    font-size: 1.4em
}

h3, h3 a, h3 a:link, h3 a:visited {
    color: #fafafa;
    margin: 0;
    text-align: left
}

h5, h6 {
    font-weight: 600;
    padding: 5px 10px
}

.nopadding {
    padding: 0 !important;
}

.LoginOr, h5 {
    font-size: 16px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

h3 {
    background: #0a3375;
    clear: left;
    font-size: 18px;
    padding: 15px
}

    h3 a:hover {
        color: #acacac
    }

    #productResultsWrapper h3, .AoH-list h3, .AoH-menuList h3, .FullPageColumn form h3, .FullPageColumn > h3, .HalfPageColumn > h3, .LeftColumn > h3, .RightColumn .col-lg-12 .TextArea, .RightColumn > .TextArea, .RightColumn > h3, .tasksBox h3, .timesBox, .timesBox h3, h3.AoH-listHead, .catalogueBanner h3 {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px
    }

    h3 .badge, h6 {
        font-size: 14px
    }

    h3 .badge {
        background: #5c7fb7;
        padding: 7px;
        margin-left: 5px
    }

input:required:invalid {
    outline: #810404 solid 1px
}

.required label:after {
    content: ' (required)' !important;
    font-weight: 400 !important;
    font-family: Arial;
    font-size: 13px;
    vertical-align: top;
    clear: left;
    color: #c00
}

.poweredbyText, strong {
    font-weight: 700
}

img {
    border: 0
}

.img-responsive {
    margin: 0 auto 5px
}

input[type=checkbox] {
    width: 17px;
    height: 17px;
    padding: 0;
    margin: 1px 0 !important
}

hr {
    clear: both;
    border-top: 1px solid #aaa;
    width: 96%;
    margin-left: 2%
}

ol {
    counter-reset: li;
    margin-left: 10px;
    padding-left: 0
}

    ol > li {
        margin: 0 0 6px 2em;
        padding: 4px 8px;
        list-style: none
    }

        ol > li:before {
            content: counter(li) ".";
            counter-increment: li;
            position: absolute;
            left: -22px;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            width: 2em;
            margin-right: 8px;
            text-align: center;
            font-weight: 600
        }

.errordetails {
    margin: 10px 2%;
    float: left;
    width: 96%
}

.MainContent {
    height: auto !important;
    height: 100%;
    margin: 0 auto;
    padding: 0
}

    .MainContent > .container {
        background: #EEF2F4;
        padding: 10px 10px 315px;
    }

    .MainContentHome .container {
        margin-left: auto;
        margin-right: auto;
        height: 100%
    }

.B2B-homeContainer {
    width: 80%;
    padding-top: 10%
}

    .B2B-homeContainer h2 {
        font-family: 'Fjalla One',sans-serif;
        color: #2f2f2d;
        font-size: 66px
    }

    .B2B-homeContainer h3 {
        margin: 0 0 40px
    }

.B2B-Button {
    -moz-box-shadow: inset 0 1px 0 0 #e184f3;
    -webkit-box-shadow: inset 0 1px 0 0 #e184f3;
    box-shadow: inset 0 1px 0 0 #e184f3;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(.05,#c123de),color-stop(1,#a20dbd));
    background: -moz-linear-gradient(top,#c123de 5%,#a20dbd 100%);
    background: -webkit-linear-gradient(top,#c123de 5%,#a20dbd 100%);
    background: -o-linear-gradient(top,#c123de 5%,#a20dbd 100%);
    background: -ms-linear-gradient(top,#c123de 5%,#a20dbd 100%);
    background: linear-gradient(to bottom,#c123de 5%,#a20dbd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c123de',endColorstr='#a20dbd',GradientType=0);
    background-color: #c123de;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #a511c0;
    display: inline-block;
    cursor: pointer;
    color: #fff !important;
    font-size: 18px;
    padding: 14px 50px;
    margin: 0 15px
}

    .B2B-Button:hover {
        background: -webkit-gradient(linear,left top,left bottom,color-stop(.05,#a20dbd),color-stop(1,#c123de));
        background: -moz-linear-gradient(top,#a20dbd 5%,#c123de 100%);
        background: -webkit-linear-gradient(top,#a20dbd 5%,#c123de 100%);
        background: -o-linear-gradient(top,#a20dbd 5%,#c123de 100%);
        background: -ms-linear-gradient(top,#a20dbd 5%,#c123de 100%);
        background: linear-gradient(to bottom,#a20dbd 5%,#c123de 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a20dbd',endColorstr='#c123de',GradientType=0);
        background-color: #a20dbd
    }

    .B2B-Button:active {
        position: relative;
        top: 1px
    }

.poweredbyText {
    bottom: 185px;
    position: absolute;
    width: 98%;
    text-align: right;
    color: #fff;
    font-size: 18px
}

#HeaderTagline, #socialLoginList, #socialRegistrationList, .HomepageBanner h2, .SignIn, .SignOut, .SwapDDInputButton p, .errorMessages, th {
    text-align: center
}

.hp-facebook {
    background-image: url(../../Images/hp-facebook.png)
}

.hp-twitter {
    background-image: url(../../Images/hp-twitter.png)
}

.hp-linkedin {
    background-image: url(../../Images/hp-linkedin.png)
}

.hp-windows {
    background-image: url(../../Images/hp-windows.png)
}

.myScotLogIn {
    font-size: 18px !important;
    width: 90%;
    height: 47px;
    border: none
}

.myscotmyaccountimg {
    float: right;
    height: 41px;
    margin-right: 16px
}

table {
    width: 98% !important;
    padding: 5px;
    margin: 3px 1%
}

.errorMessages, th {
    padding: 10px;
    font-weight: 600
}

th {
    background: #ddd
}

.ErrorText {
    background-color: #b8000b
}

.errorMessages {
    display: inline-block;
    background-color: #ffd737;
    clear: left;
    font-size: 15px;
    margin: 0 0 10px;
    width: 100%;
    float: left;
    border-radius: 5px
}

.container-fluid {
    padding: 0
}

.HeaderContainer {
    width: 100%;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px
}

    .HeaderContainer h2 {
        padding: 6px 10px;
        float: left;
        margin: 0;
        color: #333;
        font-weight: 600;
        font-size: 24px
    }

.btn-primary, .btn-primary a, a.btn .btn-primary, a.btn-primary:visited {
    color: #fff;
    display: block;
    text-align: center
}

    .btn-primary[disabled] {
        background-color: #500ba7;
        border: 0
    }

.DoubleButtonHeader, .NoButtonHeader, .SingleButtonHeader, .TripleButtonHeader {
    float: left;
    font-size: 22px;
    min-height: 40px;
    border-bottom: 3px solid #777;
    margin-top: 5px
}

.NoButtonHeader {
    width: 100%
}

.SingleButtonHeader {
    width: 1044px
}

.DoubleButtonHeader {
    width: 948px
}

.TripleButtonHeader {
    width: 926px
}

.FullPageColumn {
    float: left;
    width: 100%;
    margin: 0 0 50px
}

.HalfPageColumn {
    float: left;
    width: 560px;
    margin: 0 5px
}

.LeftColumn {
    float: left;
    width: 860px;
    margin-bottom: 10px
}

.RightColumn {
    float: right;
    width: 240px
}

    .RightColumn img {
        max-width: 98%;
        margin: 0 auto;
        display: block
    }

    .RightColumn .col-md-12 {
        margin: 0;
        padding: 0;
        clear: left;
        float: left;
        width: 100%
    }

.HalfPageColumn {
    margin-bottom: 30px
}

.TextArea {
    float: left;
    width: 100%;
    margin-bottom: 12px;
    background-color: #fff !important;
    padding: 10px 5px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    position: relative
}

.TextArea-semitrans {
    background-color: rgba(255,255,255,.75);
    float: left;
    width: 100%;
    border-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 0;
}

.btn-primary {
    background-color: #390874;
    padding: 15px 20px;
    border: 1px solid #510da5;
    transition: all .22s;
    box-shadow: 0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08)
}

    .btn-primary:active, .btn-primary:focus, .btn-primary:hover {
        background-color: #510da5;
        border: 1px solid #390874;
        transform: translateY(-2px);
        box-shadow: 0 7px 14px rgba(50,50,93,.1),0 3px 6px rgba(0,0,0,.08)
    }

.btn btn-primary:disabled {
    cursor: not-allowed;
    opacity: .65;
    color: #652579
}

.btn-default, a .btn-default {
    background-color: #6f39af;
    color: #fff !important;
    transition: all .22s;
    box-shadow: 0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08);
    padding: 10px 12px
}

    .btn-default:active, .btn-default:focus, .btn-default:hover, a.btn-default:focus, a.btn-default:hover {
        background: #8545d1;
        color: #fff;
        transform: translateY(-2px);
        box-shadow: 0 7px 14px rgba(50,50,93,.1),0 3px 6px rgba(0,0,0,.08)
    }

.btn-lg {
    font-size: 16px
}

.HeaderButton {
    width: 60px;
    height: 60px;
    margin: 5px 18px;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    background-color: #510da5;
    -moz-transition: all .22s;
    -o-transition: all .22s;
    -webkit-transition: all .22s;
    transition: all .22s;
    float: left
}

.SwapDDInputButton, .SwapDDInputButton:hover {
    -moz-transition: background-color .2s;
    -o-transition: background-color .2s;
    -webkit-transition: background-color .2s
}

.SwapDDInputButton {
    width: 110px;
    height: 60px;
    margin: 0 -3px 5px;
    border-radius: 17px;
    -moz-border-radius: 17px;
    -webkit-border-radius: 17px;
    background-color: #e61972;
    transition: background-color .2s;
    float: right
}

    .SwapDDInputButton p {
        color: #fff;
        font-weight: 600;
        margin-top: 2px
    }

    .SwapDDInputButton:hover {
        background-color: #c60358;
        cursor: pointer;
        transition: background-color .2s
    }

.HeaderButton:hover, .SideMenu-btn {
    -moz-transition: background-color .2s;
    -o-transition: background-color .2s;
    -webkit-transition: background-color .2s
}

.HeaderButton:hover {
    background-color: #390874;
    cursor: pointer;
    transition: background-color .2s;
    transform: translateY(-2px)
}

.BackPageButton {
    background-image: url(../../Images/go-back.png)
}

.HomePageButton {
    background-image: url(../../Images/home_icon.png)
}

.ContactPageButton {
    background-image: url(../../Images/call-for-help.png)
}

    .BackPageButton a, .ContactPageButton a, .HomePageButton a {
        filter: alpha(opacity=0);
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
        opacity: 0;
        padding: 20px 30px;
        margin: 0;
        height: 60px;
        width: 65px;
        float: left
    }

.ForwardPageButton {
    background-image: url(../../Images/go-forward.png);
    text-indent: -9999999999px;
    border: 0;
    float: right
}

.HelpButton {
    background-image: url(../../Images/Help.png)
}

.container-fluid > .navbar-header {
    margin: 0
}

.navbar {
    margin: 0;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,.26);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.26);
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.26)
}

.navbar-brand {
    height: auto;
    padding: 5px 0 5px 15px;
    max-height: 60px
}

    .navbar-brand a {
        float: left
    }

.navbar-header h1 {
    text-indent: -99999px;
    width: 0;
    float: left;
    margin: 0;
    padding: 0
}

.navbar-header .MainLogo {
    float: left;
    margin: 2px 5px;
    cursor: pointer;
    max-height: 46px
}

    .navbar-header .MainLogo img {
        max-height: 45px;
        max-width: 100%
    }

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 20px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-nav > li > a {
    float: left;
    width: 100%
}

.navbar li img {
    padding: 5px 10px;
    float: left
}

.navbar li span {
    display: none
}

.navbar form {
    float: left
}

.navbar-header.header-offset {
    margin-left: 15%
}

.SignIn, .SignOut {
    float: right;
    width: 90px;
    height: 60px;
    margin: 0;
    background: #390874;
    font-size: 14px
}

    .SignIn:hover, .SignOut:hover {
        background: #510da5
    }

    .SignIn a, .SignOut a {
        color: #fff !important;
        display: block;
        line-height: 60px !important;
        padding: 0 !important
    }

.MainNav5 {
    padding: 10px 5px;
    height: 60px
}

.MainNavBasket img {
    float: left
}

span#BasketQty, span#GoalQty {
    float: left;
    clear: none;
    margin: 10px 0 0;
    font-size: 18px;
    font-weight: 700;
    color: #510da5
}

#HeaderTagline {
    margin: 7px 10px;
    float: left;
    font-weight: 700;
    color: #7d2484;
    max-width: 340px
}

.HomepageBanner, .homeContFull, .toggle-image {
    height: 100%;
    width: 100%
}

    #Help h4, .HomepageBanner h2 {
        margin: 0;
        color: #222
    }

.HelpContent p, .HelpLinks, .notification .assessrisk {
    text-align: left
}

.selectedUserBanner {
    text-align: center;
    width: 380px;
    background-color: #9fc6f6;
    color: #000;
    padding: 2px 0;
    float: left;
    position: relative
}

    .selectedUserBanner .btn, .selectedUserBanner .btn:visited {
        padding: 5px 6px;
        margin-top: 7px;
        color: #fff
    }

    .selectedUserBanner .col-md-5 {
        padding-top: 5px
    }

    .selectedUserBanner .col-md-4 {
        padding: 5px 0
    }

    .selectedUserBanner .col-md-6, .selectedUserBanner .col-md-8 {
        padding: 0
    }

    .selectedUserBanner .profileImage {
        float: left;
        height: 40px;
        width: 40px;
        border-radius: 40px;
        padding: 5px 0;
        text-align: center;
        font-weight: 700;
        font-size: 18px;
        margin: 8px 0
    }

    .selectedUserBanner span {
        padding: 1px 0 5px;
        word-break: break-word;
        font-size: 13.5px
    }

        .selectedUserBanner span.name {
            margin-top: 10px;
            padding: 7px 0 5px 7px;
            font-size: 14px;
            text-align: left;
            word-wrap: break-word;
            font-weight: 600
        }

@keyframes slideInFromTop {
    0% {
        transform: translateY(-100%)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes slideInFromBottom {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-100%)
    }
}

@keyframes slideInFromRight {
    0% {
        transform: translateX(100%)
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes delayedFadeIn {
    0% {
        opacity: 0;
    }

    98% {
        opacity: 1;
    }
}

.confirmEmailBar {
    padding: 5px !important;
    margin: 0;
    animation: slideInFromTop 0.5s ease-in;
    display: none;
}

    .confirmEmailBar p {
        margin-bottom: 0;
    }

    .confirmEmailBar .btn {
        padding: 5px;
    }

    .altHome {
        font-size: 18px;
    }

    .altHome .container {
        background: #fff;
        min-height: 1200px;
        padding: 0;
    }

    .altHome h3 {
        font-size: 22px;
        padding: 15px 10px;
    }

    .altHome .no-bg {
        background: none !important;
        color: #222 !important;
        font-weight: 600;
    }

    .altHome .img-responsive {
        margin-bottom: 0;
    }

    .altHome .col-md-5 {
        padding: 0;
        box-shadow: 0 2px 5px rgba(0,0,0,.26);
        -moz-box-shadow: 0 2px 5px rgba(0,0,0,.26);
        -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.26);
    }

    .altHome #areas {
        padding-top: 25px;
    }

        .altHome #areas .feature {
            box-shadow: 0 2px 5px rgba(0,0,0,.26) !important;
            -moz-box-shadow: 0 2px 5px rgba(0,0,0,.26) !important;
            -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.26) !important;
        }

    .altHome .container .row {
        margin: 0;
        padding: 20px 30px;
    }

    .altHome .container .ahrow1 {
        background-color: #ffffff;
    }

    .altHome .container .ahrow2 {
        background-color: #F0F0F0;
    }

    .altHome .container .ahrow3 {
        background-color: #E9E9E9;
    }

    .altHome .container .ahrow4 {
        background-color: #f5f5f5;
        margin-bottom: 200px;
    }

    .altHome .btn-alt {
        background: #086A75;
        color: #fff;
        padding: 20px;
        font-size: 1em;
        transition: all .22s;
    }

        .altHome .btn-alt:hover {
            background: #027a88;
            transform: translateY(-2px);
            box-shadow: 0 7px 14px rgba(50,50,93,.1),0 3px 6px rgba(0,0,0,.08);
        }

    .altHome .ahrow1 .col-xs-12, .altHome .ahrow2 .col-xs-12, .altHome .ahrow3 .col-xs-12 {
        padding: 0;
    }

#loading {
    position: absolute;
    top: 60px;
    left: 0;
    padding-top: 8px;
    height: 8px;
    width: 100%;
    background-color: #e71973;
    animation: preloader-background linear 3.5s infinite;
    z-index: 100;
}

    #loading::before,
    #loading::after {
        display: block;
        position: absolute;
        top: 0;
        z-index: 10000;
        width: 100%;
        height: 8px;
        background-color: #e71973;
        animation: preloader-front linear 3.5s infinite;
        content: " ";
    }

    #loading::before {
        right: 50%;
    }

    #loading::after {
        left: 50%;
    }

@keyframes preloader-background {
    0%, 24.9% {
        background-color: #e71973;
    }

    25%, 49.9% {
        background-color: #662583;
    }

    50%, 74.9% {
        background-color: #a20dbd;
    }

    75%, 100% {
        background-color: #6f39af;
    }
}

@keyframes preloader-front {
    0% {
        width: 0;
        background-color: #662583;
    }

    24.9% {
        width: 50%;
        background-color: #662583;
    }

    25% {
        width: 0;
        background-color: #a20dbd;
    }

    49.9% {
        width: 50%;
        background-color: #a20dbd;
    }

    50% {
        width: 0;
        background-color: #6f39af;
    }

    74.9% {
        width: 50%;
        background-color: #6f39af;
    }

    75% {
        width: 0%;
        background-color: #e71973;
    }

    100% {
        width: 50%;
        background-color: #e71973;
    }
}

@media(max-width:1457px) and (min-width:1401px) {
    #HeaderTagline {
        max-width: 100% !important
    }
}

@media(max-width:1400px) and (min-width:1221px) {
    #HeaderTagline {
        display: none !important
    }
}

.HomepageBanner, .MainContent {
    min-height: 100%
}

    .HomepageBanner h2, .altHome h2 {
        font-weight: 600;
        text-shadow: 2px 2px 4px #fff;
        vertical-align: middle
    }

.homeContFull {
    float: left;
    position: relative;
    background: rgba(255,255,255,.5);
    min-height: 900px;
    padding-bottom: 50px
}

    .homeContFull .row {
        display: table;
        table-layout: fixed;
        width: 100%
    }

        .homeContFull .row > div {
            display: table-cell !important;
            float: none !important;
            vertical-align: middle !important
        }

            .homeContFull .row > div .img-rounded {
                padding: 10px 5px
            }

.background-image {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.toggle-image {
    position: absolute;
    top: 0;
    left: 0;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    opacity: 1;
    z-index: -1
}

.first-image {
    background: url(../../Images/NorthLanBG1.jpg) center top/cover no-repeat fixed rgba(0,0,0,0);
    z-index: -3;
    opacity: 0
}

.second-image {
    background: url(../../Images/NorthLanBG2.jpg) center top/cover no-repeat fixed rgba(0,0,0,0);
    z-index: -2;
    opacity: 0
}

.third-image {
    background: url(../../Images/NorthLanBG3.jpg) center top/cover no-repeat fixed rgba(0,0,0,0);
    z-index: -1;
    opacity: 0
}

#Help h3, #Help h4, div#Help {
    background: #fff;
    color: #222
}

.toggle-image.show {
    filter: alpha(opacity=100);
    opacity: 1 !important;
    z-index: 0
}

.loadassessoverlay, .loadassessoverlay:hover, .loadlifecurveoverlay, .loadlifecurveoverlay:hover {
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#444444',endColorstr='#444444')
}

div#Help {
    width: 100%;
    clear: both;
    overflow: hidden;
    position: relative;
    box-shadow: 0 5px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: 0 5px 0 rgba(0,0,0,.2);
    border-top: 1px solid #111
}

#Help h3 {
    margin: 0;
    padding: 10px;
    font-weight: 300;
    background: #eee;
    text-align: left
}

#Help h3, .questionProgressHeader > p, .timesBox h3 {
    text-transform: uppercase
}

#Help h3 {
    padding: 10px;
    width: 100%;
    font-weight: 700
}

#HelpClose a {
    color: #222;
    display: block;
    width: 75px;
    height: 20px
}

.HelpContent {
    float: left;
    width: 70%;
    padding: 0 10px 10px;
    margin: 5px 0;
    vertical-align: top
}

    .HelpContent p {
        clear: left;
        padding: 5px 0
    }

    .HelpContent .col-md-10 {
        padding: 5px 0
    }

.HelpLinks {
    width: 25%;
    margin: 0;
    float: left
}

.AccountSummary, .AssessmentNumbers span, .LoginOr, .appList-obj p, .infopage-card .cardaction, .infopage-card h5, div#HelpClose {
    text-align: center
}

.HelpLinks img {
    float: left;
    width: 45px;
    clear: left
}

.HelpContact, .HelpFAQ {
    margin: 0 0 10px;
    float: left;
    width: 100%
}

.HelpText {
    float: left;
    height: 45px;
    width: 75%;
    margin-left: 8px;
    padding-top: 12px;
    line-height: 16px
}

div#HelpClose {
    background-color: #c62e23;
    width: 50px;
    height: 45px;
    padding: 8px;
    position: relative;
    float: right;
    display: block;
    top: -45px;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    font-family: Arial,sans-serif;
    cursor: pointer
}

    div#HelpClose:hover {
        background-color: #ff3232
    }

.helpBox {
    background-color: #fff;
    border: 3px solid #000
}

.ActivitiesHelpMobile {
    display: none
}

.AppList, .appList-obj {
    display: inline-block;
    float: left
}

.AppList {
    width: 100%;
    height: 100%;
    padding: 5px 5px 0;
    margin: 0;
    background: rgba(255,255,255,.5)
}

.appList-obj {
    width: 80px
}

.AppList .appList-obj {
    margin: 5px 2px;
    padding: 0;
    width: 100px
}

.appList-obj p {
    font-weight: 600;
    width: 100%;
    height: 60px;
    line-height: 16px;
    padding: 5px 0;
    margin: 0
}

    .appList-obj p a {
        color: #111
    }

.appList-icon {
    background-color: #50aad3;
    border: 3px solid #fff;
    box-shadow: 4px 4px 10px -2px rgba(0,0,0,.5);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 66px;
    margin: 7px 17%;
    outline: #777 solid 1px;
    overflow: hidden;
    padding: 0;
    -moz-transition: border-radius .5s ease 0;
    -o-transition: border-radius .5s ease 0;
    -webkit-transition: border-radius .5s ease 0;
    transition: border-radius .5s ease 0;
    width: 66px
}

    .appList-icon:hover {
        border: 3px solid #390874;
        cursor: pointer
    }

.FullPageColumn > .featuredAppSection {
    background: none
}

.featuredAppSection {
    border: 0;
    margin: 0;
    float: left;
    width: 100%;
    padding: 15px 0;
    background: #fff;
    background: rgba(255,255,255,.5)
}

    .featuredAppSection .appList-obj {
        background: #efefef;
        margin: 10px 1%;
        padding: 0;
        width: 23%
    }

.FullPageColumn .featuredAppSection .appList-obj {
    width: 18%
}

.featuredAppSection .appList-icon, .featuredAppSection .appList-icon:hover {
    width: 100%;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    height: 100%;
    padding: 0;
    margin: 0
}

    .featuredAppSection .appList-icon img {
        margin: 0;
        padding: 0;
        width: 100%;
        max-height: 200px !important
    }

.SideMenu {
    width: 100%
}

.SideMenu-obj {
    float: right;
    height: 130px;
    margin: 10px;
    width: 100px;
    padding: 0
}

    .SideMenu-obj a, .SideMenu-obj p {
        text-align: center;
        line-height: 14px;
        padding: 3px 0;
        color: #000
    }

    .SideMenu-obj input {
        position: relative;
        top: -5px;
        border: 0
    }

    .SideMenu-obj p input[value] {
        padding-top: 90px;
        background: 0 0;
        margin-top: 5px;
        top: -95px;
        width: 80px
    }

    .SideMenu-obj a {
        display: block;
        line-height: 14px;
        margin-top: -95px;
        padding-top: 95px
    }

.SideMenu-btn {
    background-color: #66c;
    height: 80px;
    margin-bottom: 5px;
    width: 80px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    transition: background-color .2s ease 0;
    transition: background-color .2s;
    border: none;
    background-size: contain;
    margin-left: 10px
}

    .SideMenu-btn:hover {
        background-color: #44f;
        cursor: pointer;
        -moz-transition: background-color .2s;
        -o-transition: background-color .2s;
        -webkit-transition: background-color .2s;
        transition: background-color .2s
    }

.SideMenu-Call {
    background-image: url(../../Images/call-for-help.png)
}

.SideMenu-Email {
    background-image: url(../../Images/EmailBlue.png)
}

.SideMenu-Print {
    background-image: url(../../Images/print-this.png)
}

.SideMenu-Printer {
    background-image: url(../../Images/PrintBlue.png)
}

.SideMenu-Back {
    background-image: url(../../Images/BackBlue.png)
}

.SideMenu-Edit {
    background-image: url(../../Images/EditBlue.png)
}

.SideMenu-ManageLogins {
    background-image: url(../../Images/ManageLogins.png)
}

.SideMenu-EditUsers {
    background-image: url(../../Images/EditUsersBlue.png)
}

.SideMenu-Save {
    background-image: url(../../Images/SaveBlue.png)
}

.SideMenu-SaveDetails {
    background-image: url(../../Images/SaveDetailsBlue.png)
}

.SideMenu-Orders {
    background-image: url(../../Images/OrdersBlue.png)
}

.SideMenu-Data {
    background-image: url(../../Images/DataBlue.png)
}

.SideMenu-GDPR {
    background-image: url(../../Images/GDPRBlue.png)
}

.SideMenu-Basket {
    background-image: url(../../Images/BasketBlue.png)
}

.SideMenu-Add {
    background-image: url(../../Images/NewBlue.png)
}

.SideMenu-Contact {
    background-image: url(../../Images/ContactBlue.png)
}

.SideMenu-Submit {
    background-image: url(../../Images/SubmitBlue.png)
}

.SideMenu-Account {
    background-image: url(../../Images/AccountBlue.png)
}

.SideMenu-Password {
    background-image: url(../../Images/PassBlue.png);
    margin-top: 50px !important
}

.SideMenu-SetPassword {
    background-image: url(../../Images/SetPassBlue.png)
}

.SideMenu-Friends {
    background-image: url(../../Images/friends-btn.png)
}

.SideMenu-obj .starredItem {
    padding: 10px;
    height: 90px;
    width: 100px;
    float: right;
    margin: 0
}

.sideBarNav, .sideBarNav input, .sideBarNav p a {
    height: 40px;
    width: 100%
}

.SideMenu-Password, .SideMenu-SaveDetails {
    position: fixed;
    width: 220px
}

.SideMenu-obj .starredItem span {
    margin: 10px 20% 0
}

.sideBarNav:hover {
    background-color: #510da5
}

.sideBarNav {
    background-color: #390874;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 0 0 10px;
    box-shadow: 3px 3px 0 rgba(0,0,0,.2);
    float: left
}

    .sideBarNav p {
        margin: 0;
        padding: 0
    }

        .sideBarNav p a {
            color: transparent;
            display: block;
            text-indent: -10000px
        }

    .sideBarNav input {
        background: 0 0;
        border: none;
        text-indent: -9999px
    }

    .sideBarNav .SideMenu-myAccount {
        background-color: #fff;
        border: 1px solid #000080
    }

div#SideMenu-myAccount-ChangePassword {
    background: url(../../Images/myaccount-changepassword.png) 0 2px no-repeat #0a3375
}

div#SideMenu-myAccount-FAQs {
    background: url(../../Images/myaccount-faqs.png) 0 2px no-repeat #0a3375
}

div#SideMenu-myAccount-Support {
    background: url(../../Images/myaccount-support.png) 0 2px no-repeat #0a3375
}

div#SideMenu-myAccount-Portal {
    background: url(../../Images/myaccount-manage.png) 0 2px no-repeat #0a3375
}

.myaccountOptions {
    float: left;
    width: 100%
}

    .myaccountOptions h5 {
        font-weight: 700;
        text-align: center
    }

.myPlan-Printer, .noprint {
    display: none
}

    .noprint > input {
        background-color: #e6007e;
        border: 0;
        box-shadow: 3px 3px 0 rgba(0,0,0,.3);
        color: #fff;
        padding: 8px 38px;
        position: fixed;
        right: 50px;
        top: 30px;
        z-index: 1000
    }

.AccountSummary > h3, .modal-header {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.noprint > input:hover {
    background-color: #b41157
}

.SideMenu-Pinned {
    background-image: url(../../Images/pinned-it.png)
}

.LoginOr {
    font-weight: 600
}

.AccountSummary {
    float: left;
    font-size: 21px;
    height: 210px;
    margin: 0 1%;
    width: 48%;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 3px 3px 0 rgba(0,0,0,.2)
}

.AssessmentStarted {
    background: url(../../Images/assessmentstartedbg.png) left bottom no-repeat rgba(255,255,255,1)
}

.FriendsandFamily {
    background: url(../../Images/fafbg.png) left bottom no-repeat rgba(255,255,255,1)
}

.AssessmentNumbers {
    width: 100%
}

    .AssessmentNumbers a {
        color: #000;
        font-size: 17px;
        padding: 0
    }

    .AssessmentNumbers span {
        color: #000;
        float: left;
        font-size: 90px;
        font-weight: 700;
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100px
    }

.Catalogue-ProductItems p, .Results-HomeAdaptations > p {
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
    position: relative
}

.modal.notification a {
    color: #609
}

.modal.notification .btn-primary {
    color: #fff
}

.modal.notification h3 {
    float: left;
    width: auto
}

.modal.notification .modal-dialog {
    width: 60%;
    cursor: default
}

.modal.notification .modal-body {
    cursor: default
}

.modal-header {
    background-color: #0a3375
}

.modal.notification span.pull-right {
    background-color: #4a6ab3;
    padding: 12px;
    color: #fff
}

.notification .carousel-control {
    background: #fff;
    width: 5%
}

.notification .modal-header {
    position: absolute;
    top: 0;
    z-index: 1
}

.notification .carousel-inner {
    width: 90%;
    margin-left: 5%;
    margin-top: 40px
}

.modal.notification .row {
    margin-bottom: 0
}

.modal.notification .media {
    border: 1px solid #aaa;
    padding: 10px 5px
}

    .modal.notification .media h6 {
        font-size: 18px
    }

#hiddenbox {
    height: 275px;
    overflow-y: auto
}

    #hiddenbox img {
        max-width: 80px;
        height: auto
    }

.ProdGroupsTitleIcon {
    margin-right: 10px;
    height: 35px
}

.ProdGroupsContainer {
    width: 100%;
    float: left;
    margin-right: 10px
}

ul.ProductsGroup {
    margin: 0;
    height: 100%;
    padding: 5px;
    width: 100%;
    float: left;
    background: #fff
}

.Catalogue-ProductItems {
    width: 49%;
    margin: .5%;
    background: #fff;
    height: 115px;
    list-style-type: none;
    float: left;
    overflow: hidden;
    box-sizing: border-box;
    color: #222
}

.Catalogue-ProductList > ul, .Results-HomeAdaptations > ul {
    margin-left: -60px
}

.Catalogue-ProductItems a:hover {
    border: 1px solid #aaa;
    box-sizing: border-box
}

.Catalogue-ProductItems a:visited p {
    color: #609
}

.Catalogue-ProductItems a {
    height: 100%;
    width: 85%;
    margin-top: 0;
    text-decoration: none;
    color: #fff;
    border: 1px solid transparent;
    float: left
}

.Catalogue-ProductItems p {
    padding: 0 5px;
    float: left;
    width: 235px;
    color: #111;
    margin-top: 5px;
    display: block
}

.Catalogue-ProductItems .tt {
    margin-top: 0;
    float: right
}

.Results-HomeAdaptations {
    float: left;
    overflow: hidden;
    width: 100%;
    list-style-type: none;
    border-bottom: 2px dotted #aaa
}

    .Results-HomeAdaptations > p {
        float: left;
        padding: 6px 0 0;
        width: 220px
    }

        .Results-HomeAdaptations > p > a {
            color: #000;
            font-weight: 500
        }

.infopage-column h3 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.infopage-column h5 {
    font-weight: 600
}

.infopage-column h6 {
    font-size: 16px;
    padding: 5px 10px;
    margin: 0;
    font-weight: 500
}

.infopage-productimg {
    width: 90%;
    margin: 5px 5%;
    float: left;
    height: auto
}

    .infopage-productimg img {
        max-width: 100%
    }

.infopage-card {
    background: #fff;
    padding: 0;
    border: 1px solid #ccc;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.21);
    border-radius: 2px;
    margin-bottom: 10px;
    min-height: 90px;
    float: left
}

.candocannotdoendButton, .feature {
    -moz-box-shadow: 5px 5px 0 rgba(0,0,0,.35)
}

.infopage-card .col-md-12 img, .infopage-card > img {
    width: auto;
    max-width: 90%;
    margin: 5px auto;
    display: block;
    max-height: 120px
}

.infopage-card .img-circle {
    margin: 0 auto 5px;
    display: block
}

.infopage-card input {
    margin: 5px 0;
    padding: 10px;
    width: 100%;
    min-width: 100%
}

.infopage-card .col-sm-3 input {
    padding: 5px;
    width: 100%
}

.cardaction {
    padding: 0 5px 10px
}

.infopage-card .cardaction {
    background: #ddd;
    width: 100%;
    margin: 10px 0 0;
    bottom: 0;
    position: relative;
    clear: both;
    float: left;
    border: 0
}

    .infopage-card .cardaction address {
        float: right;
        width: 80%;
        padding: 5px;
        margin-bottom: 0
    }

    .infopage-card .cardaction a, .infopage-card .cardaction p {
        color: #333;
        display: block;
        width: 100%;
        padding: 10px;
        font-weight: 500;
        margin: 0
    }

.infopage-cardicon, .infopage-cardicon + a, .infopage-cardicon + span {
    padding: 0 !important;
    display: inline-block !important;
    width: auto !important
}

    .infopage-cardicon + a, .infopage-cardicon + span {
        margin-top: 10px !important;
        margin-left: 10px !important
    }

div.col-md-6.infopage-card {
    margin: 1%;
    width: 48%
}

    div.col-md-6.infopage-card:nth-child(odd) {
        clear: left
    }

div.col-md-4.infopage-card {
    width: 30%;
    margin-left: 3.33%;
    margin-right: 0;
    min-height: 190px
}

    div.col-md-4.infopage-card .cardaction {
        position: absolute !important
    }

.infopage-card.basket div {
    min-height: 0;
    margin: 0;
    padding: 0 5px
}

.infopage-card .btn .btn-default {
    min-width: 0
}

.QtyUpdateBox {
    padding: 3px !important
}

.adddeliverynote {
    cursor: pointer;
    color: #1a0dab;
    margin: 5px 0
}

    .adddeliverynote:active, .adddeliverynote:focus, .adddeliverynote:hover {
        text-decoration: underline
    }

.deliverynote {
    padding: 5px !important
}

.basket label {
    margin: 0
}

.candocannotdoendButton {
    background-image: url(../../Images/candocannotdoend.png);
    background-size: contain;
    display: block;
    width: 195px;
    height: 200px;
    text-indent: -99999px;
    margin: -30px 0 0;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    -webkit-box-shadow: 5px 5px 0 rgba(0,0,0,.35);
    box-shadow: 5px 5px 0 rgba(0,0,0,.35)
}

.taskBoxImg, .taskBoxImg img {
    width: 150px
}

.ActivitiesTop {
    height: 140px;
    clear: both
}

.tasksBox {
    margin: 5px auto 25px;
    min-height: 190px;
    background-color: #fff;
    max-width: 550px;
    position: relative;
    -webkit-box-shadow: 4px 4px 10px -2px rgba(0,0,0,.2);
    -moz-box-shadow: 4px 4px 10px -2px rgba(0,0,0,.2);
    box-shadow: 4px 4px 10px -2px rgba(0,0,0,.2);
    border-radius: 10px
}

    .tasksBox label {
        margin: 0
    }

    .tasksBox em:hover {
        display: block
    }

.taskInput {
    float: right;
    margin: 0;
    padding: 0
}

    .taskInput label {
        font-size: 23px;
        font-weight: 300
    }

    .taskInput p {
        display: inline
    }

.taskBoxImg {
    border-right: 2px solid #ddd;
    height: 150px;
    overflow: hidden;
    float: left
}

    .taskBoxImg em {
        top: 49px;
        position: absolute;
        padding: 5px 10px;
        border: 1px solid #ddd;
        width: 150px;
        height: 150px;
        margin: 0;
        background: rgba(255,255,255,.7)
    }

.buttContainer {
    float: right;
    font-size: 18px;
    margin: 5px 0 35px;
    position: relative;
    width: 350px
}

.continuebutton {
    border: none;
    background-color: transparent;
    background-image: url(../../Images/NextCDTS.png);
    height: 60px;
    width: 220px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    margin-top: 10px;
    text-indent: -9999px
}

.timesBox, .timesBox img {
    background-color: #fff;
    position: relative;
    float: left
}

.continuebutton:hover {
    background-image: url(../../Images/NextCDTS_Hover.png)
}

.timesBox {
    width: 360px;
    margin: 0 5px 30px;
    height: 270px;
    box-shadow: 4px 4px 10px -2px rgba(0,0,0,.2);
    border-radius: 10px
}

    .timesBox img {
        height: 60px;
        width: 60px;
        overflow: hidden;
        border: 1px solid #808080;
        margin-top: 35px
    }

    .timesBox h3, div.timeBoxValue {
        position: absolute;
        text-align: center
    }

    .timesBox h3 {
        background: #0a3375;
        color: #fff;
        float: right;
        font-size: 16px;
        height: 35px;
        line-height: 30px;
        margin: 0 auto;
        padding: 0 5px;
        width: 100%
    }

img.timesTutorial {
    width: auto;
    height: 100%;
    margin: 0 auto;
    border-radius: 10px;
    display: block;
    float: none
}

.timesBox:first-of-type {
    box-shadow: none
}

.timeBoxContent canvas {
    clear: right;
    float: left;
    height: 160px !important;
    width: 160px !important;
    margin: 50px 0 5px 30px
}

div.timeBoxValue {
    background-color: transparent;
    bottom: -5px;
    clear: left;
    float: right;
    margin: 0;
    width: 100%
}

.resultsTabContainer, p.timescaleContext {
    float: left;
    width: 100%
}

div.timeBoxValue p {
    font-size: 18px
}

div.timeBoxValue label {
    margin: 0
}

div.timeBoxValue span {
    font-weight: 600
}

p.timescaleContext {
    position: relative;
    margin: 0;
    font-weight: 900;
    font-style: italic
}

    p.timescaleContext label.Recently {
        color: #e21fd8
    }

    p.timescaleContext label.WhileAgo {
        color: #aa2794
    }

    p.timescaleContext label.LongTime {
        color: #652579
    }

.resultsContainer {
    clear: both;
    display: block;
    min-height: 200px
}

.resultsWrapper {
    width: 100%;
    display: inline-block;
    margin: 0 0 50px;
    background: rgba(255,255,255,.75);
    min-height: 250px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top: 0
}

    .resultsWrapper h3, .resultsWrapper h3.selected {
        padding: 15px 10px
    }

        .resultsWrapper h3.selected {
            background-color: #0a3375 !important
        }

.resultsTabButton, .resultsTabButtongrey {
    background-color: #eee;
    display: table-cell;
    font-size: 1em;
    font-weight: 500;
    height: 70px;
    line-height: 60px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    transition: background-color .2s ease 0;
    margin-top: 37px;
    border-left: 1px solid #ddd;
    border-top: 1px solid #888 !important;
    width: auto;
    float: none
}

.resultsTabContainer > .resultsTabButton {
    margin: 0
}

.resultsTabButton:hover {
    background-color: #d6cfcf;
    -moz-transition: background-color .2s;
    -o-transition: background-color .2s;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
    cursor: pointer
}

.resultsTabButton p, .resultsTabButtongrey p {
    padding: 0;
    margin: 0;
    text-align: center;
    font-weight: 700;
    font-size: .9em;
    display: inline-block;
    vertical-align: middle;
    line-height: normal
}

.resultsTabButtongrey p {
    color: #b3b3b3 !important
}

.ResultsGroup {
    width: 98%;
    float: left;
    padding: 0;
    margin: 10px 1% 0;
    display: inline-block
}

.ResultsTitle h5 {
    padding-left: 15px;
    margin: 0;
    width: 100%;
    float: left;
    clear: left;
    border: 1px solid #808080;
    color: #000
}

.ResultsGroup p a {
    width: 100%;
    margin: 0;
    padding: 0
}

.Catalogue-ProductImage {
    width: 80px;
    height: 80px;
    float: left;
    margin: 5px;
    padding: 0
}

    .Catalogue-ProductImage .productImg {
        max-width: 80px;
        max-height: 80px;
        margin: 0;
        padding: 0
    }

.ResultsGroup .productGroupVerified {
    float: right;
    margin: -45px 0 0 !important;
    padding: 0;
    position: relative
}

.TextArea.ResultsGoal > p {
    float: left;
    padding: 5px;
    width: 55%
}

.ResultsTitle h6 {
    color: #333;
    clear: left;
    margin: 3px 10px;
    padding: 3px 0;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #acacac;
    width: 260px
}

.DragContainer, .SingleSelectAnswer:nth-child(odd), .question .col-md-4:nth-child(3n+4) {
    clear: both
}

.FooterDiv {
    /*position: absolute;
    bottom: 0;*/
    width: 100%;
    min-height: 150px;
    background-color: #f5f5f5;
    padding: 10px 0;
    float: left;
}

    .FooterDiv a {
        color: #000
    }

    .FooterDiv .col-md-4 {
        margin: 0;
        padding-top: 5px
    }

    .FooterDiv img {
        margin: 0 auto;
        max-height: 140px
    }

    .FooterDiv ul {
        list-style-type: none
    }

    .FooterDiv li {
        padding: 5px 10px 0 0
    }

.VANLMap {
    display: block
}

.VANLList {
    display: none
}

.rulerBottom, .rulerTop {
    background-color: rgba(0,0,0,.5)
}

.DragContainer {
    width: 888px;
    height: 100%;
    margin: 20px 0 0 11%;
    padding: 0;
    float: left
}

.panel-group ul {
    padding: 0 0 0 30px
}

.LifeCurveStart {
    display: block;
    margin: 0 auto;
    max-width: 100%
}

.LCAdditional {
    width: 100%;
    float: left
}

    .LCAdditional .col-md-2, .LCAdditional .col-md-8 {
        float: left;
        padding: 5px
    }

        .LCAdditional .col-md-2 label {
            margin: 0;
            background: #e9e9e9;
            white-space: normal;
            width: 100%;
            font-weight: 500;
            font-size: 16px;
            float: left
        }

        .LCAdditional .col-md-2:nth-last-child(-2n+2) label span {
            padding-left: 5px
        }

        .LCAdditional .col-md-2 label span {
            color: #222;
            width: 100%;
            display: block;
            padding: 20px 0 20px 15px;
            border: 2px solid #e9e9e9
        }

            .LCAdditional .col-md-2 label span:hover {
                text-decoration: none;
                font-style: normal;
                border: 2px solid #328dc6
            }

    .LCAdditional .row {
        margin: 5px 0;
        padding: 0;
        float: left;
        width: 100%
    }

    .LCAdditional select {
        width: 100%;
        padding: 10px;
        border: 1px solid #888
    }

    .LCAdditional label input {
        visibility: hidden;
        position: absolute
    }

    .LCAdditional input:checked + span {
        border: 2px solid #328dc6 !important;
        display: block;
        float: left;
        background: url(../../Images/selectedResponse.png) top right no-repeat #fff
    }

.skipbutton {
    margin-top: 40px;
    margin-right: 20px
}

.col-md-5 .continuebutton, .skipbutton {
    float: right
}

.taskInput input {
    float: left
}

    .taskInput input[type=radio] {
        visibility: hidden;
        position: absolute
    }

.taskInput .CanDoUnaided, .taskInput .CannotDoUnaided {
    float: left;
    margin: 0 5px;
    padding: 15px 10px
}

.taskInput label span {
    visibility: hidden;
    position: absolute
}

.taskInput .CanDoUnaided input[type=radio] + label, .taskInput .CanDoUnaided input[type=radio]:checked + label, .taskInput .CannotDoUnaided input[type=radio] + label, .taskInput .CannotDoUnaided input[type=radio]:checked + label {
    background-size: cover;
    width: 120px;
    height: 120px;
    float: left;
    border-radius: 10px;
    cursor: pointer
}

.taskInput .CanDoUnaided input[type=radio] + label {
    background-image: url(../../Images/check_unchecked.png);
    border: 1px solid #888
}

.taskInput .CanDoUnaided input[type=radio]:checked + label {
    background-image: url(../../Images/check_checked.png) !important;
    border: 1px solid transparent
}

.taskInput .CanDoUnaided input[type=radio]:hover + label {
    background-image: url(../../Images/check_hover.png);
    border: 1px solid #479c6b
}

.taskInput .CannotDoUnaided input[type=radio] + label {
    background-image: url(../../Images/cross_unchecked.png);
    border: 1px solid #888
}

.taskInput .CannotDoUnaided input[type=radio]:checked + label {
    background-image: url(../../Images/cross_checked.png) !important;
    border: 1px solid transparent
}

.taskInput .CannotDoUnaided input[type=radio]:hover + label {
    background-image: url(../../Images/cross_hover.png);
    border: 1px solid #50529c
}

.form-control select {
    border: 1px solid #f00
}

.form-control {
    color: #222
}

.g-recaptcha {
    margin-top: 10px
}

.questionAnswered, .questionCurrent, .questionSkipped, .questionUnanswered {
    font-weight: 700;
    text-align: center;
    margin-right: 4px;
    font-size: 16px;
    color: #fff
}

.questionAnswered {
    background-color: #46ca3c;
    border: 1px solid #19723d
}

.questionCurrent {
    background-color: #3c90e6;
    border: 1px solid #2064a9
}

.questionUnanswered {
    background-color: #686868;
    border: none
}

.questionSkipped {
    background-color: #d40023;
    border: 1px solid #610a15
}

.QuestionsDropdown {
    background: #0a3375;
    width: 100%;
    padding: 10px;
    display: none
}

    .QuestionsDropdown span {
        color: #fff;
        font-weight: 600
    }

    .QuestionsDropdown select {
        width: 80px;
        float: right
    }

.questionProgressHeader > p {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin: 8px 0 0 15px;
    position: absolute
}

.questionProgressHeader > span {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    float: right;
    margin: 11px 30px 0 0
}

.questionProgressHeader > ul {
    margin-left: 116px;
    height: 40px;
    overflow: hidden;
    width: 430px;
    display: block;
    padding-top: 10px
}

div.questionProgressHeader ul li {
    float: left;
    list-style-type: none;
    padding-bottom: 10px;
    margin: 0
}

    div.questionProgressHeader ul li input {
        border-radius: 15px;
        max-height: 30px;
        max-width: 30px;
        height: 30px;
        width: 30px;
        padding: 0
    }

.question {
    padding: 8px
}

    .question .qimage {
        width: 30%;
        float: right;
        position: relative;
        max-height: 100%
    }

    .question h3 {
        font-size: 22px;
        font-weight: 700;
        line-height: 32px;
        background: #fff !important;
        color: #000;
        text-transform: none
    }

        .question h3 a {
            color: #2067b0 !important
        }

    .question li {
        border: 1px solid transparent
    }

    .question .col-md-4 {
        padding: 0;
        width: 190px
    }

.AnswerTextImageWrapper {
    width: 188px;
    min-height: 81px;
    background: #fff !important
}

    .AnswerTextImageWrapper label {
        float: left;
        width: 100%;
        min-height: 70px;
        margin-top: 3px !important
    }

.SingleSelectAnswer {
    font-weight: 500;
    min-height: 81px;
    width: 290px;
    font-size: 18px
}

.availableResponse, .selectedResponse {
    width: 100%;
    font-size: 18px;
    word-wrap: normal;
    white-space: pre-wrap;
    float: left
}

.selectedResponse {
    background: url(../../Images/selectedResponse.png) top right no-repeat #fff;
    border: 2px solid #5c94d4;
    min-height: 80px;
    padding: 5px 40px 5px 15px
}

.availableResponse {
    background: #e9e9e9;
    border: 1px solid #acacac;
    min-height: 80px !important;
    color: #222;
    padding: 5px 15px
}

    .availableResponse:hover {
        border: 1px solid #222
    }

    .availableResponse:active, .availableResponse:focus, .selectedResponse:active, .selectedResponse:focus {
        background: #5c94d4
    }

.AnswerImageWrapper, .AnswerImageWrapperSelected {
    height: 280px;
    float: left;
    width: 188px;
    padding: 0;
    margin: 0;
    background: #fff;
    position: relative
}

.question li img {
    width: 100%;
    max-height: 200px;
    position: absolute;
    top: 0;
    left: 0
}

.AnswerImageWrapperSelected input, .question .AnswerImageWrapper input {
    border: 1px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    height: 280px;
    max-height: 280px;
    z-index: 2;
    background: 0 0;
    text-indent: -10000px
}

.AnswerImageWrapperSelected {
    border: 4px solid #5c94d4
}

    .AnswerImageWrapperSelected .selectedimg {
        width: 23px !important;
        position: absolute;
        z-index: 2;
        margin: 0 0 0 160px !important;
        float: right
    }

.question ul, .question ul li {
    float: left;
    position: relative
}

.AnswerImageWrapper label, .AnswerImageWrapperSelected label {
    width: 100%;
    min-height: 70px;
    position: absolute;
    bottom: 0;
    left: 0;
    cursor: pointer
}

.AnswerImageWrapper {
    border: 1px solid #ddd
}

    .AnswerImageWrapper:hover {
        border: 1px solid #222
    }

.AnswerImageAvailable {
    width: 100%;
    background: #fff;
    padding: 0;
    white-space: normal;
    text-wrap: normal;
    font-weight: 500;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 200px;
    border: 1px solid #acacac
}

input.AnswerImageAvailable.availableResponse, input.AnswerImageSelected.selectedResponse {
    max-height: 250px !important;
    background: 0 0;
    text-indent: 0
}

.AnswerImageSelected {
    width: 100%;
    background: #fff;
    padding: 7px;
    white-space: normal;
    vertical-align: top;
    position: relative;
    box-sizing: border-box;
    margin: 0;
    max-height: 200px;
    border: 0
}

.question ul {
    margin: 0;
    padding: 0;
    width: 70%;
    display: flex;
    flex-wrap: wrap
}

    .question ul li {
        display: block;
        margin: 4px 2px
    }

        .question ul li label {
            display: block;
            background-color: #5c94d4;
            color: #fff;
            font-weight: 700;
            text-align: center;
            padding: 3px;
            max-width: 188px;
            margin: 0
        }

.questionContainer {
    display: block;
    width: 100%;
    min-height: 200px;
    background-color: #fff;
    padding-bottom: 8px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 20px
}

#releaseAnswer, #releaseAnswer-503 {
    font-size: 40px;
    font-weight: 400;
    padding: 60px 6px 0 0;
    text-align: right;
    float: left
}

.question dial {
    display: none
}

#releaseAnswer {
    border: none;
    width: 140px
}

#releaseAnswer-503 {
    border: none;
    width: 155px
}

.question canvas {
    float: left
}

.unit {
    font-size: 26px;
    font-weight: 200
}

#releaseImperial {
    border: none;
    font-size: 40px;
    width: 205px;
    float: left;
    font-weight: 400;
    padding: 60px 0 0 6px
}

.questionContainer .questionProgressHeader {
    background-color: #0a3375;
    display: block;
    height: 70px;
    padding-top: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

div.timeBoxContent input.minus {
    margin: 117px 0 0 -113px;
    position: absolute
}

div.timeBoxContent input.plus {
    margin: 117px 0 0 -71px;
    position: absolute
}

div.question input#minus {
    margin: 87px 0 0 -139px !important;
    position: absolute
}

div.question input#plus {
    margin: 87px 0 0 -87px !important;
    position: absolute
}

#minus, #plus, input.minus, input.plus {
    border: none;
    text-indent: -99999px;
    height: 35px;
    width: 35px;
    position: relative
}

#minus, input.minus {
    background: url(../../images/minus.png) no-repeat
}

#plus, input.plus {
    background: url(../../images/plus.png) no-repeat
}

#model_Answer {
    display: none
}

.AddToBasketButton, .nextquestion, .previousquestion {
    border: none;
    color: #fff;
    display: block
}

.nextquestion {
    padding: 12px 60px 10px 10px;
    text-transform: uppercase;
    font-weight: 700;
    width: 280px;
    margin: 10px 10px 15px;
    background: url(../../images/forwardarrow.png) 240px 15px no-repeat #510da5;
    float: right;
    border-radius: 5px;
    clear: right;
}

    .nextquestion:hover,.previousquestion:hover  {
        background-color: #390874
    }

.previousquestion {
    padding: 12px 0px 10px 55px;
    text-transform: uppercase;
    font-weight: 700;
    width: 280px;
    margin: 10px 10px 15px;
    background: url(../../images/backarrow.png) 20px 15px no-repeat #510da5;
    float: left;
    border-radius: 5px;
    clear: both;
}



.AddToBasketButton {
    width: 100%;
    max-width: 200px;
    height: 45px;
    background: url(../../images/basket.png) 160px 9px no-repeat #510da5;
    text-align: left;
    border-radius: 5px;
    padding: 10px;
    margin: 10px auto
}

    .AddToBasketButton:hover {
        background: url(../../images/basket.png) 160px 9px no-repeat #390874
    }

.InstructionsDocumentsUL {
    padding: 8px;
    margin: 0 0 10px;
    clear: both;
    float: left
}

.InstructionsDocumentsLI {
    background: url(../../images/documenticon.png) no-repeat;
    display: inline-block;
    min-height: 40px;
    width: 260px;
    margin: 5px 5px 5px 10px;
    padding: 0 0 10px 35px;
    float: left
}

@font-face {
    font-family: ElegantIcons;
    src: url(../../fonts/ElegantIcons.eot);
    src: url(../../fonts/ElegantIcons.eot#iefix) format("embedded-opentype"),url(../../fonts/ElegantIcons.woff) format("woff"),url(../../fonts/ElegantIcons.ttf) format("truetype"),url(../../fonts/ElegantIcons.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: ADLIcons;
    src: url(../../fonts/ADL_Icons.woff);
    src: url(../../fonts/ADL_Icons.woff) format("woff"),url(../../fonts/ADL_Icons.ttf) format("truetype"),url(../../fonts/ADL_Icons.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

.tt-star:before {
    content: "A"
}

[class*=" tt-"]:before, [class^=tt-]:before, [data-icon]:before {
    font-family: ADLIcons !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.grid-item, .supplierAppSection .col-md-12 > div {
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.4)
}

[data-icon]:before {
    content: attr(data-icon)
}

.tt {
    cursor: pointer;
    line-height: 1em;
    float: right;
    padding: 4px;
    z-index: 1000;
    font-size: 20px !important
}

.tt-hover {
    -moz-opacity: .7;
    opacity: .7
}

.tiny-toggle {
    display: none
}

img {
    vertical-align: middle
}

.logo {
    top: 55px;
    left: 30px;
    position: absolute
}

.layer.title {
    color: #fff;
    position: relative;
    background-color: #652579;
    padding: 10px 30px;
    text-align: center;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    width: 100%
}

.AoH-menuList #collapseTwo h3 {
    display: none !important;
}

#productResultsWrapper, .AoH-menuList {
    float: left;
    border-radius: 10px;
    background: #fff
}

.childAreaSelect {
    padding-bottom: 20px
}

    .childAreaSelect div:nth-child(3n+1) {
        clear: left
    }

    .childAreaSelect a {
        height: 100%;
        width: 100%;
        padding: 5px
    }

.appBanner {
    display: none;
    float: left;
    background: #ddd;
    width: 100%;
    bottom: 0;
    color: #E5147F;
    font-size: 22px;
    padding-top: 10px;
    box-shadow: 0 2px 5px rgba(0,0,0,.26);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.26);
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.26);
    text-align: center;
    animation: .5s ease-out 0s 1 delayedFadeIn;
}

    .appBanner a:hover {
        text-decoration: none;
    }

    .appBanner .btn-link {
        color: #444;
    }

    .appBanner .appimage {
        margin-bottom: 0;
        padding-bottom: 0;
        position: absolute;
        top: -67px;
        left: 0;
    }

    .appBanner .btn-primary {
        display: inline-block;
    }

    .appBanner .appoptions {
        width: 180px;
    }

@media(min-width:760px) and (max-width:1119px) {
    .modal-dialog {
        width: 500px
    }

    .modal.notification .modal-dialog {
        width: 90%
    }
}

.AoH-lists p, .LookUp p, a.supplierName {
    vertical-align: middle
}

@media(max-width:766px) {
    .modal.notification .modal-dialog {
        width: 98%;
        margin-top: 10px
    }

    .notification .assessrisk {
        font-size: 14px
    }

    .notification .carousel-inner {
        width: 96%;
        margin-left: 2%
    }

    .modal.notification .modal-body {
        padding: 0
    }

    .modal.notification .btn {
        width: 100%;
        margin: 0 0 2px
    }

    .modal.notification h5 {
        margin-bottom: 0
    }

    .modal .alert {
        padding: 5px
    }
}

.alert .glyphicon {
    font-size: 30px;
    color: #333;
    margin: 0 2px;
}

.alert-warning {
    background-color: #FFE58C
}

#productResultsWrapper {
    width: 100%
}

.AoH-menuList {
    margin: 0 10px 40px 0;
    width: 280px;
    height: 100%
}

ul.AoH-lists, ul.AoH-lists > li {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0
}

    ul.AoH-lists > li {
        list-style-type: none;
        display: block;
        height: 100%;
        border-bottom: 1px dashed #aaa;
        font-weight: 600;
        background: #fff
    }

        ul.AoH-lists > li:hover {
            background: #ddd
        }

.AoH-lists p {
    margin: 0;
    padding: 0 10px;
    line-height: 1em;
    display: table-cell;
    text-align: left;
    height: 40px;
    text-indent: 0;
    float: none !important
}

.Suppliers .AoH-lists p {
    height: 50px;
    float: none
}

.AoH-lists.Suppliers li.selected {
    border: 1px solid #333;
    border-left: 0;
    background: #eee;
    margin-bottom: 1px
}

.category-icon, .category-icon img {
    height: 40px;
    margin: 0
}

.AoH-lists.Suppliers li.selected .category-icon {
    background: #510da5
}

.category-icon {
    float: left;
    padding: 0;
    display: block;
    clear: both
}

.Suppliers .category-icon {
    background: #8545d1;
    width: 20%;
    height: 50px
}

    .Suppliers .category-icon img {
        padding: 0;
        margin: 10px auto !important;
        display: block;
        float: none;
        max-height: 30px;
        max-width: 40px;
        width: auto
    }

ul.AoH-parent-list {
    margin: 0;
    padding: 0
}

    ul.AoH-parent-list > li {
        font-weight: 600;
        border: 1px solid transparent;
        border-bottom: 2px dotted #ccc
    }

        ul.AoH-parent-list > li:last-of-type {
            border: 0
        }

        ul.AoH-parent-list > li a {
            display: block;
            text-indent: 0;
            float: left;
            width: 100%
        }

div.Results-ProductGroup {
    min-width: 400px;
    margin: 0;
    float: left
}

div.ResultsLeft {
    width: 60%
}

.AoH-searchBox {
    color: #000;
    padding: 0 10px;
    float: left;
    width: 100%;
    margin: 0;
    font-size: 14px;
    letter-spacing: normal
}

    .AoH-searchBox strong {
        padding: 20px 10px;
        float: left
    }

    .AoH-searchBox input#model_SearchTerm {
        width: 80%;
        float: left;
        border: 1px solid #999
    }

@media(max-width:933px) and (min-width:0) {
    .AoH-searchBox input#model_SearchTerm {
        width: 65%
    }
}

.resultsHeader {
    background: #0a3375;
    width: 100%;
    float: left;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

h3.AoH-productgroups, h3.AoH-selfhelp {
    line-height: 34px;
    font-weight: 600;
    float: left;
    background: 0 0
}

    h3.AoH-productgroups span, h3.AoH-selfhelp span {
        margin: 0 10px 0 0;
        padding: 0;
        font-size: 28px;
        line-height: 28px;
        height: 30px;
        float: left
    }

div#groupsAccordion {
    width: 100%;
    float: left;
    background: rgba(255,255,255,.5)
}

div.col-md-2.productGroupItem {
    border: 1px solid #510da5;
    width: 16%;
    margin: .33% .33% 0;
    float: left
}

.productGroupItem {
    padding: 0;
    height: 155px;
    margin-bottom: 10px !important;
    overflow: hidden;
    border: none;
    color: #fff;
    text-align: center;
    cursor: pointer;
    float: left
}

    .productGroupItem p {
        margin: 0;
        padding: 0
    }

    .productGroupItem .groupLink {
        margin: 0;
        padding: 0;
        height: 140px
    }

    .productGroupItem img {
        margin-top: 23px
    }

    .productGroupItem h5 {
        background: #fff;
        bottom: 0;
        color: #000;
        font-size: 14px;
        font-weight: 500;
        min-height: 60px;
        line-height: 16px;
        margin-bottom: 0;
        margin-top: 5px;
        position: absolute;
        text-align: center;
        width: 100%;
        word-break: break-word;
        padding: 5px
    }

.errorMessage, .printItemAnswered {
    font-weight: 700
}

.productGroupItem, .productGroupItemResults {
    background-color: #8545d1
}

    .productGroupItem:hover {
        background-color: #510da5
    }

.RightColumn div#groupsAccordion a {
    width: auto;
    margin-bottom: 1px
}

div.col-md-4.productGroupItem {
    width: 24.5%;
    margin: 1px .25%
}

.RightColumn div.col-md-4.productGroupItem {
    width: 49%
}

.supplierAppSection, .tab-content {
    float: left;
    width: 100%
}

.supplierAppSection {
    background: rgba(255,255,255,.5);
    padding-bottom: 20px;
    border-radius: 10px
}

    .supplierAppSection .col-md-12 > div {
        background: #fff;
        margin-top: 10px;
        box-shadow: 0 1px 3px rgba(0,0,0,.4);
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        border: 1px solid #dedede;
        float: left;
        padding: 10px 0 0;
        height: 130px
    }

        .supplierAppSection .col-md-12 > div .col-md-7 {
            padding: 0
        }

        .supplierAppSection .col-md-12 > div a {
            width: 100%;
            margin: 0 auto;
            padding: 5px 0;
            height: 100%;
            float: left
        }

.nav-tabs {
    float: right
}

    .nav-tabs > li.active > a, .nav-tabs > li > a {
        padding: 10px 5px !important;
        min-width: 150px;
        text-align: center;
        border-radius: 10px 10px 0 0;
        border: 0
    }

    .nav-tabs > li > a {
        background: #fff
    }

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        background: #0a3375;
        color: #fff;
        border: 0
    }

.productGroupItemResults {
    display: block;
    float: left;
    width: 49%;
    margin: .5%;
    padding: 15px 3px 0;
    height: 115px;
    overflow: hidden;
    border: none;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    background-color: #e61972
}

    .productGroupItemResults p {
        font-size: 11px !important;
        text-align: center;
        font-weight: 700;
        margin-top: 3px
    }

    .productGroupItemResults:hover {
        background-color: #8e44ad;
        cursor: pointer;
        text-decoration: none
    }

#productGroupsContainer > ul {
    margin-left: -20px !important
}

.groupDescription {
    color: #fff;
    clear: both;
    float: left;
    width: 100%
}

.groupLink {
    display: block;
    height: 100px;
    position: absolute;
    width: 100%
}

.errorMessage {
    color: #000;
    padding: 5px 10px;
    margin: 0
}

.actionMessages {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 5px 0 10px;
    float: left;
    background: #fff
}

.ProgressBarNavLeft, .ProgressBarNavRight {
    cursor: pointer;
    margin-top: 14px;
    position: absolute;
    float: left;
    width: 13px;
    height: 23px
}

.HalfPageColumn .Results-ProductItems, .ProductImageLink, .printingHeader {
    position: relative
}

.ProgressBarNavLeft {
    margin-left: 132px;
    background: url(../../Images/progressarrowleft.png) rgba(0,0,0,0)
}

.ProgressBarNavRight {
    margin-left: 539px;
    background: url(../../Images/progressarrowright.png) rgba(0,0,0,0)
}

.productGroupsContainer {
    height: 500px;
    overflow-y: auto;
    background: rgba(255,255,255,.5)
}

.Results-ProductList {
    width: 100%;
    float: left
}

.productImg {
    margin-left: 5px;
    margin-top: 5px;
    max-height: 100px;
    max-width: 100px;
    border: 1px solid #333;
    float: left
}

.Results-ProductItems > a {
    height: 100%;
    width: 100px;
    float: left;
    padding: 5px 3px;
    text-decoration: none;
    color: #fff
}

.Results-ProductItems > p {
    margin: 0 0 0 20px;
    padding: 6px 0 0;
    float: left;
    position: relative;
    width: 280px;
    font-size: 18px;
    line-height: 19px
}

.Results-ProductList > ul {
    margin-left: -60px
}

.Results-ProductItems {
    background: #fff;
    list-style-type: none;
    width: 100%;
    margin: 0 0 5px;
    border: 1px solid #808080;
    clear: left;
    float: left;
    height: 100%
}

.itemQuant {
    width: 24px;
    text-align: center;
    float: left;
    margin: 6px 5px 0 0;
    clear: none
}

.HalfPageColumn .Results-ProductList > ul {
    margin: 0;
    float: left;
    width: 100%;
    padding: 0
}

.printingHeader {
    top: 0;
    left: 0;
    width: 100%;
    float: left;
    margin-top: 0;
    margin-bottom: 10px
}

.printTitle {
    display: inline-block;
    height: 70px;
    margin: -20px 0 30px;
    padding: 20px;
    text-align: left
}

.printLogo {
    float: right;
    height: 66px;
    width: 145px
}

.printItem {
    clear: both
}

.ProductImageLink {
    width: 95px;
    display: block;
    height: 95px;
    margin: 0;
    float: left
}

.LookUp {
    width: 100%
}

.form-group {
    padding: 5px;
    float: left
}

#locationField span {
    float: left;
    margin: 0;
    padding: 10px 10px 0;
    width: 10%
}

#BtnCreateHtmlToPdf {
    background-color: #39b2ff;
    border-radius: 5px;
    width: 80px;
    height: 30px;
    position: absolute;
    left: 20px;
    text-align: center;
    font-weight: 600
}

    #BtnCreateHtmlToPdf p {
        color: #fff;
        margin-top: 6px
    }

.printTitle h2 {
    font-weight: 600
}

ol.question {
    list-style-type: decimal
}

.DocumentResults li, .TagList ul, .tiles-wrap li, ul.collapse {
    list-style-type: none
}

#PrintPage li {
    display: list-item !important;
    font-size: 18px
}

#PrintPage ol {
    margin-bottom: 20px
}

.SelectedServiceUserWrapper {
    display: inline-block;
    height: 40px;
    margin: 0 0 0 5px;
    padding: 0;
    text-align: left;
    width: 280px;
    cursor: default
}

    .SelectedServiceUserWrapper > img {
        float: left;
        height: 35px;
        margin: 0;
        position: relative
    }

    .SelectedServiceUserWrapper p {
        margin: 8px 0 0;
        padding: 0;
        float: left;
        width: 20%
    }

    .SelectedServiceUserWrapper a {
        float: left;
        width: 35px !important;
        background: #390874;
        text-align: center;
        line-height: 33px;
        padding: 0;
        margin: 3px 0 0;
        color: #fff;
        font-size: 22px;
        font-weight: 800;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px
    }

        .SelectedServiceUserWrapper a:active, .SelectedServiceUserWrapper a:hover {
            text-decoration: none;
            background: #510da5
        }

    .SelectedServiceUserWrapper select {
        float: left;
        width: 173px;
        padding: 5px;
        margin: 3px 0
    }

.panel-group {
    width: 98%;
    margin-left: 1%;
    clear: both;
    float: left
}

.AoH-menuList .panel, .AoH-menuList .panel-body, .AoH-menuList .panel-group {
    width: 100%;
    margin: 0;
    padding: 0
}

.AoH-menuList .panel {
    border-radius: 10px
}

.panel-default > .panel-heading {
    background-color: #fff;
    border: 2px solid #4a6ab3;
    color: #333;
    margin-top: 10px
}

    .panel-default > .panel-heading span {
        float: left
    }

.AoH-menuList .panel-heading {
    margin: 0;
    background: #0a3375;
    color: #fff;
    padding: 0;
    border: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px
}

.AoH-menuList #headingTwo, .AoH-menuList #headingTwo h3 {
    background: #8545d1;
    border-radius: 0;
    color: #fff
}

#password.form-control {
    margin-bottom: 0
}

#complexify {
    width: 100%;
    margin: 0;
    position: relative;
    float: left
}

    #complexify .progress {
        background-color: #f1f1f1;
        margin: -2px 0 0;
        float: left;
        border-radius: 0;
        border: 1px solid #ddd;
        box-shadow: none;
        width: 98%
    }

.progress-bar-danger {
    background-color: #d9534f
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-bar {
    float: left;
    height: 30px;
    font-size: 12px
}

#complexity {
    clear: none;
    font-weight: 700;
    color: #808080;
    width: 10%;
    float: left;
    margin: 0;
    padding: 2px;
    text-align: right
}

#showPassword img {
    height: 32px
}

div#socialLoginList button#Facebook, div#socialLoginList button#LinkedIn, div#socialLoginList button#Microsoft, div#socialLoginList button#Twitter {
    width: 56px;
    height: 56PX;
    background-repeat: no-repeat;
    border: none;
    border-radius: 10px;
    margin-bottom: 10px
}

div#socialLoginList button#Twitter {
    background-image: url(../../Images/hp-twitter.png)
}

div#socialLoginList button#Facebook, div#socialRegistrationList button#Facebook {
    background-image: url(../../Images/facebooklogin.png);
    background-color: #4962ac;
    text-indent: -99999px;
    background-size: contain;
    height: 43px;
    width: 200px
}

div#socialLoginList button#LinkedIn {
    background-image: url(../../Images/hp-linkedin.png)
}

div#socialLoginList button#Microsoft {
    background-image: url(../../Images/hp-windows.png)
}

div#socialLoginList .myScotLogIn, div#socialRegistrationList .myScotRegister {
    background-size: 172px 74px;
    width: 172px;
    min-width: 172px;
    height: 74px;
    text-indent: -99999px;
    padding: 0;
    background-repeat: no-repeat;
    border: none
}

div#socialLoginList .myScotLogIn {
    background-image: url(../../Images/myaccount-sign-in-v2.png)
}

div#socialLoginList .OpenIdConnect, div#socialRegistrationList .OpenIdConnect {
    background-size: 175px 80px;
    width: 175px;
    min-width: 175px;
    height: 80px;
    text-indent: -99999px;
    padding: 0;
    background-repeat: no-repeat;
    border: none;
    border-radius: 5px;
    margin-bottom: 10px;
    background-color: #fff;
}

div#socialLoginList .OpenIdConnect {
    background-image: url(../../Images/signinadlpassport.png);
}

div#socialRegistrationList .OpenIdConnect {
    background-image: url(../../Images/RegisterADLPassport.png);
}

div#socialRegistrationList .myScotRegister {
    background-image: url(../../Images/register-myaccount.png);
    background-color: #fff
}

div#socialLoginList p button {
    display: inline-block
}

.NHS h5, .NHSImages {
    width: 100%;
    float: left
}

.NHSImages {
    height: 180px;
    background-size: 100% auto;
    background-position: top center;
    position: relative;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px
}

.NHS h3 {
    font-size: 20px;
    text-align: center;
    margin: 0;
    background: 0 0;
    color: #222
}

.NHS h4 {
    background: #fff;
    background: rgba(255,255,255,.75);
    color: #222;
    text-align: center;
    padding: 20px 0;
    margin-top: 123px;
    margin-bottom: 0
}

.NHS img {
    max-width: 90%;
    margin: 5px auto 0;
    display: block
}

.NHS p > a {
    display: block;
    width: 200px;
    color: #fff;
    margin: 0 auto
}

.searchBoxMain {
    width: 100%;
    position: relative;
    padding: 0;
    height: 80px;
    margin: 0 auto;
    float: left;
    background: 0 0
}

    .searchBoxMain div {
        padding: 0 5px
    }

    .searchBoxMain p {
        float: left
    }

    .searchBoxMain strong {
        margin: 5px 10px;
        padding: 0
    }

    .searchBoxMain input, .searchBoxMain select {
        border: 0;
        height: 44px;
        margin: 0;
        border-radius: 0;
        width: 100%;
        padding: 5px
    }

        .searchBoxMain input#searchButton {
            margin-left: -15px;
            border-bottom-right-radius: 5px;
            border-top-right-radius: 5px;
            font-weight: 500;
            background: url(../../Images/icon-search.png) no-repeat;
            width: 50px !important;
            min-width: 50px;
            height: 44px;
            text-indent: -9999px;
            float: left
        }

.searchResults {
    padding: 0
}

ul.collapse {
    margin: 5px 0;
    padding: 0;
    float: left
}

.panel-heading {
    background-color: #fff;
    margin: 0 0 10px;
    border: 1px solid #9e9e9e !important;
    border-radius: 3px;
    clear: both;
    width: 100%;
    padding: 15px 10px
}

.LifecurveSummary {
    background: #fff;
    padding: 5px 5px 0;
    margin: 0;
    float: left;
    border: 0
}

    .LifecurveSummary .img-responsive {
        max-width: 90px
    }

    .LifecurveSummary h3 {
        background: #fff;
        color: #111;
        margin: 0 10px;
        padding: 5px 0;
        font-size: 16px;
        font-weight: 600
    }

    .LifecurveSummary h4 {
        text-align: center;
        width: 100%;
        margin: 0
    }

    .LifecurveSummary div#AgeingGoalWidget {
        padding-left: 5px;
        float: left;
        min-height: 137px
    }

img.LifecurveSummaryLogo {
    float: left;
    clear: left;
    height: auto !important;
    width: 85px;
    margin: 0
}

.AgeingGoalWidget-NoGoal {
    margin-bottom: 10px;
    margin-top: 10px;
    float: left;
    width: 100%
}

.LifecurveSummary {
    height: 100%;
    width: 100%
}

.LifecurveSummaryResultspage, .SummaryResultspage {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    background: #fff;
    color: #111;
    margin: 0;
    float: left;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ddd;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 1px 0;
    position: relative;
    width: 100%
}

    .LifecurveSummaryResultspage .ADLLifeCurveWidget .col-md-3 {
        text-align: center
    }

.resultsLCtitle {
    color: #fff;
    padding: 10px 0;
    text-align: center;
    font-weight: 500;
    border-top-left-radius: 10px
}

.resultsLCspecific {
    background-color: rgba(0,0,0,.75);
    font-size: 16px;
    margin-top: 195px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 40
}

.ADLLCLeft {
    width: 25%;
    float: left;
    min-height: 290px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain
}

.SummaryResultspage .ADLLCLeft {
    min-height: 0;
    width: 40%
}

.SummaryResultspage .resultsLCspecific {
    margin-top: 69px
}

.ADLLCRight {
    width: 75%;
    float: left
}

.LifecurveSummaryResultspage img {
    float: left;
    height: auto;
    margin: 0 0 0 16px;
    position: absolute;
    width: 255px
}

.LCGoalText {
    width: 50%;
    float: left;
    padding: 10px 5px;
    font-size: 1.2em
}

.SummaryResultspage .LCGoalText {
    width: 60%
}

.LCGoalNav {
    width: 25%;
    float: right
}

.SummaryResultspage .LCGoalNav {
    width: 60%
}

.solutionTab > h3 {
    text-align: center;
    background-color: #0a3375;
    font-weight: 600;
    font-size: 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,.26)
}

    .solutionTab > h3 span {
        font-weight: 400
    }

.whyAdditonalInfo {
    background-color: #e9e9e9;
    clear: both;
    position: relative;
    -webkit-box-shadow: 4px 4px 10px -2px rgba(0,0,0,.5);
    -moz-box-shadow: 4px 4px 10px -2px rgba(0,0,0,.5);
    box-shadow: 4px 4px 10px -2px rgba(0,0,0,.5)
}

    .whyAdditonalInfo > p {
        padding: 15px 20px
    }

.LCAdditional .col-md-2 span {
    cursor: pointer;
    color: #0a3375
}

    .LCAdditional .col-md-2 span:hover {
        font-style: italic;
        text-decoration: underline
    }

.resultsTabButton:hover {
    background: #b9d2ef
}

.resultsTabButton p {
    color: #333;
    font-weight: 600;
    letter-spacing: .5px
}

.resultsTabSelected, .resultsTabSelected:hover {
    background: #0a3375 !important;
    border: 0;
    cursor: default
}

    .resultsTabSelected p {
        color: #fff
    }

.TaskBrowse {
    margin: 5px .15%;
    padding: 0;
    height: 100%;
    width: 33%;
    float: left
}

.col-md-6.TaskBrowse:nth-of-type(1) {
    padding: 5px 5px 5px 0
}

.col-md-6.TaskBrowse:nth-of-type(2) {
    padding: 5px 0 5px 5px
}

#accountaccordion .panel-title::after, #accountaccordion .panel-title.collapsed::after {
    content: none !important
}

h5.panel-heading {
    margin: 5px 0 0;
    background: #eee
}

h5 + .panel {
    border: 1px solid #aaa;
    width: 100%;
    margin: 0;
    border-top: 0
}

.noGoalsMessage {
    text-align: center;
    padding: 0 8px
}

    .noGoalsMessage p {
        width: 100%;
        float: left
    }

.markCompleteGoal, .markIncompleteGoal {
    border: 1px solid #111;
    float: right;
    height: 30px;
    width: 30px;
    margin: 0 0 5px;
    border-radius: 30px
}

    .markCompleteGoal:hover {
        cursor: pointer;
        background: #008000
    }

    .markCompleteGoal:active {
        cursor: pointer;
        background-color: #90ee90
    }

.markIncompleteGoal {
    background: #008000
}

    .markIncompleteGoal:hover {
        cursor: pointer;
        background-color: #ddd
    }

    .markIncompleteGoal:active {
        cursor: pointer;
        background-color: #90ee90
    }

.markCompleteGoal {
    background: #ddd
}

    .markCompleteGoal img, .markIncompleteGoal img {
        width: 100%;
        max-height: 100%;
        border-radius: 40px
    }

div#deletedGoalsWrapper .markCompleteGoal {
    background: url(../../Images/close-apps.png) top #4a6ab3;
    background-size: 100% auto
}

#completedGoalsWrapper > p, #inprogressGoalsWrapper > p {
    padding: 5px 15px 1px !important
}

span.deleteGoal label {
    position: relative;
    margin: 0;
    padding: 0;
    top: 55px;
    left: 10px
}

span.deleteGoal span.tt {
    top: 0;
}

.goal {
    border: 1px solid rgba(0,0,0,.4);
    float: left;
    width: 100%;
    margin: 5px 0;
    padding: 5px;
}

    .goal .col-md-2, .goal .col-md-10, .goal .col-md-12, .goal .col-md-8 {
        padding: 0;
        margin: 0;
    }

    .goal .col-md-4 {
        padding: 0 3px;
    }

.goalName {
    float: left;
    margin: 0;
    padding: 0
}

.goal .deleteGoal {
    width: 100%;
    float: left;
}

.goal .starredItem {
    float: left;
    margin-top: 10px
}

.goal > p {
    text-transform: uppercase;
    font-size: 12px;
    margin: 0;
    padding: 5px;
}

div#ageingGoal.goal {
    height: 100%;
    float: left;
    padding-bottom: 10px
}

.panel-loggedout {
    height: 100px;
    text-align: center
}

.panel-body a p {
    padding: 5px !important;
    float: left
}

.flag-signout {
    margin: 5px 0
}

.feature, .feature a.linkcover, .feature img, .homeContFull .col-md-12 {
    width: 100%
}

.homeContFull > div {
    float: left
}

.feature {
    float: left;
    padding: 0;
    margin-top: 10px;
    -webkit-box-shadow: 5px 5px 0 rgba(0,0,0,.35);
    box-shadow: 5px 5px 0 rgba(0,0,0,.35);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: relative
}

    .feature a {
        display: block
    }

        .feature a.linkcover {
            position: absolute;
            height: 100%;
            text-indent: -1000px
        }

    .feature h3.featurecaption {
        color: #fafafa;
        width: 100%;
        float: left;
        text-align: center
    }

    .feature .featureaction {
        position: absolute;
        bottom: 10px;
        left: 10px;
        width: 250px;
        height: 100px;
        display: block;
        background: #390874;
        color: #fafafa;
        border-radius: 5px;
        -webkit-box-shadow: 5px 5px 0 rgba(0,0,0,.35);
        -moz-box-shadow: 5px 5px 0 rgba(0,0,0,.35);
        box-shadow: 5px 5px 0 rgba(0,0,0,.35);
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        transition: all .22s
    }

        .feature .featureaction:hover {
            text-decoration: none;
            background: #510da5;
            transform: translateY(-2px)
        }

    .feature img {
        margin: 0 !important;
    }

.featureaction span {
    text-align: center;
    display: block;
    padding: 20px 40px;
    font-size: 18px;
    height: 100px;
    font-weight: 600;
    line-height: 1.5em
}

    .featureaction span#singleline {
        line-height: 3em
    }

.loadassessoverlay, .loadlifecurveoverlay {
    margin: 15px 5px 0;
    background: rgba(68,68,68,.9);
    color: #fff;
    font-style: italic;
    position: absolute;
    left: 270px;
    bottom: 10px;
    height: 40px;
    padding: 0 10px;
    line-height: 40px;
    cursor: pointer
}

    .loadassessoverlay:hover, .loadlifecurveoverlay:hover {
        background: rgba(68,68,68,.75)
    }

.assessoverlay .featureaction, .assessoverlay .featureaction span, .lifecurveoverlay .featureaction, .lifecurveoverlay .featureaction span {
    font-size: 16px;
    height: auto;
    line-height: 1.5em;
    font-weight: 500;
    width: 240px;
    padding: 10px 5px
}

.assessoverlay .featureaction, .lifecurveoverlay .featureaction {
    padding: 0
}

.feature .close {
    color: #fff;
    opacity: 1;
    font-weight: 400;
    font-family: Arial
}

.col-md-3 .feature {
    transition: all .22s
}

    .col-md-3 .feature:hover {
        transform: translateY(-2px)
    }

.col-md-6 .feature {
    height: 350px;
    overflow: hidden
}

.assessoverlay, .lifecurveoverlay {
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(255,255,255,.9);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff',endColorstr='#ffffff');
    width: 100%;
    height: 100%;
    padding: 0;
    display: none;
    text-align: center;
    color: #333 !important;
    z-index: 2
}

.assessoverlay-hover, .lifecurveoverlay-hover {
    height: auto;
    pointer-events: none;
    color: #fff !important;
    background: rgba(0,0,0,.6);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#000000',endColorstr='#000000')
}

.homeextraAction, .homeextraAction:active, .homeextraAction:focus, .homeextraAction:hover {
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#444444',endColorstr='#444444')
}

.assessoverlay .lead, .lifecurveoverlay .lead {
    margin: 5px 0 0;
    padding: 5px 10px 0;
    text-align: left;
    line-height: 1.5;
    font-weight: 400
}

.homeextraAction {
    background: rgba(68,68,68,.9);
    padding: 10px;
    text-align: center;
    width: 100%;
    color: #fafafa;
    font-style: italic;
    float: left;
    margin: 20px 0 10px
}

    .homeextraAction:active, .homeextraAction:focus, .homeextraAction:hover {
        background: rgba(68,68,68,.75);
        text-decoration: none;
        color: #fff
    }

    .homeextraAction:visited {
        color: #fff
    }

.introLink {
    text-decoration: none !important
}

.SA2Migrate {
    border-radius: 10px;
    float: left;
    width: 100%
}

    .SA2Migrate h3 {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px
    }

    .SA2Migrate.col-md-12 {
        padding: 0;
        margin: 10px 0 0;
        border-radius: 10px
    }

.LCresultsTabContainer, .ResultsTabContainer {
    display: table;
    table-layout: fixed;
    width: 100%;
    float: left;
    background: #eee
}

.LCresultsWrapper {
    width: 100%;
    float: left;
    clear: both;
    display: block;
    padding-bottom: 20px
}

.AppointmentsTab {
    background: #fff;
    min-height: 250px;
    margin: 0 0 50px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

    .AppointmentsTab .col-md-12 {
        margin-top: 15px
    }

.grid {
    width: 100%;
    margin: 0;
    min-height: 350px;
    height: 100%;
    float: left;
    padding: 10px 1% 50px;
    background: #fff;
    background: rgba(255,255,255,.5)
}

.grid-sizer {
    width: 33.333%
}

.grid-item {
    width: 31.5%;
    float: left;
    background-color: #fff;
    margin: 0 0 10px;
    padding: 0;
    border: 0;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.075);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    overflow-x: hidden
}

.grid .stamp {
    position: absolute;
    margin: 10px 0;
    width: 98%
}

.grid .stamp1 {
    top: 0;
    width: 100%;
    height: 100px
}

.tiles-wrap li {
    display: block
}

.ResultDocuments li, ul.ResultDocuments {
    list-style-type: none;
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    border: 0 !important
}

.grid-item-title {
    width: 100%;
    margin: 0;
    background: #fafafa;
    color: #333;
    padding-bottom: 5px;
    float: left;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px
}

    .grid-item-title .badge {
        float: left;
        display: block;
        margin: 5px;
        background: 0 0;
        padding: 0;
        border: 1px solid #222;
        border-radius: 100px;
        width: 47px;
        height: 47px;
        box-sizing: border-box
    }

        .grid-item-title .badge img {
            width: 45px;
            height: 45px;
            border-radius: 100px
        }

    .grid-item-title h3 {
        background: 0 0;
        color: #222;
        text-align: left;
        float: left;
        margin: 10px 0 0;
        width: 70%;
        clear: none;
        padding: 0;
        font-weight: 600;
        font-size: 16px
    }

    .grid-item-title p {
        text-align: left;
        width: auto;
        float: left;
        padding: 0;
        margin: 2px 0;
        font-size: 14px
    }

.grid-item-image {
    width: 100%;
    max-height: 260px;
    overflow: hidden;
    float: left;
    padding: 0;
    background: #eee
}

.grid-item-imagereact {
    height: 320px;
    float: left;
    width: 100%;
    overflow: hidden
}

    .grid-item-imagereact img {
        max-width: 100%;
        margin: 0 auto;
        display: block;
        max-height: 320px
    }

        .grid-item-imagereact img.animatedImage {
            display: none
        }

        .grid-item-imagereact img.staticImage, .grid-item-imagereact:focus img.animatedImage, .grid-item-imagereact:hover img.animatedImage {
            display: block
        }

    .grid-item-imagereact:focus img.staticImage, .grid-item-imagereact:hover img.staticImage, .grid-item-share, .morecontent span, .product-grid .productGroupVerified {
        display: none
    }

.grid-item-actions {
    width: 100%;
    float: left;
    padding: 0 0 5px
}

    .grid-item-actions .col-md-12 {
        padding: 0;
        min-height: 35px
    }

    .grid-item-actions h5 {
        width: 100%;
        text-align: left;
        font-weight: 600;
        clear: both;
        font-size: 18px
    }

    .grid-item-actions input, .grid-item-actions > a {
        float: left;
        width: auto;
        margin: 5px;
        padding: 5px
    }

    .grid-item-actions .col-md-6 {
        margin: 0;
        width: 50%;
        padding: 0
    }

    .grid-item-actions input, a.grid-item-actionsView.loan, .product-grid a.grid-item-actionsView {
        background: #390874;
        color: #fafafa !important;
        padding: 5px 10px;
        border-radius: 2px;
        border: 0;
        margin: 5px 0 0 5px;
        float: left;
        transition: all .22s
    }

.grid-itemOverlay {
    background: #f8f8f8;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    display: none;
    z-index: 5;
}

.grid-itemOverlayinner .close {
    z-index: 6;
    padding: 1px 7px;
    font-size: 32px !important;
}

.product-grid a.grid-item-actionsView, a.grid-item-actionsView, a.grid-item-actionsView:visited {
    background: #6f39af !important;
    color: #fafafa !important
}

    a.grid-item-actionsView.loan {
        background: #390874 !important
    }

    .grid-item-actions a:hover, .grid-item-actions input:hover, a.grid-item-actionsView:hover {
        text-decoration: none
    }

    .grid-item-actions input:hover, a.grid-item-actionsView:hover {
        background: #510da5;
        color: #fafafa;
        transform: translateY(-2px);
        box-shadow: 0 7px 14px rgba(50,50,93,.1),0 3px 6px rgba(0,0,0,.08)
    }

.tiles-wrap .tt {
    font-size: 24px !important;
    padding: 5px 0 0;
    margin: 0
}

.tiles-wrap .starredItem {
    float: right
}

    .tiles-wrap .starredItem p {
        float: right;
        padding: 7px 5px 0 0;
        color: #1a0dab;
        display: none
    }

    .tiles-wrap .starredItem i:after {
        content: "Save";
        padding: 0 5px 0 0;
        font-size: 14px;
        float: right;
        color: #444;
        font-style: normal
    }

.tiles-wrap input[type=checkbox]:checked + i:after {
    content: "Saved";
    color: #e6007e;
    font-weight: 700;
    padding: 0 5px 0 0;
    font-size: 14px;
    float: right
}

.grid-item-description2 {
    width: 100%;
    padding: 0;
    font-size: 16px;
    float: left;
    clear: both;
    color: #222
}

.grid-item-description {
    padding: 0;
    background: #fff;
    color: #222;
    width: 100%;
    float: left;
    margin: 0
}

    .grid-item-description p {
        padding: 5px;
        margin: 0
    }

    .grid-item-description hr {
        width: 95%;
        margin: 5px auto;
        float: none
    }

.moreelipses {
    float: none
}

.grid-item-fulltext {
    height: 100%
}

.product-grid .grid-sizer {
    width: 20%
}

.product-grid .grid-item {
    width: 19%
}

.product-grid .grid-item-image {
    min-height: 100px;
    height: 200px !important;
    background: #fff
}

    .product-grid .grid-item-image img {
        max-height: 200px !important
    }

.product-grid h5 {
    height: 70px;
    overflow: hidden
}

.product-grid p {
    font-size: 18px
}

.supplier.product-grid .grid-sizer {
    width: 25%
}

.supplier.product-grid .grid-item {
    width: 23.5%
}

.grid-item .ProductImageLink {
    width: 100%;
    float: left;
    height: 100%;
    margin: 0
}

.resultsoverlaybtn {
    text-indent: -9999999px;
    width: 100%;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 240px;
    background: none;
    border: 0;
}

ul.DocumentResults {
    width: 100%;
    margin: 0;
    padding: 0;
    float: left
}

.DocumentResults li {
    margin: 0;
    padding: 0;
    box-shadow: none;
    border: 0;
    width: 100%
}

    .DocumentResults li a {
        background: url(../../images/documenticon.png) 10px 0 no-repeat;
        display: inline-block;
        width: 100%;
        margin: 5px 0 10px !important;
        padding: 0 0 0 50px;
        float: left;
        text-align: left;
        box-sizing: border-box;
        min-height: 50px
    }

.Tagscontainer {
    width: 356px;
    margin: 0 auto;
    background: #eee
}

    .TagList, .Tagscontainer .next, .Tagscontainer .prev {
        box-sizing: border-box;
        display: inline-block;
        vertical-align: top;
        margin: 0
    }

    .Tagscontainer .next, .Tagscontainer .prev {
        width: 15px;
        text-align: center;
        color: #000;
        cursor: pointer
    }

.TagList {
    width: 316px;
    overflow: hidden
}

    .TagList ul {
        margin: 0;
        padding: 0;
        width: 9999999px;
        height: 45px;
        overflow: hidden;
        display: block
    }

.TagItem {
    width: 79px;
    float: left;
    margin: 0 !important;
    clear: none;
    border: 0 !important;
    box-shadow: none !important;
    text-align: center;
    display: table-cell !important
}

.TagList li p {
    padding: 0;
    margin: 0
}

.ResultsGroup .grid-item-image, .ResultsGroup .grid-item-image img {
    max-height: 200px
}

.grid-sizer.listview {
    width: 100% !important
}

.grid-item .img-responsive {
    margin-bottom: 0;
    width: auto;
    max-height: 260px
}

.grid-item.listview {
    width: 98% !important;
    padding: 0
}

    .grid-item.listview .grid-item-image {
        width: 15%;
        float: left;
        background: #fff;
        max-height: 100px;
        min-height: 80px
    }

        .grid-item.listview .grid-item-image img {
            max-height: 100px;
            min-height: 80px
        }

    .grid-item.listview .grid-item-actions {
        width: 85%;
        float: left;
        background: 0 0
    }

        .grid-item.listview .grid-item-actions h5 {
            width: 75%;
            float: left;
            height: 100% !important;
            clear: none
        }

    .grid-item.listview .grid-item-actionsView {
        text-align: center;
        margin: 10px 5px 0 0;
        float: right
    }

    .grid-item.listview .starredItem {
        clear: right;
        float: right;
        margin: 0 5px 0 0
    }

    .grid-item.listview h5 {
        background: 0 0
    }

    .grid-item.listview hr {
        display: none
    }

.viewSwap {
    margin: 0 0 0 auto;
    padding: 20px 15px;
    cursor: pointer;
    float: right;
    background: #0a3375;
    color: #fff;
    border-top-right-radius: 10px
}

    .viewSwap p {
        margin: 0;
        padding: 0
    }

    .viewSwap span {
        font-size: 20px;
        float: left;
        margin-right: 5px
    }

.profileSelect {
    height: 270px;
    font-weight: 600;
    font-size: 90px;
    position: relative;
    background-color: #6f39af;
    margin-bottom: 25px;
    color: #000;
    transition: all .22s;
    box-shadow: 0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    width: 100%;
    overflow: hidden
}

    .profileSelect:hover {
        transform: translateY(-2px);
        box-shadow: 0 7px 14px rgba(50,50,93,.1),0 3px 6px rgba(0,0,0,.08)
    }

    .profileSelect .bg, .profileImage .bg, .selectedUserBanner .bg {
        position: absolute;
        background-color: #fff;
        top: 0;
        width: 100%;
        height: 220px;
        opacity: .15
    }

.selectedUserBanner .bg {
    opacity: .3;
    height: 100%
}

.profileImage .bg {
    height: 206px
}

.profileSelect p, .profileImage span {
    position: absolute;
    top: 30px;
    text-align: center;
    width: 100%;
    font-size: 80px;
    font-weight: 600
}

.profileSelect a.profileLink {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 270px;
    top: 0
}

.profileName {
    color: #222;
    text-align: center;
    position: absolute;
    width: 100%;
    font-size: 18px;
    padding: 12px 0;
    font-weight: 500;
    bottom: 1px;
    opacity: 1
}

.profileAdd, .profileAdd .profileName {
    color: #000;
    background-color: #ddd !important
}

    .profileAdd img {
        position: absolute;
        width: 75%;
        margin-left: 12.5%;
        margin-top: 5%
    }

.profileEdit {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 100;
    opacity: .5
}

    .profileEdit:hover {
        opacity: 1
    }

    .profileEdit img {
        width: 20px;
        float: left
    }

.profilepage-card, .profilepage-card .col-md-5, .profilepage-card .col-md-7 {
    padding: 0;
    background: #fff;
    margin-bottom: 20px
}

    .profilepage-card .col-md-7 .btn {
        width: 90%;
        margin: 5px auto
    }

    .profilepage-card h5 {
        margin: 0 0 7px;
        padding: 15px;
        background: #ddd
    }

.profileImage {
    width: 100%;
    height: 205px
}

.sideTab {
    right: 0;
    bottom: 5%;
    margin-right: -50px;
    padding: 0;
    position: fixed;
    z-index: 9999;
    height: 50px;
    width: 240px;
    background-color: #e5147f;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    box-shadow: 3px 3px 0 rgba(0,0,0,.2);
    display: block;
    color: #fff
}

    .sideTab a {
        padding: 10px 5px 5px;
        display: block;
        width: 100%;
        text-align: center;
        font-size: 18px;
        color: #fff;
        text-decoration: none
    }

    .sideTab span.glyphicon.glyphicon-thumbs-up {
        color: #fff;
        font-size: 30px;
        padding: 8px 10px;
        float: left;
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

.sidePopup {
    position: fixed;
    bottom: 13%;
    right: 65px;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 5px;
    font-size: 16px;
    line-height: 1.42857143;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    color: #510da5;
    font-weight: 600
}

    .sidePopup:after {
        left: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(0,0,0,.2);
        border-left-color: #fff;
        border-width: 10px;
        margin-top: -10px
    }

    .sidePopup .title {
        font-weight: 700;
        padding: 5px 10px;
        border-bottom: 1px solid #510da5
    }

    .sidePopup .close {
        font-size: 26px !important;
        opacity: .5
    }

#crumbs {
    text-align: center;
    /*height: 70px;*/
    float: left;
    width: 100%;
}

    #crumbs ul {
        list-style: none;
        display: inline-table;
        float: left;
        padding: 0 !important;
    }

    #crumbs li {
        display: inline;
        max-width: 240px;
        display: block;
        float: right;
        height: 50px;
        background: #bad4ff;
        text-align: center;
        padding: 0 20px 0 0px;
        position: relative;
        margin: 0px 10px 0 -10px;
        font-size: 14.5px;
        text-decoration: none;
        color: #222;
        border: 1px solid #91b8f9;
    }

        #crumbs li::after {
            content: "";
            border-top: 25px solid transparent;
            border-bottom: 25px solid transparent;
            border-left: 25px solid #bad4ff;
            position: absolute;
            right: -24px;
            top: 0;
            z-index: 2;
        }

        #crumbs li::before {
            content: "";
            border-top: 25px solid transparent;
            border-bottom: 25px solid transparent;
            border-left: 25px solid #91b8f9;
            position: absolute;
            left: 0;
            top: 0;
            z-index: 1;
        }

        #crumbs li span {
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            width: 100%;
            height: 50px;
            float: left;
            padding: 15px 0 0;
        }

    #crumbs ul li:last-child {
        min-width: 240px;
    }

        #crumbs ul li:last-child, #crumbs ul li:last-child img {
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px;
        }

            #crumbs ul li:last-child::before {
                display: none;
            }

    #crumbs ul li:first-child {
        padding-right: 16px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        background: #eee;
        color: #222;
        min-width: 200px;
    }

        #crumbs ul li:first-child::after {
            display: none;
        }

    #crumbs ul li:hover {
        background: #F3F5FA;
        color: #222;
    }

        #crumbs ul li:hover::after {
            border-left-color: #F3F5FA;
            color: #222;
        }

    #crumbs ul li:first-child:hover {
        background: #eee;
    }

    #crumbs li a {
        float: left;
        color: #222;
        width: 100%;
    }

    #crumbs li div {
        padding: 0;
        overflow: hidden;
    }

    #crumbs img {
        padding: 0;
        height: 48px !important;
    }

    #crumbs .fix-height {
        height: 49px !important;
        width: auto !important;
        max-width: none;
        float: left;
    }

.clearfix, .table-responsive {
    clear: both
}

.UserNotice, .modal {
    position: fixed;
    top: 0;
    left: 0;
    display: none
}

.UserNotice {
    background-color: #fff;
    width: 100%;
    height: 100%;
    z-index: 4000;
    padding-top: 3px
}

.IgnoreUserNotice {
    background-color: #ee1472;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    margin: 20px auto 0;
    padding: 10px 0;
    width: 200px
}

.modal label a, .modal-body p {
    color: #222
}

.IgnoreUserNotice:hover {
    background-color: #af1656
}

.modal {
    right: 0;
    bottom: 0;
    z-index: 1050;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

    .modal h3 {
        border-top-left-radius: 6px;
        border-top-right-radius: 6px
    }

.modal-dialog {
    margin-top: 50px;
    margin-left: auto !important;
    margin-right: auto !important
}

.modal-header {
    padding: 0
}

.modal .btn {
    padding: 10px 15px
}

.modal .checkbox, .modal label {
    padding: 0;
    margin-bottom: 0;
    float: left
}

.modal-open, .modal-open .modal {
    background: rgba(0,0,0,.5)
}

.form-group .col-md-11 p label {
    padding: 0 !important;
    margin: 0 !important
}

.loadmore {
    width: 100%;
    float: left;
    padding: 0 0 10px
}

    .loadmore img {
        text-align: center;
        width: 100px;
        margin: 10px auto;
        display: block
    }

.clearfix {
    margin-top: 20px;
    float: left;
    width: 100%
}

#areas > .col-md-3 > a {
    float: left;
    box-sizing: border-box
}

    #areas > .col-md-3 > a img:hover {
        border: 2px solid #510da5;
        box-sizing: border-box
    }

    #areas > .col-md-3 > a img {
        margin: 0;
        border: 2px solid transparent
    }

/*.list-group.list-group-sortable-connected.CanDo, .list-group.list-group-sortable-connected.CannotDo {
    min-height: 200px;
    background: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.CanDo .list-group-item {
    background: #4a93b3
}

.CannotDo .list-group-item {
    background: #8e51a1
}*/

#pswd_info {
    padding: 5px 15px;
    background: #fefefe;
    display: none
}

    #pswd_info h5 {
        margin: 0 0 10px;
        padding: 0;
        font-weight: 400
    }

    #pswd_info ul li {
        padding: 0
    }

    #pswd_info .invalid, #pswd_info .valid {
        line-height: 24px
    }

    #pswd_info .invalid {
        padding-left: 10px;
        color: #ec3f41;
        list-style-image: url(../../Images/redcross.png)
    }

    #pswd_info .valid {
        padding-left: 10px;
        color: #3a7d34;
        list-style-image: url(../../Images/greencheck.png)
    }

.LocalInfo hr {
    margin: 20px 2% 10px;
    border-color: #ccc;
    clear: both;
    float: left
}

.LocalInfo .panel-heading {
    background-color: #bad4ff
}

.LocalInfo #accordion2 .panel-heading span {
    padding: 30px 20px
}

.LocalInfo #accordion2 .listview {
    background: #eee;
    width: 100% !important;
    padding: 5px
}

#accordion2 h5.panel-title.collapsed::after, #accordion2 h5.panel-title::after {
    padding: 28px 20px
}

.speedmessage {
    bottom: 10px;
    left: 10px;
    width: 300px;
    background-color: #ffec89;
    z-index: 50000;
    padding: 5px;
    text-align: center;
    border-bottom: 1px solid #faebcc;
    position: fixed;
    border-radius: 6px;
}

.currentlyViewingImage {
    float: left;
    width: 100%
}

.browserMessage {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    margin: 0;
    padding: 10px
}

.assessrisk {
    font-size: 18px;
    float: left
}

.lg-pdf-btn {
    background: #e9e9e9;
    border: 1px solid #aaa;
    font-size: 14px;
    padding: 5px;
    width: 100%;
    float: left;
    font-weight: 600;
    color: #222;
    margin-bottom: 5px;
    text-align: left
}

    .lg-pdf-btn img {
        margin: 0 10px;
        float: left;
        width: 45px
    }

    .lg-pdf-btn span {
        color: #222 !important
    }

div.childAreaSelect form input.assessstart.img-responsive {
    cursor: pointer;
    background: #fff;
    text-decoration: none;
    font-weight: 600;
    white-space: normal;
    text-align: left
}

.loadingDiv {
    background-color: rgba(255,255,255,.85);
    z-index: 999999999;
    text-align: center;
    position: absolute;
    width: 99%;
    height: 98%;
    font-size: 18px
}

    .loadingDiv img {
        width: 160px
    }

.accountlead {
    background-color: #0a3375;
    padding: 20px;
    width: 100%;
    float: left;
    color: #fff;
    font-size: 18px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.accountsublead {
    background-color: #fff;
    padding: 10px;
    text-align: center;
    width: 100%;
    float: left;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08)
}

#accountaccordion .panel-heading {
    padding: 0;
    margin: 0 0 5px
}

#accountaccordion div.btn {
    padding: 0;
    background-color: #390874;
    color: #fff;
    width: 100%;
    border: 0;
    font-size: 18px;
    box-shadow: 0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    transition: all .22s
}

    #accountaccordion div.btn span {
        padding: 30px 20px
    }

    #accountaccordion div.btn:hover, #accountaccordion div.btn:active, #accountaccordion div.btn:focus {
        background-color: #510da5
    }

    #accountaccordion div.btn .glyphicon {
        padding: 30px 15px 0;
        font-size: 22px
    }

    #accountaccordion div.btn .col-md-2 {
        padding-top: 4px;
        height: 85px;
        background: #fff;
        color: #222
    }

#accountaccordion .col-md-3 {
    padding: 0
}

#accountaccordion .help-block {
    font-size: 14px;
    margin-top: 0
}

#accountaccordion .panel-body {
    border: 0
}

div#accountaccordion, #accountaccordion .panel, #accountaccordion .panel-group {
    width: 100%;
    margin: 0 0 5px
}

.checkbox label {
    padding-left: 7.5%
}

.benefitsAccount {
    font-size: 17px;
    padding: 5px 35px;
    width: 100%;
    margin: 0 0 10px
}

.sidenav {
    height: 100%;
    width: 60%;
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding-top: 0;
    display: none;
    animation: .5s ease-out 0s 1 slideInFromRight
}

    .sidenav .closebtn {
        font-size: 36px;
        float: left;
        margin-left: 5px;
        color: #222;
        text-decoration: none
    }

    .sidenav h4 {
        color: #390874;
        font-weight: 600;
        font-size: 26px;
        margin-top: 3px;
        float: left
    }

    .sidenav img {
        width: 100%
    }

.slideback {
    z-index: 999998;
    background-color: #222;
    background-color: rgba(0,0,0,.8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none
}

.overlay-content {
    float: left
}

.apptitle {
    background: none;
    color: #6a3583;
    font-size: 2.5em;
    margin-bottom: 25px;
}

@media screen and (max-height:450px) {
    .sidenav {
        padding-top: 5px;
        width: 100%;
        animation: none
    }

        .sidenav a {
            font-size: 18px
        }
}

@media(min-width:961px) and (max-width:1195px) {
    .TagList {
        width: 248px !important
    }

    .TagItem {
        width: 124px
    }
}

@media(min-width:1200px) and (max-width:1220px) {
    .navbar li span {
        display: block !important;
        float: left
    }
}

@media(min-width:862px) and (max-width:961px) {
    .TagList {
        width: 234px !important
    }

    .TagItem {
        width: 78px
    }

    .navbar li span {
        display: block !important;
        float: left
    }
}

@media(min-width:0) and (max-width:861px) {
    .TagList {
        width: 252px !important
    }

    .TagItem {
        width: 84px
    }

    .sideTab {
        bottom: 2%
    }
}

@media(min-width:861px) and (max-width:1200px) {
    .container {
        width: 95%;
        margin: 0 2.5%;
        padding: 0
    }

    .navbar-header.header-offset {
        margin-left: 0
    }

    .HomepageBanner, .MainContent, .MainContentHome, .altHome {
        overflow-y: auto;
        float: left;
        width: 100%;
        min-height: 800px;
        display: block;
        position: relative
    }

    .FooterDiv {
        position: relative;
        float: left;
        bottom: auto
    }

    .appBanner .appimage {
        position: relative;
        display: inline-block;
        top: 0;
    }

    .DragContainer {
        width: 100% !important
    }

    .navbar li span {
        display: block !important;
        float: left;
        margin: 10px 0
    }

    .col-md-6 .feature img {
        width: 120%;
        float: right
    }

    .TripleButtonHeader {
        width: 65%
    }

    .DoubleButtonHeader {
        width: 76%
    }

    .SingleButtonHeader {
        max-width: 88%
    }

    .HalfPageColumn {
        width: 48%;
        margin: 0 1% 5px
    }

    .LeftColumn {
        width: 74%;
        margin: 0
    }

    .RightColumn {
        width: 24%;
        padding: 0;
        margin: 0
    }

    .SideMenu-obj {
        margin: 10px 4px
    }

    .HomepageBanner h2, .altHome h2 {
        width: 95%;
        padding: 0;
        margin: 15px 2.5% 5px
    }

    .form-control {
        width: 90%
    }

    .form-horizontal .form-group {
        margin: 0
    }

    .form-group input {
        float: left;
        clear: left
    }

    .SideMenu-Password, .SideMenu-SaveDetails {
        position: fixed;
        width: 220px
    }

    .taskInput .CanDoUnaided input[type=radio] + label, .taskInput .CanDoUnaided input[type=radio]:checked + label, .taskInput .CannotDoUnaided input[type=radio] + label, .taskInput .CannotDoUnaided input[type=radio]:checked + label {
        width: 90px;
        height: 90px;
        margin: 0 5px;
        padding: 0
    }

    .taskInput .CanDoUnaided, .taskInput .CannotDoUnaided {
        width: 100px;
        height: 100px;
        padding: 0;
        margin: 10px 0
    }

    .AoH-menuList {
        float: left;
        margin-bottom: 10px;
        width: 24%
    }

    h3.AoH-listHead {
        font-size: 14px;
        margin-left: 0;
        width: 100%
    }

    ul.AoH-lists > li {
        width: 100%;
        padding: 0
    }

        ul.AoH-lists > li img.AoH-Icon {
            padding: 0
        }

    .AoH-searchBox {
        width: 100%
    }

    input#model_SearchTerm {
        width: 90%
    }

    .question ul {
        width: 70%
    }

    .question img {
        width: 30%;
        margin-right: 0
    }

    .question .col-md-4:nth-child(3n+4), .question li, .question li.col-md-4 {
        width: 48%;
        clear: none !important
    }

        .question li.col-md-4:nth-child(odd) {
            clear: both
        }

    .question ul li label {
        width: 100%;
        max-width: none
    }

    .availableResponse, .selectedResponse {
        width: 98%
    }

    .AnswerImageAvailable, .AnswerImageWrapper, .AnswerImageWrapperSelected {
        width: 100%
    }

        .AnswerImageWrapperSelected > img {
            margin: 0 !important
        }

    .questionProgressHeader > p {
        margin-left: 0
    }

    .ProgressBarNavLeft {
        margin-left: 120px;
        margin-top: 17px
    }

    .ProgressBarNavRight {
        margin-left: 580px;
        margin-top: 17px
    }

    ul.ProgressBarContent {
        margin-left: 140px;
        margin-top: 10px;
        padding: 0
    }

    .ResultsGroup .Catalogue-ProductItems {
        height: 140px;
        width: 99%
    }

        .ResultsGroup .Catalogue-ProductItems p {
            width: 70%
        }

    .Catalogue-ProductItems {
        width: 49%;
        margin: 5px .5%
    }

        .Catalogue-ProductItems a {
            border: 1px solid #aaa;
            width: 80%
        }

        .Catalogue-ProductItems p {
            margin: 5px 0 0 15px;
            float: left;
            width: 40%
        }

        .Catalogue-ProductItems .starredItem span {
            padding: 0;
            margin: 15px 5px 0 0
        }

    .HelpContent {
        margin: 0;
        width: 75%;
        float: left
    }

    .HelpLinks {
        width: 25%;
        margin: 0;
        float: left
    }

    .DragContainer {
        padding: 0;
        margin: 0
    }

    .tasksBox {
        float: left;
        width: 45%;
        margin: 5px 2.5%
    }

    .taskInput {
        margin-right: 5px;
        margin-top: 15px
    }

        .taskInput label {
            font-size: 18px
        }

    .col-md-2.productGroupItem {
        width: 100%
    }

    .LCAdditional .col-md-2 {
        width: 25%;
        float: left
    }

    .grid-item.listview .grid-item-actions h5 {
        width: 70%
    }

    .FooterDiv img {
        max-width: 200px
    }
}

@media(min-width:481px) and (max-width:860px) {
    .container {
        width: 100% !important
    }

    .appBanner .appimage {
        position: relative;
        display: inline-block;
        top: 0;
    }

    .button-Ruler {
        display: none
    }

    .FooterDiv {
        height: 295px;
    }

    .navbar-header.header-offset {
        margin-left: 0
    }

        .navbar-header.header-offset .navbar-brand, .navbar-header.header-offset img {
            max-width: 320px !important;
            height: auto !important
        }

    .MainLogo {
        width: 245px;
        margin: 0
    }

        .MainLogo img {
            max-height: 75px
        }

    .homeContFull .col-xs-12 {
        width: 100% !important;
        margin: 0;
        display: block !important;
        float: left !important
    }

    .HomepageBanner h2, .altHome h2 {
        font-size: 20px
    }

    .homeContFull div#areas .col-xs-12 {
        width: 50% !important
    }

    .col-md-3 .feature:hover {
        margin-top: 30px
    }

    .nav-tabs li {
        padding: 0;
        margin-bottom: -2px
    }

    .HeaderContainer {
        margin: 20px 0;
        padding: 0
    }

    .navbar li span {
        display: block !important;
        float: left
    }

    .TripleButtonHeader {
        width: 65%;
        height: 100%;
        margin-top: 0
    }

    .DoubleButtonHeader {
        width: 79%;
        height: 100%
    }

    .Explore {
        width: 90%;
        margin: 0
    }

    .SingleButtonHeader {
        max-width: 80%;
        margin-top: 0
    }

    .HeaderButton {
        margin: 0 5px
    }

    .FullPageColumn, .HalfPageColumn .TextArea {
        min-height: 150px !important
    }

    .LeftColumn, .RightColumn {
        width: 100%;
        padding: 0;
        margin: 0 0 10px
    }

    .SideMenu, .SolutionMiddle {
        width: 100%
    }

    .RightColumn .TextArea img {
        max-width: 80%;
        padding: 0;
        margin: 0 10%
    }

    .sideBarNav {
        margin: 5px;
        height: 70px;
        float: left;
        width: 220px
    }

        .sideBarNav a {
            padding: 32px 0
        }

    .SideMenu-Password, .SideMenu-SaveDetails {
        position: relative;
        margin-top: 0 !important
    }

    .SideMenu-obj {
        float: left
    }

    .SelectedServiceUserWrapper {
        width: 100% !important
    }

        .SelectedServiceUserWrapper p {
            width: 10%
        }

    .HelpContent, .HelpLinks {
        width: 100%;
        margin: 0 0 5px
    }

    .HelpContact, .HelpFAQ {
        width: 100%;
        float: left;
        margin: 5px 0
    }

    .AccountSummary {
        width: 48%;
        margin: 0 1% 10px
    }

    .AssessmentNumbers {
        margin: 0;
        text-align: center
    }

    .supplierAppSection .col-md-12 > div {
        width: 49%;
        margin: 10px .5% 0;
        height: 140px
    }

    .supplierAppSection img {
        height: 100px !important;
        width: 100px !important
    }

    .supplierAppSection .appList-icon {
        width: 110px;
        height: 110px
    }

    .featuredAppSection, div.FeaturedApps {
        padding: 0;
        margin: 0
    }

        .featuredAppSection .appList-obj {
            margin: 1%;
            padding: 0;
            width: 31%
        }

    .AppList .appList-obj {
        margin: 5px .5%;
        width: 15%
    }

    .form-horizontal .form-group {
        margin: 0
    }

    .form-group label {
        float: left;
        margin-right: 10px
    }

    .form-group input {
        margin: 5px 0 !important;
        clear: left
    }

    #loginForm .btn-primary {
        margin: 5px auto !important;
        float: none;
        display: block
    }

    div#complexify .col-md-9 {
        width: 85%
    }

    .form-horizontal .checkbox {
        margin: 0 5px
    }

    .form-group, .form-group .col-md-12 {
        margin: 0;
        padding: 0
    }

    section#socialLoginForm {
        margin: 0;
        padding: 0;
        width: 100%
    }

    div#socialLoginList {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        display: inline-block
    }

    #socialLoginList p {
        padding: 0
    }

    section#loginForm {
        margin: 5px 0;
        padding: 3px
    }

    #loginForm .form-group, #loginForm .form-horizontal {
        margin: 0
    }

    #loginForm .col-md-12 {
        margin: 0;
        padding: 0
    }

    .checkbox label, .radio label {
        margin-top: 3px;
        padding-left: 25px
    }

    .FullPageColumn .LeftColumn {
        width: 100%
    }

    .Catalogue-ProductItems {
        width: 100%;
        margin: 3px 0;
        padding: 5px 0
    }

        .Catalogue-ProductItems:nth-child(odd) {
            background: #eee
        }

        .Catalogue-ProductItems p {
            width: 70%
        }

    ul.ProductsGroup {
        margin: 0;
        padding: 0
    }

    .AoH-list {
        width: 100%;
        float: left;
        margin: 0 .2%
    }

    .AoH-menuList {
        float: left;
        margin: 0 0 10px;
        width: 100%;
        background: #fff;
        border-radius: 10px;
        position: relative
    }

    ul.AoH-lists > li {
        width: 33.333%
    }

    .AoH-searchBox {
        width: 100%
    }

    .AoH-menuList .btn .btn-primary {
        display: none
    }

    div#problemsAccordion {
        margin: 0;
        padding: 3px
    }

    .ResultsDetails p {
        width: 88%;
        padding: 0 3px
    }

    .questionProgressHeader > ul {
        width: 317px
    }

    .ProgressBarNavRight {
        margin-left: 450px
    }

    .question ul {
        width: 70%
    }

    .SingleSelectAnswer {
        width: 48%
    }

    .question ul li {
        margin: 4px .5% !important
    }

    .availableResponse, .selectedResponse {
        width: 100%
    }

    .tasksBox {
        width: 48%;
        margin-left: 2%;
        float: left;
        min-height: 100%
    }

    .taskInput .CanDoUnaided input[type=radio] + label, .taskInput .CanDoUnaided input[type=radio]:checked + label, .taskInput .CannotDoUnaided input[type=radio] + label, .taskInput .CannotDoUnaided input[type=radio]:checked + label {
        width: 80px;
        height: 80px;
        margin: 0 5px;
        padding: 0
    }

    .taskInput .CanDoUnaided, .taskInput .CannotDoUnaided {
        width: 90px;
        height: 90px;
        padding: 0;
        margin: 5px 0 0
    }

    .DragContainer {
        margin: 10px 0 20px;
        width: 100% !important
    }

    .MobileTasksWrapper {
        display: block !important
    }

    .taskInput {
        margin-top: 5px
    }

        .taskInput label {
            font-size: 18px
        }

    .taskBoxImg, .taskBoxImg em {
        float: left;
        height: 100px;
        width: 100px;
        padding: 0;
        text-align: center
    }

        .taskBoxImg img {
            height: 100px;
            width: 100px
        }

    .buttContainer {
        width: auto
    }

    .VANLMap {
        display: none
    }

    .VANLList {
        display: block
    }

    .productGroupItem {
        margin: 4px .5% 0 0
    }

    .RightColumn div.col-md-4.productGroupItem {
        width: 24%;
        margin: .5%
    }

    .ResultsGroup .Catalogue-ProductItems {
        width: 98%;
        max-height: 145px;
        height: 100%;
        margin: 5px 1%;
        padding: 0 0 5px;
        border-bottom: 1px dashed #ccc
    }

        .ResultsGroup .Catalogue-ProductItems p {
            width: 55%;
            height: 100%;
            min-height: 70px;
            max-height: 125px;
            margin: 0
        }

    .resultsTabContainer {
        margin: 0
    }

    .ProductGroupsTab, .resultsTabContainer, .resultsWrapper {
        width: 100%
    }

    .resultsTabButton {
        margin: 0 5px 0 0;
        border-radius: 0
    }

    .product-grid a.grid-item-actionsView {
        width: 90%;
        margin: 2px 5%;
        text-align: center;
        padding: 10px
    }

    .searchBoxMain {
        width: 100%;
        height: auto;
        margin: 0 0 10px
    }

        .searchBoxMain .col-md-2 {
            width: 50%;
            clear: none;
            margin: 0;
            float: left
        }

        .searchBoxMain .col-md-12 {
            clear: both
        }

        .searchBoxMain input#searchButton {
            margin-left: 0;
            text-indent: -9999px
        }

    #crumbs li::after {
        border-top: 25px solid transparent;
        border-bottom: 25px solid transparent;
        border-left: 25px solid #ddd;
        right: -24px;
    }

    #crumbs li::before {
        border-top: 25px solid transparent;
        border-bottom: 25px solid transparent;
        border-left: 25px solid #ccc;
    }

    #crumbs li {
        padding-left: 22px;
    }

    .childAreaSelect .col-md-4 {
        width: 50%;
        height: auto;
        margin: 0;
        float: left
    }

    .childAreaSelect div:nth-child(2n+1) {
        clear: left
    }

    .childAreaSelect div:nth-child(3n+1) {
        clear: none
    }

    .LifecurveSummary, div#ADLLifeCurveWidget {
        height: auto;
        padding: 0
    }

        div#ADLLifeCurveWidget .col-md-3 {
            width: 15%;
            clear: none !important;
            float: left
        }

        div#ADLLifeCurveWidget .col-md-9 {
            width: 85% !important;
            margin: 0;
            padding: 0;
            float: left
        }

        .LifecurveSummary img {
            margin: 0
        }

    .LCAdditional .col-md-2 {
        width: 25%;
        float: left
    }

    div.col-md-4.infopage-card, div.col-md-6.infopage-card {
        margin: 1%;
        width: 31%;
        clear: none !important
    }

    .infopage-productimg {
        width: auto;
        float: none;
        margin: 0 auto 10px
    }

    .products div.col-md-6.infopage-card, .products div.col-md-6.infopage-card:nth-child(3n+1) {
        clear: none !important
    }

    .products .col-md-6.infopage-card:first-of-type, div.col-md-6.infopage-card:nth-child(3n+1) {
        clear: left !important
    }

    .grid-item.listview .grid-item-actions h5 {
        width: 70%
    }

    .grid-item.listview .grid-item-actionsView {
        padding: 5px 20px
    }

    #accountaccordion div.btn .col-md-2 {
        height: 100px
    }
}

@media(min-width:481px) and (max-width:610px) {
    .tasksBox {
        width: 80%;
        margin: 5px 10%
    }

    .taskInput .CanDoUnaided, .taskInput .CannotDoUnaided {
        margin: 5px 10px 0
    }
}

@media(min-width:0) and (max-width:1220px) {
    .navbar-header .MainLogo {
        max-width: 160px
    }

    .navbar-nav {
        margin: 0 -15px
    }

    .navbar form {
        width: 100%
    }

    .SignIn, .SignOut {
        padding-top: 0 !important;
        padding-left: 65px !important;
        width: 100%;
        text-align: left;
        background: #510da5
    }

    .SelectedServiceUserWrapper p {
        display: none
    }

    .SelectedServiceUserWrapper a {
        clear: none !important;
        padding: 0 !important;
        margin: 0;
        line-height: 40px;
        color: #fff !important
    }

    .SelectedServiceUserWrapper select {
        width: 50%;
        margin: 0;
        height: 40px;
        padding: 1px
    }

    .markCompleteGoal, .markIncompleteGoal {
        width: 25px;
        height: 25px;
        margin-right: 0;
        margin-left: 10px
    }

    .navbar-brand {
        max-width: 65%
    }

    #HeaderTagline {
        max-width: 45%;
        margin: 0
    }

        #HeaderTagline p {
            font-size: 16px !important;
            margin: 0 !important
        }

    .Explore img {
        width: 65%;
        float: left
    }

    .Explore .col-md-6 {
        height: 100%;
        float: left;
        width: 100%
    }

    li .SelectedServiceUserWrapper {
        display: none
    }
}

@media(min-width:481px) and (max-width:780px) {
    .SelectedServiceUserWrapper a {
        width: 40px !important;
        margin: 0 5px !important
    }

    span#BasketQty, span#GoalQty {
        padding: 0 10px;
        margin: 0
    }

    .MainNav4 img {
        border: 0
    }

    .MainNav5 {
        display: none
    }

    .col-md-6 .feature {
        height: 340px
    }

        .col-md-6 .feature img {
            width: 100%;
            height: auto
        }
}

@media(min-width:0) and (max-width:627px) {
    #HeaderTagline {
        max-width: 45%;
        margin: 0
    }

        #HeaderTagline p {
            font-size: 13px !important;
            margin: 0
        }

    .navbar-brand {
        max-width: 60%
    }

    li.MainNav1 {
        display: none !important;
        height: 0
    }
}

@media(min-width:0) and (max-width:480px) {
    .TripleButtonHeader + .ForwardPageButton, .background-ratator, .loadassessoverlay, .loadlifecurveoverlay {
        display: none
    }

    .navbar .nav > li {
        width: 100%
    }

    #accountaccordion div.btn .col-md-2 {
        padding: 4px 2px 2px;
        height: 65px
    }

    #accountaccordion div.btn span {
        padding: 20px
    }

    .nav > li {
        float: left;
        padding: 0 5px !important;
        min-width: 50px
    }

    .navbar li img, li.MainNav5 {
        display: none
    }

    .MainNav4 img {
        border: 0
    }

    .navbar-collapse.in, .tasksBox {
        overflow: hidden
    }

    .container {
        width: 100% !important;
        padding: 0 5px
    }

    .FooterDiv {
        height: auto;
        position: relative;
        float: left;
    }

        .FooterDiv .container > div, .altHome #areas {
            padding: 0
        }

    .homeContFull .col-md-6 {
        width: 97%;
        padding: 0;
        margin-left: 1%
    }

    .homeContFull .col-xs-12 {
        width: 50%;
        margin: 0;
        padding: 0 5px
    }

    .col-md-6 .feature {
        height: 300px
    }

        .col-md-6 .feature img {
            height: auto;
            width: 100%;
            float: right
        }

    .feature .featureaction {
        width: 100%;
        left: 0;
        bottom: 0;
        height: auto
    }

    .featureaction span {
        height: auto;
        line-height: 1em !important
    }

    .feature .featureaction:active, .feature .featureaction:focus, .feature .featureaction:hover {
        bottom: 0
    }

    .g-recaptcha.col-md-6 {
        padding: 0
    }

    .DoubleButtonHeader {
        max-width: 70%;
        height: 100%;
        margin-top: 0
    }

    .TripleButtonHeader {
        max-width: 80%;
        margin: 0
    }

    .SingleButtonHeader {
        height: 100%;
        margin-top: 0;
        max-width: 100% !important;
        text-align: center !important;
        width: 80%
    }

    .HalfPageColumn img, .navbar-header .MainLogo, .navbar-header .MainLogo img {
        max-width: 100%
    }

    .SingleButtonHeader h2 {
        width: 100%
    }

    .HeaderContainer {
        padding: 0;
        clear: both
    }

        .HeaderContainer .tt {
            margin: 0;
            padding: 5px 0
        }

        .HeaderContainer #starredItemProduct {
            margin: 0;
            padding: 0;
            float: right;
            clear: none
        }

    .appBanner .appimage {
        position: relative;
        display: inline-block;
        top: 0;
    }

    .flag-signout {
        height: 50px
    }

    .TaskBrowse {
        width: 100%;
        margin: 5px 0 0;
        padding: 0 !important
    }

    .MobileTasksWrapper {
        display: block !important
    }

    .HeaderButton {
        margin: 5px;
        width: 45px;
        height: 45px;
        background-size: 45px
    }

    .BackPageButton a {
        width: 50px
    }

    .FullPageColumn, .HalfPageColumn, .LeftColumn, .RightColumn, .SideMenu, .SupplierProducts, .resultsWrapper, .searchBoxMain {
        width: 100%;
        clear: left;
        margin: 0 0 10px;
        padding: 0
    }

    /*.MainContent {
        padding-bottom: 300px;
        min-height: 1300px
    }*/

    .sideBarNav {
        width: 100%;
        margin-left: 0;
        height: 70px
    }

    .SideMenu-Password, .SideMenu-SaveDetails {
        position: relative;
        margin-top: 0 !important
    }

    .resultsContainer {
        min-height: 500px;
        margin-bottom: 20px;
        background: #eee;
        border-radius: 10px;
        float: left;
    }

        .resultsContainer input[type=submit], .resultsContainer .alert > p, .resultsContainer .alert img {
            float: left !important;
        }

    .SideMenu-obj {
        margin: 10px 3%;
        float: left
    }

    .navbar, .navbar-collapse, .navbar-header {
        width: 100%;
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .navbar-toggle {
        margin-right: 8px
    }

    .navbar li span {
        margin: 5px
    }

    span#BasketQty, span#GoalQty {
        margin: 5px 10px
    }

    .navbar-header .MainLogo {
        height: 50px;
        margin: 0
    }

    .homeContFull .row, .homeContFull .row > div {
        width: 100%;
        display: block !important;
        float: left
    }

    .ActivitiesHelpDesktop, .AoH-searchBox p, .SelectedServiceUserWrapper p, .assessoverlay .featureaction span, .lifecurveoverlay .featureaction span {
        display: none
    }

    .SelectedServiceUserWrapper {
        width: 100%;
        padding-left: 0;
        margin-left: 0
    }

    .HomepageBanner h2, .altHome h2 {
        margin: 0;
        font-size: 21px;
        float: left;
        height: auto
    }

    .supplierAppSection .col-md-12 > div {
        width: 100%;
        height: 100%;
        padding: 5px 0
    }

    .HelpContent, .HelpLinks {
        width: 100%;
        margin: 0 0 5px
    }

    .HelpContact {
        clear: left
    }

    .ActivitiesHelpMobile {
        display: block
    }

    section#loginForm .btn-primary {
        z-index: 10
    }

    .form-group, .form-group .col-md-12 {
        margin: 0;
        padding: 0
    }

    section#socialLoginForm {
        margin: 0;
        padding: 0;
        width: 100%
    }

    div#socialLoginList {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        display: inline-block
    }

    #socialLoginList p {
        padding: 0
    }

    div#loginForm {
        margin: 5px 0;
        padding: 3px
    }

    #loginForm .form-group, #loginForm .form-horizontal {
        margin: 5px 0
    }

    #loginForm .col-md-11 {
        margin: 0;
        padding: 0
    }

    .checkbox label {
        padding-left: 25px
    }

    #loginForm .btn-primary {
        clear: left;
        margin-top: 10px
    }

    .AccountSummary {
        width: 100%;
        margin: 0 0 10px
    }

    .AssessmentNumbers {
        margin: 5px;
        text-align: center
    }

    #AppList .appList-obj {
        margin: 1%;
        width: 48%;
        padding: 0
    }

    #AppList .appList-icon, .addApp-icon, .closeApp-icon {
        margin: 3px auto
    }

    .addApp-icon, .closeApp-icon {
        margin-bottom: 10px
    }

    .appList-obj p {
        width: 100%
    }

    .featuredAppSection .appList-obj {
        width: 90%;
        margin: 5px 5%
    }

    .featuredAppSection .appList-icon img {
        max-width: 100%;
        margin: 0;
        padding: 0
    }

    .supplierAppSection .appList-obj {
        width: 80px;
        margin: 10px 1%
    }

    .form-horizontal .form-group {
        margin: 5px 0
    }

    .form-group label {
        float: left;
        width: 100%
    }

    .form-group input {
        clear: left
    }

    .form-control {
        width: 100%
    }

    ul.ProductsGroup .productImg {
        width: 80px;
        height: 80px;
        margin-top: 5px
    }

    ul.ProductsGroup .tt {
        margin: 10px 0
    }

    div#groupsAccordion a {
        width: 32%
    }

    .productGroupItem img {
        margin: 5px auto 0;
        height: 30px
    }

    div#groupsAccordion a .productGroupItem {
        width: 49%;
        margin-bottom: 0 !important;
        margin-top: 5px;
        float: left;
        height: 90px
    }

    .productGroupItem {
        width: 16%
    }

        .productGroupItem:nth-of-type(even), .productGroupItemResults:nth-of-type(even) {
            margin-left: 1%
        }

        .productGroupItem h5 {
            min-height: 40px
        }

    .Catalogue-ProductItems > p {
        padding-top: 0;
        width: 45%;
        margin: 4px 0 0 5px;
        font-size: 16px
    }

    ul.ProductsGroup {
        margin: 0;
        padding: 0
    }

    .Catalogue-ProductItems {
        width: 100%;
        margin: 3px 0;
        height: 100%;
        min-height: 95px;
        background: #fff;
        padding: 5px 0
    }

        .Catalogue-ProductItems a {
            width: 80%
        }

        .Catalogue-ProductItems p {
            width: 65%
        }

        .Catalogue-ProductItems:nth-child(odd) {
            background: #eee
        }

    .productGroupItemResults {
        width: 32%;
        margin: .5%
    }

    .Results-ProductItems .tt {
        margin: 0;
        padding: 5px 3px 0 0
    }

    div#problemsAccordion, ul.AoH-lists > li {
        width: 100%;
        margin: 0;
        float: left;
        clear: both;
        background: #fff;
        padding: 0
    }

    .AoH-menuList, h3.AoH-listHead {
        margin: 0;
        width: 100%
    }

    .AoH-menuList {
        margin-bottom: 5px;
        position: relative;
        float: left
    }

    ul.AoH-lists > li {
        margin: 0;
        width: 50% !important;
        clear: none
    }

        ul.AoH-lists > li a {
            padding: 0;
            line-height: 14px
        }

    .AoH-searchBox {
        padding: 10px 5px;
        margin: 0
    }

        .AoH-searchBox input#model_SearchTerm {
            width: 75%;
            margin: 0
        }

    div#problemsAccordion .ui-accordion .ui-accordion-content {
        padding: 0
    }

    .TextArea.ResultsGoal > p {
        width: 100%
    }

    .SupplierProducts, .SupplierProductsInfo {
        width: 100%;
        margin-bottom: 10px
    }

    .Suppliers .category-icon {
        height: 70px;
        width: 30%;
        padding: 5px 0
    }

    .AoH-lists.Suppliers li {
        border: 1px solid #673ab7
    }

        .AoH-lists.Suppliers li.selected {
            background: #999;
            margin: 0;
            padding: 0;
            box-sizing: border-box
        }

    .AoH-lists.Suppliers p {
        line-height: 1.5em;
        padding: 0 5px
    }

    .resultsTabContainer {
        width: 100%
    }

    .ResultsGroup .Catalogue-ProductItems p {
        width: 65%;
        height: 100%
    }

    .ResultsGroup .Catalogue-ProductItems {
        width: 98%;
        height: 100%;
        border-bottom: 1px dashed #808080;
        margin: 5px 1%
    }

        .ResultsGroup .Catalogue-ProductItems a {
            height: 100% !important;
            width: 100% !important
        }

    .Results-ProductItems a.ProductImageLink {
        width: 95px;
        margin: 0;
        padding: 0
    }

    .SupplierProductsInfo .Results-ProductItems > p {
        width: 50%
    }

    .ResultsDetails p {
        width: 85%;
        padding: 0 3px
    }

    .ResultsDetails .starredItem, .ResultsDetails .starredItem span {
        margin: 0
    }

    .ResultsTabContainer {
        display: block;
        padding: 0
    }

    .resultsTabButton, .resultsTabButtongrey {
        float: left;
        width: 100% !important;
        padding: 0;
        margin: 0;
        height: auto !important
    }

        .resultsTabButton:active, .resultsTabButton:hover, .resultsTabSelected, .resultsTabSelected p {
            background: #0a3375 !important;
            color: #fff !important
        }

    .VANLMap {
        display: none
    }

    .VANLList {
        display: block
    }

    .SwapDDInputButton {
        display: none
    }

    .tasksBox {
        width: 100%
    }

    .taskBoxImg, .taskBoxImg em {
        width: 35%;
        height: auto;
        float: left
    }

        .taskBoxImg em {
            height: 100%;
            word-wrap: break-word
        }

        .taskBoxImg img {
            width: 100%
        }

    .taskInput {
        margin: 0;
        width: 65%;
        padding: 10px 0 0
    }

        .taskInput p {
            margin: 0;
            padding: 0;
            float: left;
            width: 80%
        }

        .taskInput .CanDoUnaided input[type=radio] + label, .taskInput .CanDoUnaided input[type=radio]:checked + label, .taskInput .CannotDoUnaided input[type=radio] + label, .taskInput .CannotDoUnaided input[type=radio]:checked + label {
            width: 90px;
            height: 90px;
            margin: 0 auto;
            float: none;
            display: block
        }

        .taskInput .CanDoUnaided, .taskInput .CannotDoUnaided {
            margin: 5px 2.5% 0;
            width: 45%;
            height: auto;
            padding: 0
        }

    .timesBox {
        width: 100%;
        margin: 10px 0
    }

    img.timesBox {
        width: 100%;
        height: 100%
    }

    .timesBox:first-of-type {
        height: 310px
    }

    .DragContainer {
        width: 100% !important;
        margin: 0
    }

    .buttContainer, input.continuebutton {
        float: right;
        clear: both;
        margin-left: 0
    }

    .questionProgressHeader {
        display: none !important
    }

    .QuestionsDropdown {
        display: block
    }

    .QuestionsTitle {
        margin: 0
    }

        .QuestionsTitle h2 {
            font-size: 18px;
            padding: 3px
        }

    .ProgressBarNavLeft {
        margin-left: 120px;
        margin-top: 10px
    }

    .ProgressBarNavRight {
        margin-left: 280px;
        margin-top: 10px
    }

    ul.ProgressBarContent {
        width: 140px;
        margin-left: 140px;
        margin-top: 5px;
        padding: 0
    }

    .question h3 {
        font-size: 18px;
        padding: 5px
    }

    .question ul {
        width: 100%
    }

    .question li {
        width: 48%
    }

    .AnswerImageWrapperSelected, .AnswerImageWrapperSelected input, .question .AnswerImageWrapper, .question .AnswerImageWrapper input {
        max-height: 220px;
        height: 220px
    }

    .AnswerImageAvailable, .AnswerImageSelected, .AnswerImageWrapper, .AnswerImageWrapperSelected {
        width: 100%
    }

        .AnswerImageWrapperSelected .selectedimg {
            margin: 0 0 0 130px !important
        }

    .availableResponse, .question .qimage, .selectedResponse {
        width: 98%
    }

    .searchBoxMain {
        height: auto
    }

        .searchBoxMain input#searchButton {
            margin-left: 0;
            text-indent: -9999px;
            float: left
        }

    div#searchWrapper {
        clear: both
    }

    .childAreaSelect .col-sm-4 {
        border: 0;
        float: left;
        margin: 0;
        height: auto;
        width: 50%
    }

    .childAreaSelect div:nth-child(2n+1) {
        clear: both
    }

    .childAreaSelect div:nth-child(3n+1) {
        clear: none
    }

    .LifecurveSummary, div#ADLLifeCurveWidget, div#ageingGoal.goal {
        height: 100%;
        padding-bottom: 0;
        float: left
    }

        div#ADLLifeCurveWidget .col-md-3 {
            width: 30%;
            float: left
        }

        div#ADLLifeCurveWidget .col-md-9 {
            width: 70%;
            float: left
        }

        .LifecurveSummary img {
            margin: 0
        }

    div#cccwr.ccc-right #ccc-icon {
        margin-bottom: 10px
    }

    .LCAdditional .col-md-2 {
        width: 50%;
        float: left
    }

    div.col-md-4.infopage-card, div.col-md-6.infopage-card {
        margin: 1%;
        width: 98%
    }

    .col-md-3 .feature {
        margin: 15px 0 0;
        box-shadow: none;
        border: 1px solid #999
    }
}

@media(min-width:769px) and (max-width:1219px) {
    .planMobile, .planMobile .selectedUserBanner {
        display: block !important;
        width: 100% !important
    }

    .navbar-nav .selectedUserBanner {
        display: none !important
    }

    .planMobile .selectedUserBanner {
        width: 100%
    }

        .planMobile .selectedUserBanner .col-md-4, .planMobile .selectedUserBanner .col-md-6, .planMobile .selectedUserBanner .col-md-8 {
            padding-left: 10px;
            padding-right: 10px
        }

            .planMobile .selectedUserBanner .col-md-8 > .col-md-8 {
                width: 35% !important
            }

            .planMobile .selectedUserBanner .col-md-8 > .col-md-4 {
                width: 60%;
                margin-right: 0
            }

                .planMobile .selectedUserBanner .col-md-8 > .col-md-4 span {
                    padding-top: 10px
                }

    .selectedUserBanner span {
        padding: 10px 0 5px;
    }

    #accountaccordion div.btn .col-md-2 {
        padding: 4px 2px 2px;
        height: 85px
    }

        #accountaccordion div.btn .col-md-2 img {
            height: 80px;
            width: 80px
        }
}

@media(min-width:0) and (max-width:768px) {
    .planMobile, .planMobile .selectedUserBanner {
        display: block !important;
        width: 100% !important
    }

    .navbar-nav .selectedUserBanner {
        display: none !important
    }

    .planMobile .selectedUserBanner .col-xs-12 {
        width: 100% !important
    }

    .planMobile .selectedUserBanner .col-md-4, .planMobile .selectedUserBanner .col-md-6, .planMobile .selectedUserBanner .col-md-8 {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media(min-width:1220px) {
    .planMobile {
        display: none !important
    }

    .navbar-nav .selectedUserBanner {
        display: block !important
    }
}

@media(min-width:2000px) {
    .container-fluid {
        width: 1500px
    }

    .homeContFull {
        max-height: 2000px
    }
}

@media(min-width:481px) and (max-width:729px) {
    .DoubleButtonHeader {
        width: 67%
    }
}

@media(min-width:916px) and (max-width:1168px) {
    .timesBox {
        width: 280px;
        margin: 0 5px 5px
    }

    .timeBoxContent canvas {
        margin: 50px 0 0 10px
    }

    img.timesTutorial {
        width: 100%;
        height: auto
    }
}

@media(max-width:739px) and (min-width:530px) {
    .timesBox {
        width: 260px;
        margin: 0 2px 5px
    }

    .timeBoxContent canvas {
        margin: 50px 0 0 5px
    }

    img.timesTutorial {
        width: 100%;
        height: auto
    }
}

@media(max-width:529px) and (min-width:450px) {
    .timesBox {
        width: 400px;
        margin: 5px 5%;
        min-height: 290px;
        position: relative;
        height: 100%
    }

    .timeBoxContent canvas {
        margin: 50px 0 0 65px
    }

    img.timesTutorial {
        width: 100%;
        height: auto
    }
}

@media(max-width:449px) and (min-width:0) {
    img.timesTutorial {
        width: 100%;
        height: auto
    }
}

@media(min-width:357px) and (max-width:480px) {
    .timeBoxContent canvas {
        margin: 70px 0 0 35px
    }
}

@media(min-width:0) and (max-width:356px) {
    .timeBoxContent canvas {
        margin: 50px 0 0 15px
    }
}

@media(min-width:1137px) {
    .tasksBox {
        width: 45%;
        display: inline-block;
        margin: 5px 2.5% 35px;
        float: left
    }

    .DragContainer {
        width: 100%;
        margin: 0
    }
}

@media screen and (device-width:360px) and (device-height:640px) {
    .HomepageBanner h2, .altHome h2 {
        width: 100%;
        margin: 5px 0 10px;
        height: auto
    }
}

@media only screen and (min-device-width:375px) and (max-device-width:667px) and (width:667px) and (height:375px) and (orientation:landscape) and (color:8) and (device-aspect-ratio:375667) and (aspect-ratio:667375) and (device-pixel-ratio:2) and (-webkit-min-device-pixel-ratio:2) {
    .HomepageBanner h2, .altHome h2 {
        width: 100%;
        top: 3px;
        font-size: 21px;
        left: 0
    }
}

@media(max-width:480px) {
    div.timeBoxContent input.minus {
        margin: 137px 0 0 -113px;
        position: absolute
    }

    div.timeBoxContent input.plus {
        margin: 137px 0 0 -71px;
        position: absolute
    }
}

@media(max-height:700px) {
    #pswd_info {
        float: left;
        position: relative !important;
        z-index: 0 !important;
        display: block !important;
        right: 0 !important;
        width: 98% !important
    }

    #complexify {
        display: none
    }
}

@media(max-width:1200px) and (min-width:861px) {
    .LifecurveSummaryActions {
        margin-top: 5px !important
    }

    .LifecurveSummary .col-md-3 {
        width: 30%
    }

    .LifecurveSummary .col-md-9 {
        width: 70%
    }

    .LifecurveSummary .col-md-4 {
        display: none
    }
}

@media(max-width:860px) and (min-width:481px) {
    .LifecurveSummary div#AgeingGoalWidget {
        height: auto
    }

    .TaskBrowse {
        margin: 5px .5% 0;
        float: left;
        width: 49%
    }
}

@media(max-width:535px) and (min-width:576px) {
    div#HeaderTagline {
        max-width: 230px
    }
}

@media(max-width:577px) and (min-width:0) {
    div#HeaderTagline {
        display: none
    }
}

@media(max-width:1200px) and (min-width:591px) {
    .resultsWrapper {
        width: 660px;
        margin-bottom: 40px
    }
}

@media(max-width:1160px) and (min-width:590px) {
    .resultsTabContainer {
        width: 25%
    }

    .resultsWrapper {
        width: 100%;
        margin-bottom: 40px
    }

    .ADLLCLeft {
        width: 30%;
        min-height: 200px
    }

    .resultsLCspecific {
        margin-top: 145px
    }

    .LCGoalNav, .LCGoalText {
        padding: 0 0 10px;
        width: 70%
    }

    .LCGoalText {
        min-height: 100px
    }

    .LCGoalNav input, .LCGoalNav a {
        width: 100% !important;
        margin: 3px 0;
        float: left;
        height: 40px !important;
        line-height: 40px !important;
        padding: 0
    }

    .resultsTabButton p, .resultsTabButtongrey p {
        word-break: break-word
    }

    .LCresultsTabContainer, .ResultsTabContainer {
        width: 100%;
        margin: 0
    }

    .SummaryResultspage .LCGoalNav > div {
        width: 98% !important
    }
}

@media(max-width:589px) and (min-width:0) {
    .ADLLCLeft, .ADLLCRight, .ADLLCRight .resultsTabButton, .ADLLCRight .resultsTabButtongrey, .LCGoalNav, .LCGoalText, .LCresultsTabContainer, .ResultsTabContainer {
        width: 100% !important;
        margin: 0;
        display: block;
        float: left
    }

    .LCresultsTabContainer {
        padding: 0
    }

    .resultsLCspecific {
        margin-top: 100px
    }

    .LCGoalNav {
        margin-bottom: 10px
    }

    .resultsTabButton, .resultsTabButtongrey {
        line-height: 1em;
        padding: 15px 0;
        width: 50%;
        float: left;
        margin: 0;
        height: 70px
    }

    .ADLLCRight .resultsTabSelected {
        background: #eee
    }
}

@media(max-width:340px) and (min-width:0) {
    .question li {
        width: 100%
    }

    .AnswerImageWrapperSelected > img {
        margin-left: 90% !important
    }
}

@media(max-width:894px) and (min-width:699px) {
    .grid-sizer {
        width: 50%
    }

    .grid-item {
        width: 48%
    }

    .product-grid .grid-sizer {
        width: 33.333%
    }

    .product-grid .grid-item {
        width: 32.5%;
        border: 0;
        border-radius: 0;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        box-shadow: none;
        margin: 0 !important
    }

        .product-grid .grid-item hr {
            display: none
        }

    .product-grid .grid-item-image {
        height: 200px;
        margin-top: 5px
    }

    .product-grid .grid-item-actions h5 {
        height: 60px
    }

    .product-grid .starredItem {
        margin-right: 5%;
        padding-bottom: 5px
    }
}

@media(max-width:698px) and (min-width:580px) {
    .grid-sizer, .product-grid .grid-sizer {
        width: 50%
    }

    .grid-item, .product-grid .grid-item {
        width: 49%;
        border: 0;
        box-shadow: none;
        border-radius: 0;
        margin: 0;
        border-bottom: 1px solid #ccc
    }

        .product-grid .grid-item:nth-child(even) {
            border-right: 1px solid #ccc
        }

    .DocumentResults li a {
        background: 0 0;
        padding: 0 10px
    }

    .product-grid hr {
        display: none
    }
}

@media(max-width:579px) and (min-width:0) {
    .grid-sizer, .product-grid .grid-sizer {
        width: 100%
    }

    .grid-item, .product-grid .grid-item {
        width: 96%;
        margin-left: 2%
    }

        .grid-item-image, .grid-item.listview .grid-item-actions, .grid-item.listview .grid-item-actions h5 {
            width: 100% !important
        }

    .ResultsGroup .grid-item-image img {
        max-height: 100%
    }

    .grid-item.listview .grid-item-image {
        max-height: 150px
    }

    .grid-item.listview {
        width: 96% !important
    }

        .grid-item.listview .grid-item-image img {
            max-height: 100%;
            float: none;
            vertical-align: top;
            display: table-cell
        }

    .viewSwap {
        display: none
    }

    .supplier.product-grid .grid-sizer {
        width: 48%
    }

    .supplier.product-grid .grid-item {
        width: 46%
    }

    .grid {
        padding: 10px 0
    }

    .ADLLCLeft {
        min-height: 0
    }

    .resultsLCtitle {
        border-top-right-radius: 10px
    }

    .ResultsGroup .grid-item .grid-item-actions h5 {
        height: auto
    }

    .grid-item.listview .grid-item-actionsView {
        float: left;
        margin: 0 5px
    }

    .grid-item.listview .starredItem {
        clear: none
    }
}

@media(min-width:0) and (max-width:483px) {
    .AoH-menuList #headingTwo {
        display: none
    }

    .AoH-menuList .panel-group .panel + .panel {
        margin: 0
    }

    .sidenav {
        padding-top: 15px;
        width: 100%;
        animation: none
    }
}

input.colourPreset {
    height: 40px;
    width: 40px;
    border-radius: 20px;
    border: 2px solid transparent;
    box-shadow: 0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08);
    clear: none !important;
    float: none
}

input#ProfileColour {
    height: 40px;
    border: 2px solid #ccc
}

    input#ProfileColour:hover, input.colourPreset:hover {
        border: 2px solid #222;
        cursor: pointer
    }

.stickyHeader.stick {
    position: fixed;
    top: 0;
    z-index: 5;
    background: #EEF2F4;
    margin: 0;
    padding-top: 5px;
    float: none;
    width: auto;
}