﻿/* Psycruit */
body {
    background-color: initial;
    color: #333333;
    font-size: 62.5%;
    min-width: 320px;
    font-family: 'Montserrat', Arial, sans-serif;
    min-width: 360px;
}

body, h1, h2, h3, h4, label, ul, ol, li, dl, dt, dd, p, div, span, table, td, th, hr, input, label, a {
    background-repeat: no-repeat;
}

body, h1, h2, h3, h4, label, ul, ol, li, dl, dt, dd, p, div, span, img, label, a {
    padding: 0px;
    border: 0px;
    margin: 0px;
}

table, tr, td, th {
    border-spacing: 0px;
    padding: 0px;
    border: 0px;
    margin: 0px;
    vertical-align: top;
}

td, th {
    empty-cells: hide;
}

input {
    margin: 0px;
    padding: 0px;
}

label {
    font-weight: 400;
    font-size: 1.4em;
    margin-bottom: 5px;
    display: inline-block;
}

    label.NoSpaceBtm {
        margin-bottom: 0px;
    }

.Radio, .CheckBox {
    position: relative;
    left: -4px;
    top: 1px;
}

.Radio2, .CheckBox2 {
    position: relative;
    left: -4px;
    top: 1px;
    margin-left: 15px
}

/* Common Basic */
h1 {
    font-size: 4.0em;
    line-height: 1.2em;
    font-weight: 500;
    color: #333333;
    margin-bottom: 20px;
}

    h1.HiddenHeader {
        display: none;
    }

.H1AlternativePlaceholder {
    height: 18px;
    font-size: 0.2em;
    clear: both;
}

h2 {
    font-size: 2.4em;
    line-height: 1.2em;
    font-weight: 400;
    color: #333333;
    margin-bottom: 20px;
}

    h2 a {
        color: #21ac8a;
    }

    h2.BlueHeading {
        color: #185e90;
        margin-top: 40px;
        padding-top: 30px;
        border-top: 1px solid #e5e5e5;
    }

        h2.BlueHeading a {
            color: #185e90;
        }

    h2.RedHeading {
        color: #ff0000;
    }

        h2.RedHeading.BorderTop {
            color: #ff0000;
            margin-top: 40px;
            padding-top: 30px;
            border-top: 1px solid #e5e5e5;
        }

h3 {
    font-size: 1.8em;
    color: #333333;
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 1.5em;
}

    h3.TimerTitle {
        display: none;
    }

a {
    color: #3498b0;
    background-color: transparent;
    text-decoration: underline;
    font-size: 1.4em;
    font-weight: 400;
}

    a:hover {
        opacity: 0.8;
    }

p {
    margin-top: 8px;
    margin-bottom: 20px;
    font-size: 1.4em;
    line-height: 1.8em;
    font-weight: 400;
}

    p a {
        font-size: 1em;
    }

    p strong {
        font-weight: 500;
    }

    p.BottomPad {
        padding-bottom: 5px
    }

    p.Larger {
        font-size: 1.2em;
    }

    p.Larger2 {
        font-size: 2.2em;
    }

.Red {
    color: #d00 !important;
    font-weight: bold
}

.Green {
    color: #6a9f16 !important;
    font-weight: bold
}

.Bold {
    font-weight: bold !important;
}

.Italic {
    font-style: italic !important;
}

.Warning {
    color: #d00 !important;
    font-weight: bold;
    font-size: 1.4em;
    text-align: center;
}

ul {
    margin: 8px 0px 20px 13px;
    list-style-type: none;
}

ol {
    margin: 8px 0px 20px 13px;
}

ul li {
    margin: 6px 0px 6px 0px;
    font-size: 1.4em;
    line-height: 1.8em;
    text-indent: -1px;
    font-weight: 300;
    list-style-image: url(/images/default/bulletpoint.png);
}

    ul li strong {
        font-weight: 500;
    }

    ul li p {
        font-size: 1em;
    }

    ul li a {
        font-size: 1em;
    }

ol li {
    margin: 2px 0px 2px 0px;
    font-size: 1.4em;
    line-height: 1.8em;
    font-weight: 300;
}

    ol li strong {
        font-weight: 500;
    }

    ol li a {
        font-size: 1em;
    }

dl {
    margin: 15px 0px 10px 0px;
}

    dl dt {
        margin: 2px 0px 0px 0px;
        font-size: 1.1em;
        line-height: 1.5em;
        font-weight: bold;
    }

        dl dt a {
            font-size: 1em;
        }

    dl dd {
        margin: 2px 0px 10px 20px;
        font-size: 1.1em;
        line-height: 1.5em;
    }

        dl dd a {
            font-size: 1em;
        }

fieldset {
    border: none;
    padding: 0px;
    margin: 0px;
}

    fieldset legend {
        display: none;
    }

.drag {
    cursor: move
}

.BottomFix {
    clear: both;
    height: 2px;
    font-size: 0.2em;
}

.Spacer {
    height: 15px;
    width: 10px;
}

.BlueHR1 {
    margin-top: 4px;
    margin-bottom: -7px;
    height: 2px;
    font-size: 0.2em;
    clear: both;
    border-top: solid 1px #a9cfd3;
}

.BlueHR2 {
    margin-top: 4px;
    margin-bottom: 0px;
    height: 2px;
    font-size: 0.2em;
    clear: both;
    border-top: solid 1px #a9cfd3;
}

.HeaderGray1 {
    background-color: #ddd;
}

.HeaderGray2 {
    background-color: #eee;
}

.BlockSpans span {
    display: block;
    line-height: 1.5em;
}

.BoxStd {
    background-color: #f0fcff;
    border: solid 1px #c0c8c9;
    padding: 10px 12px 10px 12px;
}

.FullWidthLabel {
    width: 100%;
    font-size: 1em;
}

.AccessibilitySiteMapLink {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.SmScreenWarning {
    display: none;
}

/* CKEditor */
.cke_panel_listItem {
    line-height: initial;
}

.ck-editor__editable_inline {
    min-height: 400px;
}

/* Spacers */
.LineSpacer {
    height: 5px;
    font-size: 0.2em;
    clear: both;
}

.LineSpacer2 {
    height: 10px;
    font-size: 0.2em;
    clear: both;
}

.LineSpacer3 {
    height: 15px;
    font-size: 0.2em;
    clear: both;
}

.LineSpacer4 {
    height: 25px;
    font-size: 0.2em;
    clear: both;
}

.LineSpacer5 {
    height: 50px;
    font-size: 0.2em;
    clear: both;
}

.LineSpaceReducer1 {
    margin-bottom: -5px;
    height: 2px;
    font-size: 0.2em;
}

.LineSpaceReducer2 {
    margin-bottom: -10px;
    height: 2px;
    font-size: 0.2em;
}

.LineSpaceReducer3 {
    margin-bottom: -15px;
    height: 2px;
    font-size: 0.2em;
}

.LineSpaceReducer4 {
    margin-bottom: -25px;
    height: 2px;
    font-size: 0.2em;
}

.BoxSpacer1 {
    padding: 20px 0px 0px 55px;
}

.MyAjaxLoadingPanel {
    background: #fff url(/images/default/spinner1.gif) center center no-repeat;
}

.DebugBox {
    position: fixed;
    top: 300px;
    left: 0px;
    border: solid 1px #ddd;
    background-color: #fff;
    font-size: 11px;
    color: #000;
    padding: 3px;
    z-index: 1000;
    max-width: 240px;
    opacity: 0.8;
    line-height: 1.1em;
    font-family: Arial;
}

    .DebugBox hr {
        margin: 1px 0px 1px 0px;
        height: 0px;
    }




/* Buttons */

.StdBlueLrgBtn {
    display: inline-block;
    width: 100%;
    max-width: 220px;
    font-size: 1.4em;
    font-weight: 400;
    line-height: 1.0em;
    background-color: #3498b0;
    border: 1px solid #3498b0;
    text-align: center;
    border-radius: 3px;
    color: #ffffff;
    padding: 14px 20px;
    box-sizing: border-box;
    font-family: 'Montserrat', Arial, sans-serif;
    cursor: pointer;
    text-decoration: none;
}

    .StdBlueLrgBtn.Larger {
        max-width: 295px;
    }

    .StdBlueLrgBtn:hover {
        background-color: #3498b0;
        border: 1px solid #3498b0;
        color: #ffffff;
        text-decoration: none;
        opacity: 0.8;
    }

    .StdBlueLrgBtn:focus {
        background-color: #3498b0;
        border: 1px solid #3498b0;
        color: #ffffff;
        text-decoration: none;
        opacity: 0.8;
    }

    .StdBlueLrgBtn.FullWidth {
        width: 100%;
        max-width: none;
    }

    .StdBlueLrgBtn.TextWidth {
        width: auto;
        max-width: none;
    }

    .StdBlueLrgBtn.FloatLeft {
        float: left;
    }

    .StdBlueLrgBtn.FloatRight {
        float: right;
    }

    .StdBlueLrgBtn.SpaceTop {
        margin-top: 20px;
    }

    .StdBlueLrgBtn.SpaceBottom {
        margin-bottom: 20px;
    }

    .StdBlueLrgBtn.SpaceLeft {
        margin-left: 20px;
    }

    .StdBlueLrgBtn.SpaceRight {
        margin-right: 20px;
    }

.StdLightBlueLrgBtn {
    display: inline-block;
    width: 100%;
    max-width: 220px;
    font-size: 1.4em;
    font-weight: 400;
    line-height: 1.0em;
    background-color: #3498b0;
    border: 1px solid #3498b0;
    text-align: center;
    border-radius: 3px;
    color: #ffffff;
    padding: 14px 20px;
    box-sizing: border-box;
    font-family: 'Montserrat', Arial, sans-serif;
    cursor: pointer;
    text-decoration: none;
}

    .StdLightBlueLrgBtn:hover {
        background-color: #3498b0;
        border: 1px solid #3498b0;
        color: #ffffff;
        text-decoration: none;
        opacity: 0.8;
    }

    .StdLightBlueLrgBtn.FullWidth {
        width: 100%;
        max-width: none;
    }

    .StdLightBlueLrgBtn.TextWidth {
        width: auto;
        max-width: none;
    }

    .StdLightBlueLrgBtn.FloatLeft {
        float: left;
    }

    .StdLightBlueLrgBtn.FloatRight {
        float: right;
    }

    .StdLightBlueLrgBtn.SpaceTop {
        margin-top: 20px;
    }

    .StdLightBlueLrgBtn.SpaceBottom {
        margin-bottom: 20px;
    }

    .StdLightBlueLrgBtn.SpaceLeft {
        margin-left: 20px;
    }

    .StdLightBlueLrgBtn.SpaceRight {
        margin-right: 20px;
    }

.StdWhiteLrgBtn {
    display: inline-block;
    width: 100%;
    max-width: 220px;
    font-size: 1.4em;
    font-weight: 400;
    line-height: 1.0em;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    text-align: center;
    border-radius: 3px;
    color: #333333;
    padding: 14px 20px;
    box-sizing: border-box;
    font-family: 'Montserrat', Arial, sans-serif;
    cursor: pointer;
    text-decoration: none;
}

    .StdWhiteLrgBtn:hover {
        background-color: #ffffff;
        border: 1px solid #e5e5e5;
        color: #333333;
        text-decoration: none;
        opacity: 0.8;
    }

    .StdWhiteLrgBtn.FullWidth {
        width: 100%;
        max-width: none;
    }

    .StdWhiteLrgBtn.TextWidth {
        width: auto;
        max-width: none;
    }

    .StdWhiteLrgBtn.FloatLeft {
        float: left;
    }

    .StdWhiteLrgBtn.FloatRight {
        float: right;
    }

    .StdWhiteLrgBtn.SpaceTop {
        margin-top: 20px;
    }

    .StdWhiteLrgBtn.SpaceBottom {
        margin-bottom: 20px;
    }

    .StdWhiteLrgBtn.SpaceLeft {
        margin-left: 20px;
    }

    .StdWhiteLrgBtn.SpaceRight {
        margin-right: 20px;
    }

.InfoIconSm {
    display: none;
    width: 27px;
    height: 27px;
    background: url(/Images/Default/InfoIcon.png) center center no-repeat;
    background-size: 100%;
}

    .InfoIconSm span {
        display: none;
    }

.InfoIconLrg {
    position: fixed;
    z-index: 100;
    right: 50px;
    bottom: 50px;
    display: inline-block;
    height: 44px;
    width: 45px;
    background: url(/Images/Default/InfoIcon2.png) center center no-repeat;
    background-size: 100%;
}

    .InfoIconLrg span {
        display: none;
    }

.TimerIconSm {
    display: none;
    width: 27px;
    height: 27px;
    background: url(/Images/Default/TimerIcon.png) center center no-repeat;
    background-size: 100%;
    margin-right: 10px;
}

    .TimerIconSm span {
        display: none;
    }

.TimerIconLrg {
    position: fixed;
    z-index: 100;
    right: 50px;
    bottom: 105px;
    display: inline-block;
    height: 44px;
    width: 45px;
    background: url(/Images/Default/TimerIcon2.png) center center no-repeat;
    background-size: 100%;
}

    .TimerIconLrg span {
        display: none;
    }

.SideBtnDivider {
    display: none;
    height: 20px;
}

.SideBySideBtns {
    display: table;
    width: 100%;
}

    .SideBySideBtns .LeftBtn {
        display: table-cell;
        vertical-align: middle;
        width: 48%;
    }

    .SideBySideBtns .BtnSpacer {
        display: table-cell;
        vertical-align: middle;
        width: 4%;
    }

    .SideBySideBtns .RightBtn {
        display: table-cell;
        vertical-align: middle;
        width: 48%;
    }

    .SideBySideBtns .StdWhiteLrgBtn {
        max-width: initial;
    }

    .SideBySideBtns .StdLightBlueLrgBtn {
        max-width: initial;
    }





/* Dividers */
.DividerBlue {
    height: 1px;
    background-color: #137da3;
}

.DividerGrey {
    height: 1px;
    background-color: #e5e5e5;
}

/* Page Overlays */
.BodyOverlay {
    display: none;
    background-color: #000000;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    transition: opacity 300ms ease;
}

    .BodyOverlay.Visible {
        opacity: 0.7;
    }

.CoverLayer {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 120;
    opacity: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.7);
    background-repeat: repeat;
    transition: opacity 300ms ease;
}

    .CoverLayer.Visible {
        opacity: 1;
    }

/*Structure*/
.SiteContainer {
}

    .SiteContainer .SiteHeader {
        padding: 0px;
        margin: 0px;
        border-bottom: 1px solid #e5e5e5;
        height: 60px;
        box-sizing: border-box;
        width: 100%;
    }

        .SiteContainer .SiteHeader .MobileMenuIcon {
            display: none;
            width: 60px;
            height: 60px;
            background: url(/Images/Default/Icon_BtnMobileMenu.png) center center no-repeat;
            background-size: 100%;
        }

        .SiteContainer .SiteHeader .Logo {
            display: inline-block;
            vertical-align: middle;
            width: 130px;
            height: 60px;
            background: url(/Images/Default/Logo.png?c=2) center center no-repeat;
            background-size: contain;
            margin-top: 0px;
        }

        .SiteContainer .SiteHeader .LPLogo img {
            max-width: 210px;
            max-height: 58px;
        }

        .SiteContainer .SiteHeader .SecondLogoLg {
            vertical-align: middle;
            margin-left: 20px;
        }

            .SiteContainer .SiteHeader .SecondLogoLg img {
                max-width: 300px;
                max-height: 40px;
            }

        .SiteContainer .SiteHeader .HdrLayoutTable {
            max-width: 1280px;
            margin: 0 auto;
            padding: 0px 60px;
            display: table;
            width: 100%;
            box-sizing: border-box;
        }

            .SiteContainer .SiteHeader .HdrLayoutTable .MobileCell {
                display: table-cell;
                vertical-align: middle;
            }

                .SiteContainer .SiteHeader .HdrLayoutTable .MobileCell span {
                    display: none;
                }

            .SiteContainer .SiteHeader .HdrLayoutTable .LogoCell {
                display: table-cell;
                vertical-align: top;
                width: 300px;
                text-align: left;
                padding-right: 20px;
                box-sizing: border-box;
            }

                .SiteContainer .SiteHeader .HdrLayoutTable .LogoCell .Logo {
                    text-indent: 100%;
                    overflow: hidden;
                }

                    .SiteContainer .SiteHeader .HdrLayoutTable .LogoCell .Logo img {
                        display: none;
                    }

                .SiteContainer .SiteHeader .HdrLayoutTable .LogoCell .LPLogo {
                }

                    .SiteContainer .SiteHeader .HdrLayoutTable .LogoCell .LPLogo img {
                    }

            .SiteContainer .SiteHeader .HdrLayoutTable .LanguageCell  {
                width: 226px;
                margin-top: 6px;
            }

            .SiteContainer .SiteHeader .HdrLayoutTable .InfoCell {
                display: table-cell;
                vertical-align: middle;
                text-align: right;
                padding-top: 3px;
                box-sizing: border-box;
            }

            .SiteContainer .SiteHeader .LangOpts  {
              display: flex;
              align-items: center;
              height: 50px;
              padding-left: 50px;
              box-sizing: border-box;
            }

            .SiteContainer .SiteHeader .LangOpts .Opt {
              flex: 1;
              display: flex;
              align-items: center;
              padding-right: 30px;
              box-sizing: border-box;
            }

            .SiteContainer .SiteHeader .LangOpts .Opt .Label  {
              padding-left: 10px;
              box-sizing: border-box;
            }

        .SiteContainer .SiteHeader.TwoIcons .HdrLayoutTable .InfoCell {
            width: 50%;
        }

    .SiteContainer .SiteContent {
        max-width: 1280px;
        margin: 0 auto;
        padding: 60px;
        position: relative;
        box-sizing: border-box;
        min-height: calc(100vh - 120px);
    }

    .SiteContainer .SiteFooter {
        max-width: 1280px;
        margin: 0 auto;
        padding: 0px 60px;
        box-sizing: border-box;
    }

        .SiteContainer .SiteFooter .FtrLayoutTable {
            display: table;
            width: 100%;
            height: 60px;
            border-top: 1px solid #e5e5e5;
            box-sizing: border-box;
        }

            .SiteContainer .SiteFooter .FtrLayoutTable p {
                font-size: 1.0em;
                color: #6a6a6a;
                margin: 0px;
            }

            .SiteContainer .SiteFooter .FtrLayoutTable .CopyrightCell {
                display: table-cell;
                vertical-align: middle;
            }

                .SiteContainer .SiteFooter .FtrLayoutTable .CopyrightCell a {
                    color: #6a6a6a;
                    margin-right: 5px;
                }

                .SiteContainer .SiteFooter .FtrLayoutTable .CopyrightCell a.CPLinkClevry  {
                  display: none;
                }

            .SiteContainer .SiteFooter .FtrLayoutTable .WebDevCell {
                display: table-cell;
                vertical-align: middle;
                text-align: right;
            }

                .SiteContainer .SiteFooter .FtrLayoutTable .WebDevCell .AccessLink {
                    font-size: 1em;
                    color: #6a6a6a;
                }

                .SiteContainer .SiteFooter .FtrLayoutTable .WebDevCell .AccessLogo {
                    display: inline-block;
                    vertical-align: middle;
                    height: 17px;
                    width: 17px;
                    background: url(/images/default/access-logo.gif) center center no-repeat;
                    background-size: 100%;
                }

                .SiteContainer .SiteFooter .FtrLayoutTable .WebDevCell .StdLightBlueLrgBtn  {
                  width: inherit;
                  font-size: 1.2em;
                  padding: 12px 18px;
                }

            .SiteContainer .SiteFooter .NextFooter {
                display: none;
            }

            .SiteContainer .SiteFooter .FtrLayoutTable .FooterLogo {
                text-align: center;
                display: table-cell;
                vertical-align: middle;
            }

            .SiteContainer .SiteFooter .FtrLayoutTable .FooterLogo .ImageLogo {
                display: inline-block;
                width: 105px;
                height: 55px;
                background: url(/Images/Clevry/clevry-logo-small.png?c=5) center center no-repeat;
                background-size: contain;
                margin-top: 0px;
            }

            .SiteContainer .SiteFooter .FtrLayoutTable .AdditionalLogo  {
                text-align: center;
                display: none;
                vertical-align: middle;
            }

.SiteContainer .SiteFooter .FtrLayoutTable .NextCenterCell {
    display: none;
}

.SiteContainer .NextFooter  {
  display: none;
}

.MobileSlidePanel {
    width: 240px;
    background-color: #ffffff;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: -513px;
    transition: left 400ms ease 0ms;
    z-index: 1000;
    overflow: auto;
}

    .MobileSlidePanel.Opened {
        left: 0px;
    }

    .MobileSlidePanel .MobilePanelContent {
        padding: 45px 30px;
        box-sizing: border-box;
    }

    .MobileSlidePanel .SecondLogoSm {
        height: 63px;
        width: 135px;
        margin: 0 auto;
        background-size: 100%;
    }

    .MobileSlidePanel .SecondLogoSm img {
        width: 100%;
    }

    .MobileSlidePanel .MobilePanelContent .LangOpts {
      padding-top: 30px;
      box-sizing: border-box;
    }

    .MobileSlidePanel .MobilePanelContent .LangOpts .Opt  {
        display: flex;
    }

    .MobileSlidePanel .MobilePanelContent .LangOpts .Opt .Label {
      position: relative;
      bottom: 6px;
      padding-left: 10px;
      box-sizing: border-box;
    }

/* Pop-up Boxes */
.Positioning {
    position: relative;
    max-width: 605px;
    min-width: 290px;
    padding: 15px 30px;
    margin: 0px auto 0px auto;
}

    .Positioning.AccessibilityPopup {
        max-width: 380px;
    }

    .Positioning .CloseForm {
        position: absolute;
        background-image: url(/Images/Default/Icon_Cross.png);
        top: 0px;
        right: 15px;
        width: 36px;
        height: 36px;
        cursor: pointer;
        background-size: 28px 28px;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .Positioning .PopupContent {
        position: relative;
        background-color: #ffffff;
        border: 1px solid #ffffff;
        box-sizing: border-box;
        color: #333;
        margin: 0px auto 0px auto;
        padding: 40px 30px;
        box-sizing: border-box;
        min-height: 100px;
        line-height: 1.5em;
    }

        .Positioning .PopupContent .ContentToDisplay {
            font-size: 1.4em;
            line-height: 1.8em;
            font-weight: 400;
        }

        .Positioning .PopupContent .InfoContainer {
          padding: 0px;
        }

    .Positioning .ProgressIndicator {
        position: absolute;
        top: 10px;
        left: 50%;
        width: 200px;
        height: 200px;
        margin-left: -100px;
        background-image: url(/Images/Default/progress-anim-bg.png);
        display: none;
    }

        .Positioning .ProgressIndicator img {
            display: block;
            position: absolute;
            top: 84px;
            left: 84px;
        }

    .Positioning ul {
        margin-left: 13px !important;
    }

.AccessDiv {
    display: none;
}

    .AccessDiv .AccessHolder {
        margin-top: 10px;
    }

.PopUpContainer {
    display: none;
}

.PopupContent .LineSpacer {
    display: none;
}

.PopupContent p:last-child {
    margin-bottom: 0px;
}

.PopupContent .ContractTextLargeScreen {
    margin-bottom: 20px;
}

.PopupContent .ContractTextSmallScreen {
    margin-bottom: 20px;
    display: none;
}

.CheckingRightColList {
    margin: 8px 0px 20px 13px !important;
}

/* Landing Page */
.LandingPage {
    display: table;
    width: 100%;
    height: calc(100vh - 180px);
    box-sizing: border-box;
    position: relative;
}

    .LandingPage .LandingIntro {
        display: table-cell;
        width: 50%;
        vertical-align: middle;
        box-sizing: border-box;
        padding-right: 40px;
    }

        .LandingPage .LandingIntro h2 span {
        }

        .LandingPage .LandingIntro .LandingHdr {
        }

        .LandingPage .LandingIntro .IntroText {
        }

        .LandingPage .LandingIntro .IntroSignIn {
            font-size: 1em;
            color: #6a6a6a;
            margin-top: 23px;
        }

            .LandingPage .LandingIntro .IntroSignIn span {
                font-size: 1.4em;
                color: #333333;
            }

            .LandingPage .LandingIntro .IntroSignIn a {
                font-size: 1.4em;
                color: #137da3;
                font-weight: 500;
                margin-left: 5px;
            }

    .LandingPage .LandingImg {
        display: table-cell;
        width: 50%;
        vertical-align: middle;
        box-sizing: border-box;
    }

    .LandingPage .BtnDownArow {
        background: url(/Images/Default/Icon_Home_DownArrow.png) center no-repeat;
        background-size: cover;
        width: 40px;
        height: 40px;
        display: block;
        border: 1px solid #e5e5e5;
        border-radius: 40px;
        box-sizing: border-box;
        position: absolute;
        bottom: 40px;
        left: 50%;
        margin-left: -20px;
        z-index: 10;
    }

.BtmBannerImg {
    height: 450px;
    width: 100%;
    background: url(/Images/Default/Img_Home_01.png) center no-repeat;
    background-size: contain;
}

/*
.PromotionBanner                                            {margin:80px 55px 0px 55px;}
.PromotionBanner img                                        {width:100%;}
.PromotionBanner .swiper-slide                              {position:relative; background-size:100% !important;}
.PromotionBanner .BannerTxt                                 {position:absolute; top:0px; left:0px; height:100%; width:100%; padding:30px 50px; box-sizing:border-box;}
.PromotionBanner .BannerTxt table                           {width:100%; height:100%; table-layout:fixed;}
.PromotionBanner .BannerTxt .ContactBox                     {display:inline-block; padding:5px 10px; box-sizing:border-box; text-align:center; font-size:16px; margin-top:5px; border:1px solid #ffffff;}
.PromotionBanner .BannerTxt .ContactBox.Middle              {position:relative; left:50%; transform:translate(-50%, 0);}
.PromotionBanner .BannerTxt .ContactBox.Right               {float:right; clear:both;}
.PromotionBanner .BannerTxt .ContactBox p                   {margin:0px; text-align:center;}
.PromotionBanner .swiper-button-prev                        {background-image:url("/Images/Default/leftswiperbtn.png"); left:0px; opacity:0.5;}
.PromotionBanner .swiper-button-next                        {background-image:url(/Images/Default/rightswiperbtn.png); right:0px; opacity:0.5;}
*/

.LandingPageBanners {
}

    .LandingPageBanners .BannerTable {
        display: table;
        width: 100%;
        padding: 100px 0px;
        box-sizing: border-box;
    }

        .LandingPageBanners .BannerTable.NoBorder {
            border-top: none;
            border-bottom: none;
            padding: 100px 0px 40px 0px;
        }

        .LandingPageBanners .BannerTable h2 {
            font-weight: 500;
            margin-bottom: 20px;
        }

        .LandingPageBanners .BannerTable p {
            margin-bottom: 20px;
        }

        .LandingPageBanners .BannerTable .BannerCellLg {
            display: table-cell;
            vertical-align: middle;
        }

        .LandingPageBanners .BannerTable .BannerCellSm {
            display: table-cell;
            vertical-align: middle;
        }

            .LandingPageBanners .BannerTable .BannerCellSm .TopRowImg {
                height: 250px;
                max-width: 250px;
                margin-left: auto;
                background: url(/Images/Default/Img_Home_02.png) center center no-repeat;
                background-size: 100%;
            }

        .LandingPageBanners .BannerTable.FirstRow {
            border-top: 1px solid #e5e5e5;
            border-bottom: 1px solid #e5e5e5;
        }

            .LandingPageBanners .BannerTable.FirstRow .BannerCellLg {
                width: 65%;
                box-sizing: border-box;
            }

            .LandingPageBanners .BannerTable.FirstRow .BannerCellSm {
                width: 35%;
                padding-right: 30px;
            }

        .LandingPageBanners .BannerTable.SecondRow .BannerCellLg {
            width: 75%;
            padding-right: 30px;
        }

        .LandingPageBanners .BannerTable.SecondRow .BannerCellSm {
            width: 25%;
            box-sizing: border-box;
        }

        .LandingPageBanners .BannerTable .TakeTestImg1 {
            height: 120px;
            width: 120px;
            margin: 0 auto;
            background: url(/Images/Default/Img_Home_03.png) center center no-repeat;
            background-size: contain;
        }

        .LandingPageBanners .BannerTable .TakeTestImg2 {
            height: 120px;
            width: 120px;
            margin: 0 auto;
            background: url(/Images/Default/Img_Home_04.png) center center no-repeat;
            background-size: contain;
        }

        .LandingPageBanners .BannerTable .TakeTestImg3 {
            height: 120px;
            width: 120px;
            margin: 0 auto;
            background: url(/Images/Default/Img_Home_05.png) center center no-repeat;
            background-size: contain;
        }

        .LandingPageBanners .BannerTable .TestListLg {
            width: calc(100% + 20px);
            display: flex;
            flex-wrap: wrap;
            padding: 0;
            margin: 0px;
        }

            .LandingPageBanners .BannerTable .TestListLg .TestBlock {
                margin: 0;
                padding: 0 20px 0px 0;
                width: 33.33%;
                vertical-align: top;
                box-sizing: border-box;
                font-size: 1em;
                text-decoration: none;
            }

                .LandingPageBanners .BannerTable .TestListLg .TestBlock:hover {
                    opacity: 0.8;
                }

                .LandingPageBanners .BannerTable .TestListLg .TestBlock:last-child {
                    margin-right: 0px;
                }

                .LandingPageBanners .BannerTable .TestListLg .TestBlock .TestBlockContainer {
                    box-sizing: border-box;
                    background-color: #ffffff;
                    border: 1px solid #e5e5e5;
                    border-radius: 3px;
                    text-align: center;
                    text-decoration: none;
                    padding: 40px 0px;
                    height: 100%;
                }

                .LandingPageBanners .BannerTable .TestListLg .TestBlock p {
                    color: #333333;
                    margin: 0px;
                    font-weight: 400;
                    font-size: 1.4em;
                    line-height: 1.3em;
                    margin-top: 10px;
                    padding: 0px 30px;
                }
/*
.LandingPageBanners .BannerTable .TestListSm                                    {visibility:hidden; overflow:hidden; width:0px; height:0px;}
.LandingPageBanners .BannerTable .TestListSm .TestSlideContainer                {margin:30px 15px 30px 15px; box-sizing:border-box;}
.LandingPageBanners .BannerTable .TestListSm .swiper-slide                      {display:block; width:230px; font-size:1em; margin-right:30px; border-radius:4px; background-color:#137da3; text-align:center; box-shadow:0px 2px 5px #b6b6b6; text-shadow:1px 1px 1px #6d6d6d; font-weight:500;}
.LandingPageBanners .BannerTable .TestListSm .swiper-slide:last-child           {margin-right:0px;}
.LandingPageBanners .BannerTable .TestListSm .swiper-slide img                  {max-width:182px; max-height:121px;}
.LandingPageBanners .BannerTable .TestListSm .swiper-slide p                    {font-size:1.6em; color:#ffffff; margin:0px; font-weight:500;}
*/

/* Register / Log In / Update Details / Start Activity */
.UserFormPage {
}

.UserForm {
    display: table;
    width: 100%;
    height: calc(100vh - 250px);
}

    .UserForm .FormCol1 {
        display: table-cell;
        vertical-align: middle;
        padding-right: 40px;
        box-sizing: border-box;
    }

    .UserForm .FormCol2 {
        display: table-cell;
        vertical-align: middle;
        width: 600px;
    }

    .UserForm .FormCol3 {
        display: table-cell;
        vertical-align: middle;
        padding-right: 40px;
        box-sizing: border-box;
    }

    .UserForm .FormCol4 {
        display: table-cell;
        vertical-align: middle;
        width: 380px;
    }

.FormText .Intro {
    font-size: 2.4em;
    line-height: 1.2em;
    font-weight: 400;
    color: #333333;
    margin: 0px 0px 10px 0px;
}

.FormText .Title {
    margin: 0px 0px 10px 0px;
}

.FormText .Description {
    font-size: 1.4em;
    line-height: 1.8em;
    font-weight: 300;
    color: #333333;
    margin: 0px;
}

.FormLayout {
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    padding: 40px 30px;
    box-sizing: border-box;
}

.ForgotPasswordLink {
    text-align: center;
    margin-top: 20px;
}

/* Test Taking Pages */
.TestTakeBlocks {
    width: 100%;
}

    .TestTakeBlocks .LeftBlock {
        width: 50%;
        border-right: 1px solid #e5e5e5;
        padding-right: 65px;
        box-sizing: border-box;
    }

    .TestTakeBlocks .RightBlock {
        width: 50%;
        padding-left: 65px;
        box-sizing: border-box;
    }

    .TestTakeBlocks img {
        width: 100%;
        max-width: 500px;
    }

.VerbalTextQuestion {
    margin: 0px;
}

.TestAnswerDetails {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #e5e5e5;
}

    .TestAnswerDetails:last-child {
        border-bottom: none;
    }

.PracticeTestAnswer .Answer {
    display: inline-block;
    vertical-align: middle;
}

    .PracticeTestAnswer .Answer p {
        margin: 0px;
    }

.PracticeTestAnswer .Marker {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}

.AnswerExplain p {
    margin: 0px;
}

/* Respondent Instructions */
.InstructionBtns {
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid #e5e5e5;
}

    .InstructionBtns.NoTopBorder {
        margin-top: 0px;
        padding-top: 0px;
        border-top: none;
    }

    .InstructionBtns .Btns {
    }

        .InstructionBtns .Btns .BtnBack {
            min-width: 160px;
        }

        .InstructionBtns .Btns .BtnNext {
            min-width: 160px;
        }

        .InstructionBtns .Btns .FloatRight {
            float: right;
        }

.SliderToggle {
    display: none;
}

.TestInfoSmContainer {
    visibility: hidden;
    overflow: hidden;
    width: 0px;
    height: 0px;
}

    .TestInfoSmContainer .swiper-slide.W700 {
        width: 700px !important;
    }

    .TestInfoSmContainer .swiper-slide.W1 {
        height: 1px !important;
        width: 1px !important;
    }

    .TestInfoSmContainer .swiper-button-prev {
        background-image: url(/Images/Default/leftswiperbtn.png);
        left: 0px;
    }

    .TestInfoSmContainer .swiper-button-next {
        background-image: url(/Images/Default/rightswiperbtn.png);
        right: 0px;
    }

.InfoTick {
    display: block;
    margin: 0px auto;
    vertical-align: middle;
    width: 17px;
    height: 17px;
    background: url(/Images/Tests/checking/checking_tick.gif) center center no-repeat;
    background-size: 100%;
}

.DVDIcon {
    display: inline-block;
    margin: 0px 2px;
    vertical-align: middle;
    width: 40px;
    height: 25px;
    background: url(/Images/Tests/checking/checking_dvd.png) center center no-repeat;
    background-size: 100%;
}

.PhoneIcon {
    display: inline-block;
    margin: 0px 2px;
    vertical-align: middle;
    width: 20px;
    height: 25px;
    background: url(/Images/Tests/checking/checking_phone.png) center center no-repeat;
    background-size: 100%;
}

.PencilIcon {
    display: inline-block;
    margin: 0px 2px;
    vertical-align: middle;
    width: 17px;
    height: 25px;
    background: url(/Images/Tests/checking/checking_pencil.png) center center no-repeat;
    background-size: 100%;
}

.CDIcon {
    display: inline-block;
    margin: 0px 2px;
    vertical-align: middle;
    width: 17px;
    height: 25px;
    background: url(/Images/Tests/checking/checking_cd.png) center center no-repeat;
    background-size: 100%;
}

.VinylIcon {
    display: inline-block;
    margin: 0px 2px;
    vertical-align: middle;
    width: 17px;
    height: 25px;
    background: url(/Images/Tests/checking/checking_vinyl.png) center center no-repeat;
    background-size: 100%;
}

/* Assesment Questions */
.QuestionGroup {
    display: table;
    width: 100%;
    margin-top: -25px;
}

    .QuestionGroup .GroupQuestion {
        display: table-row;
    }

        .QuestionGroup .GroupQuestion.NoBtmBorder .Answers {
            border-bottom: none;
        }

        .QuestionGroup .GroupQuestion .QuestionNumber {
            display: table-cell;
            text-align: center;
            width: 4%;
            vertical-align: middle;
            position: relative;
            padding-right: 20px;
            box-sizing: border-box;
        }

            .QuestionGroup .GroupQuestion .QuestionNumber .Number {
                position: relative;
                z-index: 50;
                text-align: center;
                border-radius: 50px;
            }

                .QuestionGroup .GroupQuestion .QuestionNumber .Number span {
                    display: inline-block;
                    font-size: 1.2em;
                    height: 30px;
                    width: 30px;
                    border-radius: 50px;
                    color: #333333;
                    background-color: #e5e5e5;
                    line-height: 30px;
                    box-sizing: border-box;
                    border: 1px solid #e5e5e5;
                }

            .QuestionGroup .GroupQuestion .QuestionNumber .Trail {
                position: absolute;
                top: 50%;
                left: -20px;
                right: 0;
                margin: auto;
                width: 4px;
                height: 130px;
                background-color: #e5e5e5;
            }

                .QuestionGroup .GroupQuestion .QuestionNumber .Trail.ieTrail {
                    top: auto;
                }

        .QuestionGroup .GroupQuestion .Answers .AnswerSet {
            display: table;
            width: 100%;
            text-align: center;
            padding: 10px 0px;
        }

            .QuestionGroup .GroupQuestion .Answers .AnswerSet .Answer {
                display: table-cell;
                width: 12.5%;
                border-right: 1px dashed #e5e5e5;
                padding: 0px 5px;
                box-sizing: border-box;
            }

                .QuestionGroup .GroupQuestion .Answers .AnswerSet .Answer .InfoTxt {
                    display: none;
                    vertical-align: middle;
                    font-size: 1.2em;
                    font-weight: 300;
                }

                    .QuestionGroup .GroupQuestion .Answers .AnswerSet .Answer .InfoTxt img {
                        margin: 0px 1px;
                    }

                .QuestionGroup .GroupQuestion .Answers .AnswerSet .Answer .ErrTxt {
                    display: none;
                    vertical-align: middle;
                    font-size: 1.2em;
                    color: #ff0000;
                    margin: 0px;
                }

                .QuestionGroup .GroupQuestion .Answers .AnswerSet .Answer:last-child {
                    border-right: none;
                }

                .QuestionGroup .GroupQuestion .Answers .AnswerSet .Answer label {
                    display: block;
                    margin-top: 12px;
                    font-size: 1.2em;
                }

        .QuestionGroup .GroupQuestion .Answers .AnswerSetSwiper {
            visibility: hidden;
            overflow: hidden;
            height: 0px;
        }

        .QuestionGroup .GroupQuestion .Answers .AnswerSetSlider {
            display: none;
        }

        .QuestionGroup .GroupQuestion.Highlighted .QuestionNumber .Number span {
            background-color: #2a9a47;
            color: #ffffff;
            border: 1px solid #2a9a47;
        }

        .QuestionGroup .GroupQuestion.Highlighted .QuestionNumber .Trail {
            background-color: #2a9a47;
        }

        .QuestionGroup .GroupQuestion .QuestionImg {
            text-align: center;
        }

            .QuestionGroup .GroupQuestion .QuestionImg img {
                max-width: 100%;
                max-height: 100%;
                width: auto;
                height: auto;
                margin-bottom: 20px;
            }

        .QuestionGroup .GroupQuestion .AnswerImg {
            margin-bottom: 10px;
        }

            .QuestionGroup .GroupQuestion .AnswerImg img {
                width: 100%;
                max-width: 80px;
                margin-top: 10px;
            }

        .QuestionGroup .GroupQuestion .NoAnswerError {
            display: none;
        }

    .QuestionGroup div:last-child .GroupQuestion .Answers {
        border-bottom: none;
        padding: 25px 0px 0px 0px;
    }

    .QuestionGroup .GroupQuestion.ErrorMsg .NoAnswerError {
        display: block;
    }

        .QuestionGroup .GroupQuestion.ErrorMsg .NoAnswerError p {
            color: #ff0000;
        }

    .QuestionGroup .RadioLabel {
        display: inline-block;
        margin-right: 10px;
        font-size: 1em;
    }

    .QuestionGroup.MobAnswersViaSwiper .GroupQuestion .Answers .AnswerSetSwiper {
        display: block;
    }

    .QuestionGroup.Centrica .GroupQuestion p {
        margin: 0px;
    }

    .QuestionGroup.Centrica .GroupQuestion .QuestionDetails {
        display: table-cell;
        width: 95%;
        border-bottom: 1px solid #e5e5e5;
    }

    .QuestionGroup.Centrica .GroupQuestion .QuestionTable {
        display: table;
        width: 100%;
    }

        .QuestionGroup.Centrica .GroupQuestion .QuestionTable .QuestionTableRow {
            display: table-row;
        }

        .QuestionGroup.Centrica .GroupQuestion .QuestionTable .Question {
            display: table-cell;
            width: 32%;
            vertical-align: middle;
            padding: 25px 10px 25px 0px;
            box-sizing: border-box;
        }

        .QuestionGroup.Centrica .GroupQuestion .QuestionTable .Answers {
            display: table-cell;
            width: 68%;
            vertical-align: middle;
            padding: 25px 0px;
            box-sizing: border-box;
        }

    .QuestionGroup.Centrica .GroupQuestion.ErrorMsg .QuestionDetails {
        border-bottom: none;
    }

    .QuestionGroup.Centrica .GroupQuestion.ErrorMsg .QuestionTable {
        border: 1px solid #ff0000;
    }

        .QuestionGroup.Centrica .GroupQuestion.ErrorMsg .QuestionTable .Question {
            padding: 25px 20px 25px 25px;
        }

    .QuestionGroup.Centrica .GroupQuestion.ErrorMsg .NoAnswerError p {
        margin: 20px 0px 0px 0px;
    }

    .QuestionGroup.Centrica .GroupQuestion.NoBtmBorder .QuestionDetails {
        border-bottom: none;
    }

    .QuestionGroup.Centrica.FirstRowQ .GroupQuestion:nth-child(2) .QuestionNumber .Trail {
        display: none;
    }

    .QuestionGroup.Centrica.FirstRowQ .GroupQuestion:first-child .QuestionNumber .Number {
        display: none;
    }

    .QuestionGroup.Centrica.FirstRowQ .GroupQuestion:first-child .Answers .AnswerSet .Answer {
        vertical-align: middle;
    }

    .QuestionGroup.Centrica.FirstRowQ .GroupQuestion:first-child .QuestionTable .Question p {
        font-weight: 500;
    }

.QuestionSwiperSmall.swiper-container {
    width: calc(100% + 20px);
    padding-bottom: 10px;
    right: 20px;
}

.QuestionSwiperSmall .swiper-slide {
    display: table;
    background-color: #ededed;
    width: 80px;
    height: 80px;
    margin-right: -20px;
    border-radius: 4px;
    border: 1px solid #d6d6d6;
    text-align: center;
    opacity: 0.9;
}

    .QuestionSwiperSmall .swiper-slide:nth-child(odd) {
        background-color: #c2e6e6;
        border: 1px solid #185e90;
    }

    .QuestionSwiperSmall .swiper-slide .SwipeAnswerCell {
        display: table-cell;
        vertical-align: middle;
        padding: 5px;
        box-sizing: border-box;
    }

    .QuestionSwiperSmall .swiper-slide p {
        font-size: 1.2em;
        color: #424242;
        margin: 0px;
    }

    .QuestionSwiperSmall .swiper-slide.Highlight {
        border: 1px solid #1a7342;
        background-color: #eff6f0;
        color: #1a7342;
        font-weight: bold;
    }

        .QuestionSwiperSmall .swiper-slide.Highlight p {
            color: #1a7342;
        }

.QuestionGroup.Utopia .GroupQuestion .Question {
    display: table-cell;
    width: 40%;
    vertical-align: middle;
    padding: 25px 50px 25px 0px;
    box-sizing: border-box;
    border-bottom: 1px solid #e5e5e5;
}

.QuestionGroup.Utopia .GroupQuestion .Answers {
    display: table-cell;
    width: 96%;
    vertical-align: middle;
    border-bottom: 1px solid #e5e5e5;
    padding: 25px 0px 25px 0px;
    box-sizing: border-box;
}

.QuestionGroup.Utopia .GroupQuestion.NoBtmBorder .Answers {
    border-bottom: none;
}

.QuestionGroup.Utopia .GroupQuestion.ErrorMsg .Answers {
    border: 1px solid #ff0000;
    padding: 25px;
}

.QuestionGroup.Utopia .GroupQuestion.ErrorMsg .NoAnswerError p {
    margin: 20px 0px;
}

.QuestionGroup.TopRowAnswers {
    margin-bottom: 60px;
}

    .QuestionGroup.TopRowAnswers:last-child {
        margin-bottom: 0px;
    }

    .QuestionGroup.TopRowAnswers .GroupQuestion:first-child p {
        font-weight: 500;
    }

    .QuestionGroup.TopRowAnswers .GroupQuestion .QuestionNumber {
        display: none;
    }

    .QuestionGroup.TopRowAnswers .GroupQuestion p {
        margin: 0px;
    }

    .QuestionGroup.TopRowAnswers .GroupQuestion .QuestionDetails {
        display: table-cell;
        width: 95%;
        border-bottom: 1px solid #e5e5e5;
    }

    .QuestionGroup.TopRowAnswers .GroupQuestion:last-child .QuestionDetails {
        border-bottom: none;
    }

    .QuestionGroup.TopRowAnswers .GroupQuestion .QuestionTable {
        display: table;
        width: 100%;
    }

        .QuestionGroup.TopRowAnswers .GroupQuestion .QuestionTable .QuestionTableRow {
            display: table-row;
        }

        .QuestionGroup.TopRowAnswers .GroupQuestion .QuestionTable .Question {
            display: table-cell;
            width: 40%;
            vertical-align: middle;
            padding: 25px 10px 25px 0px;
            box-sizing: border-box;
        }

        .QuestionGroup.TopRowAnswers .GroupQuestion .QuestionTable .Answers {
            display: table-cell;
            width: 60%;
            vertical-align: middle;
            padding: 25px 0px;
            box-sizing: border-box;
        }

    .QuestionGroup.TopRowAnswers .GroupQuestion.ErrorMsg .QuestionDetails {
        border-bottom: none;
    }

    .QuestionGroup.TopRowAnswers .GroupQuestion.ErrorMsg .QuestionTable {
        border: 1px solid #ff0000;
    }

        .QuestionGroup.TopRowAnswers .GroupQuestion.ErrorMsg .QuestionTable .Question {
            padding: 25px 20px 25px 25px;
        }

    .QuestionGroup.TopRowAnswers .GroupQuestion.ErrorMsg .NoAnswerError p {
        margin: 20px 0px 0px 0px;
    }

.QuestionGroup .AnswerInfoRow table {
    width: 100%;
}

    .QuestionGroup .AnswerInfoRow table img {
        margin: 0px 1px;
    }

    .QuestionGroup .AnswerInfoRow table td {
        width: 12.5%;
        vertical-align: middle;
        font-size: 1.2em;
        font-weight: 300;
        text-align: center;
    }

.QuestionGroup.Practice .GroupQuestion .QuestionNumber {
    display: none;
}

.QuestionGroup.Practice .Answers .AnswerSet .Answer .InfoTxt {
    display: block;
}

html:not([dir="rtl"]) .QuestionGroup.PQ .AnswerSetSlider .noUi-horizontal .noUi-handle {
    right: -9.5px;
    cursor: pointer;
}

.QuestionGroup.PQ .GroupQuestion .Answers .AnswerSet {
}

.QuestionGroup.PQ .AnswerSetSlider {
    display: none;
    margin: 0 auto;
    width: 530px;
}

    .QuestionGroup.PQ .AnswerSetSlider .AnswerSlider {
        position: relative;
        height: 60px;
        padding-top: 25px;
        box-sizing: border-box;
    }

        .QuestionGroup.PQ .AnswerSetSlider .AnswerSlider .Sliders {
            position: relative;
            z-index: 4;
            margin: 0px 2px;
        }

        .QuestionGroup.PQ .AnswerSetSlider .AnswerSlider .ImgBack {
            position: absolute;
            z-index: 3;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%;
            background: url(/Images/Default/Img_Curve_Shape.png) center center no-repeat;
            background-size: 100% 104%;
        }

            .QuestionGroup.PQ .AnswerSetSlider .AnswerSlider .ImgBack img {
                width: 100%;
                height: 100%;
            }

        .QuestionGroup.PQ .AnswerSetSlider .AnswerSlider .CoverBlocks {
            position: absolute;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%;
        }

            .QuestionGroup.PQ .AnswerSetSlider .AnswerSlider .CoverBlocks .CBlock {
                position: relative;
                z-index: 2;
                height: 60px;
                float: left;
                background-color: #ffffff;
            }

                .QuestionGroup.PQ .AnswerSetSlider .AnswerSlider .CoverBlocks .CBlock.Center {
                    background-color: transparent;
                }

        .QuestionGroup.PQ .AnswerSetSlider .AnswerSlider .GradientBack {
            position: absolute;
            z-index: 1;
            top: 0px;
            left: 0px;
            display: table;
            width: 100%;
        }

            .QuestionGroup.PQ .AnswerSetSlider .AnswerSlider .GradientBack .GBCell {
                display: table-cell;
                width: 50%;
                position: relative;
                padding: 30px;
                box-sizing: border-box;
            }

                .QuestionGroup.PQ .AnswerSetSlider .AnswerSlider .GradientBack .GBCell.Left {
                    background: linear-gradient(to right, #467992, #9de7fb);
                }

                .QuestionGroup.PQ .AnswerSetSlider .AnswerSlider .GradientBack .GBCell.Right {
                    background: linear-gradient(to right, #da0065, #62185e);
                }

    .QuestionGroup.PQ .AnswerSetSlider .AnswerLabels {
        display: table;
        width: 125%;
        margin-top: 15px;
        margin-left: -12.5%;
    }

        .QuestionGroup.PQ .AnswerSetSlider .AnswerLabels .LabelCell {
            display: table-cell;
            width: 20%;
            vertical-align: middle;
            color: #333333;
            text-align: center;
            font-size: 12px;
            position: relative;
        }

            .QuestionGroup.PQ .AnswerSetSlider .AnswerLabels .LabelCell.One .Txt {
                display: inline-block;
                width: 55px;
            }

            .QuestionGroup.PQ .AnswerSetSlider .AnswerLabels .LabelCell.Five .Txt {
                display: inline-block;
                width: 55px;
            }

    .QuestionGroup.PQ .AnswerSetSlider .noUi-state-tap .noUi-connect,
    .QuestionGroup.PQ .AnswerSetSlider .noUi-state-tap .noUi-origin {
        -webkit-transition: none !important;
        transition: none !important;
    }

    .QuestionGroup.PQ .AnswerSetSlider .noUi-target {
        box-shadow: inherit;
        border: none;
        background: inherit;
    }

    .QuestionGroup.PQ .AnswerSetSlider .noUi-horizontal {
        height: 10px;
        border-radius: 0px;
    }

    .QuestionGroup.PQ .AnswerSetSlider .noUi-connects {
        background: url(/Images/Default/answer_bar_background.png) center center no-repeat;
        background-size: 130%;
    }

    .QuestionGroup.PQ .AnswerSetSlider .noUi-bar-left {
        background-color: #ffffff;
        height: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
    }

    .QuestionGroup.PQ .AnswerSetSlider .noUi-bar-right {
        background-color: #ffffff;
        height: 100%;
        position: absolute;
        top: 0px;
        right: 0px;
    }

    .QuestionGroup.PQ .AnswerSetSlider .noUi-horizontal .noUi-handle {
        top: -10px;
    }

    .QuestionGroup.PQ .AnswerSetSlider .noUi-horizontal .noUi-handle {
        top: -5px;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        box-shadow: inherit;
        border: 5px solid #429bb0;
    }

    .QuestionGroup.PQ .AnswerSetSlider .noUi-handle::after, .noUi-handle::before {
        content: none;
    }

    .QuestionGroup.PQ .AnswerSetSlider .fake-fill {
        position: absolute;
        top: 0;
        height: 100%;
        z-index: 1;
        background: transparent;
    }

/* iCheck plugin */
.icheckbox_square, .iradio_square {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 41px;
    height: 43px;
    background: url(/Images/Default/square.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_square {
    background-position: -14px 0;
}

    .icheckbox_square.hover {
        background-position: -55px 0;
    }

    .icheckbox_square.checked {
        background-position: -96px 0;
    }

    .icheckbox_square.disabled {
        background-position: -137px 0;
        cursor: default;
    }

    .icheckbox_square.checked.disabled {
        background-position: -178px 0;
    }

.iradio_square {
    background-position: -220px 0;
}

    .iradio_square.hover {
        background-position: -264px 0;
    }

    .iradio_square.checked {
        background-position: -308px 0;
    }

    .iradio_square.disabled {
        background-position: -352px 0;
        cursor: default;
    }

    .iradio_square.checked.disabled {
        background-position: -396px 0;
    }

.Answer.Incorrect .icheckbox_square,
.Answer.Incorrect .iradio_square {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 41px;
    height: 43px;
    background: url(/Images/Default/square_error.png) no-repeat;
    border: none;
    cursor: pointer;
}

.Answer.Incorrect .icheckbox_square {
    background-position: -14px 0;
}

    .Answer.Incorrect .icheckbox_square.hover {
        background-position: -55px 0;
    }

    .Answer.Incorrect .icheckbox_square.checked {
        background-position: -96px 0;
    }

    .Answer.Incorrect .icheckbox_square.disabled {
        background-position: -137px 0;
        cursor: default;
    }

    .Answer.Incorrect .icheckbox_square.checked.disabled {
        background-position: -178px 0;
    }

.Answer.Incorrect .iradio_square {
    background-position: -220px 0;
}

    .Answer.Incorrect .iradio_square.hover {
        background-position: -264px 0;
    }

    .Answer.Incorrect .iradio_square.checked {
        background-position: -308px 0;
    }

    .Answer.Incorrect .iradio_square.disabled {
        background-position: -352px 0;
        cursor: default;
    }

    .Answer.Incorrect .iradio_square.checked.disabled {
        background-position: -396px 0;
    }

.CheckingTest .icheckbox_square, .CheckingTest .iradio_square {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 41px;
    height: 43px;
    background: url(/Images/Default/square_checking_test.png) no-repeat;
    border: none;
    cursor: pointer;
}

.CheckingTest .icheckbox_square {
    background-position: -14px 0;
}

.CheckingTest .icheckbox_square.hover {
    background-position: -55px 0;
}

.CheckingTest .icheckbox_square.checked {
    background-position: -96px 0;
}

.CheckingTest .icheckbox_square.disabled {
    background-position: -137px 0;
    cursor: default;
}

.CheckingTest .icheckbox_square.checked.disabled {
    background-position: -178px 0;
}

.CheckingTest .iradio_square {
    background-position: -220px 0;
}

.CheckingTest .iradio_square.hover {
    background-position: -264px 0;
}

.CheckingTest .iradio_square.checked {
    background-position: -308px 0;
}

.CheckingTest .iradio_square.disabled {
    background-position: -352px 0;
    cursor: default;
}

.CheckingTest .iradio_square.checked.disabled {
    background-position: -396px 0;
}


/* Answer Option Blocks */
.AnsOptInfoList .AnsOptionInfo {
    display: none;
    margin: 0px 0px 20px 0px;
}

    .AnsOptInfoList .AnsOptionInfo p {
        padding-left: 25px;
        padding-bottom: 4px;
        margin: 0px;
    }

    .AnsOptInfoList .AnsOptionInfo .Incorrect {
        position: relative;
        background-image: url(/images/default/cross.gif);
        background-position: 0px 6px;
    }

    .AnsOptInfoList .AnsOptionInfo .Correct {
        position: relative;
        background-image: url(/images/default/tick.gif);
        background-position: 0px 6px;
    }

    .AnsOptInfoList .AnsOptionInfo .Explanation {
        font-style: italic;
    }

    .AnsOptInfoList .AnsOptionInfo .ImgAnswerExp {
        display: block;
        margin-bottom: 20px;
    }

        .AnsOptInfoList .AnsOptionInfo .ImgAnswerExp span {
            display: inline-block;
            vertical-align: middle;
            margin: 10px 10px 0px 0px;
        }

        .AnsOptInfoList .AnsOptionInfo .ImgAnswerExp img {
            display: inline-block;
            vertical-align: middle;
            width: 100%;
            max-width: 80px;
            margin-top: 10px;
        }

.WrongOrRightAnw p {
    padding-left: 25px;
    padding-bottom: 4px;
    margin: 0px;
}

.WrongOrRightAnw .WrongAnsw {
    display: none;
}

    .WrongOrRightAnw .WrongAnsw .Incorrect {
        position: relative;
        background-image: url(/images/default/cross.gif);
        background-position: 0px 6px;
    }

.WrongOrRightAnw .RightAnsw {
    display: none;
}

    .WrongOrRightAnw .RightAnsw .Correct {
        position: relative;
        background-image: url(/images/default/tick.gif);
        background-position: 0px 6px;
    }

/* Error 404 Page */
.ErrorBlock {
    text-align: center;
    padding: 96px 0px 95px 0px;
}

.ErrorSymbol {
    height: 150px;
    width: 150px;
    background: url(/Images/Default/Icon_Warning.png) center center no-repeat;
    background-size: 100%;
    margin: 0 auto 20px auto;
}

.ErrorSymbol2 {
    height: 150px;
    width: 150px;
    background: url(/Images/Default/Icon_Warning.png) center center no-repeat;
    background-size: 100%;
    margin: 0 auto 20px auto;
}

/* Dashboard */
.PageCenterContainer {
}

.UserIntroHeader {
    display: table;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 30px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

    .UserIntroHeader .UserIntroText {
        display: table-cell;
        vertical-align: top;
        width: 55%;
        padding-right: 20px;
        box-sizing: border-box;
    }

        .UserIntroHeader .UserIntroText .BottomPad {
            margin-bottom: 0px;
            padding-bottom: 0px;
        }

        .UserIntroHeader .UserIntroText a {
            display: inline-block;
            margin-top: 15px;
        }

    .UserIntroHeader .UserBtns {
        display: table-cell;
        vertical-align: top;
        width: 45%;
        text-align: right;
    }

.ActivityListIntro {
    display: table;
    width: 100%;
    margin-bottom: 35px;
}

    .ActivityListIntro.FullWidth .ListIntroText {
        width: 100%;
    }

    .ActivityListIntro p {
        margin-bottom: 0px;
    }

    .ActivityListIntro .ListIntroText {
        display: table-cell;
        vertical-align: top;
        width: 50%;
    }

    .ActivityListIntro .ListBtns {
        display: table-cell;
        vertical-align: top;
        width: 50%;
        text-align: right;
    }

.StartActivityBtnSm {
    display: none;
}

.DashAssessListLg {
}

    .DashAssessListLg .ListLgContainer {
        width: 100%;
    }

    .DashAssessListLg .IntroContainer {
        padding: 30px;
    }

        .DashAssessListLg .IntroContainer .Table_IC {
            display: table;
            width: 100%;
        }

            .DashAssessListLg .IntroContainer .Table_IC .Cell_IC {
                display: table-cell;
                vertical-align: middle;
            }

            .DashAssessListLg .IntroContainer .Table_IC .Cell_IC_01 {
                text-align: left;
                width: 100px;
                position: relative;
            }

            .DashAssessListLg .IntroContainer .Table_IC .Cell_IC_02 { /*background:blue;*/
                text-align: left;
                padding-left: 20px;
            }

            .DashAssessListLg .IntroContainer .Table_IC .Cell_IC_03 { /*background:aqua;*/
                text-align: right;
            }

        .DashAssessListLg .IntroContainer .InterprongStatusLabel {
            text-align: center;
        }

        .DashAssessListLg .IntroContainer .InterprongStatusLabel {
            display: none;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-family: 'Montserrat', sans-serif;
            font-size: 11px;
            color: #333333;
        }

            .DashAssessListLg .IntroContainer .InterprongStatusLabel.Ready {
                width: 50px;
            }

                .DashAssessListLg .IntroContainer .InterprongStatusLabel.Ready.Show {
                    display: block;
                }

            .DashAssessListLg .IntroContainer .InterprongStatusLabel.Progress {
                top: 61%;
                width: 70px;
            }

                .DashAssessListLg .IntroContainer .InterprongStatusLabel.Progress.Show {
                    display: block;
                }

            .DashAssessListLg .IntroContainer .InterprongStatusLabel.Done.Show {
                display: block;
            }

    .DashAssessListLg.Assessments .IntroContainer {
    }

    .DashAssessListLg .AssessIntroItem {
        display: block;
        vertical-align: top;
        width: 100%;
        margin-bottom: 20px;
        border-radius: 3px;
        border: 1px solid #e5e5e5;
        box-sizing: border-box;
    }

        .DashAssessListLg .AssessIntroItem:last-child {
            margin: 0px;
        }

        .DashAssessListLg .AssessIntroItem .AssessPanelTop {
        }

            .DashAssessListLg .AssessIntroItem .AssessPanelTop .AssessHolderName {
                margin: 0px 0px 5px 0px;
                font-size: 1.2em;
                font-weight: 500;
                color: #8a8a8a;
                text-transform: uppercase;
                letter-spacing: 2px;
            }

            .DashAssessListLg .AssessIntroItem .AssessPanelTop .AssessName {
                display: inline-block;
                margin: 0px 0px 5px 0px;
                line-height: 1.4em;
                font-size: 1.6em;
                font-weight: 400;
                word-wrap: break-word;
                padding-right: 35px;
                position: relative;
            }

                .DashAssessListLg .AssessIntroItem .AssessPanelTop .AssessName a {
                    text-decoration: none;
                    font-size: 1.0em;
                    color: #333333;
                    font-weight: 400;
                }

                    .DashAssessListLg .AssessIntroItem .AssessPanelTop .AssessName a:hover {
                        color: #333333;
                    }

            .DashAssessListLg .AssessIntroItem .AssessPanelTop .AssessSubName {
                color: #8a8a8a;
                font-size: 1.4em;
                margin: 0px;
            }

            .DashAssessListLg .AssessIntroItem .AssessPanelTop .Requirement {
                display: flex;
                align-items: center;
                margin-top: 2px;
            }

                .DashAssessListLg .AssessIntroItem .AssessPanelTop .Requirement .Txt {
                    color: #333333;
                    font-size: 1.4em;
                    padding-right: 10px;
                }

                .DashAssessListLg .AssessIntroItem .AssessPanelTop .Requirement .Icons {
                    display: flex;
                    align-items: center;
                }

                    .DashAssessListLg .AssessIntroItem .AssessPanelTop .Requirement .Icons .Item {
                        height: 25px;
                        width: 25px;
                        position: relative;
                        cursor: pointer;
                    }

                        .DashAssessListLg .AssessIntroItem .AssessPanelTop .Requirement .Icons .Item .HoverToolTip {
                            display: none;
                            background-color: #aaaaaa;
                            border: 1px solid #aaaaaa;
                            color: #fff;
                            font-size: 1.2em;
                            border-radius: 3px;
                            padding: 10px;
                            position: absolute;
                            z-index: 1;
                            bottom: 35px;
                            transform: translateX(-50%);
                            left: 12px;
                            white-space: nowrap;
                        }

                        .DashAssessListLg .AssessIntroItem .AssessPanelTop .Requirement .Icons .Item:hover .HoverToolTip {
                            display: block;
                        }

                        .DashAssessListLg .AssessIntroItem .AssessPanelTop .Requirement .Icons .Item.Desktop {
                            background: url(/Images/Default/Icon_Desktop.svg) center center no-repeat;
                            background-size: contain;
                        }

                        .DashAssessListLg .AssessIntroItem .AssessPanelTop .Requirement .Icons .Item.Phone {
                            background: url(/Images/Default/Icon_Phone.svg) center center no-repeat;
                            background-size: contain;
                        }

                        .DashAssessListLg .AssessIntroItem .AssessPanelTop .Requirement .Icons .Item.Feedback {
                            background: url(/Images/Default/Icon_Feedback.svg) center center no-repeat;
                            background-size: contain;
                        }

                        .DashAssessListLg .AssessIntroItem .AssessPanelTop .Requirement .Icons .Item.Timeline {
                            background: url(/Images/Default/Icon_Timeline.svg) center center no-repeat;
                            background-size: contain;
                        }

                        .DashAssessListLg .AssessIntroItem .AssessPanelTop .Requirement .Icons .Item.Calculator {
                            background: url(/Images/Default/Icon_Calculator.svg) center center no-repeat;
                            background-size: contain;
                        }

                        .DashAssessListLg .AssessIntroItem .AssessPanelTop .Requirement .Icons .Item.Microphone {
                            background: url(/Images/Default/Icon_Microphone.svg) center center no-repeat;
                            background-size: contain;
                        }

                        .DashAssessListLg .AssessIntroItem .AssessPanelTop .Requirement .Icons .Item.Webcam {
                            background: url(/Images/Default/Icon_Webcam.svg) center center no-repeat;
                            background-size: contain;
                        }

        .DashAssessListLg .AssessIntroItem .AssessPanelCenter {
            position: relative;
            text-align: center;
            width: 100px;
            margin: 0px auto;
        }

            .DashAssessListLg .AssessIntroItem .AssessPanelCenter .ct-series-a .ct-slice-donut {
                stroke: #eeeeee;
            }

            .DashAssessListLg .AssessIntroItem .AssessPanelCenter.OrangeStroke .ct-series-a .ct-slice-donut {
                stroke: #ee7f12;
            }

            .DashAssessListLg .AssessIntroItem .AssessPanelCenter.YellowStroke .ct-series-a .ct-slice-donut {
                stroke: #fbb900;
            }

            .DashAssessListLg .AssessIntroItem .AssessPanelCenter.GreenStroke .ct-series-b .ct-slice-donut {
                stroke: #009944;
            }

            .DashAssessListLg .AssessIntroItem .AssessPanelCenter .Labels {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
            }

                .DashAssessListLg .AssessIntroItem .AssessPanelCenter .Labels.HideForTxt {
                    display: none;
                }

                .DashAssessListLg .AssessIntroItem .AssessPanelCenter .Labels.MoveForTxt {
                    top: 40%;
                }

                .DashAssessListLg .AssessIntroItem .AssessPanelCenter .Labels .Label1 {
                    font-size: 1.6em;
                    font-weight: 600;
                    color: #333333;
                }

                .DashAssessListLg .AssessIntroItem .AssessPanelCenter .Labels .Label2 {
                    font-size: 1.2em;
                    font-weight: 400;
                    color: #333333;
                }

            .DashAssessListLg .AssessIntroItem .AssessPanelCenter img {
                width: 100%;
            }

        .DashAssessListLg .AssessIntroItem.Complete {
            border: 1px solid #f5f5f5;
        }

            .DashAssessListLg .AssessIntroItem.Complete .AssessPanelTop .AssessHolderName {
                color: #a6a6a6;
            }

            .DashAssessListLg .AssessIntroItem.Complete .AssessPanelTop .AssessName {
                color: #c6c6c6;
            }

                .DashAssessListLg .AssessIntroItem.Complete .AssessPanelTop .AssessName a {
                    color: #c4c4c4;
                    pointer-events: none;
                }

            .DashAssessListLg .AssessIntroItem.Complete .AssessPanelTop .Requirement .Txt {
                color: #c6c6c6;
            }

            .DashAssessListLg .AssessIntroItem.Complete .AssessPanelTop .Requirement .Icons .Item {
                opacity: 0.4;
                cursor: default;
            }

                .DashAssessListLg .AssessIntroItem.Complete .AssessPanelTop .Requirement .Icons .Item:hover .HoverToolTip {
                    display: none !important;
                }

            .DashAssessListLg .AssessIntroItem.Complete .StdLightBlueLrgBtn {
                box-shadow: none;
                background-color: transparent;
                pointer-events: none;
                text-shadow: none;
                color: #c6c6c6;
                border: none;
            }

            .DashAssessListLg .AssessIntroItem.Complete.ThreeSixtyComplete .StdLightBlueLrgBtn {
                box-shadow: 0px 2px 5px #b6b6b6;
                background-color: #137da3;
                pointer-events: auto;
                text-shadow: 1px 1px 1px #6d6d6d;
                color: #ffffff;
            }

                .DashAssessListLg .AssessIntroItem.Complete.ThreeSixtyComplete .StdLightBlueLrgBtn:hover {
                    background-color: #185e90;
                }

        .DashAssessListLg .AssessIntroItem .InfoIcon {
            display: none;
        }

        .DashAssessListLg .AssessIntroItem.WithInfoIcon {
            position: relative;
        }

            .DashAssessListLg .AssessIntroItem.WithInfoIcon .InfoIcon {
                position: absolute;
                height: 20px;
                width: 20px;
                right: 0px;
                top: 0px;
                display: block;
                background: url(/Images/Default/Icon_Info_Dash.png) center center no-repeat;
                background-size: 100%;
            }

                .DashAssessListLg .AssessIntroItem.WithInfoIcon .InfoIcon span {
                    display: none;
                }

            .DashAssessListLg .AssessIntroItem.WithInfoIcon .AssessPanelTop {
                box-sizing: border-box;
            }

        .DashAssessListLg .AssessIntroItem .StdLightBlueLrgBtn {
            width: auto;
            max-width: none;
            min-width: 160px;
        }

        .DashAssessListLg .AssessIntroItem .StdBlueLrgBtn {
            width: auto;
            max-width: none;
            min-width: 160px;
        }


.FormLanguage {
    margin: 10px 0px 0px 0px !important;
    width: 250px;
}

    .FormLanguage .FullWidthLabel {
        margin: 0px;
    }


.Guide {
    margin-top: 40px;
    padding: 30px;
    box-sizing: border-box;
    width: 100%;
    display: block;
    background: #f8f7f7;
    border: 1px solid #f8f7f7;
    border-radius: 3px;
}

    .Guide .Title {
        font-size: 1.6em;
        font-weight: 500;
        margin-bottom: 20px;
    }

    .Guide .Text {
        font-size: 1.4em;
        font-weight: 400;
        margin-bottom: 20px;
    }

    .Guide .List {
    }

        .Guide .List .Item {
            display: table;
            width: 100%;
            margin-bottom: 20px;
        }

            .Guide .List .Item:last-child {
                margin-bottom: 0px;
            }

            .Guide .List .Item .Icon {
                display: table-cell;
                vertical-align: top;
                height: 25px;
                width: 25px;
                position: relative;
                top: -2px;
            }

                .Guide .List .Item .Icon.Desktop {
                    background: url(/Images/Default/Icon_Desktop.svg) center center no-repeat;
                    background-size: contain;
                    background-position: top;
                }

                .Guide .List .Item .Icon.Phone {
                    background: url(/Images/Default/Icon_Phone.svg) center center no-repeat;
                    background-size: contain;
                    background-position: top;
                }

                .Guide .List .Item .Icon.Feedback {
                    background: url(/Images/Default/Icon_Feedback.svg) center center no-repeat;
                    background-size: contain;
                    background-position: top;
                }

                .Guide .List .Item .Icon.Timeline {
                    background: url(/Images/Default/Icon_Timeline.svg) center center no-repeat;
                    background-size: contain;
                    background-position: top;
                }

                .Guide .List .Item .Icon.Calculator {
                    background: url(/Images/Default/Icon_Calculator.svg) center center no-repeat;
                    background-size: contain;
                    background-position: top;
                }

                .Guide .List .Item .Icon.Microphone {
                    background: url(/Images/Default/Icon_Microphone.svg) center center no-repeat;
                    background-size: contain;
                    background-position: top;
                }

                .Guide .List .Item .Icon.Webcam {
                    background: url(/Images/Default/Icon_Webcam.svg) center center no-repeat;
                    background-size: contain;
                    background-position: top;
                }

            .Guide .List .Item .Desc {
                display: table-cell;
                vertical-align: top;
                font-size: 1.4em;
                line-height: 1.5em;
                font-weight: 400;
                padding-left: 15px;
            }

                .Guide .List .Item .Desc strong {
                    font-weight: 500;
                }



/* Sign Out */
.SignOutLoginForm {
    max-width: 350px;
}

/* Question Information */
.QuestionInfo {
    border: 1px solid #f8f7f7;
    background: #f8f7f7;
    border-radius: 3px;
    margin-bottom: 60px;
}

    .QuestionInfo.CloneContainer {
        padding-top: 30px;
        margin-right: 55px;
        background-color: #f8f7f7;
        border-top: none;
        border-radius: 0px;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
    }

        .QuestionInfo.CloneContainer .QInfoHeader {
            display: none;
        }

    .QuestionInfo h3 {
        font-size: 1.4em;
        margin-bottom: 10px;
        font-weight: 600;
    }

    .QuestionInfo p {
        font-size: 1.4em;
        margin-bottom: 10px;
    }

.QuestionInfoMob  {
	position: fixed;
	z-index: 100;
	right: 30px;
	bottom: 30px;
	display: none;
	height: 44px;
	width: 45px;
  background-color: #137da3;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
}

.QuestionInfoMob:hover  {
  opacity: 0.8;
}

.QuestionInfoMob .Icon  {
  display: none;
  position: relative;
  top: 12px;
  font-size: 15px;
  color: #ffffff;
}

.QuestionInfoMob img {
  width: 100%;
}

.QInfoHeader {
    display: table;
    width: 100%;
    padding: 20px 30px;
    box-sizing: border-box;
}

    .QInfoHeader .InfoName {
        display: table-cell;
        vertical-align: middle;
        width: 75%;
    }

        .QInfoHeader .InfoName h1 {
            font-size: 1.6em;
            color: #333333;
            margin-bottom: 0px;
            font-weight: 500;
        }

        .QInfoHeader .InfoName h2 {
            font-size: 1.8em;
            color: #333333;
            margin-top: 7px;
            margin-bottom: 0px;
            font-weight: 500;
        }

    .QInfoHeader .InfoDisplay {
        display: table-cell;
        vertical-align: top;
        width: 25%;
        text-align: right;
    }

    .QInfoHeader .PinIcon {
        display: inline-block;
        margin-right: 10px;
        height: 30px;
        width: 30px;
        background: url(/Images/Default/pinicon.png) center center no-repeat;
        background-size: 100%;
    }

        .QInfoHeader .PinIcon span {
            display: none;
        }

        .QInfoHeader .PinIcon.RotatePin {
            transform: rotate(90deg);
        }

        .QInfoHeader .PinIcon.DisablePin {
            opacity: 0.3;
            pointer-events: none;
        }

    .QInfoHeader .ExpandIcon {
        display: inline-block;
        height: 30px;
        width: 30px;
        background: url(/Images/Default/expandicon.png) center center no-repeat;
        background-size: 100%;
    }

        .QInfoHeader .ExpandIcon span {
            display: none;
        }

    .QInfoHeader .CollapseIcon {
        display: inline-block;
        height: 30px;
        width: 30px;
        background: url(/Images/Default/collapseicon.png) center center no-repeat;
        background-size: 100%;
    }

        .QInfoHeader .CollapseIcon span {
            display: none;
        }

.InfoContainer {
    padding: 0px 30px 20px 30px;
    box-sizing: border-box;
}

.InfoContainer .SideBySideInfo  {
  display: flex;
  align-items: start;
  width: 100%;
}

.InfoContainer .SideBySideInfo .TxtInfo {
  flex: 1;
  padding-right: 20px;
  box-sizing: border-box;
}

.InfoContainer .SideBySideInfo .TxtInfo.LgTxt p  {
  font-size: 2.0em;
}

.InfoContainer .SideBySideInfo .TxtInfo p {
  width: 100% !important;
}

.InfoContainer .SideBySideInfo .TxtInfo p:first-child {
  margin-top: 0px;
}

.InfoContainer .SideBySideInfo .ImgInfo {
  flex: 1;
  padding-left: 20px;
  box-sizing: border-box;
}

.InfoContainer .SideBySideInfo .ImgInfo img {
  width: 100%;
}

/* Tests */
.TestTimer {
    display: none;
    position: absolute;
    top: 0;
    left: 35%;
    width: 30%;
    text-align: center;
}

    .TestTimer.ShowTimer {
        display: block;
    }

    .TestTimer .TestTimerContainer {
        display: inline-block;
        background-color: #ffffff;
        border-left: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
        border-right: 1px solid #e5e5e5;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        padding: 10px 15px 10px 15px;
        box-sizing: border-box;
    }

        .TestTimer .TestTimerContainer p {
            margin: 0px;
            line-height: 1.1em;
        }

        .TestTimer .TestTimerContainer .TimeHdr {
            font-weight: 400;
            font-size: 1.2em;
            color: #333333;
        }

        .TestTimer .TestTimerContainer .Timer {
            font-weight: 500;
            font-size: 2.4em;
            color: #333333;
        }

.AssessQuestionTracker {
    display: table;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

    .AssessQuestionTracker .QuestionsLeft {
        display: table-cell;
        vertical-align: middle;
        padding-right: 15px;
        box-sizing: border-box;
    }

        .AssessQuestionTracker .QuestionsLeft h1 {
            font-size: 2.8em;
            font-weight: 300;
            line-height: 1.5em;
            margin-bottom: 0px;
        }

        .AssessQuestionTracker .QuestionsLeft h2 {
            margin-bottom: 0px;
        }

    .AssessQuestionTracker .PercentageLeft {
        display: table-cell;
        vertical-align: middle;
        text-align: right;
    }

    .AssessQuestionTracker .MotivationalTextLg {
        display: inline-block;
        position: relative;
        bottom: 13px;
        height: 63px;
        vertical-align: middle;
        margin-right: 20px;
        font-size: 2em;
        color: #333;
        font-weight: 500;
    }

    .AssessQuestionTracker .Quotes {
        position: relative;
        top: 10px;
        margin: 0px 5px;
        color: #e5e5e5;
        font-size: 4em;
        font-weight: 400;
    }

    .AssessQuestionTracker .MotivationalTextLg .TextMiddle {
        display: inline-block;
        position: relative;
        bottom: 25px;
    }

    .AssessQuestionTracker .TestPercentage {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        width: 70px;
    }

        .AssessQuestionTracker .TestPercentage.OrangeStroke .ct-series-a .ct-slice-donut {
            stroke: #ee7f12;
        }

        .AssessQuestionTracker .TestPercentage.YellowStroke .ct-series-a .ct-slice-donut {
            stroke: #fbb900;
        }

        .AssessQuestionTracker .TestPercentage.GreenStroke .ct-series-a .ct-slice-donut {
            stroke: #009944;
        }

        .AssessQuestionTracker .TestPercentage .Labels {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

            .AssessQuestionTracker .TestPercentage .Labels .Label1 {
                font-size: 1.4em;
                font-weight: 600;
                color: #333333;
            }

        .AssessQuestionTracker .TestPercentage img {
            width: 100%;
        }

.MotivationalTextSm {
    display: none;
    text-align: center;
}

    .MotivationalTextSm p {
        color: #333333;
        font-weight: 400;
        margin: 0px;
    }

    .MotivationalTextSm .Quotes {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        top: 10px;
        margin: 0px 5px;
        color: #e5e5e5;
        font-size: 4em;
    }

    .MotivationalTextSm .TextMiddle {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        bottom: 15px;
        margin-top: 10px;
    }

/* Application */
.QualifyList .ValidationHighlighted {
    padding: 5px;
    margin-bottom: 30px;
}

.ValidationHighlighted .QualifyRow.Details .FormBox {
    margin-bottom: 0px;
}

.QualifyList.Nominees .QualifyRow.Details {
    display: none;
}

    .QualifyList.Nominees .QualifyRow.Details:first-child {
        display: block;
    }

.QualifyList.Nominees .QualifyRow .FormBox {
    margin: 0px;
}

.QualifyList.Nominees .ValidationMessage1 p {
    margin-bottom: 0px;
}

.QualifyRow .QualifyLabel {
    font-weight: 400;
    font-size: 1.4em;
    margin-bottom: 5px;
    display: inline-block;
}

.QualifyRow {
    margin-bottom: 0px;
    margin-top: 30px;
}

    .QualifyRow:first-child {
        margin-top: 0px;
    }

    .QualifyRow .icheckbox_square {
        margin-top: -2px;
    }

    .QualifyRow.Header .FormBox {
        margin-bottom: 0px;
    }

    .QualifyRow.Details p {
        margin-bottom: 0px;
    }

    .QualifyRow.Details .QualifyLabel {
        display: none;
    }



































.MainDiv .MainContent .MainLeft {
    float: left;
    width: 696px;
    min-height: 200px;
    padding: 0px 14px 30px 0px;
}

.MainDiv .MainContent .MainRight {
    float: left;
    width: 210px;
    padding: 10px 0px 30px 5px;
}

#CoverLayer {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #000;
    z-index: 20;
    display: none;
}

.LogoutButton {
    position: absolute;
    top: 0px;
    right: 2px;
}

    .LogoutButton span.Centre {
        text-align: center;
        display: block;
        height: 25px;
        width: 83px;
        padding: 1px 0px 0px 0px;
        background-image: url(/images/default/top-tab-83.gif);
        background-position: 0px -5px;
    }

        .LogoutButton span.Centre a {
            font-size: 1.5em;
            color: #FFF;
            font-weight: normal
        }

.ResetPasswordButton {
    position: absolute;
    top: 0px;
    right: 90px;
}

    .ResetPasswordButton span.Centre {
        text-align: center;
        display: block;
        height: 20px;
        width: 110px;
        padding: 2px 0px 0px 0px;
        background-image: url(/images/default/top-tab-110.gif);
        background-position: 0px -12px;
    }

        .ResetPasswordButton span.Centre a {
            font-size: 1.5em;
            line-height: 11px;
            color: #FFF;
            font-weight: normal;
        }

.HomeButton {
    position: absolute;
    top: 0px;
    right: 205px;
}

    .HomeButton span.Centre {
        text-align: center;
        display: block;
        height: 20px;
        width: 60px;
        padding: 2px 0px 0px 0px;
        background-image: url(/images/default/top-tab-60.gif);
        background-position: 0px -12px;
    }

        .HomeButton span.Centre a {
            font-size: 1.1em;
            line-height: 11px;
            color: #FFF;
            font-weight: normal
        }

.AccessButton {
    position: absolute;
    top: 0px;
    right: 205px;
}

    .AccessButton span.Centre {
        text-align: center;
        display: block;
        height: 20px;
        width: 110px;
        padding: 2px 0px 0px 0px;
        background-image: url(/images/default/top-tab-110.gif);
        background-position: 0px -12px;
    }

        .AccessButton span.Centre a {
            font-size: 1.1em;
            line-height: 11px;
            color: #FFF;
            font-weight: normal
        }

.AccessButton2 {
    position: absolute;
    top: 0px;
    right: 2px;
}

    .AccessButton2 span.Centre {
        text-align: center;
        display: block;
        height: 20px;
        width: 110px;
        padding: 2px 0px 0px 0px;
        background-image: url(/images/default/top-tab-110.gif);
        background-position: 0px -12px;
    }

        .AccessButton2 span.Centre a {
            font-size: 1.1em;
            line-height: 11px;
            color: #FFF;
            font-weight: normal
        }

.ClientLogoUploaded img {
    display: none;
}

.RightColumnLogo {
    display: block;
    margin-bottom: 15px;
    margin-top: 5px;
    width: 210px;
    overflow: hidden;
}

    .RightColumnLogo img {
        max-width: 210px;
    }

/* auto generated radio and checkbox lists */
.RbHorizontalList label {
    margin-right: 7px;
    margin-left: 3px;
}

.RbVerticalList label {
    font-size: 1.1em;
    margin-left: 4px;
}

.CbVerticalList label {
    font-size: 1.1em;
    margin-left: 4px;
}

/*Forms*/
.FormWYSIWYG .FormBox {
    width: 674px;
}

.FormLeft {
    float: left;
    width: 328px;
    padding: 12px 15px 0px 0px;
}

    .FormLeft .RightBorder {
        border-right: solid 1px #ccc;
    }

.FormRight {
    float: left;
    width: 320px;
    padding: 12px 0px 0px 15px;
}

.RadioButtonWLabel {
    clear: both;
    display: block;
    padding-bottom: 6px;
}

    .RadioButtonWLabel .Radio {
        float: left;
    }

    .RadioButtonWLabel .SubLabel2 {
        display: block;
        width: 250px;
        padding-top: 4px;
        font-size: 1.1em;
    }

.FBLongVersion {
    width: 674px;
}

.FBLongVersionAdmin {
    width: 648px;
}

.InnerFormBox {
    float: left;
    width: 136px;
}

.InnerFormBoxFix {
    clear: left;
    height: 1px;
    font-size: 0.1em;
}

.FileUploadBtn {
    width: 100%;
    height: 50px;
    padding: 0px 0px 0px 120px;
    box-sizing: border-box;
    border-radius: 4px;
    position: relative;
    background: url(/Images/Default/choose_file.png) left center no-repeat;
}

    .FileUploadBtn input {
        width: 100%;
        height: 50px;
        overflow: hidden;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
    }

    .FileUploadBtn .FileName {
        line-height: 50px;
        font-size: 1.2em;
    }

.FormBox {
    margin-bottom: 20px;
}

    .FormBox.L5 {
        width: 5%;
        float: left;
    }

    .FormBox.L9 {
        width: 9%;
        float: left;
    }

    .FormBox.L10 {
        width: 10%;
        float: left;
    }

    .FormBox.L11 {
        width: 11%;
        float: left;
    }

    .FormBox.L16 {
        width: 16%;
        float: left;
    }

    .FormBox.L17 {
        width: 17%;
        float: left;
    }

    .FormBox.L20 {
        width: 20%;
        float: left;
    }

    .FormBox.L25 {
        width: 25%;
        float: left;
    }

    .FormBox.L26 {
        width: 26%;
        float: left;
    }

    .FormBox.L30 {
        width: 30%;
        float: left;
    }

    .FormBox.L35 {
        width: 35%;
        float: left;
    }

    .FormBox.L40 {
        width: 40%;
        float: left;
    }

    .FormBox.L35 {
        width: 35%;
        float: left;
    }

    .FormBox.L47-5 {
        width: 47.5%;
        float: left;
    }

    .FormBox.L100 {
        width: 100%;
    }

    .FormBox.LFixed {
        display: inline-block;
    }

    .FormBox.OtherGender {
        display: none;
    }

        .FormBox.OtherGender.Show {
            display: block;
        }

    .FormBox.NoSpaceBtm {
        margin-bottom: 0px;
    }

    .FormBox.NoSpaceBtmLast {
        margin-bottom: 0px;
    }

    .FormBox span {
        font-weight: 300;
    }

.AccessibleHiddenText {
    display: none;
}

.FormFieldSpacer {
    width: 5%;
    float: left;
    height: 1px;
}

.FormFieldSpacerSm {
    width: 2%;
    float: left;
    height: 1px;
}

.FormField .EditBoxW1 {
    width: 100%;
    background-color: #f8f7f7;
    font-size: 1.4em;
    line-height: 1.0em;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    transition: border 150ms ease;
    font-family: 'Montserrat', sans-serif;
    color: #333333;
    padding: 14px 15px;
    box-sizing: border-box;
}

.FormField.FormInfoPopUp.Field .EditBoxW1 {
    padding: 14px 40px 14px 15px;
}

.FormField .DropDownW1 {
    width: 100%;
    background-color: #f8f7f7;
    font-size: 1.4em;
    line-height: 1.0em;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    font-family: 'Montserrat', sans-serif;
    color: #5d5d5d;
    padding: 14px 15px;
    box-sizing: border-box;
}

.FormField.FormInfoPopUp.Dropdown .DropDownW1 {
    padding: 14px 40px 14px 15px;
}

.FormField .TextAreaW6 {
    width: 100%;
    background-color: #f8f7f7;
    font-size: 1.4em;
    line-height: 1.3em;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    transition: border 150ms ease;
    font-family: 'Montserrat', sans-serif;
    color: #333333;
    padding: 14px 15px;
    box-sizing: border-box;
    resize: none;
}

.OneColumnForm {
    max-width: 500px;
}

.TwoColumnForm .FormColSpacer {
    float: left;
    width: 5%;
    height: 1px;
}

.TwoColumnForm .Col1 {
    float: left;
    width: 47.5%;
}

.TwoColumnForm .Col2 {
    float: left;
    width: 47.5%;
}

.FormBox.DropdownError .ui-selectmenu-button {
    border-color: #ff0000 !important;
    background-color: #fee !important;
}

.FormBox.DropdownError .ui-selectmenu-text {
    color: #999595 !important;
}

#ForJSPasswordResult {
    display: block;
    font-weight: 600;
    font-size: 1.1em;
    line-height: 1.0em;
    margin-top: 5px;
    color: #aaaaaa;
}

    #ForJSPasswordResult span {
        font-weight: normal;
    }

.FormBox .FormField.FormInfoPopUp {
    position: relative;
}

    .FormBox .FormField.FormInfoPopUp.Field .PopUpIcon {
        position: absolute;
        top: 12px;
        right: 10px;
    }

        .FormBox .FormField.FormInfoPopUp.Field .PopUpIcon .QuestionMark {
            font-size: 1.1em;
            width: 20px;
            height: 20px;
            line-height: 18px;
            color: #ffffff;
            background-color: #aaaaaa;
            border: 1px solid #aaaaaa;
            box-sizing: border-box;
            border-radius: 30px;
            display: block;
            text-align: center;
        }

    .FormBox .FormField.FormInfoPopUp.Dropdown .PopUpIcon {
        position: absolute;
        top: 12px;
        right: 30px;
    }

        .FormBox .FormField.FormInfoPopUp.Dropdown .PopUpIcon .QuestionMark {
            font-size: 1.1em;
            width: 20px;
            height: 20px;
            line-height: 18px;
            color: #ffffff;
            background-color: #aaaaaa;
            border: 1px solid #aaaaaa;
            box-sizing: border-box;
            border-radius: 30px;
            display: block;
            text-align: center;
        }

    .FormBox .FormField.FormInfoPopUp .PopUpIcon:hover {
        cursor: help;
    }

    .FormBox .FormField.FormInfoPopUp.Field .HoverToolTip {
        display: none;
        min-height: 30px;
        width: 120px;
        background-color: #aaaaaa;
        border: 1px solid #aaaaaa;
        color: #fff;
        font-size: 1.2em;
        border-radius: 3px;
        padding: 10px;
        position: absolute;
        z-index: 1;
        top: 0px;
        right: 150%;
    }

    .FormBox .FormField.FormInfoPopUp.Dropdown .HoverToolTip {
        display: none;
        min-height: 30px;
        width: 120px;
        background-color: #aaaaaa;
        border: 1px solid #aaaaaa;
        color: #fff;
        font-size: 1.2em;
        border-radius: 3px;
        padding: 10px;
        position: absolute;
        z-index: 1001;
        top: 0px;
        right: 150%;
    }

.FormBox .FormLabel {
    display: none;
    margin-top: 5px;
    margin-bottom: 5px;
}

    .FormBox .FormLabel span {
        display: inline-block;
        font-size: 1.4em;
    }

        .FormBox .FormLabel span:first-letter {
            text-transform: capitalize;
        }

        .FormBox .FormLabel span.Asterisk {
            display: inline-block;
        }

    .FormBox .FormLabel .MainLabel {
        font-weight: bold;
        font-size: 1.1em;
        color: #277850;
        margin-right: 10px;
    }

.FormBox .FormLabel2 {
    font-size: 1.2em;
    font-weight: 300;
    margin-left: 7px;
}

.FormBox .FieldInfo {
    font-size: 1.1em;
    margin-top: 2px;
}

.FormBox .FieldInfoSpaced {
    font-size: 1.1em;
    margin-top: 8px;
}

.FormBox .FieldView {
    font-size: 1.1em;
    margin-top: 2px;
}

    .FormBox .FieldView a {
        font-size: 1.0em;
    }

.FormBox .LengthInfo {
    font-size: 1.0em;
    margin-top: 2px;
    color: #666;
}

.FormBox .ValidationInfo {
    display: block;
    font-size: 1.1em;
    line-height: 1.0em;
    margin-top: 5px;
    color: #d55;
}

.FormBox p {
    margin-top: 0px;
    margin-bottom: 10px;
}

    .FormBox p strong {
        font-weight: 400;
    }

.FormField .EditBoxW2 {
    width: 123px;
    font-size: 1.1em;
    height: 1.5em;
    padding-top: 1px;
    margin-right: 10px;
    border: solid 1px #999;
    border-bottom: solid 1px #ccc;
    border-right: solid 1px #ccc;
    font-family: Verdana;
    color: #333;
}

.FormField .EditBoxW3 {
    width: 60px;
    font-size: 1.1em;
    height: 1.5em;
    padding-top: 1px;
    margin-right: 10px;
    border: solid 1px #999;
    border-bottom: solid 1px #ccc;
    border-right: solid 1px #ccc;
    font-family: Verdana;
    color: #333;
}

.FormField .EditBoxW4 {
    width: 25px;
    font-size: 1.1em;
    height: 1.5em;
    padding-top: 1px;
    margin-right: 6px;
    border: solid 1px #999;
    border-bottom: solid 1px #ccc;
    border-right: solid 1px #ccc;
    font-family: Verdana;
    color: #333;
}

.FormField .EditBoxWPop {
    width: 230px;
    font-size: 1.1em;
    height: 1.5em;
    padding-top: 1px;
    margin-right: 6px;
    border: solid 1px #999;
    border-bottom: solid 1px #ccc;
    border-right: solid 1px #ccc;
    font-family: Verdana;
    color: #333;
}

.FormField .DropDownW2 {
    width: 126px;
    font-size: 1.1em;
    height: 1.9em;
    padding-top: 0px;
    font-family: Verdana;
    color: #333;
}

.FormField .ListBoxW1 {
    width: 262px;
    font-size: 1.1em;
    height: 15em;
    padding-top: 1px;
    border: solid 1px #999;
    border-bottom: solid 1px #ccc;
    border-right: solid 1px #ccc;
    font-family: Verdana;
    color: #333;
}

.FormField .ListBoxW2 {
    width: 125px;
    font-size: 1.1em;
    height: 15em;
    padding-top: 1px;
    border: solid 1px #999;
    border-bottom: solid 1px #ccc;
    border-right: solid 1px #ccc;
    font-family: Verdana;
    color: #333;
}

.FormField .TextAreaW1 {
    width: 260px;
    font-size: 1.1em;
    padding-top: 1px;
    border: solid 1px #999;
    border-bottom: solid 1px #ccc;
    border-right: solid 1px #ccc;
    font-family: Verdana;
    color: #333;
}

.FormField .TextAreaW2 {
    width: 123px;
    font-size: 1.1em;
    padding-top: 1px;
    border: solid 1px #999;
    border-bottom: solid 1px #ccc;
    border-right: solid 1px #ccc;
    font-family: Verdana;
    color: #333;
}

.FormField .TextAreaW7 {
    width: 617px;
    font-size: 1.1em;
    padding-top: 1px;
    border: solid 1px #999;
    border-bottom: solid 1px #ccc;
    border-right: solid 1px #ccc;
    font-family: Verdana;
    color: #333;
}

.FormField .FileUploadW1 {
    width: 263px;
    font-size: 1.1em;
    height: 2em;
    font-family: Verdana;
    color: #333;
}

.FormBox .ProngsList {
    font-size: 1.1em;
}

.FormBox .ProngTable {
    background-color: #fff;
}

    .FormBox .ProngTable td.Col1h {
        width: 20px;
        padding-bottom: 3px;
    }

    .FormBox .ProngTable td.Col2h {
        width: 285px;
        padding-bottom: 3px;
    }

    .FormBox .ProngTable td.Col1-2h {
        width: 305px;
        padding-bottom: 5px;
    }

    .FormBox .ProngTable .DropHolder {
        display: none;
        padding-left: 20px;
        width: 285px;
    }

        .FormBox .ProngTable .DropHolder span {
            display: block;
            margin-bottom: 3px;
            position: relative;
            top: -1px;
        }

        .FormBox .ProngTable .DropHolder input {
            position: relative;
            top: 2px;
            margin-right: 5px;
        }

.FormBox .LeftPart {
    float: left;
}

.FormBox .RightPart {
    float: left;
}

.FormBoxFocusHighlighted .FormField .EditBoxW1 {
    border: 1px solid #aaaaaa;
}

.FormBoxFocusHighlighted .FormField .TextAreaW6 {
    border: 1px solid #aaaaaa;
}
/*.FormBoxFocusHighlighted .FormLabel               {display:block;} - Uncomment to display main form labels */
.FormBoxValidationHighlighted {
    background-color: #fee !important;
    border: solid 1px #d99 !important;
    padding: 7px 10px 8px 10px;
}

.InputFieldValidationHighlighted {
    background-color: #fee !important;
    border: solid 1px #d55 !important;
}

.FormPopUp {
    position: relative;
    left: -30px;
    cursor: help;
    float: right;
    background-color: #006ca2;
    color: #FFF;
}

    .FormPopUp .HelpIcon {
        font-size: 1.5em;
        font-weight: bold;
        padding: 0px 5px 0px 5px;
        line-height: 1.3em;
        background-color: #006ca2;
        color: #FFF;
    }

    .FormPopUp .FormPopUpDiv {
        display: none;
        position: absolute;
        top: 0px;
        left: 20px;
        font-size: 1.1em;
        width: 130px;
        padding: 7px;
        color: #333;
        background-color: #e0edf4;
        border: solid 1px #007cb2;
    }

.WarningInfo {
    width: auto;
    color: #d55;
    font-size: 1.1em;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
}

#ForJSFormWithAdditions .TopLevel {
    padding-top: 3px;
}

#ForJSFormWithAdditions .AdditionalFields {
    position: relative;
    width: 275px;
    margin-left: 8px;
    display: none;
}

    #ForJSFormWithAdditions .AdditionalFields .FormBox {
        width: 250px;
        margin-top: 4px;
    }

        #ForJSFormWithAdditions .AdditionalFields .FormBox .EditBoxW1 {
            width: 240px;
        }

        #ForJSFormWithAdditions .AdditionalFields .FormBox select {
            width: 242px;
        }

.ClientLogoRestrictions img {
    width: 210px;
}

/* jQueryUI SelectMenu */
.ui-selectmenu-button {
    position: relative;
    width: 100% !important;
    background-color: #f8f7f7;
    border: 1px solid #e5e5e5;
    font-family: 'Montserrat', sans-serif;
    color: #333333;
    white-space: nowrap;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 13px 7px 13px 15px;
}

    .ui-selectmenu-button:focus {
        background-color: #f8f7f7;
        border: 1px solid #e5e5e5;
    }

.ui-selectmenu-text {
    font-family: 'Montserrat', sans-serif;
    color: #333333;
    font-size: 1.4em;
    font-weight: 400 !important;
}

.ui-menu-item-wrapper {
    background-color: #f8f7f7;
    border-bottom: 1px solid #e5e5e5;
    font-family: 'Montserrat', sans-serif;
    color: #333333;
    font-size: 1.0em;
    font-weight: 400 !important;
    line-height: 1.0em;
    padding: 13px 7px 13px 15px !important;
    box-sizing: border-box;
}

    .ui-menu-item-wrapper.ui-state-active {
        background: #5d5d5d;
        color: #ffffff;
        border-top: 1px solid #5d5d5d;
    }

.ui-state-active, .ui-widget-content .ui-state-active {
    border-bottom: 1px solid #e5e5e5;
}

.ui-button .ui-icon {
    background-image: url("/images/default/black_arrow.png");
    background-position: center center;
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
    background-image: url("/images/default/black_arrow.png");
    background-position: center center;
}



/************** Validation *************/
.Asterisk {
    color: #d55;
}

.ValidationHighlighted { /*border:solid 1px #d99 !important; background-color:#fee !important;*/
}

    .ValidationHighlighted .GroupQuestion .Answers {
        border: solid 1px #d99 !important;
        background-color: #fee !important;
        padding: 15px !important;
    }

.QuestionGroup.TopRowAnswers .GroupQuestion .Answers .AnswerSet .Answer label.ValidationHighlighted {
    border: solid 1px #d99 !important;
    background-color: #fee !important;
    padding: 15px !important;
    display: inline-block;
}

.QuestionGroup .GroupQuestion.PQValidationHighlighted .QuestionDetails {
    border: solid 1px #d99 !important;
    background-color: #fee !important;
    padding: 15px !important;
}

.QuestionGroup.Centrica .PQValidationHighlighted .GroupQuestion .QuestionDetails {
    border: solid 1px #d99 !important;
    background-color: #fee !important;
    padding: 15px !important;
}

/* General validation message */
.ValidationMessage1 p {
    color: #d55;
    font-size: 1.4em;
    margin: 0px;
    line-height: 1.5em;
    margin-bottom: 20px;
    font-weight: 400;
}

.ValidationMessage1 a {
    color: #d55;
    font-size: 1.4em;
    font-weight: bold;
    text-decoration: underline;
    line-height: 1.5em;
}

.ValidationMessage1 .ValidationInfo {
    color: #d55;
    font-size: 1.4em;
    margin-top: 0px;
    line-height: 1.5em;
}

    .ValidationMessage1 .ValidationInfo a {
        color: #d55;
        font-size: 1.4em;
        font-weight: bold;
        text-decoration: underline;
        line-height: 1.5em;
    }

.ValidationMessage2 p {
  color: #d55;
  font-size: 1.4em;
  margin: 0px;
  line-height: 1.5em;
  margin-bottom: 0px;
  font-weight: 400;
}

/* Test pages below material*/
.ValidationMessage3 {
    width: auto;
    color: #d55;
    font-size: 1.1em;
    margin: 10px auto 0px auto;
    font-weight: bold;
}

    .ValidationMessage3 a {
        color: #d55;
        text-decoration: underline;
    }

/* Top of a test page */
.ValidationMessage4 {
    width: auto;
    color: #d55;
    font-size: 1.1em;
    margin: 10px auto -10px 55px;
    font-weight: bold;
}

    .ValidationMessage4 a {
        color: #d55;
        text-decoration: underline;
    }

/* buttons */
.FormButtonsFull {
    height: 34px;
    font-weight: normal;
    padding: 20px 0px 20px 0px;
    clear: both;
}

.FormButtons {
    height: 34px;
    font-weight: normal;
    padding: 20px 0px 20px 0px;
    clear: both;
    width: 310px;
}

    .FormButtons div.Info {
        float: left;
        color: #333;
        font-size: 1.1em
    }

        .FormButtons div.Info a {
            font-size: 1em;
        }

.ButtonStd {
    float: right;
}

    .ButtonStd .LeftEnd {
        float: left;
        height: 34px;
        width: 1px;
        display: block;
        background-image: url(/images/default/button-bg.gif);
        background-repeat: repeat-x
    }

    .ButtonStd .Centre {
        float: left;
        height: 34px;
        display: block;
        background-repeat: repeat-x;
        background-image: url(/images/default/button-bg.gif);
        background-color: #006DA3
    }

        .ButtonStd .Centre a {
            font-weight: bold;
            font-size: 1.6em;
            color: #fff;
            padding: 7px 15px 9px 15px;
            display: block;
            text-decoration: none;
            cursor: pointer;
        }

            .ButtonStd .Centre a:hover {
                text-decoration: underline;
            }

    .ButtonStd .RightEnd {
        float: left;
        height: 34px;
        width: 1px;
        display: block;
        background-image: url(/images/default/button-bg.gif);
        background-repeat: repeat-x
    }

.ButtonStd2 .LeftEnd {
    float: left;
    height: 34px;
    width: 1px;
    display: block;
    background-image: url(/images/default/button-bg.gif);
    background-repeat: repeat-x
}

.ButtonStd2 .Centre {
    float: left;
    height: 34px;
    display: block;
    background-repeat: repeat-x;
    background-image: url(/images/default/button-bg.gif);
    background-color: #006DA3
}

    .ButtonStd2 .Centre a {
        font-weight: bold;
        font-size: 1.6em;
        color: #fff;
        padding: 7px 15px 9px 15px;
        display: block;
        text-decoration: none;
        cursor: pointer;
    }

        .ButtonStd2 .Centre a:hover {
            text-decoration: underline;
        }

.ButtonStd2 .RightEnd {
    float: left;
    height: 34px;
    width: 1px;
    display: block;
    background-image: url(/images/default/button-bg.gif);
    background-repeat: repeat-x
}

.ButtonStdSmall {
    float: right;
}

    .ButtonStdSmall .LeftEnd {
        float: left;
        height: 19px;
        width: 1px;
        display: block;
        background-image: url(/images/default/button-bg-19.gif);
        background-repeat: repeat-x
    }

    .ButtonStdSmall .Centre {
        float: left;
        height: 19px;
        display: block;
        background-repeat: repeat-x;
        background-image: url(/images/default/button-bg-19.gif);
        background-color: #006DA3
    }

        .ButtonStdSmall .Centre a {
            font-weight: bold;
            font-size: 1.1em;
            color: #fff;
            padding: 2px 14px 2px 14px;
            display: block;
            text-decoration: none;
            cursor: pointer;
        }

            .ButtonStdSmall .Centre a:hover {
                text-decoration: underline;
            }

    .ButtonStdSmall .RightEnd {
        float: left;
        height: 19px;
        width: 1px;
        display: block;
        background-image: url(/images/default/button-bg-19.gif);
        background-repeat: repeat-x
    }

.ButtonStdSpacer {
    float: right;
    height: 34px;
    width: 14px;
}

.ButtonStdSpacer2 {
    float: left;
    height: 34px;
    width: 14px;
}

/* Interprong page */
.InterProngKey p {
    position: relative;
    padding-left: 50px;
    padding-bottom: 10px;
}

.InterProngKey .CompleteProng {
    background-image: url(/Images/Default/prong-small-complete.gif);
    background-position: 5px 5px
}

.InterProngKey .CurrentProng {
    background-image: url(/Images/Default/prong-small-current.gif);
    background-position: left 2px
}

.InterProngKey .FutureProng {
    background-image: url(/Images/Default/prong-small-future.gif);
    background-position: 5px 5px
}

#ReplaceDiv {
    position: relative;
    width: 208px;
    margin: 10px auto 10px 0px;
}
    /* prong information display box */
    #ReplaceDiv p {
        padding: 10px;
        margin: 0px;
        border: solid 1px #a9cfd3;
        background-color: #F0F7F7;
    }

.InterProng {
    padding-top: 15px;
}

.ResetButton {
    float: right;
    margin-top: 8px;
    margin-left: 10px;
    padding-bottom: 5px;
}

    .ResetButton a {
        padding: 3px 9px 5px 9px;
        display: block;
        background-image: url(/images/default/button-bg.gif);
        background-repeat: repeat-x;
        color: #fff;
    }

.InterProng h2 {
    color: #0081b4;
    margin-bottom: 10px;
    padding: 10px 0px 10px 0px;
    font-size: 1.2em;
    font-weight: bold;
    border-bottom: solid 1px #a9cfd3;
    font-family: Verdana, Arial; /* background-color:#ddd;*/
}

    .InterProng h2 span a {
        cursor: pointer;
        color: #0081b4;
        font-size: 1.0em;
    }

.InterProng p {
    display: none;
}

.InterProng .CompleteProng {
    padding: 0px 35px 0px 78px;
    background-image: url(/Images/Default/prong-small-complete.gif);
    background-position: 20px 5px
}

    .InterProng .CompleteProng h2 span {
        color: #aaa;
    }

.InterProng .CurrentProng {
    padding: 0px 35px 0px 78px;
    background-image: url(/Images/Default/prong-small-current.gif);
    background-position: 15px 7px
}

.InterProng .FutureProng {
    padding: 0px 35px 0px 78px;
    background-image: url(/Images/Default/prong-small-future.gif);
    background-position: 20px 5px
}

.ui-effects-transfer {
    border: solid 1px #a9cfd3;
    z-index: 0
}

/* Personality Questionnaire */
.PQTableBox {
    margin-top: 10px;
}

.PQTable {
    width: 693px;
}

    .PQTable .Hr {
        background-image: url(/Images/Default/pq_line.gif);
        height: 2px;
        padding: 0px;
        background-position: 0px top;
    }

    .PQTable th {
        height: 36px;
        padding-top: 6px;
        font-size: 0.9em;
        font-weight: normal;
    }

        .PQTable th.Col0 {
            width: 20px;
            padding-left: 5px;
        }

        .PQTable th.Col1 p {
            text-align: left;
            font-size: 1.2em;
            color: #008abb;
        }

        .PQTable th.Col2 {
            width: 50px;
            padding-bottom: 3px;
            background-image: url(/images/default/pq-strong2.gif);
            background-repeat: repeat-y;
            background-position: -2px 0px;
        }

        .PQTable th.Col3 {
            width: 50px;
            padding-bottom: 3px;
            background-image: url(/images/default/pq-normal2.gif);
            background-repeat: repeat-y;
            background-position: -2px 0px;
        }

        .PQTable th.Col4 {
            width: 54px;
            padding-bottom: 3px;
            background-image: url(/images/default/pq-in-between2.gif);
            background-repeat: repeat-y;
            background-position: 0px 0px;
        }

        .PQTable th.Col5 {
            width: 50px;
            padding-bottom: 3px;
            background-image: url(/images/default/pq-normal2.gif);
            background-repeat: repeat-y;
            background-position: -2px 0px;
        }

        .PQTable th.Col6 {
            width: 50px;
            padding-bottom: 3px;
            background-image: url(/images/default/pq-strong2.gif);
            background-repeat: repeat-y;
            background-position: -2px 0px;
        }

    .PQTable td {
        text-align: center;
        padding-top: 6px;
        padding-bottom: 0px;
    }

        .PQTable td.Col0 {
            width: 20px;
            padding-left: 5px;
            text-align: right;
        }

            .PQTable td.Col0 p {
                font-weight: bold;
                margin: 0px 3px 10px 0px;
            }

        .PQTable td.Col1 {
            height: 35px;
            text-align: left; /*auto width*/
        }

            .PQTable td.Col1 p {
                font-weight: bold;
                margin: 0px 10px 10px 0px;
            }

        .PQTable td.Col2 {
            width: 50px;
            padding-top: 10px;
            background-image: url(/images/default/pq-strong2.gif);
            background-repeat: repeat-y;
            background-position: -2px 0px;
        }

        .PQTable td.Col3 {
            width: 50px;
            padding-top: 10px;
            background-image: url(/images/default/pq-normal2.gif);
            background-repeat: repeat-y;
            background-position: -2px 0px;
        }

        .PQTable td.Col4 {
            width: 52px;
            padding-top: 10px;
            background-image: url(/images/default/pq-in-between2.gif);
            background-repeat: repeat-y;
            background-position: 0px 0px;
        }

        .PQTable td.Col5 {
            width: 50px;
            padding-top: 10px;
            background-image: url(/images/default/pq-normal2.gif);
            background-repeat: repeat-y;
            background-position: -2px 0px;
        }

        .PQTable td.Col6 {
            width: 50px;
            padding-top: 10px;
            background-image: url(/images/default/pq-strong2.gif);
            background-repeat: repeat-y;
            background-position: -2px 0px;
        }

    .PQTable tr.PQValidationHighlighted {
        background-color: #FFE0E0;
    }

    .PQTable tr.PQFocusHighlighted {
        background-color: #E4F6FB !important;
    }

/* all test pages */
.TestMaterial {
    position: relative;
    width: 620px;
    padding: 15px 10px 5px 10px;
    margin-bottom: 9px;
    background-color: #FFF;
    border-left: solid 1px #B7C4D7;
    border-right: solid 1px #B7C4D7;
}

    .TestMaterial .TestTop {
        position: absolute;
        top: 0px;
        left: -1px;
        width: 648px;
        height: 9px;
        background-image: url(/images/default/test-top.gif);
    }

    .TestMaterial .TestBottom {
        position: absolute;
        bottom: -4px;
        left: -7px;
        width: 648px;
        height: 9px;
        background-image: url(/images/default/test-bottom.gif);
    }

    .TestMaterial img {
        margin: 10px auto 0px auto;
        display: block;
    }

.AnswersBlock { /*padding-left:12px; padding-right:12px; padding-bottom:10px;*/
}
    /* single answer, used for validation highlight in Mechanical; in other test it is a parent for all the answers */
    .AnswersBlock p.Question {
        font-weight: bold;
        text-indent: -1.5em;
        margin-left: 1.5em;
    }

    .AnswersBlock table {
        margin: 0px 3px;
        border-spacing: 2px;
        font-size: 1.1em;
        color: #333;
        border: 0px;
    }

        .AnswersBlock table td {
            padding: 8px 0px 8px 0px;
            text-align: center;
            width: 100px;
            background-color: #EAF3F4;
        }

            .AnswersBlock table td input {
                position: relative;
                top: 2px;
                margin-bottom: 6px;
            }

            .AnswersBlock table td label {
                display: block;
            }

    .AnswersBlock .AnswerOption {
        position: relative;
        display: none;
        width: 440px;
        margin: 0px 0px 0px 110px;
    }

        .AnswersBlock .AnswerOption p {
            padding-left: 25px;
            padding-bottom: 4px;
            margin: 0px;
        }

            .AnswersBlock .AnswerOption p.Correct {
                position: relative;
                background-image: url(/images/default/tick.gif);
                background-position: 0px 3px;
            }

            .AnswersBlock .AnswerOption p.Incorrect {
                position: relative;
                background-image: url(/images/default/cross.gif);
                background-position: 0px 3px;
            }

            .AnswersBlock .AnswerOption p.Explanation {
                font-style: italic;
            }

    .AnswersBlock .AnswerOptionWide {
        width: 100%;
        margin-left: 0px;
    }

        .AnswersBlock .AnswerOptionWide p.Correct {
            margin-left: 8px;
            font-weight: bold;
        }

        .AnswersBlock .AnswerOptionWide p.Incorrect {
            margin-left: 8px;
            font-weight: bold;
        }

    .AnswersBlock:last-child .GorupQuestion .Answers {
        border-bottom: none;
    }

/* Updates on the top of .AnswersBlock */
div.CheckingTestQuestion {
    width: 615px;
}

    div.CheckingTestQuestion table {
        margin-bottom: -2px;
    }

        div.CheckingTestQuestion table td {
            vertical-align: middle;
            width: 118px;
            padding: 6px 1px 6px 1px;
        }

            div.CheckingTestQuestion table td img {
                margin-right: 2px;
            }

div.CheckingTestAnswer table {
    margin-top: 0px;
    margin-bottom: 0px;
}

    div.CheckingTestAnswer table td {
        width: 118px;
        padding-top: 5px;
        padding-left: 1px;
        padding-right: 1px;
    }

div.CheckingTestPracticeInfo {
    margin-top: -2px;
}

    div.CheckingTestPracticeInfo table td {
        width: 118px;
        padding-top: 5px;
        padding-left: 1px;
        padding-right: 1px;
    }

.AssessmentList {
    margin-top: 15px;
    margin-bottom: 20px;
    color: #333;
}

    .AssessmentList td {
        padding: 4px 6px 4px 10px;
    }

        .AssessmentList td.Col1 .SeagullCompleted {
            position: relative;
            top: -1px;
            left: 2px;
            width: 26px;
            height: 20px;
            background-image: url(/images/default/prong-smaller-complete.gif);
        }

        .AssessmentList td.Col1 .SeagullInProgress {
            position: relative;
            top: -1px;
            left: 0px;
            width: 31px;
            height: 20px;
            background-image: url(/images/default/prong-smaller-current.gif);
        }

        .AssessmentList td.Col2 {
            font-size: 1.1em;
            font-weight: bold;
        }

        .AssessmentList td.Col3 {
            font-weight: bold;
        }

            .AssessmentList td.Col3 a {
                color: #008abb;
                font-size: 1.1em;
            }

            .AssessmentList td.Col3 span {
                color: #aaa;
                font-size: 1.1em;
            }

                .AssessmentList td.Col3 span.LikeLink {
                    color: #008abb;
                    font-size: 1.1em;
                }

        .AssessmentList td.Col4 {
            font-size: 1.1em;
            width: 150px;
        }

.AssessmentKey p {
    padding-left: 40px;
    padding-bottom: 10px;
}

.AssessmentKey .CompleteProng {
    position: relative;
    background-image: url(/Images/Default/prong-smaller-complete.gif);
    background-position: 5px 5px
}

.AssessmentKey .CurrentProng {
    position: relative;
    background-image: url(/Images/Default/prong-smaller-current.gif);
    background-position: left top
}

.TimeLeft {
    font-size: 4em;
    font-weight: normal;
    color: #21ac8a;
    padding: 15px 0px 5px 0px;
    text-align: center;
}

/* CMS WYSIWYG */
/* CMS boxes */
.CMSWindow {
    position: relative;
}

/* styles applied only onto the content of CMSWindow */
/* copy it to Xstandard/general.css to apply to the editor */

span.Underline {
    text-decoration: underline;
}

span.RedBold {
    font-weight: bold;
    color: #d44;
}

.DarkBlueText {
    color: #185e90;
}

img.LeftImage {
    float: left;
    margin: 3px 20px 4px 0px;
    border: solid 1px #666;
}

img.RightImage {
    float: right;
    margin: 3px 0px 4px 10px;
    border: solid 1px #666;
    width: 100%;
    max-width: 400px;
}

div.CentredContent {
    text-align: center;
}

div.StopTextFloat {
    clear: both;
    height: 2px;
    font-size: 0.2em;
}

/* FAQ page */
#FAQListContainer h2 {
    cursor: pointer;
    line-height: 1.6em;
    font-weight: 500;
    margin-top: 20px;
}

    #FAQListContainer h2:hover {
        color: #008abb;
    }

#FAQListContainer .QuestionList {
    display: block;
    width: 100%;
}

#FAQListContainer .Question {
    font-size: 1.6em;
    margin-left: 0px;
    margin-top: 15px;
    margin-bottom: 3px;
    font-weight: bold;
}

#FAQListContainer .Answer {
    font-size: 1.4em;
    font-weight: 300;
    margin-left: 0px;
    margin-top: 2px;
    margin-bottom: 8px;
    line-height: 1.5em;
}

    #FAQListContainer .Answer p {
        font-size: 1em;
        font-weight: 300;
        margin-top: 0px;
    }

    #FAQListContainer .Answer a {
        font-size: 1em;
        font-weight: 300;
    }

    #FAQListContainer .Answer li {
        font-size: 1em;
        font-weight: 300;
    }

.FAQQuestions {
    display: table;
    width: 100%;
}

    .FAQQuestions .IconCell {
        display: table-cell;
        vertical-align: top;
        width: 20px;
    }

    .FAQQuestions .QuestionCell {
        display: table-cell;
        vertical-align: top;
        padding-left: 15px;
        padding-bottom: 15px;
        box-sizing: border-box;
    }

    .FAQQuestions .QPanelIcon {
        display: inline-block;
        width: 20px;
        height: 20px;
        background-size: 100%;
    }

        .FAQQuestions .QPanelIcon.Open {
            background-image: url('/Images/Default/Icon_Plus.png');
        }

        .FAQQuestions .QPanelIcon.Close {
            background-image: url('/Images/Default/Icon_Minus.png');
        }

    .FAQQuestions .QPanelHdr {
        cursor: pointer;
        font-size: 1.6em;
        margin-bottom: 10px;
        font-weight: 500;
        line-height: 1.3em;
    }

    .FAQQuestions .Txt {
        display: none;
        margin-bottom: 20px;
    }

        .FAQQuestions .Txt p {
            margin: 0px;
        }

/* Tour pages */
.TourSlideLink {
    margin-bottom: 6px;
    cursor: pointer;
    color: #004481;
}

    .TourSlideLink:hover {
        color: #008abb;
    }

.TourSlideDiv {
    margin-bottom: 15px;
    display: none;
}

.TourSlideDiv.BrowserChecker th {
  vertical-align: middle;
}

.TourSlideDiv.BrowserChecker .RightHdr  {
  text-align: center;
}

.TourSlideDiv.BrowserChecker .LeftCell {
    width: 30%;
}

.TourSlideDiv.BrowserChecker .MiddleCell {
    width: 70%;
}

.TourSlideDiv.BrowserChecker .RightCell {
    width: 60px;
    text-align: center;
    vertical-align: middle;
}

.TourSlideDiv.BrowserChecker .TickImg {
  display: none;
}

.TourSlideDiv.BrowserChecker .TickImg.Show  {
  display: block;
}

.TourSlideDiv.BrowserChecker .CrossImg {
  display: none;
}

.TourSlideDiv.BrowserChecker .CrossImg.Show {
  display: block;
}

.TourSlideDiv.BrowserChecker .CantTell {
  display: none;
}

.TourSlideDiv.BrowserChecker .CantTell.Show {
  display: block;
}

.TourSlideDiv.BrowserChecker .Yes {
  display: none;
}

.TourSlideDiv.BrowserChecker .Yes.Show {
  display: block;
}

.TourSlideDiv.BrowserChecker .No {
  display: none;
}

.TourSlideDiv.BrowserChecker .No.Show {
  display: block;
}

table.Type1 {
    width: 100%;
    border-bottom: solid 1px #d7d7d7;
    border-right: solid 1px #d7d7d7;
}

    table.Type1 th {
        font-size: 1.3em;
        background-color: #e5e5e5;
        padding: 10px;
        border-top: solid 1px #d7d7d7;
        text-align: left;
    }

        table.Type1 th:first-child {
            border-left: solid 1px #d7d7d7;
        }

    table.Type1 td {
        font-size: 1.3em;
        padding: 10px;
        border-top: solid 1px #d7d7d7;
        border-left: solid 1px #d7d7d7;
        line-height: 1.4em;
    }

/* Application prong */
.QualiTable {
    width: 694px;
}

    .QualiTable td {
        height: 15px;
        overflow: hidden;
    }

    .QualiTable th {
        font-size: 1.1em;
        font-weight: bold;
        margin-bottom: 3px;
        color: #277850;
        text-align: left;
    }

    .QualiTable .Col1 {
        width: 228px;
        padding: 3px 8px 3px 10px
    }

        .QualiTable .Col1 input {
            width: 228px;
            font-size: 1.1em;
            height: 1.5em;
            padding-top: 1px;
            border: solid 1px #999;
            border-bottom: solid 1px #ccc;
            border-right: solid 1px #ccc;
            font-family: Verdana;
        }

    .QualiTable .Col2 {
        width: 210px;
        padding: 3px 8px 3px 0px
    }

        .QualiTable .Col2 input {
            width: 210px;
            font-size: 1.1em;
            height: 1.5em;
            padding-top: 1px;
            border: solid 1px #999;
            border-bottom: solid 1px #ccc;
            border-right: solid 1px #ccc;
            font-family: Verdana;
        }

    .QualiTable .Col3 {
        width: 100px;
        padding: 3px 8px 3px 0px
    }

        .QualiTable .Col3 select {
            width: 100px;
            font-size: 1.1em;
            height: 1.9em;
            padding-top: 0px;
            font-family: Verdana;
        }

    .QualiTable .Col4 {
        width: 100px;
        padding: 3px 10px 3px 0px
    }

        .QualiTable .Col4 select {
            width: 100px;
            font-size: 1.1em;
            height: 1.9em;
            padding-top: 0px;
            font-family: Verdana;
        }

.QualiHover {
    background-color: #E5F6FB
}

.QualiSelected {
    background-color: #B2E5F3
}

.QualiTable2 .Col1 {
    width: 350px !important;
}

    .QualiTable2 .Col1 input {
        width: 350px !important;
    }

.QualiTable2 .Col3 {
    width: 150px !important
}

    .QualiTable2 .Col3 select {
        width: 150px !important
    }

.QualiTable2 .Col4 {
    width: 150px !important
}

    .QualiTable2 .Col4 select {
        width: 150px !important
    }

.QualiSection {
    padding-bottom: 20px;
    border-bottom: solid 1px #a9cfd3
}

/* ThreeSixty */
.QualiTable3 {
    width: 100%;
}

    .QualiTable3 td {
        height: 15px;
        padding: 3px 0px 3px 0px
    }

    .QualiTable3 th {
        font-size: 1.1em;
        padding: 3px 0px 3px 0px;
        font-weight: bold;
        color: #277850;
        text-align: left;
    }

    .QualiTable3 .Col1 {
        width: 125px;
    }

        .QualiTable3 .Col1 input {
            width: 115px;
            font-size: 1.1em;
            height: 1.5em;
            padding-top: 1px;
            border: solid 1px #999;
            border-bottom: solid 1px #ccc;
            border-right: solid 1px #ccc;
            font-family: Verdana;
        }

    .QualiTable3 .Col2 {
        width: 125px;
    }

        .QualiTable3 .Col2 input {
            width: 115px;
            font-size: 1.1em;
            height: 1.5em;
            padding-top: 1px;
            border: solid 1px #999;
            border-bottom: solid 1px #ccc;
            border-right: solid 1px #ccc;
            font-family: Verdana;
        }

    .QualiTable3 .Col3 {
        width: 150px;
    }

        .QualiTable3 .Col3 input {
            width: 140px;
            font-size: 1.1em;
            height: 1.5em;
            padding-top: 1px;
            border: solid 1px #999;
            border-bottom: solid 1px #ccc;
            border-right: solid 1px #ccc;
            font-family: Verdana;
        }

    .QualiTable3 .Col4 {
        width: 150px;
    }

        .QualiTable3 .Col4 input {
            width: 140px;
            font-size: 1.1em;
            height: 1.5em;
            padding-top: 1px;
            border: solid 1px #999;
            border-bottom: solid 1px #ccc;
            border-right: solid 1px #ccc;
            font-family: Verdana;
        }

    .QualiTable3 .Col5 {
        width: 60px;
    }

    .QualiTable3 .Col6 {
        font-size: 1.1em;
    }

.QualiTable3Validation.QualiTable3ValidationOn {
    border: solid 1px #d99;
    background-color: #fee;
    padding: 5px 5px 5px 8px;
}

.ValidationMessageQualiTable3 {
    color: #d55;
    font-size: 1.1em;
    font-weight: bold;
}

    .ValidationMessageQualiTable3 span {
        display: block;
        margin: 6px auto 10px 0px;
    }

    .ValidationMessageQualiTable3 a {
        color: #d55;
        text-decoration: underline;
    }

.PQTable3 {
    width: 693px;
}

    .PQTable3 .Hr {
        background-image: url(/Images/Default/pq_line3.gif);
        height: 2px;
        padding: 0px;
        background-position: 0px top;
    }

    .PQTable3 th {
        height: 36px;
        padding-top: 6px;
        font-size: 0.9em;
        font-weight: normal;
    }

        .PQTable3 th span {
            position: relative;
            left: -1px;
        }

        .PQTable3 th.Col0 {
            width: 20px;
            padding-left: 5px;
        }

        .PQTable3 th.Col1 {
            text-align: left;
            font-size: 1em; /*auto width*/
        }

            .PQTable3 th.Col1 p {
                font-size: 1.1em;
            }

        .PQTable3 th.Col2 {
            width: 54px;
            padding-bottom: 3px;
            background-image: url(/images/default/pq-strong3.gif);
            background-repeat: repeat-y;
            background-position: -28px 0px;
        }

        .PQTable3 th.Col3 {
            width: 71px;
            padding-bottom: 3px;
            background-image: url(/images/default/pq-normal3.gif);
            background-repeat: repeat-y;
            background-position: -11px 0px;
        }

        .PQTable3 th.Col4 {
            width: 65px;
            padding-bottom: 3px;
            background-image: url(/images/default/pq-in-between3.gif);
            background-repeat: repeat-y;
            background-position: -17px 0px;
        }

        .PQTable3 th.Col5 {
            width: 66px;
            padding-bottom: 3px;
            background-image: url(/images/default/pq-normal3.gif);
            background-repeat: repeat-y;
            background-position: -16px 0px;
        }

        .PQTable3 th.Col6 {
            width: 54px;
            padding-bottom: 3px;
            background-image: url(/images/default/pq-strong3.gif);
            background-repeat: repeat-y;
            background-position: -28px 0px;
        }

        .PQTable3 th.Col7 {
            width: 60px;
            padding-bottom: 3px;
            background-image: url(/images/default/pq-not-applicable3.gif);
            background-repeat: repeat-y;
            background-position: -2px 0px;
        }

    .PQTable3 td {
        text-align: center;
        padding-bottom: 0px;
    }

        .PQTable3 td.Col0 {
            width: 20px;
            padding-top: 6px;
            padding-left: 5px;
            text-align: right;
        }

            .PQTable3 td.Col0 p {
                font-weight: bold;
                margin: 0px 3px 10px 0px;
            }

        .PQTable3 td.Col1 {
            height: 35px;
            padding-top: 6px;
            text-align: left; /*auto width*/
        }

            .PQTable3 td.Col1 p {
                font-weight: bold;
                margin: 0px 10px 10px 0px;
            }

        .PQTable3 td.Col2 {
            width: 54px;
            vertical-align: middle;
            background-image: url(/images/default/pq-strong3.gif);
            background-repeat: repeat-y;
            background-position: -28px 0px;
        }

        .PQTable3 td.Col3 {
            width: 71px;
            vertical-align: middle;
            background-image: url(/images/default/pq-normal3.gif);
            background-repeat: repeat-y;
            background-position: -11px 0px;
        }

        .PQTable3 td.Col4 {
            width: 65px;
            vertical-align: middle;
            background-image: url(/images/default/pq-in-between3.gif);
            background-repeat: repeat-y;
            background-position: -17px 0px;
        }

        .PQTable3 td.Col5 {
            width: 66px;
            vertical-align: middle;
            background-image: url(/images/default/pq-normal3.gif);
            background-repeat: repeat-y;
            background-position: -16px 0px;
        }

        .PQTable3 td.Col6 {
            width: 54px;
            vertical-align: middle;
            background-image: url(/images/default/pq-strong3.gif);
            background-repeat: repeat-y;
            background-position: -28px 0px;
        }

        .PQTable3 td.Col7 {
            width: 60px;
            vertical-align: middle;
            background-image: url(/images/default/pq-not-applicable3.gif);
            background-repeat: repeat-y;
            background-position: -2px 0px;
        }

    .PQTable3 tr.PQValidationHighlighted {
        background-color: #FFE0E0;
    }

    .PQTable3 tr.PQFocusHighlighted {
        background-color: #E4F6FB !important;
    }

/* Application prong */
.EachRowContainer1 {
    margin-top: -1px;
}

.EachRowContainer2 {
    margin-top: -1px;
}

.EachRowContainer3 {
    margin-top: -1px;
}

.SHBox1, .SHBox2, .SHBox3 { /*display:none;*/
}

/*Admin*/
.JQHiddenField {
    display: none
}

    .JQHiddenField input {
        width: 100%;
        background-color: #f8f7f7;
        font-size: 1.6em;
        border: 1px solid #e5e5e5;
        transition: border 150ms ease;
        font-family: 'Montserrat', sans-serif;
        color: #5d5d5d;
        padding: 18px 14px;
        box-sizing: border-box;
        margin-top: 10px;
        max-width: 300px;
    }

.AssignTopButtons {
    clear: both;
    border: none !important;
    padding: 5px 0px 9px 0px !important;
    margin: 0px !important
}

.RemoveButtons {
    margin-top: 50px !important
}

.AdminButtons {
    clear: left;
    width: 684px;
    height: 25px;
    font-weight: normal;
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 20px 0px;
    border-top: solid 1px #a9cfd3
}

    .AdminButtons div.Info {
        float: left;
        color: #333;
    }

    .AdminButtons .ButtonStd {
        float: right;
    }

        .AdminButtons .ButtonStd .LeftEnd {
            float: left;
            height: 20px;
            width: 5px;
            display: block;
        }

        .AdminButtons .ButtonStd .Centre {
            float: left;
            height: 20px;
            display: block;
        }

            .AdminButtons .ButtonStd .Centre a {
                font-weight: bold;
                font-size: 1.2em;
                color: #fff;
                padding: 2px 8px 2px 8px;
                display: block;
                text-decoration: none;
            }

                .AdminButtons .ButtonStd .Centre a:hover {
                    text-decoration: underline;
                }

        .AdminButtons .ButtonStd .RightEnd {
            float: left;
            height: 20px;
            width: 5px;
            display: block;
        }

    .AdminButtons .ButtonStd2 {
        float: left;
    }

        .AdminButtons .ButtonStd2 .LeftEnd {
            float: left;
            height: 20px;
            width: 5px;
            display: block;
        }

        .AdminButtons .ButtonStd2 .Centre {
            float: left;
            height: 20px;
            display: block;
        }

            .AdminButtons .ButtonStd2 .Centre a {
                font-weight: bold;
                font-size: 1.2em;
                color: #fff;
                padding: 2px 8px 2px 8px;
                display: block;
                text-decoration: none;
            }

                .AdminButtons .ButtonStd2 .Centre a:hover {
                    text-decoration: underline;
                }

        .AdminButtons .ButtonStd2 .RightEnd {
            float: left;
            height: 20px;
            width: 5px;
            display: block;
        }

/*Summary*/
.AdminSummary p span {
    font-weight: bold
}

/*Scales*/
.ScaleTable {
    width: 623px;
    margin: 20px 0px 25px 0px;
    border-bottom: solid 1px #c0c8c9
}

    .ScaleTable th {
        text-align: left;
        font-size: 1.1em;
        color: #277850;
        padding: 3px 0px 3px 3px;
        border-top: solid 1px #c0c8c9;
        border-bottom: solid 1px #c0c8c9
    }

        .ScaleTable th.Col1 {
            border-left: solid 1px #c0c8c9
        }

        .ScaleTable th.Col4 {
            border-right: solid 1px #c0c8c9;
            padding: 3px 0px 3px 0px !important
        }

    .ScaleTable .ScaleSelected td.ScaleP {
        background-color: #d3dde0;
    }

    .ScaleTable td.ScaleN {
        background-color: #f0fcff;
    }

    .ScaleTable .ScaleSelected td.ScaleN {
        background-color: #dde8eb;
    }

    .ScaleTable td.ScaleP {
        background-color: #e5f0f3;
    }

    .ScaleTable .ScaleInvalid td {
        background-color: #ffadad;
    }

    .ScaleTable .Col1-4 {
        font-size: 1.1em;
        padding: 5px 0px 5px 5px;
        border-left: solid 1px #c0c8c9;
        border-right: solid 1px #c0c8c9
    }

    .ScaleTable td.Col1 {
        font-size: 1.1em;
        padding: 5px 0px 0px 5px;
        border-left: solid 1px #c0c8c9
    }

    .ScaleTable td.Col2 {
        width: 380px;
        padding: 2px 10px 3px 3px
    }

        .ScaleTable td.Col2 input {
            width: 380px;
            font-size: 1.1em;
            height: 1.5em;
            padding-top: 1px;
            border: solid 1px #999;
            border-bottom: solid 1px #ccc;
            border-right: solid 1px #ccc;
            font-family: Verdana;
        }

    .ScaleTable td.Col3 {
        width: 50px;
        padding: 2px 10px 3px 3px
    }

        .ScaleTable td.Col3 input {
            width: 50px;
            font-size: 1.1em;
            height: 1.5em;
            padding-top: 1px;
            border: solid 1px #999;
            border-bottom: solid 1px #ccc;
            border-right: solid 1px #ccc;
            font-family: Verdana;
        }

    .ScaleTable td.Col4 {
        width: 30px;
        padding: 0px 10px 3px 15px;
        border-right: solid 1px #c0c8c9
    }

    .ScaleTable .ScaleTableSpacer {
        height: 10px;
        padding: 0px
    }

/*Narrative*/
.NarrativeAddSection {
    border-top: solid 1px #a9cfd3;
    width: 685px;
    padding: 0px 0px 10px 0px;
}

/*Norm Scales*/
.NormTable {
    width: 623px;
    margin-bottom: 25px
}

    .NormTable .NormHR {
        height: 5px;
        padding-top: 5px;
    }

        .NormTable .NormHR img {
            width: 100%;
            height: 1px;
            border-top: solid 1px #c0c8c9;
        }

    .NormTable th {
        text-align: left;
        font-size: 1.1em;
        color: #277850;
        padding: 3px 0px 3px 0px;
        border-top: solid 1px #c0c8c9;
        border-bottom: solid 1px #c0c8c9
    }

    .NormTable .Col2 {
        position: relative;
        z-index: 1;
        width: 170px;
        font-size: 1.1em;
        padding: 5px 0px 0px 0px
    }

        .NormTable .Col2 span {
            display: block;
            padding: 0px 12px 4px 0px;
        }

    .NormTable .Col3 {
        width: 30px;
        padding: 3px 5px 3px 0px
    }

        .NormTable .Col3 input {
            width: 30px
        }

    .NormTable .Col4 {
        width: 30px;
        padding: 3px 5px 3px 0px
    }

        .NormTable .Col4 input {
            width: 30px
        }

    .NormTable .Col5 {
        width: 30px;
        padding: 3px 5px 3px 0px
    }

        .NormTable .Col5 input {
            width: 30px
        }

    .NormTable .Col7 {
        position: relative;
        width: 170px;
        font-size: 1.1em;
        padding: 5px 5px 0px 0px
    }

        .NormTable .Col7 span {
            display: block;
            padding: 0px 15px 4px 0px;
        }

    .NormTable .Col8 {
        width: 30px;
        padding: 3px 5px 3px 0px
    }

        .NormTable .Col8 input {
            width: 30px
        }

    .NormTable .Col9 {
        width: 30px;
        padding: 3px 5px 3px 0px
    }

        .NormTable .Col9 input {
            width: 30px
        }

    .NormTable .Col10 {
        width: 30px;
        padding: 3px 5px 3px 0px
    }

        .NormTable .Col10 input {
            width: 30px
        }

.NormHelpText {
    z-index: 2;
    position: absolute;
    left: 150px;
    top: 15px;
    display: none;
    background-color: #F0F7F7;
    border: solid 1px #A9CFD3;
    padding: 10px 15px;
    width: 200px;
}

.NormInvalid {
    border: #f77;
    background-color: #ffadad
}

/*Assessment Template*/
.AssessTable {
    position: relative;
    margin-top: 10px;
    width: 660px;
    margin-bottom: 20px
}

    .AssessTable .Col1h {
        position: relative;
        width: 20px;
        padding: 5px 5px 0px 5px;
        font-weight: bold;
        font-size: 1.1em;
        border-top: solid 1px #a9cfd3
    }

    .AssessTable .Col1 {
        position: relative;
        width: 20px;
    }

    .AssessTable .Col2h {
        width: 480px;
        padding: 8px 5px 3px 5px;
        font-weight: bold;
        font-size: 1.1em;
        color: #277850;
        border-top: solid 1px #a9cfd3
    }

    .AssessTable .Col2 {
        width: 480px;
        padding: 1px 5px 8px 5px;
        font-size: 1.1em
    }

    .AssessTable .Col3h {
        text-align: right;
        font-weight: bold;
        padding: 8px 0px 3px 0px;
        border-top: solid 1px #a9cfd3
    }

    .AssessTable .Col3 {
        padding: 4px 0px 8px 5px;
        text-align: right;
    }

        .AssessTable .Col3 span {
            font-size: 1.1em;
        }

    .AssessTable .AssessDropHolder {
        display: none;
        width: 530px;
    }

        .AssessTable .AssessDropHolder table {
            width: 530px;
        }

        .AssessTable .AssessDropHolder td {
            padding: 5px;
        }

            .AssessTable .AssessDropHolder td.InnerCol0 {
                width: 10px;
                width: 1px;
            }

            .AssessTable .AssessDropHolder td.InnerCol1 {
                width: 310px;
            }

        .AssessTable .AssessDropHolder label {
            font-size: 1.1em;
            margin-left: 5px;
        }

        .AssessTable .AssessDropHolder .DropDown {
            width: 200px;
            font-size: 1.1em;
            height: 1.9em;
            padding-top: 0px;
            font-family: Verdana;
            color: #333;
        }

    .AssessTable .Col3 .DropHolderLabel {
        text-align: right;
        display: block;
        padding: 10px 0px 4px 0px;
        font-weight: bold;
        color: #277850;
    }

    .AssessTable .Col3 select {
        margin: 0px 0px 0px 15px;
        width: 120px;
        font-size: 1.1em;
        height: 1.9em;
        padding-top: 1px;
        font-family: Verdana;
    }

.AssessTotal {
    color: #277850;
    font-size: 1.4em
}

.AssessArrowUp {
    cursor: pointer;
    width: 14px;
    height: 19px;
    background-image: url(/images/default/arrow-up.gif)
}

.AssessArrowDown {
    position: relative;
    left: 5px;
    cursor: pointer;
    width: 14px;
    height: 19px;
    background-image: url(/images/default/arrow-down.gif)
}

.SwitchablePanels {
    display: none;
}

.ThreeSixtyInfo {
    margin-left: 14px;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 4px;
}

.ThreeSixtyValidation {
    margin-left: 14px;
    color: #d55;
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 4px;
}

table.ThreeSixtyNominee, table.OpenEndedQuestions360 {
    margin-left: 15px;
    border: solid 1px #ddd;
    border-bottom: none;
}

    table.ThreeSixtyNominee th.Col1v, table.OpenEndedQuestions360 th.Col1v {
        text-align: left;
        padding: 5px 0px 5px 12px;
        background-color: #f2f2f2;
    }

    table.ThreeSixtyNominee th.Col2v, table.OpenEndedQuestions360 th.Col2v {
        text-align: left;
        padding: 5px 8px 5px 8px;
        background-color: #f2f2f2;
    }

    table.ThreeSixtyNominee td.Col1v, table.OpenEndedQuestions360 td.Col1v {
        padding: 5px 0px 4px 12px;
        border-bottom: solid 1px #ddd;
        width: 376px;
    }

        table.ThreeSixtyNominee td.Col1v input, table.OpenEndedQuestions360 td.Col1v input {
            width: 360px;
            font-size: 1.1em;
            height: 1.5em;
            padding-top: 1px;
            margin-right: 6px;
            border: solid 1px #999;
            border-bottom: solid 1px #ccc;
            border-right: solid 1px #ccc;
            font-family: Verdana;
            color: #333;
        }

    table.ThreeSixtyNominee td.Col2v, table.OpenEndedQuestions360 td.Col2v {
        padding: 5px 8px 4px 8px;
        border-bottom: solid 1px #ddd;
        width: 100px;
    }

        table.ThreeSixtyNominee td.Col2v input, table.OpenEndedQuestions360 td.Col2v input {
            width: 45px;
            font-size: 1.1em;
            height: 1.5em;
            padding-top: 1px;
            margin-right: 6px;
            border: solid 1px #999;
            border-bottom: solid 1px #ccc;
            border-right: solid 1px #ccc;
            font-family: Verdana;
            color: #333;
        }

    table.ThreeSixtyNominee.ValidationHighlighted th.Col1v, table.OpenEndedQuestions360.ValidationHighlighted th.Col1v {
        background-color: transparent;
    }

    table.ThreeSixtyNominee.ValidationHighlighted th.Col2v, table.OpenEndedQuestions360.ValidationHighlighted th.Col2v {
        background-color: transparent;
    }

/*Questionnaire*/
.DragFormRight .NormHelpText, .DragFormLeft .NormHelpText {
    display: none !important;
    z-index: 5000
}

.MainRight .NormHelpText {
    position: relative;
    top: 0px;
    left: 0px;
    width: 150px;
    font-size: 1.1em
}

.QstValidation {
    padding: 3px 0px 0px 35px;
    height: 25px;
    font-size: 1.2em;
    background-image: url(/images/default/tickandcross.gif);
}

.QstValid {
    background-position: left top;
    color: #81C062
}

.QstInvalid {
    background-position: left bottom;
    color: #c00;
}

.DragFormLeft {
    float: left;
    width: 225px;
    padding: 12px 0px 0px 0px;
}

.DragFormRight {
    float: left;
    width: 430px;
    padding: 12px 0px 0px 15px;
}

.QstDragLeft {
    float: left;
    width: 200px;
    padding-bottom: 20px
}

.QstDragRight {
    float: left;
    width: 200px;
    padding-left: 20px
}

.QstDrag {
    z-index: 1;
    position: relative;
    width: 200px;
    height: 100px;
    margin-bottom: 15px;
    overflow: auto;
    border: solid 1px;
    border-top-color: #878787;
    border-left-color: #878787;
    border-bottom-color: #e2e2e2;
    border-right-color: #e2e2e2;
}

.DragFormRight .active {
    background-color: #FFDDAB
}

    .DragFormRight .active div {
        border-color: #FFDDAB
    }

.QstDrag .DragSection {
    cursor: default;
    height: 12px;
    width: 181px;
    padding: 1px 0px 1px 0px;
    font-size: 1.1em;
    border: dotted 1px #FFF
}

.QstDrag div.Selected {
    background-color: #bebebe;
    border-color: #414141
}

.RemoveQstHeading {
    position: absolute;
    left: 2px;
    top: 4px;
    display: none;
    width: 6px !important;
    height: 6px !important;
    background-image: url(/images/default/qst-cross.gif);
    cursor: pointer !important;
    padding: 0px !important
}

.QstAddNewHeading {
    position: relative;
    width: 200px;
    padding: 10px 0px 0px 0px !important;
    margin: 0px !important
}

    .QstAddNewHeading input {
        width: 180px;
        font-size: 1.1em;
        height: 1.5em;
        padding-top: 1px;
        margin-right: 10px;
        border: solid 1px #999;
        border-bottom: solid 1px #ccc;
        border-right: solid 1px #ccc;
        font-family: Verdana;
        color: #333;
    }

    .QstAddNewHeading .PlusButton {
        position: absolute;
        right: 0px;
        top: 13px;
        cursor: pointer;
        width: 12px;
        height: 12px;
        background-image: url(/images/default/plus-sign.gif)
    }

    .QstAddNewHeading span {
        display: block;
        font-size: 1.1em;
        color: #D00;
        height: 30px;
        width: 150px;
    }

.QuestionnaireButtons {
    width: 312px !important;
    border: none !important;
}

.QuestionnaireDrop {
    width: 215px;
    padding-top: 10px;
    border: solid 1px #CCC
}

    .QuestionnaireDrop h3 {
        width: 190px;
        min-height: 15px;
        overflow: hidden;
        padding: 0px 0px 7px 10px;
        margin: 0px 0px 0px -10px;
        cursor: default;
    }

        .QuestionnaireDrop h3 input {
            float: right;
            width: 175px;
            font-size: 1.1em;
            height: 1.5em;
            padding-top: 1px;
            margin-right: 10px;
            border: solid 1px #999;
            border-bottom: solid 1px #ccc;
            border-right: solid 1px #ccc;
            font-family: Verdana;
            color: #333;
        }

    .QuestionnaireDrop .DropZone {
        position: relative;
        width: 199px;
        padding: 0px 0px 12px 10px
    }

        .QuestionnaireDrop .DropZone.active h3, .QuestionnaireDrop .DropZone.active {
            color: #FF9900 !important
        }

        .QuestionnaireDrop .DropZone div {
            cursor: default;
            font-size: 1.2em;
            height: 15px;
            padding-left: 10px;
            width: 185px;
            overflow: hidden;
        }

.DropZoneView {
    margin-top: 18px;
    padding-left: 10px;
    width: 200px
}

    .DropZoneView h3 {
        cursor: default;
        font-weight: bold;
        font-size: 1.1em;
        color: #277850;
    }

    .DropZoneView .DragSection {
        cursor: default;
        font-size: 1.1em
    }

.MatchingTable {
    width: 663px;
    border-bottom: solid 1px #CCC;
}

    .MatchingTable .Col1 {
        font-size: 1.1em;
        padding: 5px 0px 5px 10px;
        border: solid 1px #CCC;
        border-bottom: none
    }

    .MatchingTable .ColStar {
        text-align: center;
        padding: 5px 0px 5px 0px;
        width: 90px;
        border-right: solid 1px #CCC;
        border-top: solid 1px #CCC
    }

.StarRate {
    position: relative;
    width: 80px;
    height: 12px;
    padding-left: 10px
}

    .StarRate span {
        display: block;
        float: left;
        width: 14px;
        height: 11px;
        background-position: center top;
        cursor: pointer;
        background-image: url(/images/default/star-grey.gif)
    }

    .StarRate .Star1.Active {
        background-image: url(/images/default/star-red.gif)
    }

    .StarRate .Star2.Active {
        background-image: url(/images/default/star-orange.gif)
    }

    .StarRate .Star3.Active {
        background-image: url(/images/default/star-yellow.gif)
    }

    .StarRate .Star4.Active {
        background-image: url(/images/default/star-lime.gif)
    }

    .StarRate .Star5.Active {
        background-image: url(/images/default/star-green.gif)
    }

/* IpsativeTests/Headings.aspx updates */
.MainLeftIpsative .QstValidation {
    height: auto;
    font-size: 1.2em;
    background-image: none;
}

.MainLeftIpsative .QstValid {
    background-position: left top;
    background-image: url(/images/default/tickandcross.gif);
    color: #81C062;
    padding-top: 5px;
    height: 20px;
}

.MainLeftIpsative .QstInvalid {
    background-position: left bottom;
    background-image: url(/images/default/tickandcross.gif);
    color: #c00;
    height: 25px;
}

.DragFormLeftIpsative h2 {
    margin-top: 0px;
}

.DragFormLeftIpsative .QstAddNewHeading {
    width: 215px;
}

.DragFormLeftIpsative .QuestionnaireDrop {
    max-height: 600px;
    min-height: 100px;
    overflow: auto;
}

    .DragFormLeftIpsative .QuestionnaireDrop .DropZone {
        padding-bottom: 8px;
        width: 188px;
    }

        .DragFormLeftIpsative .QuestionnaireDrop .DropZone h3 {
            width: auto;
            padding-bottom: 4px;
        }

        .DragFormLeftIpsative .QuestionnaireDrop .DropZone div {
            overflow: visible;
            height: auto;
            margin-bottom: 6px;
            font-size: 1.1em;
            line-height: 1em;
            width: auto;
            padding-left: 4px;
        }

.DragFormRightIpsative {
    width: 455px;
}

    .DragFormRightIpsative h2 {
        margin-top: 0px;
    }

.QstDragWideCol {
    height: 600px;
    overflow: auto;
    position: relative;
    top: -3px;
}

    .QstDragWideCol h3 {
        margin-top: 0px;
    }

    .QstDragWideCol .QstDrag {
        width: 420px;
        margin-bottom: 10px;
    }

        .QstDragWideCol .QstDrag .DragSection {
            width: auto;
            height: auto;
            line-height: 1em;
            padding-top: 1px;
            padding-bottom: 2px;
        }

/* default Slider 
----------------------------------*/
.Starslider {
    position: absolute !important;
    width: 65px;
    top: 0px;
    left: 3px;
}

.ui-slider {
    position: relative;
    text-align: left;
}

    .ui-slider .ui-slider-handle {
        visibility: hidden;
        position: absolute;
        z-index: 2;
        width: 10px !important;
        height: 12px;
        cursor: default;
    }

.ui-slider-horizontal {
    width: 84px;
    height: 12px;
    border: none;
    background-color: transparent
}

    .ui-slider-horizontal .ui-slider-handle {
        top: -1px;
        margin-left: -6px;
    }

.RejectSlider {
    position: relative;
    margin-top: 4px;
    padding-top: 25px;
    padding-left: 0px;
    background-image: url(/images/default/slider-scale.gif);
    background-position: -4px 0px
}

    .RejectSlider .RejectSliderInner {
        position: relative;
        left: 1px;
        margin-bottom: 4px;
    }

.SliderInfo {
    padding-top: 8px;
}

.RejectSlider .ui-slider {
    position: relative;
    text-align: left;
}

    .RejectSlider .ui-slider .ui-slider-handle {
        outline: none !important;
        visibility: visible;
        position: absolute;
        z-index: 2;
        width: 9px !important;
        height: 14px;
        cursor: default;
    }

.RejectSlider .ui-slider-horizontal {
    width: 260px;
    height: 4px;
    border: solid 1px #888;
    background-color: #49BB9F
}

    .RejectSlider .ui-slider-horizontal .ui-slider-handle {
        top: -8px;
        margin-left: -5px;
        background-image: url(/images/default/slider-handle2.gif);
        background-repeat: no-repeat
    }

.RejectSlider .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: 0.7em;
    display: block;
    border: 0;
    height: 4px;
    background-color: #f90;
    font-size: 0.2em;
    background-image: none;
}

.RejectSlider .LeftEndPatch {
    position: absolute;
    width: 10px;
    height: 4px;
    top: 25px;
    left: 2px;
    border-top: solid 1px #888;
    border-bottom: solid 1px #888;
    background-color: #d33;
    z-index: 2;
    font-size: 0.2em;
}

.EQTable {
    width: 663px;
    border-bottom: solid 1px #CCC;
    margin-bottom: 15px
}

    .EQTable .Col1 {
        font-size: 1.1em;
        vertical-align: middle;
        padding: 5px 0px 5px 10px;
        border: solid 1px #CCC;
        border-bottom: none
    }

    .EQTable .EQCol {
        font-size: 1.1em;
        text-align: center;
        width: 95px;
        padding: 5px 0px 5px 0px;
        border: solid 1px #CCC;
        border-bottom: none;
        border-left: none
    }

.EQSlider {
    background-image: url(/images/default/star-scale-grey.gif);
}

.EQSpacer {
    float: left;
    width: 3px;
    height: 10px
}

.EQTable .ui-slider {
    position: relative;
    text-align: left;
}

    .EQTable .ui-slider .ui-slider-handle {
        outline: none !important;
        visibility: hidden;
        position: absolute;
        z-index: 2;
        width: 12px !important;
        height: 2px;
        cursor: default;
    }

.EQTable .ui-slider-vertical {
    width: 86px;
    height: 55px;
    border: none;
    background-color: #CCC
}

    .EQTable .ui-slider-vertical .ui-slider-handle {
        left: 0px;
        margin-left: 0;
        margin-bottom: 0px
    }

.EQInvalid {
    background-color: #ecc
}

    .EQInvalid div {
        height: 27px;
        background-position: left bottom
    }

.EQValid {
    background-color: #d4e3cc
}

    .EQValid div {
        height: 20px;
        padding-top: 7px;
        background-position: left top
    }

.EQValidation div {
    padding-left: 35px;
    background-image: url(/images/default/tickandcross-EQ.gif)
}

.StarScale1 {
    background-image: url(/images/default/star-scale-1.gif)
}

.StarScale2 {
    background-image: url(/images/default/star-scale-2.gif)
}

.StarScale3 {
    background-image: url(/images/default/star-scale-3.gif)
}

.StarScale4 {
    background-image: url(/images/default/star-scale-4.gif)
}

.StarScale5 {
    background-image: url(/images/default/star-scale-5.gif)
}

/* AJAX List styles */
div.RadGrid_Default {
    width: 915px;
    margin-top: 5px;
    margin-bottom: 14px;
}
/* rgMasterTable parent */
.rgMasterTable th {
    background-color: #0098D1 !important;
    background-image: url(/images/default/ajax-list-header.gif) !important;
    background-repeat: repeat-x !important;
    background-position: top left !important
}

    .rgMasterTable th a {
        color: #FFF !important;
        font-weight: normal
    }

.rgMasterTable tr {
    border: none !important
}

.rgMasterTable td {
    border: none !important
}

.rgPagerButton {
    color: #FFF !important;
    background-color: #0098D1 !important;
    background-image: url(/images/default/ajax-list-button.gif) !important;
    background-position: left bottom !important
}

.RadGrid_Default .rgSelectedRow {
    background-color: #CCC !important;
    background-image: none !important;
    border: none !important;
    color: #333 !important;
}

.rgNoRecords td div {
    padding: 6px;
}

/* Test Tables */
.TestMaterial h2 {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    font-size: 2.3em;
    padding-top: 0px;
    color: #21ac8a;
    font-family: Arial;
    font-weight: normal;
}

.TestMaterial p {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.3em
}

.TestMaterial h3 {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
}

.NumericalTest {
    width: 100%;
    table-layout: fixed;
    font-size: 1.3em;
    border: 1px solid #e5e5e5;
    background: #fff;
}

    .NumericalTest .Bold {
        font-weight: bold;
    }

    .NumericalTest .Italic {
        font-style: italic;
    }

    .NumericalTest th {
        vertical-align: middle;
        text-align: left;
        background-color: #f8f7f7;
        padding: 10px;
        box-sizing: border-box;
        border-right: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
    }

        .NumericalTest th:last-child {
            border-right: none;
        }

        .NumericalTest th.Centre {
            text-align: center;
        }

        .NumericalTest th.TextLeft {
            text-align: left;
        }

        .NumericalTest th.Spacer {
            background-color: transparent;
            width: 6%;
            border: none;
        }

        .NumericalTest th.BorderTopLight {
            border-top: 1px solid #f4f4f4;
        }

        .NumericalTest th.Col30 {
            width: 30%
        }

        .NumericalTest th.Col40 {
            width: 40%
        }

        .NumericalTest th.Col47 {
            width: 47%
        }

        .NumericalTest th.Col50 {
            width: 50%
        }

        .NumericalTest th.Col60 {
            width: 60%
        }

    .NumericalTest td {
        vertical-align: middle;
        padding: 10px;
        box-sizing: border-box;
        border-bottom: 1px solid #d7d7d7;
    }

        .NumericalTest td.NoBottomBorder {
            border-bottom: none;
        }

        .NumericalTest td img {
            margin-top: 0px;
        }

            .NumericalTest td img.inline {
                display: inline;
            }

        .NumericalTest td.Spacer {
            background-color: transparent;
            width: 6%;
            border: none;
        }

        .NumericalTest td.BorderLeft {
            border-left: 1px solid #d7d7d7;
        }

        .NumericalTest td.BorderRight {
            border-right: 1px solid #d7d7d7;
        }

        .NumericalTest td.BorderSides {
            border-left: 1px solid #d7d7d7;
            border-right: 1px solid #d7d7d7;
        }

        .NumericalTest td.BorderTop {
            border-top: 1px solid #d7d7d7;
        }

        .NumericalTest td.BorderBottom {
            border-bottom: 1px solid #d7d7d7;
        }

    .NumericalTest .Col5 {
        width: 5%
    }

    .NumericalTest .Col10 {
        width: 10%
    }

    .NumericalTest .Col15 {
        width: 15%
    }

    .NumericalTest .Col20 {
        width: 20%
    }

    .NumericalTest .Col23 {
        width: 23%
    }

    .NumericalTest .Col24 {
        width: 24%
    }

    .NumericalTest .Col25 {
        width: 25%
    }

    .NumericalTest .Col27 {
        width: 27%
    }

    .NumericalTest .Col30 {
        width: 30%
    }

    .NumericalTest .Col33 {
        width: 33%
    }

    .NumericalTest .Col34 {
        width: 34%
    }

    .NumericalTest .Col40 {
        width: 40%
    }

    .NumericalTest .Col47 {
        width: 47%
    }

    .NumericalTest .Col50 {
        width: 50%
    }

    .NumericalTest .Col60 {
        width: 60%
    }

    .NumericalTest .Col70 {
        width: 70%
    }

    .NumericalTest .Centre {
        text-align: center;
    }

    .NumericalTest .LastRow {
        border-bottom: none;
    }

    .NumericalTest div.Female {
        background-color: #0062b3;
        width: 30px;
        height: 20px;
        border: 1px solid #bbb;
    }

    .NumericalTest div.Male {
        background-color: #ff6f6f;
        width: 30px;
        height: 20px;
        border: 1px solid #bbb;
    }

    .NumericalTest div.Years24 {
        background-color: #0073a7;
        width: 30px;
        height: 20px;
        border: 1px solid #bbb;
    }

    .NumericalTest div.Years44 {
        background-color: #80b757;
        width: 30px;
        height: 20px;
        border: 1px solid #bbb;
    }

    .NumericalTest div.Years64 {
        background-color: #990000;
        width: 30px;
        height: 20px;
        border: 1px solid #bbb;
    }

    .NumericalTest div.Years65 {
        background-color: #ffff9b;
        width: 30px;
        height: 20px;
        border: 1px solid #bbb;
    }

    .NumericalTest div.Visits5 {
        background-color: #00b1dc;
        width: 30px;
        height: 20px;
        border: 1px solid #bbb;
    }

    .NumericalTest div.Visits25 {
        background-color: #ff6f6f;
        width: 30px;
        height: 20px;
        border: 1px solid #bbb;
    }

    .NumericalTest div.Visits50 {
        background-color: #990000;
        width: 30px;
        height: 20px;
        border: 1px solid #bbb;
    }

    .NumericalTest div.VisitsPlus {
        background-color: #ccffff;
        width: 30px;
        height: 20px;
        border: 1px solid #bbb;
    }

.JSTTable {
    width: 100%;
    table-layout: fixed;
    text-align: left;
    font-size: 1.3em;
    border: 1px solid #d7d7d7;
}

    .JSTTable th {
        vertical-align: middle;
        padding: 10px;
        box-sizing: border-box;
        background-color: #e5e5e5;
    }

    .JSTTable td {
        vertical-align: middle;
        padding: 10px;
        box-sizing: border-box;
    }

    .JSTTable .JSTSmallCol {
        text-align: center;
        width: 60px
    }

    .JSTTable th.JSTSmallCol {
        font-size: 0.9em;
        padding-top: 1px;
        padding-bottom: 2px;
    }

    .JSTTable .JSTTableBottom {
        padding: 0px;
        height: 10px;
    }

    .JSTTable .JSTTableSpacer {
        padding: 0px !important;
        height: 3px !important;
        font-size: 0.2em;
    }

    .JSTTable .AltAnswerBox {
        width: 620px;
        height: 100px;
    }

.NumericalTestTableV2 {
    table-layout: fixed;
    border-top: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7;
    font-size: 1.3em;
    width: 100%;
}

    .NumericalTestTableV2 th {
        vertical-align: middle;
        border-right: 1px solid #d7d7d7;
        border-bottom: 1px solid #d7d7d7;
        background-color: #e5e5e5;
        padding: 10px;
        box-sizing: border-box;
        empty-cells: show;
        text-align: left;
    }

    .NumericalTestTableV2 td {
        vertical-align: middle;
        border-right: 1px solid #d7d7d7;
        border-bottom: 1px solid #d7d7d7;
        padding: 10px;
        box-sizing: border-box;
        empty-cells: show;
    }

    .NumericalTestTableV2 .Centre {
        text-align: center;
    }

    .NumericalTestTableV2 .Col5 {
        width: 5%
    }

    .NumericalTestTableV2 .Col10 {
        width: 10%
    }

    .NumericalTestTableV2 .Col15 {
        width: 15%
    }

    .NumericalTestTableV2 .Col20 {
        width: 20%
    }

    .NumericalTestTableV2 .Col23 {
        width: 23%
    }

    .NumericalTestTableV2 .Col24 {
        width: 24%
    }

    .NumericalTestTableV2 .Col25 {
        width: 25%
    }

    .NumericalTestTableV2 .Col27 {
        width: 27%
    }

    .NumericalTestTableV2 .Col30 {
        width: 30%
    }

    .NumericalTestTableV2 .Col33 {
        width: 33%
    }

    .NumericalTestTableV2 .Col34 {
        width: 34%
    }

    .NumericalTestTableV2 .Col40 {
        width: 40%
    }

    .NumericalTestTableV2 .Col47 {
        width: 47%
    }

    .NumericalTestTableV2 .Col50 {
        width: 50%
    }

    .NumericalTestTableV2 .Col60 {
        width: 60%
    }

    .NumericalTestTableV2 .Col70 {
        width: 70%
    }

.NumericalTestTableV2Green {
    table-layout: fixed;
    border-top: solid 1px #d7d7d7;
    border-left: solid 1px #d7d7d7;
    font-size: 1.2em;
    width: 98%;
    margin: 4px auto 10px auto;
}

    .NumericalTestTableV2Green th {
        vertical-align: middle;
        border-right: solid 1px #d7d7d7;
        border-bottom: solid 1px #d7d7d7;
        background-color: #e5e5e5;
        padding: 10px;
        box-sizing: border-box;
        empty-cells: show;
        text-align: left;
    }

    .NumericalTestTableV2Green td {
        vertical-align: middle;
        border-right: solid 1px #d7d7d7;
        padding: 10px;
        box-sizing: border-box;
        empty-cells: show;
    }

    .NumericalTestTableV2Green .Centre {
        text-align: center;
    }

    .NumericalTestTableV2Green .Col5 {
        width: 5%
    }

    .NumericalTestTableV2Green .Col10 {
        width: 10%
    }

    .NumericalTestTableV2Green .Col15 {
        width: 15%
    }

    .NumericalTestTableV2Green .Col20 {
        width: 20%
    }

    .NumericalTestTableV2Green .Col23 {
        width: 23%
    }

    .NumericalTestTableV2Green .Col24 {
        width: 24%
    }

    .NumericalTestTableV2Green .Col25 {
        width: 25%
    }

    .NumericalTestTableV2Green .Col27 {
        width: 27%
    }

    .NumericalTestTableV2Green .Col30 {
        width: 30%
    }

    .NumericalTestTableV2Green .Col33 {
        width: 33%
    }

    .NumericalTestTableV2Green .Col34 {
        width: 34%
    }

    .NumericalTestTableV2Green .Col40 {
        width: 40%
    }

    .NumericalTestTableV2Green .Col47 {
        width: 47%
    }

    .NumericalTestTableV2Green .Col50 {
        width: 50%
    }

    .NumericalTestTableV2Green .Col60 {
        width: 60%
    }

    .NumericalTestTableV2Green .Col70 {
        width: 70%
    }

/* Abstract reasoning */
.AbstractPracticeSection {
    margin-bottom: 40px;
}

    .AbstractPracticeSection .Question {
        padding: 10px 10px 20px 10px;
        width: 550px;
        margin: 0px auto 15px auto;
        background-color: #F1F6F7;
        border: solid 1px #D5E8EA;
    }

        .AbstractPracticeSection .Question div {
            font-size: 1.2em;
            font-weight: bold;
            margin-bottom: 10px;
        }

        .AbstractPracticeSection .Question img {
            display: block;
            margin: 0px auto 0px auto;
        }

    .AbstractPracticeSection .Answers {
        margin-bottom: 10px;
    }

        .AbstractPracticeSection .Answers table {
            margin: 0px auto 0px auto;
            text-align: center;
        }

            .AbstractPracticeSection .Answers table td {
                width: 118px;
                font-size: 1.3em;
                font-weight: bold;
                position: relative;
            }

            .AbstractPracticeSection .Answers table input {
                position: relative;
                margin-bottom: 5px;
                margin-right: 3px;
            }

    .AbstractPracticeSection .PositiveFeedback {
        width: 530px;
        margin: 0px auto 0px auto;
        display: none;
    }

        .AbstractPracticeSection .PositiveFeedback .Correct {
            padding: 3px 0px 0px 20px;
            margin-bottom: 5px;
            height: 15px;
            font-size: 1.2em;
            position: relative;
            background-image: url(/images/default/tick.gif);
            background-position: 0px 3px;
        }

        .AbstractPracticeSection .PositiveFeedback .Because {
            font-size: 1.2em;
            font-style: italic;
            padding-left: 20px;
        }

    .AbstractPracticeSection .NegativeFeedback {
        width: 530px;
        margin: 0px auto 0px auto;
    }

        .AbstractPracticeSection .NegativeFeedback .Incorrect {
            padding: 1px 0px 0px 20px;
            margin-bottom: 10px;
            height: 17px;
            font-size: 1.2em;
            background-image: url(/images/default/cross.gif);
            background-position: 0px 3px;
        }

        .AbstractPracticeSection .NegativeFeedback .CorrectIs {
            position: relative;
            margin-bottom: 10px;
        }

            .AbstractPracticeSection .NegativeFeedback .CorrectIs span {
                font-size: 1.2em;
                position: relative;
                top: -45px;
                margin-right: 10px;
            }

        .AbstractPracticeSection .NegativeFeedback .Because {
            font-size: 1.2em;
            font-style: italic;
        }

.AbstractTestQuestion {
    padding: 10px 10px 20px 10px;
    width: 550px;
    margin: 0px auto 20px auto;
    background-color: #F1F6F7;
    border: solid 1px #D5E8EA;
}

    .AbstractTestQuestion div {
        font-size: 1.2em;
        font-weight: bold;
        margin-bottom: 15px;
        text-indent: -1.5em;
        margin-left: 1.5em;
    }

    .AbstractTestQuestion img {
        display: block;
        margin: 0px auto 0px auto;
    }

.AbstractTestAnswers {
    margin-bottom: 10px;
}

    .AbstractTestAnswers table {
        margin: 0px auto 0px auto;
        text-align: center;
    }

        .AbstractTestAnswers table td {
            width: 118px;
            font-size: 1.3em;
            font-weight: bold;
            position: relative;
        }

        .AbstractTestAnswers table input {
            position: relative;
            margin-bottom: 5px;
            margin-right: 3px;
        }

.AbstractTestValidationHighlight .GroupQuestion .Answers {
    border: solid 1px #d99 !important;
    background-color: #fee;
    padding: 15px !important;
}

.cke_combopanel {
    width: 250px !important;
}

.AdapterIssueVerbal {
    width: 100%;
    table-layout: fixed;
}

    .AdapterIssueVerbal td {
        text-align: center;
    }

        .AdapterIssueVerbal td .iradio_square {
            margin-bottom: 5px;
        }

        .AdapterIssueVerbal td label {
            display: block;
        }

.AdapterIssueNumerical {
    width: 100%;
    table-layout: fixed;
}

    .AdapterIssueNumerical td {
        text-align: center;
    }

        .AdapterIssueNumerical td .iradio_square {
            margin-bottom: 5px;
        }

        .AdapterIssueNumerical td label {
            display: block;
        }

.AdapterIssueAbstract {
    width: 100%;
    table-layout: fixed;
}

    .AdapterIssueAbstract td {
        text-align: center;
    }

        .AdapterIssueAbstract td .iradio_square {
            margin-bottom: 5px;
        }

        .AdapterIssueAbstract td label {
            display: block;
        }

        .AdapterIssueAbstract td img {
            display: block;
            margin-left: auto;
            margin-right: auto;
        }

/* Rating Stars */
.Rating {
    display: block;
    text-align: center;
    margin: 30px 0px 40px 0px;
}

    .Rating .Star {
        display: inline-block;
        width: 40px;
        height: 40px;
        margin: 0px 2px;
        background-size: cover;
        box-sizing: border-box;
        cursor: pointer;
    }

        .Rating .Star.On {
            background-image: url(/Images/Default/Icon_Rating_On.png);
        }

        .Rating .Star.Off {
            background-image: url(/Images/Default/Icon_Rating_Off.png);
        }

    .Rating.Lg .Star {
        width: 17px;
        height: 17px;
        margin-right: 2px;
    }

/* Center Block */
.CenterBlock {
    display: table;
    width: 100%;
    height: calc(100vh - 60px);
    padding: 60px;
    box-sizing: border-box;
}

    .CenterBlock .BlockContent {
        display: table-cell;
        vertical-align: middle;
        height: 100%;
    }

        .CenterBlock .BlockContent .Content {
            max-width: 320px;
            margin: 0 auto 60px auto;
            text-align: center;
        }

    .CenterBlock .CheckImg {
        padding-bottom: 20px;
    }

    .CenterBlock h2 {
        font-weight: 500;
        margin-bottom: 15px;
    }

.IconCongratulations {
    display: inline-block;
    width: 60px;
    height: 60px;
    background: url(/Images/Default/congratulationscheck.png) center center no-repeat;
    background-size: auto;
    background-size: contain;
    margin-bottom: 20px;
}


/*** Chat test - BEGIN ***/
.SelfAssessment .Header {
    background-color: #f6f6f7;
    border-bottom: 1px solid #d1d1d3;
}

.SelfAssessment .HeaderBar {
    display: table;
    width: 100%;
    padding: 15px 55px;
    box-sizing: border-box;
    max-width: 1280px;
    margin: 0 auto;
    height: 89px;
}

    .SelfAssessment .HeaderBar .Back {
        display: table-cell;
        width: 33.33%;
        vertical-align: middle;
    }

    .SelfAssessment .HeaderBar .Profile {
        display: table-cell;
        width: 33.33%;
        vertical-align: middle;
        text-align: center;
    }

    .SelfAssessment .HeaderBar .Info {
        display: table-cell;
        width: 33.33%;
        vertical-align: middle;
        text-align: right;
    }

    .SelfAssessment .HeaderBar .TestPercentage {
        position: relative;
        display: inline-block;
        width: 70px;
    }

        .SelfAssessment .HeaderBar .TestPercentage.OrangeStroke .ct-series-a .ct-slice-donut {
            stroke: #ee7f12;
        }

        .SelfAssessment .HeaderBar .TestPercentage.YellowStroke .ct-series-a .ct-slice-donut {
            stroke: #fbb900;
        }

        .SelfAssessment .HeaderBar .TestPercentage.GreenStroke .ct-series-a .ct-slice-donut {
            stroke: #009944;
        }

    .SelfAssessment .HeaderBar .Labels {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 1.4em;
        font-weight: 500;
        color: #137da3;
    }

    .SelfAssessment .HeaderBar .BackBtn {
        display: inline-block;
        position: relative;
        top: 3px;
        width: 15px;
        height: 30px;
        background: url(/Images/ASDA/backbtnarrow.png) no-repeat;
        background-size: 100%;
    }

        .SelfAssessment .HeaderBar .BackBtn span {
            display: none;
        }

    .SelfAssessment .HeaderBar .ProfileImg img {
        border-radius: 50%;
        width: 75px;
    }

    .SelfAssessment .HeaderBar .ProfileName {
        color: #3e3e3e;
        font-size: 11px;
        font-weight: 500;
    }

    .SelfAssessment .HeaderBar .ReplyLabel {
        font-size: 16px;
        font-weight: 600;
        color: #000000;
    }

    .SelfAssessment .HeaderBar .InfoBtn {
        display: inline-block;
        width: 25px;
        height: 25px;
        background: url(/Images/ASDA/AssessInfoIcon.png) no-repeat;
        background-size: 100%;
    }

        .SelfAssessment .HeaderBar .InfoBtn span {
            display: none;
        }

.SelfAssessment .MsgInfo {
    text-align: center;
    font-size: 12px;
    color: #8e8e93;
    font-weight: 500;
    margin: 25px 0px;
}

    .SelfAssessment .MsgInfo .MsgType {
        margin-bottom: 4px;
    }

.SelfAssessment .AssessmentContent {
    padding: 0px 55px;
    box-sizing: border-box;
    margin-bottom: 30px;
    max-width: 1280px;
    min-height: calc(100vh - 293px);
    margin: 0 auto;
}

    .SelfAssessment .AssessmentContent.Question {
        min-height: calc(100vh - 260px);
    }

    .SelfAssessment .AssessmentContent.Answer {
        min-height: calc(100vh - 235px);
    }

    .SelfAssessment .AssessmentContent .AnswerBlock {
        margin: 60px 0px;
    }

        .SelfAssessment .AssessmentContent .AnswerBlock .AnswerRow:first-child {
            margin-top: 0px;
        }

.SelfAssessment .SpeechBubble {
    position: relative;
    padding: 25px 30px;
    box-sizing: border-box;
    background-color: #8cc449;
    border-radius: 20px;
    margin-bottom: 30px;
}

    .SelfAssessment .SpeechBubble:last-child { /*margin-bottom:0px;*/
    }

    .SelfAssessment .SpeechBubble .Txt {
        font-size: 16px;
        color: #ffffff;
        font-weight: 500;
        line-height: 2em;
    }

        .SelfAssessment .SpeechBubble .Txt p {
            font-size: 16px;
            margin: 0px;
            line-height: 2em;
            color: #000000;
            font-weight: 500;
        }

    .SelfAssessment .SpeechBubble .BubbleEnd {
        position: absolute;
        width: 23px;
        height: 23px;
    }

        .SelfAssessment .SpeechBubble .BubbleEnd.Std {
            background-image: url(/Images/Default/speechbubbleend.png);
        }

        .SelfAssessment .SpeechBubble .BubbleEnd.Fade {
            background-image: url(/Images/Default/speechbubbleendfade.png);
        }

        .SelfAssessment .SpeechBubble .BubbleEnd.Colour {
            background-image: url(/Images/Default/speechbubbleendcolour.png);
        }

        .SelfAssessment .SpeechBubble .BubbleEnd.Left {
            left: -6px;
            bottom: 0px;
        }

        .SelfAssessment .SpeechBubble .BubbleEnd.Right {
            right: -6px;
            bottom: 0px;
        }

    .SelfAssessment .SpeechBubble.Faded {
        background-color: #f6f6f7;
    }

        .SelfAssessment .SpeechBubble.Faded .Txt {
            color: #8e8e8e;
        }

            .SelfAssessment .SpeechBubble.Faded .Txt p {
                color: #8e8e8e;
            }

        .SelfAssessment .SpeechBubble.Faded .BubbleEnd {
            display: none;
        }

    .SelfAssessment .SpeechBubble.Reply {
        background-color: #185e90;
    }

        .SelfAssessment .SpeechBubble.Reply .Txt {
            color: #ffffff;
        }

            .SelfAssessment .SpeechBubble.Reply .Txt p {
                color: #ffffff;
            }

    .SelfAssessment .SpeechBubble.BubbleFade {
        background-color: #f6f6f7;
    }

        .SelfAssessment .SpeechBubble.BubbleFade .Txt {
            color: #8e8e8e;
        }

            .SelfAssessment .SpeechBubble.BubbleFade .Txt p {
                color: #8e8e8e;
            }

.SelfAssessment .BtmButton {
    max-width: 1280px;
    margin: 40px auto;
}

    .SelfAssessment .BtmButton .Btn {
        display: block;
        max-width: inherit;
        padding: 20px 12px;
        font-size: 1.8em;
        font-weight: 700;
        pointer-events: none;
        box-shadow: none;
        text-shadow: none;
        background-color: #137da3;
    }

        .SelfAssessment .BtmButton .Btn:hover {
            background-color: #137da3;
        }

        .SelfAssessment .BtmButton .Btn.Active {
            background-color: #185e90;
            pointer-events: auto;
        }

            .SelfAssessment .BtmButton .Btn.Active:hover {
                background-color: #185e90;
            }

.SelfAssessment .AnswerRow {
    padding: 20px 0px;
    border-top: 1px solid #c8c7cc;
    margin: 0px 0px -5px 0px;
    width: 100%;
}

    .SelfAssessment .AnswerRow:hover {
        cursor: pointer;
    }

    .SelfAssessment .AnswerRow:first-child {
        margin-top: 60px;
    }

    .SelfAssessment .AnswerRow .AnswerTable {
        display: table;
        width: 100%;
    }

    .SelfAssessment .AnswerRow .CheckButton {
        display: table-cell;
        vertical-align: middle;
        width: 40px;
    }

    .SelfAssessment .AnswerRow .Txt {
        display: table-cell;
        vertical-align: middle;
        font-size: 16px;
        color: #000000;
        font-weight: 500;
        line-height: 2em;
    }

        .SelfAssessment .AnswerRow .Txt p {
            font-size: 16px;
            margin: 0px;
            line-height: 2em;
            color: #000000;
            font-weight: 500;
        }

    .SelfAssessment .AnswerRow:last-child {
        border-bottom: 1px solid #c8c7cc;
    }

.SelfAssessment .AssessmentPopUpInfo {
    display: none;
}

.DelayChatSection {
    margin-bottom: 30px;
}

.DelayBlock {
    margin-bottom: 30px;
}

    .DelayBlock:last-child {
        margin-bottom: 0px;
    }

.DelayBlockAnswer {
    display: none;
}

.DelayMsg {
    display: none;
    margin: 25px 0px;
}

    .DelayMsg .Txt {
        font-size: 16px;
        font-style: italic;
        color: #8e8e8e;
        padding-right: 8px;
        box-sizing: border-box;
    }

    .DelayMsg img {
        position: relative;
        top: 4px;
        width: 35px;
    }

.DelayChatSection .DelayBlockAnswer {
    display: block;
}

.DelayChatSection .DelayMsg.Active {
    display: block;
}

.DelayChatSection.Active .DelayBlock {
    display: none;
}

.DelayChatSection.Active .DelayBlockAnswer {
    display: none;
}

.icheckbox_assess, .iradio_assess {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 18px;
    height: 18px;
    background: url(/Images/Default/assesscheck.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_assess {
    background-position: -15px 0;
}

    .icheckbox_assess.hover {
        background-position: -15px 0;
    }

    .icheckbox_assess.checked {
        background-position: -57px 0;
    }

    .icheckbox_assess.disabled {
        background-position: -78px 0;
        cursor: default;
    }

    .icheckbox_assess.checked.disabled {
        background-position: -99px 0;
    }

.iradio_assess {
    background-position: -120px 0;
}

    .iradio_assess.hover {
        background-position: -120px 0;
    }

    .iradio_assess.checked {
        background-position: -164px 0;
    }

    .iradio_assess.disabled {
        background-position: -186px 0;
        cursor: default;
    }

    .iradio_assess.checked.disabled {
        background-position: -208px 0;
    }

/*** Chat test - BEGIN ***/



/* Help Page */
.HelpPanels {
    width: calc(100% + 30px);
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
    margin: 30px 0px 0px 0px;
}

    .HelpPanels .HPBlock {
        padding: 0 30px 0px 0;
        width: 33.33%;
        box-sizing: border-box;
        text-decoration: none;
    }

        .HelpPanels .HPBlock .BlockInfo {
            box-sizing: border-box;
            border: 1px solid #e5e5e5;
            border-radius: 3px;
            text-align: center;
            text-decoration: none;
            padding: 40px 30px;
            height: 100%;
        }

            .HelpPanels .HPBlock .BlockInfo .Img {
                margin-bottom: 0px;
            }

                .HelpPanels .HPBlock .BlockInfo .Img img {
                    width: 100%;
                    max-width: 150px;
                }

            .HelpPanels .HPBlock .BlockInfo .Desc {
            }

            .HelpPanels .HPBlock .BlockInfo .Title {
                font-size: 24px;
                color: #333333;
                font-weight: 500;
                margin-bottom: 10px;
            }

            .HelpPanels .HPBlock .BlockInfo .Info {
                font-size: 12px;
                color: #333333;
            }



/* Cookie Policy */
.CookiePolicyBanner {
    position: fixed;
    z-index: 100000000 !important;
    bottom: 0px;
    background-color: rgba(0,0,0,0.8);
    width: 100%;
    min-width: 360px;
}

    .CookiePolicyBanner .BannerContent {
        max-width: 1280px;
        margin: 0 auto;
        padding: 30px 60px;
        box-sizing: border-box;
    }

    .CookiePolicyBanner h2 {
        color: #ffffff;
        text-transform: capitalize;
        margin-bottom: 15px;
    }

    .CookiePolicyBanner p {
        color: #ffffff;
        margin-bottom: 15px;
    }

    .CookiePolicyBanner p a {
        text-decoration: none;
    }

    .CookiePolicyBanner.Hide {
        display: none;
    }



.CookiePolicyBannerClevry {
  display: none;
	background: #fff;
	height: auto;
	left: 0;
	position: fixed;
	top: auto;
  bottom: 0;
	width: 100%;
  min-width: 320px;
	z-index: 100000000 !important;
	border-bottom: 0;
	border-top: 1px solid #cbd6e2;
	box-shadow: 0 -1px 3px #eaf0f6;
	color: #33475b;
	font-family: inherit;
	font-size: inherit;
	font-weight: 400 !important;
	line-height: inherit;
	text-align: left;
	text-shadow: none !important;
	font-size: 12px;
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	line-height: 18px;
}

.CookiePolicyBannerClevry.Hide  {
  display: none;
}

.CookiePolicyBannerClevry .BannerContent  {
  background: #fff;
  margin: 0 auto;
  max-width: 1000px;
	color: #33475b;
	font-weight: 400 !important;
	text-align: left;
	text-shadow: none !important;
	font-size: 12px;
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	line-height: 18px;
  padding: 20px;
  box-sizing: border-box !important;
}

.CookiePolicyBannerClevry .BannerContent p  {
	margin: 0 0 12px;
	color: #33475b;
	font-family: inherit;
	font-size: inherit;
	font-weight: 400 !important;
	line-height: inherit;
	text-align: left;
	text-shadow: none !important;
}

.CookiePolicyBannerClevry .CPBtns {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 10px 0 0 !important;
	justify-content: flex-end;
	align-items: center;
}

.CookiePolicyBannerClevry .CPBtns .Inner  {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
  justify-content: center;
}

.CookiePolicyBannerClevry .CPBtns .Inner a  {
  background: none !important;
  box-shadow: none !important;
  margin: 6px !important;
	border-radius: 3px;
	display: inline-block;
	padding: 10px 16px !important;
	text-decoration: none !important;
	background-color: #425b76 !important;
	border: 1px solid #425b76 !important;
	color: #fff;
	font-family: inherit;
	font-size: inherit;
	font-weight: 400 !important;
	line-height: inherit;
	text-align: left;
	text-shadow: none !important;
}

.CookiePolicyBannerClevry .CPBtns .Inner a:hover {
  opacity: 1;
}

.CookiePolicyBannerClevry .CPBtns .Inner a.Decline  {
  background-color: #ffffff !important;
  color: #425b76 !important;
}



.CPTable {
    width: 100%;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    margin-bottom: 40px;
}

    .CPTable tr:first-child td {
        font-weight: 700;
    }

    .CPTable td {
        font-size: 1.6em;
        border-top: 1px solid #000000;
        border-left: 1px solid #000000;
        padding: 10px;
        box-sizing: border-box;
    }



/* Image Selection Test */
.ImgSelectTest .IntroBlocks {
    display: flex;
    flex-direction: row;
    width: calc(100% + 20px);
    height: calc(100vh - 242px);
}

    .ImgSelectTest .IntroBlocks .Block {
        flex: 1 1 auto;
        display: block;
        text-decoration: none;
        margin-right: 20px;
        background-color: #ffffff;
        border: 1px solid #E5E5E5;
        border-radius: 3px;
        padding: 20px;
        box-sizing: border-box;
    }

    .ImgSelectTest .IntroBlocks .BlockContent {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        width: 100%;
        height: 100%;
    }

        .ImgSelectTest .IntroBlocks .BlockContent .Img {
            display: block;
            width: 150px;
            margin-top: -40px;
        }

            .ImgSelectTest .IntroBlocks .BlockContent .Img img {
                width: 100%;
            }

        .ImgSelectTest .IntroBlocks .BlockContent .Name {
            display: block;
            margin-top: -10px;
            font-size: 1.6em;
            max-width: 300px;
            color: #333333;
        }

        .ImgSelectTest .IntroBlocks .BlockContent .StdLightBlueLrgBtn {
            display: block;
            margin-top: 30px;
            max-width: 300px;
            font-size: 1.0em;
        }

.ImgSelectTest .TestBlocks {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 20px);
    margin-bottom: -20px;
}

    .ImgSelectTest .TestBlocks .Block {
        width: 33.33%;
        margin-bottom: 20px;
        padding-right: 20px;
        box-sizing: border-box;
    }

        .ImgSelectTest .TestBlocks .Block.Active .Name {
            color: #3498B0;
            border-color: #3498B0;
            background-color: #FBFEFF;
        }

        .ImgSelectTest .TestBlocks .Block.Inactive {
            opacity: 0.4;
            pointer-events: none;
        }

    .ImgSelectTest .TestBlocks .BlockContent {
        border-radius: 3px;
        overflow: hidden;
    }

        .ImgSelectTest .TestBlocks .BlockContent:hover {
            cursor: pointer;
        }

            .ImgSelectTest .TestBlocks .BlockContent:hover .Name {
                color: #3498B0;
                border-color: #3498B0;
                background-color: #FBFEFF;
            }

        .ImgSelectTest .TestBlocks .BlockContent .Img {
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
        }

            .ImgSelectTest .TestBlocks .BlockContent .Img img {
                width: 100%;
            }

        .ImgSelectTest .TestBlocks .BlockContent .Name {
            font-size: 1.4em;
            text-align: center;
            padding: 20px;
            box-sizing: border-box;
            border: 1px solid #E5E5E5;
            border-top: none;
            background-color: #ffffff;
        }

.ImgTestOverlayIcon .IconContainer {
    opacity: 0;
    position: fixed;
    z-index: 1000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 300ms ease;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: #ffffff;
}

    .ImgTestOverlayIcon .IconContainer .Icon {
        display: block;
        width: 150px;
    }

        .ImgTestOverlayIcon .IconContainer .Icon img {
            width: 100%;
        }

.ImgTestOverlayIcon.Visible .IconContainer {
    opacity: 1;
}

/* Avios Travel Styles */

/* Instructions Page */
.QuestionsOptionsContainer {
    display: flex;
    flex: 1;
    width: 102%;
    flex-wrap: wrap;
}

    .QuestionsOptionsContainer .QuestionsOption {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border: 1px solid #e5e5e5;
        height: 710px;
        margin-right: 2%;
        width: 48%
    }

        .QuestionsOptionsContainer .QuestionsOption .QuestionsOptionIcon {
            width: 160px;
            height: 100px;
            margin-bottom: 30px;
        }

        .QuestionsOptionsContainer .QuestionsOption:last-child {
            margin-right: 0;
        }

@media all and (max-width: 768px) {
    .QuestionsOptionsContainer {
        width: 100%
    }

        .QuestionsOptionsContainer .QuestionsOption {
            width: 100%;
            margin: 0 0 10px 0;
            height: 375px
        }
}

/* Test Page */
.QuestionPage {
    font-size: 2em
}

.QuestionContainer {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

    .QuestionContainer .QuestionLetter {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #e5e5e5;
        height: 30px;
        min-width: 30px;
        border-radius: 30px;
        margin-right: 20px;
    }

        .QuestionContainer .QuestionLetter.Highlighted {
            background-color: #3498B0;
            color: #fff;
        }

.Qtext:focus {
    outline: none;
}

.Options {
    display: flex;
    width: 101.75%;
    flex-wrap: wrap;
}

.Option {
    display: flex;
    flex-direction: column;
    max-height: 300px;
    margin: 0 1.75% 1.75% 0;
    width: 31.58%;
    cursor: pointer;
}

    .Option:focus {
        box-shadow: 0 0 3pt 2pt #3498b0;
    }

    .Option .OptionTop {
        background-color: #9bccba;
        height: 250px;
        border-radius: 3px 3px 0 0;
        width: 100%;
    }

    .Option .OptionBottom {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border: 1px solid #e5e5e5;
        border-top: none;
        min-height: 50px;
        border-radius: 0 0 3px 3px;
    }

    .Option.Selected .OptionBottom {
        background-color: #FBFEFF;
        border-color: #3498B0;
        color: #3498B0
    }

    .Option.Disabled {
        opacity: 0.7;
    }

@media all and (max-width: 1024px) {
    .Options {
        width: 101.5%
    }

    .Option {
        margin: 0 1.5% 1.5% 0;
        width: 31.83%;
    }
}

@media all and (max-width: 768px) {
    .Options {
        width: 103%;
    }

    .Option {
        margin: 0 3% 3% 0;
        width: 47%;
    }
}

@media all and (max-width: 480px) {
    .QuestionPage {
        font-size: 1.8em
    }

    .Options {
        width: 102%;
    }

    .Option {
        margin: 0 2% 2% 0;
        width: 48%;
    }

        .Option .OptionTop {
            height: 120px;
        }
}

/* Results Page */
.ResultsContainer {
    display: flex;
    padding: 2rem 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #e5e5e5;
}

    .ResultsContainer .Points {
        font-size: 4em;
    }

    .ResultsContainer .PointsText {
        font-size: 1.6em;
    }

    .ResultsContainer .Results {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 20px 0;
    }

        .ResultsContainer .Results .ResultBox {
            display: flex;
            height: 50px;
            width: 295px;
            justify-content: flex-start;
            align-items: center;
            box-sizing: border-box;
            padding-left: 55px;
            font-size: 1.4em;
            font-weight: 600;
            margin-bottom: 10px;
            border-radius: 3px;
            background-size: 20px;
            background-position-y: 50%;
            background-position-x: 20px;
        }

            .ResultsContainer .Results .ResultBox:last-child {
                margin-bottom: 0;
            }

            .ResultsContainer .Results .ResultBox.CorrectAnswers {
                background-color: #edf4ee;
                color: #009944;
                background-image: url(/Images/Avios/Icon_Correct.png);
            }

            .ResultsContainer .Results .ResultBox.IncorrectAnswers {
                background-color: #ffe0e0;
                color: #EC3739;
                background-image: url(/Images/Avios/Icon_Incorrect.png)
            }

/* Session Timeout Pop-up */
.SessionTimeout {
    text-align: center;
}

.base-timer {
    position: relative;
    width: 125px;
    height: 125px;
    margin: 0px auto 30px auto;
}

.base-timer__svg {
    transform: scaleX(-1);
}

.base-timer__circle {
    fill: none;
    stroke: none;
}

.base-timer__path-elapsed {
    stroke-width: 7px;
    stroke: grey;
}

.base-timer__path-remaining {
    stroke-width: 7px;
    stroke-linecap: round;
    transform: rotate(90deg);
    transform-origin: center;
    transition: 1s linear all;
    fill-rule: nonzero;
    stroke: #3498b0;
}

    .base-timer__path-remaining.green {
        color: #3498b0;
    }

    .base-timer__path-remaining.orange {
        color: #3498b0;
    }

    .base-timer__path-remaining.red {
        color: #3498b0;
    }

.base-timer__label {
  position: absolute;
  width: 125px;
  height: 70px;
  top: 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 40px;
}

    .base-timer__label .Time {
        flex: 0 0 100%;
    }

    .base-timer__label .Txt {
        flex: 0 0 100%;
        font-size: 0.5em;
    }

/* Hazard Perception Test */
#HazardPerceptionContainer .MouseClickQContainer {
    margin: auto;
    max-width: 510px;
}

#HazardPerceptionContainer .ExplainText {
    font-size: 1.4em;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
}

#HazardPerceptionContainer .HPQProgress {
    margin: 35px 0px 30px 0px;
}

    #HazardPerceptionContainer .HPQProgress .ProgressTxt {
        font-size: 2.0em;
        font-weight: 600;
        color: #404042;
        text-align: center;
        margin-bottom: 10px;
    }

    #HazardPerceptionContainer .HPQProgress .HPQProgressBar {
        background-color: #eeeeee;
        border: 2px solid #dddddd;
        border-radius: 10px;
        height: 15px;
        overflow: hidden;
    }

        #HazardPerceptionContainer .HPQProgress .HPQProgressBar .Bar {
            height: 15px;
            background-color: #3498b0;
        }

#HazardPerceptionContainer .MouseClickQBlock {
    position: relative;
    padding-bottom: 30px;
    box-sizing: border-box;
}

    #HazardPerceptionContainer .MouseClickQBlock .LoadingIcon {
        display: none;
        position: absolute;
        z-index: 15;
        top: 45%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 72px;
        height: 72px;
    }

        #HazardPerceptionContainer .MouseClickQBlock .LoadingIcon img {
            width: 100%;
        }

    #HazardPerceptionContainer .MouseClickQBlock .TimeQTxt {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }

        #HazardPerceptionContainer .MouseClickQBlock .TimeQTxt .Icon img {
            width: 25px;
        }

        #HazardPerceptionContainer .MouseClickQBlock .TimeQTxt .Txt {
            position: relative;
            bottom: 1px;
            color: #b63733;
            font-size: 1.6em;
            font-style: italic;
        }

    #HazardPerceptionContainer .MouseClickQBlock .ImgBlock {
        position: relative;
        z-index: 5;
        text-align: center;
        overflow: hidden;
    }

        #HazardPerceptionContainer .MouseClickQBlock .ImgBlock img {
            width: 100%;
            cursor: pointer;
            user-select: none;
        }

        #HazardPerceptionContainer .MouseClickQBlock .ImgBlock .ClickAreas .ClickedArea {
            cursor: pointer;
            position: absolute;
            z-index: 10;
        }

    #HazardPerceptionContainer .MouseClickQBlock .AnswerOpts {
        display: flex;
        align-items: center;
        justify-content: center;
        column-gap: 10px;
        width: 100%;
        margin: 10px 0px;
    }

        #HazardPerceptionContainer .MouseClickQBlock .AnswerOpts .OptBlock {
            flex-grow: 1;
            flex-basis: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            user-select: none;
            text-align: center;
            min-height: 135px;
            height: 134px;
            background-color: #dddddd;
            border: 1px solid #dddddd;
            cursor: pointer;
        }

            #HazardPerceptionContainer .MouseClickQBlock .AnswerOpts .OptBlock:hover {
                opacity: 0.8;
            }

            #HazardPerceptionContainer .MouseClickQBlock .AnswerOpts .OptBlock.Active {
                background-color: #c4c2c2;
                border-color: #737373;
            }

                #HazardPerceptionContainer .MouseClickQBlock .AnswerOpts .OptBlock.Active .LgTxt {
                    color: #000000;
                }

                #HazardPerceptionContainer .MouseClickQBlock .AnswerOpts .OptBlock.Active .SmTxt {
                    color: #000000;
                }

                #HazardPerceptionContainer .MouseClickQBlock .AnswerOpts .OptBlock.Active:hover {
                    opacity: 1;
                }

        #HazardPerceptionContainer .MouseClickQBlock .AnswerOpts .AnswerTxt {
            padding: 10px;
            box-sizing: border-box;
        }

        #HazardPerceptionContainer .MouseClickQBlock .AnswerOpts .LgTxt {
            font-size: 3.8em;
            color: #404042;
            text-transform: uppercase;
            line-height: 1.0em;
        }

        #HazardPerceptionContainer .MouseClickQBlock .AnswerOpts .SmTxt {
            font-size: 1.8em;
            color: #404042;
            text-transform: uppercase;
        }

    #HazardPerceptionContainer .MouseClickQBlock .NoHazardBtn {
        text-align: center;
        user-select: none;
        font-size: 1.8em;
        background-color: #dddddd;
        border: 1px solid #dddddd;
        color: #404042;
        padding: 15px;
        box-sizing: border-box;
        cursor: pointer;
    }

        #HazardPerceptionContainer .MouseClickQBlock .NoHazardBtn:hover {
            opacity: 0.8;
        }

        #HazardPerceptionContainer .MouseClickQBlock .NoHazardBtn.Active {
            color: #000000;
            background-color: #c4c2c2;
            border-color: #737373;
        }

            #HazardPerceptionContainer .MouseClickQBlock .NoHazardBtn.Active:hover {
                opacity: 1;
            }

    #HazardPerceptionContainer .MouseClickQBlock .HpClickDot {
        position: absolute;
        z-index: 10;
        width: 9.5%;
        height: 13%;
        background-color: yellow;
        border-radius: 50%;
        opacity: 0.3;
    }

    #HazardPerceptionContainer .MouseClickQBlock.Disable {
        opacity: 0.5;
    }

        #HazardPerceptionContainer .MouseClickQBlock.Disable .LoadingIcon {
            display: block;
        }

        #HazardPerceptionContainer .MouseClickQBlock.Disable .ImgBlock img {
            pointer-events: none;
        }

        #HazardPerceptionContainer .MouseClickQBlock.Disable .ClickAreas .ClickedArea {
            pointer-events: none;
        }

        #HazardPerceptionContainer .MouseClickQBlock.Disable .AnswerOpts .OptBlock {
            pointer-events: none;
        }

        #HazardPerceptionContainer .MouseClickQBlock.Disable .NoHazardBtn {
            pointer-events: none;
        }

        #HazardPerceptionContainer .MouseClickQBlock.Disable.NoFade {
            opacity: 1;
        }


/* Driving Experience Test */
.DrivingAssessment .DAQuestionContainer                                   {display:flex; align-items:flex-start;}
.DrivingAssessment .DAQuestionContainer .LeftSide                         {flex:0 0 50%; padding-right:40px; box-sizing:border-box;}
.DrivingAssessment .DAQuestionContainer .RightSide                        {flex:1;}
.DrivingAssessment p                                                      {font-size:1.8em;}
.DrivingAssessment p strong                                               {font-weight:700;}
.DrivingAssessment .Img                                                   {text-align:center; padding-top:15px; box-sizing:border-box;}
.DrivingAssessment .Img img                                               {width:100%;}
.DrivingAssessment .QTxt                                                  {margin-bottom:40px;}
.DrivingAssessment .QuestionGroup label                                   {margin-left:15px; cursor:pointer; font-size:1.8em;}
.DrivingAssessment .QuestionGroup td                                      {padding:5px 0px; box-sizing:border-box;}

.DEQProgress                                                              {margin:35px 0px 30px 0px;}
.DEQProgress .ProgressTxt                                                 {font-size:2.0em; font-weight:600; color:#404042; text-align:center; margin-bottom:10px;}
.DEQProgress .DEQProgressBar                                              {background-color:#eeeeee; border:2px solid #dddddd; border-radius:10px; height:15px; overflow:hidden;}
.DEQProgress .DEQProgressBar .Bar                                         {height:15px; background-color:#3498b0;}



/* Assessment Submitted Messages */
.AssessmentSubmittingMsg                                                  {display:table; width:100%; height:calc(100vh - 245px);}
.AssessmentSubmittingMsg .Content                                         {display:table-cell; vertical-align:middle; text-align:center;}
.AssessmentSubmittingMsg p                                                {font-weight:700;}
.AssessmentSubmittingMsg .WaitingLoadIcon                                 {width:50px;}

.AssessmentSubmittedMsg                                                   {display:none;}
.AssessmentSubmissionFailedMsg                                            {display:none;}