/* CSS crunched with Crunch - http://crunchapp.net/ */
/* Fonts */
@font-face {
    font-family: 'CenturyGothic';
    src: url('/fonts/century_gothic_regular-webfont.eot');
    src: url('/fonts/century_gothic_regular-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/century_gothic_regular-webfont.woff') format('woff'), url('/fonts/century_gothic_regular-webfont.ttf') format('truetype'), url('/fonts/century_gothic_regular-webfont.svg#century_gothicregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CenturyGothic';
    src: url('/fonts/century_gothic_bold-webfont.eot');
    src: url('/fonts/century_gothic_bold-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/century_gothic_bold-webfont.woff') format('woff'), url('/fonts/century_gothic_bold-webfont.ttf') format('truetype'), url('/fonts/century_gothic_bold-webfont.svg#century_gothicbold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'CenturyGothic';
    src: url('/fonts/century_gothic_italic-webfont.eot');
    src: url('/fonts/century_gothic_italic-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/century_gothic_italic-webfont.woff') format('woff'), url('/fonts/century_gothic_italic-webfont.ttf') format('truetype'), url('/fonts/century_gothic_italic-webfont.svg#century_gothicitalic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: "Roboto";
    font-weight: 400;
    src: url('/dist/assets/fonts/Roboto-Regular.woff') format('woff'), url("/dist/assets/fonts/Roboto-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Roboto";
    font-weight: 700;
    src: url('/dist/assets/fonts/RobotoLT700.woff') format('woff'), url("/dist/assets/fonts/RobotoLT700.ttf") format("truetype");
}

@font-face {
    font-family: "Roboto";
    font-weight: 400;
    font-style: italic;
    src: url('/dist/assets/fonts/robotoLTItalic.woff') format('woff'), url("/dist/assets/fonts/RobotoLTItalic.ttf") format("truetype");
}

@font-face {
    font-family: "Roboto";
    font-weight: 700;
    font-style: italic;
    src: url('/dist/assets/fonts/robotoLT700Italic.woff') format('woff'), url("/dist/assets/fonts/RobotoLT700Italic.ttf") format("truetype");
}

@font-face {
    font-family: 'TradeGothic';
    src: url('/fonts/trade_gothic_lt-webfont.eot');
    src: url('/fonts/trade_gothic_lt-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/trade_gothic_lt-webfont.woff') format('woff'), url('/fonts/trade_gothic_lt-webfont.ttf') format('truetype'), url('/fonts/trade_gothic_lt-webfont.svg#tradegothic_ltregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TradeGothic';
    src: url('/fonts/trade_gothic_lt_bold-webfont.eot');
    src: url('/fonts/trade_gothic_lt_bold-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/trade_gothic_lt_bold-webfont.woff') format('woff'), url('/fonts/trade_gothic_lt_bold-webfont.ttf') format('truetype'), url('/fonts/trade_gothic_lt_bold-webfont.svg#tradegothic_lt_boldregular') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Zeyada';
    src: url('/fonts/zeyada-webfont.eot');
    src: url('/fonts/zeyada-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/zeyada-webfont.woff') format('woff'), url('/fonts/zeyada-webfont.ttf') format('truetype'), url('/fonts/zeyada-webfont.svg#zeyadaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.ja-font * {
    font-family: "MS Gothic";
}

/* ELEMENTS */
html {
    font-size: 13px;
}

body {
    font-family: "CenturyGothic", sans-serif;
    font-size: 13px;
    color: #666;
    -webkit-text-stroke: 0.01px;
    -webkit-font-smoothing: antialiased;
}

.font1,
h2,
h3,
h4,
h5,
h6,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "CenturyGothic", sans-serif;
    color: #333;
}

input,
textarea {
    font-family: "CenturyGothic", sans-serif;
}

.fake-input {
    font-family: "CenturyGothic", sans-serif;
    border: 1px solid #ddd;
    background: #fff;
}

.font2,
.qmark,
.select-holder {
    font-family: "TradeGothic", sans-serif;
}

.label-check__box {
    display: flex;
    white-space: nowrap;
}

.font3 {
    font-family: Verdana, sans-serif;
}

.font4 {
    font-family: "Zeyada", cursive;
}

h1,
.h1 {
    font-family: "TradeGothic", sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

h1, h2, h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h2, h3, h4 {
    font-size: 16px;
    font-weight: normal;
}

a,
a:hover,
a:active {
    cursor: pointer;
}

.table th, .table td {
    padding: 8px;
}

/* NEUTRAL COLORS */
.color-white,
.color-white:hover {
    color: #fff;
}
/* Buttons */
.btn,
.btn-block,
.btn-block-wb {
    font-family: "TradeGothic", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.btn {
    font-size: 17px;
    outline: 0;
    box-shadow: 1px 1px 3px -1px #aaaaaa;
    min-width: 130px;
    padding: 5px 18px;
    margin-bottom: 9px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #999;
    line-height: 1.42857143;
}

label {
    font-weight: bold;
    margin-bottom: 4px;
    display: inline-block;
}

    label small {
        font-weight: bold;
    }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

    .input-group .form-control:first-child,
    .input-group-addon:first-child,
    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .dropdown-toggle,
    .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

.input-group-btn .btn {
    margin-bottom: 0;
}

.btn.disable {
    cursor: default;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.btn img {
    vertical-align: text-top;
}

.btn.btn-auto {
    min-width: 20px;
    width: auto;
    padding: 5px 9px;
}

.btn-block {
    font-size: 11px;
    height: 26px;
    line-height: 26px;
    padding: 0 13px;
}

    .btn-block.wb {
        font-size: 14px;
        height: 36px;
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    }

        .btn-block.wb,
        .btn-block.wb:hover,
        .btn-block.wb:focus {
            border: 5px solid #fff;
            text-decoration: none;
        }

@media only screen and (max-width: 769px) {
    .btn-block-wb {
        -webkit-box-shadow: 0;
        -moz-box-shadow: 0;
        box-shadow: 0;
    }

    .calendar {
        left: -55px;
    }
}

a:hover .chevron-right span {
    text-decoration: none;
}

.chevron-right > span {
    display: block;
    line-height: 12px;
    padding: 7px 25px 7px 0;
    background-image: url(../img/White-Chevron-Right.png);
    background-repeat: no-repeat;
    background-position: right center;
}

.btn-flat {
    background: #E5E5E5;
    border: 0;
}

    .btn-flat:hover,
    .btn-flat:focus,
    .btn-flat:active,
    .btn-flat.active {
        background: lighter(#e5e5e5, 5%);
    }

.btn-gray {
    color: #fff;
    background: #CFCFCF;
    /* Old browsers */
    background: -moz-linear-gradient(top, #cfcfcf 0%, #cfcfcf 45%, #c2c2c2 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cfcfcf), color-stop(45%, #cfcfcf), color-stop(100%, #c2c2c2));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #cfcfcf 0%, #cfcfcf 45%, #c2c2c2 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #cfcfcf 0%, #cfcfcf 45%, #c2c2c2 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #cfcfcf 0%, #cfcfcf 45%, #c2c2c2 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #cfcfcf 0%, #cfcfcf 45%, #c2c2c2 100%);
    /* W3C */
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c2c2c2", endColorstr="#c2c2c2", GradientType=0);
    /* IE6-9 */
    border: 0;
}

    .btn-gray:hover,
    .btn-gray:focus,
    .btn-gray:active,
    .btn-gray.active {
        color: #fff;
        background: #CFCFCF;
        border: 0;
    }

.btn-mobile-anchor {
    color: #7F6631;
    background: #E5E5E5;
    border: 0;
    height: 39px;
    line-height: 39px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

    .btn-mobile-anchor a {
        display: block;
        height: 39px;
        line-height: 39px;
    }

        .btn-mobile-anchor a:hover {
            text-decoration: none;
        }

    .btn-mobile-anchor img {
        margin-top: -5px;
        margin-left: 5px;
    }

.btn-reset {
    position: relative;
    display: inline-block;
    width: 21px;
    height: 20px;
}

    .btn-reset span {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -10px;
        margin-left: -10px;
        width: 21px;
        height: 21px;
        background-image: url('/img/reset-icon.png');
        background-repeat: no-repeat;
    }

.qmark,
.btn-bull {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 19px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    background: #eeeeee;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #eeeeee));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
    /* W3C */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 1px 1px 1px #999;
    cursor: pointer;
}

    .btn-bull img {
        max-height: 12px;
        max-width: 12px;
    }

.btn-go {
    border-bottom-width: 2px;
    text-transform: none;
    border-radius: 3px;
    min-width: 100px;
}
/* CALENDAR */
.btn-cal {
    position: relative;
    display: inline-block;
    width: 32px;
    margin: 0 4px;
    line-height: 1;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    cursor: pointer;
}

    .btn-cal div {
        position: absolute;
        display: block;
        top: -4px;
        left: -4px;
        width: 40px;
        height: 40px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -ms-border-radius: 7px;
        -o-border-radius: 7px;
        border-radius: 7px;
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    }

    .btn-cal:hover div,
    .btn-cal:focus div {
        background: #f0f0f0;
    }

    .btn-cal:active div {
        background: #f0f0f0;
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
        outline: 0 none;
    }

    .btn-cal b {
        position: relative;
        display: block;
        float: left;
        width: 6px;
        height: 6px;
        margin: 0 3px 3px 0;
        background: inherit;
    }

        .btn-cal b.first {
            width: 24px;
        }

.no-email-datepicker .cal {
    float: right;
}

.form-control {
    display: block;
    width: 100%;
    min-height: 34px;
    height: auto;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

    .form-control::placeholder {
        color: #6b6b6b !important;
    }

    .form-control[disabled],
    .form-control[readonly],
    fieldset[disabled] .form-control {
        cursor: not-allowed;
        background-color: #eeeeee;
    }

textarea.form-control {
    height: auto;
}

.cal {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    align-items: center;
    display: flex;
}

.cal-btn-reset {
    display: inline-block;
    color: red;
    cursor: pointer;
}

.cal .btn-cal {
    float: right;
}

.cal .fake-input {
    width: 37px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    float: left;
    margin-right: 1px;
    margin-top: 3px;
    padding: 0;
}

    .cal .fake-input.fullYear {
        width: 50px;
    }

.calendar {
    display: none;
    position: absolute;
    z-index: 999;
    top: 42px;
    left: 0;
    background: #fff;
    padding: 7px 15px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    font-size: 12px;
}

@media only screen and (max-width: 769px) {
    .calendar {
        left: -55px;
    }
}

@media only screen and (max-width: 480px) {
    .calendar {
        left: -4.45em;
    }
}

.calendar .globals {
    font-weight: bold;
    box-shadow: 0 4px 10px -9px #999999;
    margin-bottom: 4px;
    padding-bottom: 5px;
}

    .calendar .globals a:hover {
        text-decoration: none;
    }

.calendar .calendar-inner {
    height: 193px;
}

.calendar .ui-icon-circle-triangle-e {
    background: url(../img/cal-right.png) 0 0 no-repeat;
}

.calendar .ui-icon-circle-triangle-w {
    background: url(../img/cal-left.png) 0 0 no-repeat;
}

.calendar .ui-datepicker-prev.ui-state-hover,
.calendar .ui-datepicker-next.ui-state-hover {
    background: none;
    border: none;
}

.calendar .ui-datepicker-prev-hover {
    top: 2px;
    left: 2px;
}

.calendar .ui-datepicker-next-hover {
    top: 2px;
    right: 2px;
}
/* SELECT HOLDER */
.select-holder {
    position: relative;
    display: block;
    margin-bottom: 0;
    background: #f1f1f1;
    font-weight: bold;
    cursor: pointer;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dddddd));
    background-image: -webkit-linear-gradient(#ffffff, #dddddd);
    background-image: -moz-linear-gradient(#ffffff, #dddddd);
    background-image: -o-linear-gradient(#ffffff, #dddddd);
    background-image: linear-gradient(#ffffff, #dddddd);
    -webkit-box-shadow: 2px 0 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 0 2px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 0 2px rgba(0, 0, 0, 0.1);
}

    .select-holder span {
        font-size: 16px;
        line-height: 1.4em;
        display: block;
        padding: 9px 20px 9px 12px;
        text-transform: uppercase;
    }

        .select-holder span sup {
            font-size: 0.6em;
        }

    .select-holder:before {
        position: absolute;
        top: 50%;
        right: 9px;
        margin-top: -4px;
        content: "";
        border-bottom: 6px solid transparent !important;
        border-left: 6px solid transparent !important;
        border-right: 6px solid transparent !important;
        border-top: 6px solid transparent;
    }

    .select-holder select {
        position: absolute;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        cursor: pointer;
    }
/* FORM CONSTROLS */
.form-control {
    border-top-color: rgba(0, 0, 0, 0.3);
    border-bottom-color: rgba(0, 0, 0, 0.3);
    border-right-color: rgba(0, 0, 0, 0.3);
    border-left-color: rgba(0, 0, 0, 0.3);
}

    .form-control:focus,
    .form-control:active {
        border-top-color: rgba(0, 0, 0, 0.2);
        border-bottom-color: rgba(0, 0, 0, 0.2);
        border-right-color: rgba(0, 0, 0, 0.2);
        border-left-color: rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
    }
/* FORM ERRORS */
.error,
.errors,
.form-errors {
    color: #CB3F3D;
}

fieldset label.error,
fieldset label.errors {
    height: auto;
    padding-top: 9px;
}

.form-errors {
    text-align: center;
    padding: 18px 9px;
}

    .form-errors ul,
    .form-errors ul li {
        margin: 0;
        padding: 0;
        list-style: none;
    }
/* STRIPES */
.stripes {
    background-image: url(../img/stripes-on-colour.png);
}

.stripes2 {
    background-image: url(../img/stripes.png);
}

.stripes3 {
    background-image: url(../img/stripes3.png);
}
/* Reminders */
.reminders-widget {
    margin-top: 10px;
}

    .reminders-widget h2,
    .reminders-widget.gray-box h2 {
        margin: 3px 9px 12px;
    }

    .reminders-widget fieldset {
        position: relative;
        padding-left: 55px;
    }

    .reminders-widget .inactive {
        position: relative;
    }

        .reminders-widget .inactive fieldset {
            -webkit-opacity: 0.25;
            -moz-opacity: 0.25;
            opacity: 0.25;
            filter: alpha(opacity=25);
        }

        .reminders-widget .inactive img {
            background: #666;
        }

        .reminders-widget .inactive .holder {
            position: absolute;
            width: 70%;
            top: 15%;
            left: 15%;
        }

            .reminders-widget .inactive .holder div {
                position: relative;
                z-index: 2;
                display: block;
                text-align: center;
                font-size: 13px;
                background: #fff;
                padding: 18px;
            }

            .reminders-widget .inactive .holder:before,
            .reminders-widget .inactive .holder:after {
                z-index: 1;
                position: absolute;
                content: "";
                bottom: 15px;
                left: 3%;
                width: 47%;
                top: 75%;
                -webkit-box-shadow: 0 20px 10px #888888;
                -moz-box-shadow: 0 20px 10px #888888;
                box-shadow: 0 20px 10px #888888;
                -webkit-transform: rotate(-3deg);
                -moz-transform: rotate(-3deg);
                -ms-transform: rotate(-3deg);
                -o-transform: rotate(-3deg);
                transform: rotate(-3deg);
            }

            .reminders-widget .inactive .holder:after {
                -webkit-transform: rotate(3deg);
                -moz-transform: rotate(3deg);
                -ms-transform: rotate(3deg);
                -o-transform: rotate(3deg);
                transform: rotate(3deg);
                right: 3%;
                left: auto;
            }

    .reminders-widget .title-icon {
        position: absolute;
        left: 1px;
        top: 1px;
        bottom: 1px;
        width: 42px;
        text-align: center;
        background: #f4f4f4;
        /* Old browsers */
        background: -moz-linear-gradient(left, #e8e8e8 0%, #f4f4f4 15%, #f4f4f4 85%, #e8e8e8 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(0%, #e8e8e8), color-stop(15%, #f4f4f4), color-stop(85%, #f4f4f4), color-stop(100%, #e8e8e8));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left, #e8e8e8 0%, #f4f4f4 15%, #f4f4f4 85%, #e8e8e8 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left, #e8e8e8 0%, #f4f4f4 15%, #f4f4f4 85%, #e8e8e8 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(left, #e8e8e8 0%, #f4f4f4 15%, #f4f4f4 85%, #e8e8e8 100%);
        /* IE10+ */
        background: linear-gradient(to right, #e8e8e8 0%, #f4f4f4 15%, #f4f4f4 85%, #e8e8e8 100%);
        /* W3C */
    }

        .reminders-widget .title-icon:before {
            /* create a full-height inline block pseudo=element */
            content: '';
            display: inline-block;
            vertical-align: middle;
            /* vertical alignment of the inline element */
            height: 100%;
        }

        .reminders-widget .title-icon img {
            max-width: 70%;
            max-height: 90%;
            display: inline-block;
            vertical-align: middle;
        }

    .reminders-widget .v-middle {
        height: 47px;
    }

    .reminders-widget .details div {
        margin: 5px 0;
    }

    .reminders-widget .options {
        white-space: nowrap;
    }

/* ERROR PAGES */
.page-not-found {
    background-color: #f6f6f6cc;
    margin-top: 20px;
    padding: 20px 50px;
    text-align: center;
}

.page-not-found__title {
    font-family: "TradeGothicLTPro-Bd2", Arial, Sans-Serif;
    font-size: 3.2rem;
    line-height: 3.2rem;
    padding-bottom: 20px;
}

.page-not-found__title--thin {
    font-family: TradeGothicLT,Arial,Sans-Serif;
}

.page-not-found__text {
    font-size: 1.4rem;
    line-height: 1.4rem;
    padding-bottom: 20px;
}

.page-not-found__button,
.page-not-found__button.btn--nudge,
.page-not-found__button.btn--nudge.btn-default {
    background-color: #118ce1;
    border-radius: 0;
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
    color: #ffffff;
    font-size: 1.4rem;
}

    .page-not-found__button:hover {
        color: #ffffff;
    }

#error-page .error-panel {
    background: #fff;
    margin: 60px;
    padding: 50px;
    text-align: center;
}

    #error-page .error-panel h2 {
        font-size: 48px;
        color: #999;
        margin: 0;
        padding: 0;
    }

    #error-page .error-panel p {
        font-size: 28px;
        margin: 0;
        padding: 50px 0;
    }

    #error-page .error-panel h1 {
        font-size: 28px;
    }

    #error-page .error-panel ol {
        font-size: 28px;
    }

@media only screen and (max-width: 769px) {
    #error-page {
        background: #F6F6F6;
    }

        #error-page .error-panel {
            margin: 5px -4px 0;
            padding: 10px;
        }

            #error-page .error-panel h2 {
                font-size: 24px;
            }

            #error-page .error-panel p {
                font-size: 14px;
                padding: 25px 0;
            }

            #error-page .error-panel h1 {
                font-size: 14px;
            }

            #error-page .error-panel ol {
                font-size: 14px;
            }
}
/* OTHER CONTROLS */
.article-page .white-box {
    margin-top: 10px;
}

    .article-page .white-box h2 {
        margin-bottom: 10px;
    }

.article-intro {
    padding: 0 9px;
}

    .article-intro h2 {
        font-size: 18px;
    }

    .article-intro .btn {
        margin-top: 6px;
    }

.page-brief {
    padding: 12px;
}

    .page-brief h1,
    .main-content .page-brief h1 {
        font-size: 18px;
        margin: 0;
        color: #333;
    }

h2 .icon {
    float: left;
    margin-right: 10px;
    max-height: 30px;
}

.uppercase {
    text-transform: uppercase;
}

.nowrap {
    white-space: nowrap;
}

.placeholder {
    color: #aaa;
}

.nodecor,
.nodecor:hover,
.nodecor:focus {
    text-decoration: none;
}

.visible-xs {
    display: none !important;
}

@media (max-width: 768px) {
    .visible-xs {
        display: block !important;
    }

    .hidden-xs {
        display: none !important;
    }
}

.visible-sm {
    display: none !important;
}

@media (min-width: 768px) and (max-width: 992px) {
    .visible-sm {
        display: block !important;
    }

    .hidden-sm {
        display: none !important;
    }
}

.visible-md {
    display: none !important;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .visible-md {
        display: block !important;
    }

    .hidden-md {
        display: none !important;
    }
}

.visible-lg {
    display: none !important;
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    .hidden-lg {
        display: none !important;
    }
}

@media only screen and (max-width: 769px) {
    .text-center-xs {
        text-align: center;
    }

    .text-left-xs {
        text-align: left;
    }

    .text-right-xs {
        text-align: right;
    }
}
/* Global CSS */
.showOnMobile { /* must be shown only by JavaScript */
    display: none;
}

html,
body {
    height: 100%;
}

body {
    min-width: 320px;
    /*overflow-y: scroll;*/ /* it causes a weird scrolling when ordering the Benefits in /Employer/Details/...  */
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a:active,
a:focus {
    outline: none;
}

.wrap-long-txt {
    white-space: normal;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

/* HEADER */
.navbar:before, .navbar:after {
    content: " ";
    display: table;
}

.navbar:after {
    clear: both;
}

.navbar-header {
    float: left;
}

    .navbar-header:before, .navbar-header:after {
        content: " ";
        display: table;
    }

    .navbar-header:after {
        clear: both;
    }

.container {
    max-width: 1418px;
}

.generic-header {
    position: relative;
}

    .generic-header .container {
        position: relative;
        z-index: 1;
        background: #fff;
        padding: 0;
    }

    .generic-header .navbar-light {
        height: 53px;
        min-height: 53px;
        padding: 0;
    }

        .generic-header .navbar-light.admin-area {
            height: auto;
            display: block;
            padding: 0.4em .7em 0.7em .7em
        }

    .generic-header .navbar-nav {
        position: relative;
        float: right;
        border-bottom: 4px solid #999;
        padding: 19px 18px 0 0;
        margin-right: -9px;
        height: 53px;
        min-width: 50%;
    }

    .generic-header .navbar-brand {
        padding: 4px;
    }

    .generic-header .logo {
        max-height: 45px;
    }

    .generic-header .navbar-light li {
        padding: 0 20px 0 0;
    }

        .generic-header .navbar-light li a {
            color: #999;
            padding: 3px 0 7px 0;
            font-size: 12px;
            border-bottom: 4px solid #999;
            text-transform: uppercase;
            margin-bottom: -4px;
            display: block;
        }

        .generic-header .navbar-light li.active a {
            font-weight: bold;
        }

            .generic-header .navbar-light li a:hover,
            .generic-header .navbar-light li.active a:hover,
            .generic-header .navbar-light li a:focus,
            .generic-header .navbar-light li.active a:focus {
                background: none;
                text-decoration: none;
            }

        .generic-header .navbar-light li.user-data {
            float: none;
            display: block;
            height: 20px;
            padding: 0;
            text-transform: none;
        }

            .generic-header .navbar-light li.user-data a,
            .generic-header .navbar-light li.user-data a:hover,
            .generic-header .navbar-light li.user-data a:focus {
                border: none;
                text-transform: none;
            }

            .generic-header .navbar-light li.user-data b:hover {
                cursor: pointer;
            }

        .generic-header .navbar-light li .dropdown-menu li:first-child {
            padding: 0px;
        }

        .generic-header .navbar-light li .dropdown-menu.account-dropdown {
            border: 0;
            margin-top: 4px;
            min-width: 73px;
            padding-top: 0;
            padding-bottom: 0;
        }

            .generic-header .navbar-light li .dropdown-menu.account-dropdown li {
                min-width: 73.16px;
                overflow: hidden;
            }

            .generic-header .navbar-light li .dropdown-menu.account-dropdown a {
                background-color: white;
                border-bottom: 2px solid #999;
                padding: 8px 10px;
                display: block;
            }

            .generic-header .navbar-light li .dropdown-menu.account-dropdown li:hover a {
                background-color: #f5f5f5;
            }

            .generic-header .navbar-light li .dropdown-menu.account-dropdown .navbar-right {
                width: 100%;
            }

                .generic-header .navbar-light li .dropdown-menu.account-dropdown .navbar-right a {
                }

    .generic-header .fancy-line {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 4px;
        background: #f6f6f6;
    }

        .generic-header .fancy-line div {
            float: right;
            width: 50%;
            height: 4px;
            background: #999;
        }

    .generic-header .navbar-light li .dropdown-menu.submenu {
        border: 0;
        margin-top: 4px;
        min-width: 190px;
        padding: 0;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    }

        .generic-header .navbar-light li .dropdown-menu.submenu li {
            border-bottom: 2px solid #999;
            margin: 0;
            padding: 0;
        }

            .generic-header .navbar-light li .dropdown-menu.submenu li a {
                border: 0;
                font-weight: normal;
                margin: 0;
                padding: 8px 10px;
            }

            .generic-header .navbar-light li .dropdown-menu.submenu li:hover > a {
                background-color: #f5f5f5;
                color: #3264b8;
            }

            .generic-header .navbar-light li .dropdown-menu.submenu li.active > a {
                /*color: #ffffff;*/
            }

            .generic-header .navbar-light li .dropdown-menu.submenu li.active:hover > a {
                color: #3264b8;
            }

.navbar-header:before, .navbar-header:after {
    content: " ";
    display: table;
}

.navbar-header:after {
    clear: both;
}

@media (min-width: 769px) {
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
}

/* END HEADER */
/* Footer */
.generic-footer {
    position: relative;
    z-index: 0;
    font-family: Verdana, sans-serif;
}

    .generic-footer .container {
        position: relative;
        z-index: 1;
        overflow: hidden;
        background: #fff;
        padding: 0;
        -webkit-box-shadow: 0 -7px 14px -16px #000000;
        -moz-box-shadow: 0 -7px 14px -16px #000000;
        box-shadow: 0 -7px 14px -16px #000000;
    }

    .generic-footer .fancy-line {
        position: absolute;
        z-index: 1;
        top: 0;
        width: 100%;
        height: 4px;
        background: #f6f6f6;
    }

        .generic-footer .fancy-line div {
            float: left;
            width: 50%;
            height: 4px;
            background: #999;
        }

    .generic-footer .navi {
        position: relative;
        z-index: 1;
        float: left;
        padding-right: 4px;
        padding-left: 9px;
        border-top: 4px solid #999;
    }

        .generic-footer .navi a,
        .generic-footer .navi a:hover,
        .generic-footer strong.navi, .generic-footer strong.copy {
            color: #666;
            line-height: 40px;
            font-size: 10px;
        }

    .generic-footer .copy {
        text-align: center;
        position: absolute;
        right: 0;
        left: 0;
    }

@media screen and (max-width: 769px) {
    .generic-footer .navi span {
        visibility: hidden;
    }
}
/* END Footer */
/*
 * Off Canvas
 * --------------------------------------------------
 */
#sidemenu {
    display: none;
}

.dToLeft {
    float: left;
}

.dToRight {
    float: right;
}

@media screen and (max-width: 769px) {
    .navbar-header {
        width: 100%;
    }

    .navbar-toggler {
        float: right;
        margin: 15px;
    }

    #viewport {
        position: relative;
        right: 0%;
        -webkit-transition: all 0.25s ease;
        -moz-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

        #viewport.active {
            right: 80%;
        }
}

/* Generic Main */
.generic-main.container {
    padding-left: 9px;
    padding-right: 9px;
}

.generic-main.bordered {
    border-left: 1px solid #f6f6f6;
    border-right: 1px solid #f6f6f6;
}

.generic-main .page-content-header h2 {
    margin-top: 25px;
    font-size: 20px;
}

.generic-main .page-content-header .btn {
    margin-left: 10px;
}

.main-content {
    padding-bottom: 15px;
    background: #f6f6f6;
    /*border-right: 1px solid #ddd;*/
}

    .main-content.full {
        border: none;
    }

    .main-content > h1,
    .main-content .breadcrumb {
        font-family: "TradeGothic", sans-serif;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        border-top: 1px solid #fff;
        margin: 0 -9px;
        padding: 11px 22px;
        background: #e5e5e5;
    }

@media (max-width: 769px) {
    .generic-main {
        border: none;
    }

    .main-content {
        padding-bottom: 0;
        background: #fff;
        border: none;
    }

        .main-content > h1,
        .main-content .breadcrumb {
            padding: 11px;
        }
}
/* SideBar */
.main-sidebar {
    padding-bottom: 20px;
    position: relative;
}

@media (max-width: 769px) {
    .main-sidebar {
        /*padding-top: 20px;*/
        padding-bottom: 10px;
    }
}

.main-sidebar .simply h2 {
    margin: 20px;
    color: #000;
}

.main-sidebar .simply p {
    margin: 20px;
    color: #000;
}

div.overrideFormatting.login-info h1,
div.overrideFormatting.login-info h2,
div.overrideFormatting.login-info h3,
div.overrideFormatting.login-info h4,
div.overrideFormatting.login-info h5,
div.overrideFormatting.login-info h6 {
    font-family: CenturyGothic, sans-serif;
    margin: 0;
    padding: 9px;
}

div.overrideFormatting.main-sidebar h1,
div.overrideFormatting.main-sidebar h2,
div.overrideFormatting.main-sidebar h3,
div.overrideFormatting.main-sidebar h4,
div.overrideFormatting.main-sidebar h5,
div.overrideFormatting.main-sidebar h6 {
    font-family: CenturyGothic, sans-serif;
    margin: 15px 20px;
    color: #000;
}

div.overrideFormatting.main-sidebar .less-margins h1,
div.overrideFormatting.main-sidebar .less-margins h2,
div.overrideFormatting.main-sidebar .less-margins h3,
div.overrideFormatting.main-sidebar .less-margins h4,
div.overrideFormatting.main-sidebar .less-margins h5,
div.overrideFormatting.main-sidebar .less-margins h6 {
    margin: 5px 0 10px;
}

.white-box {
    -webkit-box-shadow: 1px 1px 4px -2px #aaaaaa;
    -moz-box-shadow: 1px 1px 4px -2px #aaaaaa;
    box-shadow: 1px 1px 4px -2px #aaaaaa;
    background: #fff;
    padding: 9px;
}

.gray-box .white-box {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-bottom: 1px;
}

.white-box.padd {
    padding: 20px;
}

.padd15 {
    padding: 15px;
}

.padd-15-bottom {
    padding-bottom: 15px;
}

.white-box h2 {
    margin: 0;
    padding: 10px 20px;
}

.white-box.padd h2 {
    padding: 0;
}

@media only screen and (max-width: 769px) {
    .white-box {
        margin: 0;
        padding: 0;
        border: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

        .white-box.padd {
            padding: 0;
        }
}

.white-box.intro {
    margin: 9px 0;
    padding: 9px 12px;
}

@media only screen and (max-width: 769px) {
    .white-box.intro {
        margin: 0;
        padding: 0;
    }
}

.white-box.intro *:first-child {
    margin-top: 0;
}

.white-box.intro p {
    color: #666;
    margin: 0;
    padding: 12px 18px;
    background: #f6f6f6;
}

@media only screen and (max-width: 769px) {
    .white-box.login-info h2 {
        display: none;
    }
}

.gray-box.search-results {
    margin-left: 0;
    margin-right: 0;
}

.gray-box {
    background: #f6f6f6;
    color: #000;
    padding: 9px;
}

    .gray-box.no-padd {
        padding: 0;
    }

    .gray-box.more-top-padd {
        padding-top: 15px;
    }

    .gray-box.margin-bottom {
        margin-bottom: 5px;
    }

    .gray-box h2 {
        margin: 0 10px 20px;
    }

fieldset {
    background: #fff;
    position: relative;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    margin: 9px 0;
    font-size: 11px;
    padding: 0;
}

    fieldset.theader {
        padding-top: 5px;
        padding-bottom: 5px;
        border: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

@media only screen and (max-width: 769px) {
    fieldset {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
}

fieldset .v-middle {
    display: table-cell;
    vertical-align: middle;
    height: 37px;
    line-height: 1.2em;
    padding: 5px 0;
}

fieldset label {
    display: table-cell;
    vertical-align: middle;
    height: 37px;
    margin-bottom: 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 1.2em;
}

fieldset.theader label {
    width: inherit;
    height: 26px;
}

fieldset.theader > .row:first-child > div:first-child label {
    padding-left: 10px;
}

@media only screen and (max-width: 769px) {
    fieldset label {
        font-size: 14px;
    }

    fieldset .v-middle {
        height: 44px;
    }
}

.toolCentreActionPlan .search-item .icon {
    background-color: #ccc;
    height: 35px;
    width: 45px;
    margin: 1px;
    margin-right: 15px;
    float: left;
    text-align: center;
}

.toolCentreActionPlan .search-item {
    line-height: 36px;
    padding: 1px;
}

    .toolCentreActionPlan .search-item .chevron-right {
        display: block;
        margin: 5px 0;
        padding: 0 15px;
    }

.fancy-list fieldset.best-search-item .wrapper .best-search-subtitle {
    padding-right: 20px;
}

.fancy-list fieldset.best-search-item {
    background: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    margin: 8px 0;
    line-height: 33px;
    font-size: 11px;
    padding: 5px 0;
}

    .fancy-list fieldset.best-search-item .wrapper {
        position: absolute;
        right: 10px;
    }

    .fancy-list fieldset.best-search-item .icon {
        background: #ffffff;
        /* Old browsers */
        background: -moz-linear-gradient(left, #e8e8e8 0%, #f4f4f4 15%, #f4f4f4 85%, #e8e8e8 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(0%, #e8e8e8), color-stop(15%, #f4f4f4), color-stop(85%, #f4f4f4), color-stop(100%, #e8e8e8));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left, #e8e8e8 0%, #f4f4f4 15%, #f4f4f4 85%, #e8e8e8 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left, #e8e8e8 0%, #f4f4f4 15%, #f4f4f4 85%, #e8e8e8 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(left, #e8e8e8 0%, #f4f4f4 15%, #f4f4f4 85%, #e8e8e8 100%);
        /* IE10+ */
        background: linear-gradient(to right, #e8e8e8 0%, #f4f4f4 15%, #f4f4f4 85%, #e8e8e8 100%);
        /* W3C */
        height: 37px;
        width: 65px;
        margin: 0 15px 0 0;
        float: left;
        text-align: center;
    }

.fancy-list fieldset {
    background: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    margin: 9px 0;
    line-height: 36px;
    font-size: 11px;
    padding: 0;
}

    .fancy-list fieldset label {
        line-height: 1.4em;
        padding: 0 15px;
        margin: 0;
        font-weight: normal;
    }

    .fancy-list fieldset .options {
        padding: 0 17px;
        float: left;
    }

        .fancy-list fieldset .options a {
            float: left;
            margin-right: 12px;
            padding: 0;
        }

    .fancy-list fieldset .chevron-right {
        display: block;
        margin: 5px 0;
        padding: 0 15px;
    }

    .fancy-list fieldset .icon {
        background: #f4f4f4;
        /* Old browsers */
        background: -moz-linear-gradient(left, #e8e8e8 0%, #f4f4f4 15%, #f4f4f4 85%, #e8e8e8 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(0%, #e8e8e8), color-stop(15%, #f4f4f4), color-stop(85%, #f4f4f4), color-stop(100%, #e8e8e8));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left, #e8e8e8 0%, #f4f4f4 15%, #f4f4f4 85%, #e8e8e8 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left, #e8e8e8 0%, #f4f4f4 15%, #f4f4f4 85%, #e8e8e8 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(left, #e8e8e8 0%, #f4f4f4 15%, #f4f4f4 85%, #e8e8e8 100%);
        /* IE10+ */
        background: linear-gradient(to right, #e8e8e8 0%, #f4f4f4 15%, #f4f4f4 85%, #e8e8e8 100%);
        /* W3C */
        height: 35px;
        width: 45px;
        margin: 1px;
        margin-right: 15px;
        float: left;
        text-align: center;
    }

        .fancy-list fieldset .icon img {
            max-width: 26px;
            max-height: 26px;
        }

#search-page h2 {
    line-height: 30px;
    padding-left: 9px;
}

.fancy-list.search-results {
    background-color: #CCCCCC;
    padding: 0 8px;
}

    .fancy-list.search-results fieldset .v-middle a {
        color: #666666;
    }

@media only screen and (max-width: 769px) {
    .fancy-list fieldset.best-search-item .wrapper {
        right: 15px;
        line-height: 45px;
    }

    .fancy-list fieldset.best-search-item .icon {
        height: 50px;
        line-height: 45px;
    }

    .toolCentreActionPlan .search-item .icon {
        height: 42px;
    }

    .fancy-list.search-results {
        padding: 0 5px;
    }

        .fancy-list.search-results fieldset {
            margin: 5px 0;
        }

        .fancy-list.search-results .icon {
            height: 42px;
        }

        .fancy-list.search-results .chevron-right {
            padding: 4px 9px;
        }

    .fancy-list fieldset .chevron-right {
        padding: 0 5px 0 9px;
    }

    .fancy-list fieldset .row.visible-xs {
        white-space: nowrap;
    }
}

.search-pages {
    background: #fff;
    padding: 9px 20px;
    font-size: 10px;
    margin-top: 10px;
    height: 30px;
    line-height: 12px;
    cursor: default;
}

    .search-pages img {
        max-height: 12px;
        vertical-align: top;
    }

    .search-pages a {
        color: #666;
    }

        .search-pages a:hover,
        .search-pages span {
            color: #000;
            text-decoration: none;
        }

@media only screen and (max-width: 769px) {
    .search-pages {
        background: #fff;
        padding: 9px;
        font-size: 15px;
        height: auto;
        line-height: 28px;
    }

        .search-pages img {
            max-height: 28px;
        }
}

.tooltip-list b {
    padding-right: 15px;
}
/* jCarousel */
.jcarousel {
    position: relative;
    overflow: hidden;
}

    .jcarousel ul {
        width: 20000em;
        position: relative;
        /* Optional, required in this case since it's a <ul> element */
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .jcarousel li {
        /* Required only for block elements like <li>'s */
        float: left;
    }
/* MODAL CONFIRMATION */
.modal-confirmation {
    text-align: center;
}

    .modal-confirmation .modal-dialog {
        display: inline-block;
    }

    .modal-confirmation .form-zone {
        line-height: 34px;
    }

.profileMenu {
    border-color: #999999 !important;
    color: #999999 !important;
}
/* LOADER */
.loader {
    display: none;
    text-align: center;
}

    .loader img {
        padding-right: 15px;
    }
/* Article */
.text-center.backTo {
    padding: 18px 0 0 0;
}

.color5 {
    color: #000;
}

@media only screen and (max-width: 769px) {
    .shortStory {
        position: fixed;
        z-index: 16;
        right: 0;
        top: 73px;
        height: 193px;
        width: 28px;
        overflow: hidden;
        background-color: #333;
        text-align: center;
        line-height: 28px;
    }

    .showSmallAside {
        transform: matrix(0, -1, 1, 0, 0, 0);
        -moz-transform: matrix(0, -1, 1, 0, 0, 0);
        -webkit-transform: matrix(0, -1, 1, 0, 0, 0);
        -o-transform: matrix(0, -1, 1, 0, 0, 0);
        height: 193px;
        width: 193px;
        color: #fff;
        display: block;
        font-size: 16px;
    }

        .showSmallAside:hover {
            color: #fff;
            text-decoration: none;
        }

        .showSmallAside img {
            max-height: 20px;
            max-width: 20px;
            vertical-align: text-top;
        }

    .isRelative {
        position: relative;
        overflow: hidden;
    }

    .icon270 {
        -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=-1, M12=0, M21=0, M22=-1, sizingMethod='auto expand')";
        filter: progid:DXImageTransform.Microsoft.Matrix(M11=-1, M12=0, M21=0, M22=-1, sizingMethod='auto expand');
        -webkit-transform: matrix(-1, 0, 0, -1, 0, 0);
        -moz-transform: matrix(-1, 0, 0, -1, 0, 0);
        -o-transform: matrix(-1, 0, 0, -1, 0, 0);
        transform: matrix(-1, 0, 0, -1, 0, 0);
    }

    .asideBar {
        position: fixed;
        right: 0;
        top: 0;
        height: 100%;
        width: 0;
        z-index: 15;
    }

    .enableSmallView .asideBar {
        width: 28px;
    }

    .asideBar div {
        position: absolute;
        background-color: #fff;
        border-left: 5px solid #333;
        top: 0;
        right: 0;
        left: -5px;
        bottom: 0;
        z-index: 15;
    }

    .enableSmallView .asideBar div {
        left: 23px;
    }

    .modalScreenOverlay {
        display: none;
        position: fixed;
        z-index: 10;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        -webkit-opacity: 0.4;
        -moz-opacity: 0.4;
        opacity: 0.4;
        filter: alpha(opacity=40);
    }

    .main-sidebar.hidden-xs.sideBarInfo {
        display: block !important;
        position: fixed;
        z-index: 20;
        top: 0;
        right: 0;
        left: 28px;
        width: auto;
        min-width: 292px;
        height: 100%;
        padding: 0;
        overflow-y: scroll;
    }

        .main-sidebar.hidden-xs.sideBarInfo .story-so-far {
            display: none;
        }

        .main-sidebar.hidden-xs.sideBarInfo .profile-snapshot {
            margin-top: 0;
        }

    .sidebar-open {
        overflow: hidden;
    }

    #viewport.active .shortStory,
    #viewport.active .asideBar {
        display: none;
    }

    .search-pages img {
        max-height: 50px;
        vertical-align: top;
    }

    .searchMobi {
        font-size: 14px;
        color: #999 !important;
    }

    .mobiPagination {
        line-height: 45px;
    }

    .col-5.noLeft {
        padding-left: 0 !important;
    }

    .pTopMobi {
        padding-top: 10px;
    }
}

.sortable td {
    cursor: grab;
}

    .sortable td:active {
        cursor: grabbing;
    }

.download-pdf-section {
    float: right;
    cursor: pointer;
}

@media only screen and (max-width: 480px) {
    .download-pdf-section {
        float: right;
        cursor: pointer;
    }
}

.scheduled-notifications-from {
    float: left;
    margin: 0 15px;
}

.scheduled-notifications-to {
    float: left;
    clear: right;
}

div.row div.form-group div.input-group select.form-control {
    padding-top: 13px;
    padding-bottom: 13px;
}

div.row div.form-group div.input-group input.form-control {
    padding-top: 13px;
    padding-bottom: 13px;
}

.nopadding {
    padding: 0px;
}

.padLeft5,
.list-inline > li.padLeft5:first-child {
    padding-left: 5px;
}

.marginLeft10 {
    margin-left: 10px;
}

.no-margin-right {
    margin-right: 0px;
}

.marginRight20 {
    margin-right: 20px;
}

.marginRight5 {
    margin-right: 5px;
}

@media only screen and (max-width: 480px) {
    .pull-left-xs {
        float: left;
    }

    .pull-right-xs {
        float: right;
    }

    .pull-reset-xs {
        float: none;
    }
}

@media (max-width: 769px) {
    .pull-left-sm {
        float: left;
    }

    .pull-right-sm {
        float: right;
    }

    .pull-reset-sm {
        float: none;
    }
}

@media (min-width: 992px) {
    .pull-left-md {
        float: left;
    }

    .pull-right-md {
        float: right;
    }

    .pull-reset-md {
        float: none;
    }

    .dropdown-menu .dropdown-menu {
        margin-left: 0;
        margin-right: 0;
    }

    .dropdown-menu li {
        position: relative;
    }

    .dropdown-menu .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
    }

    .dropdown-menu > li:hover > .submenu {
        display: block;
    }
}

@media (min-width: 1200px) {
    .pull-left-lg {
        float: left;
    }

    .pull-right-lg {
        float: right;
    }

    .pull-reset-lg {
        float: none;
    }
}
/* Login page */
@media only screen and (max-width: 769px) {
    .main-content .welcome-message {
        margin: 0 -9px;
    }

        .main-content .welcome-message h2 {
            position: relative;
            z-index: 15;
            padding: 0 11px;
            margin: 0;
            height: 27px;
            line-height: 27px;
            font-weight: bold;
            color: #666;
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            user-select: none;
            -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
            -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
            box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
        }

            .main-content .welcome-message h2 img {
                max-height: 11px;
                max-width: 11px;
                position: absolute;
                top: 50%;
                margin-top: -5px;
                right: 11px;
            }

                .main-content .welcome-message h2 img.expanded {
                    margin-top: -3px;
                    right: 9px;
                }

                .main-content .welcome-message h2 img.collapsed {
                    display: none;
                }

        .main-content .welcome-message p {
            margin: 10px;
            /*padding: 20px;
      -webkit-box-shadow: inset 0 0 4px -4px #aaa, inset 0 -4px 4px -4px #aaa;
      -moz-box-shadow: inset 0 0 4px -4px #aaa, inset 0 -4px 4px -4px #aaa;
      box-shadow: inset 0 0 4px -4px #aaa, inset 0 -4px 4px -4px #aaa;*/
        }
}

.fPass {
    font-size: 12px;
}

.login-badge {
    position: relative;
    width: 375px;
    margin: auto;
    padding-top: 101px;
}

.login-badge-strip {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 50%;
    margin-left: -77px;
    width: 129px;
    height: 128px;
    background: url(../img/login-badge-strip.png) no-repeat;
}

.login-badge-holder {
    position: relative;
    z-index: 1;
    background: #323232;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

@media screen and (min-width: 770px) {
    .login-badge-holder {
        border-radius: 10px;
    }
}

.login-badge-holder-wall {
    position: absolute;
    top: 0;
    bottom: 50%;
    left: 0;
    right: 0;
}

.login-badge-holder .bg2 {
    position: absolute;
    z-index: 2;
    top: 0;
    width: 100%;
    height: 50%;
    border-radius: 10px 10px 0 0;
}

.login-panel {
    position: relative;
    z-index: 11;
    padding: 27px 9px 9px;
    margin: 0 auto;
    width: 335px;
    background: #ffffff;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI4MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZWVlZWVlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #ffffff 80%, #eeeeee 100%);
    /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #ffffff), color-stop(80%, #ffffff), color-stop(100%, #eeeeee));
    /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%, #ffffff 80%, #eeeeee 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, #ffffff 0%, #ffffff 80%, #eeeeee 100%);
    /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, #ffffff 0%, #ffffff 80%, #eeeeee 100%);
    /* IE10+ */
    background: radial-gradient(ellipse at center, #ffffff 0%, #ffffff 80%, #eeeeee 100%);
    /* W3C */
}

@media only screen and (max-width: 769px) {
    .login-badge {
        width: auto;
        padding-top: 0;
        margin: 0 -9px;
    }

    .login-badge-strip {
        display: none;
    }

    .login-panel {
        padding: 20px 20px 10px;
        width: auto;
        background: #ffffff;
        /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI2NSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZWVlZWVlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #ffffff 65%, #eeeeee 100%);
        /* FF3.6+ */
        background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #ffffff), color-stop(65%, #ffffff), color-stop(100%, #eeeeee));
        /* Chrome,Safari4+ */
        background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%, #ffffff 65%, #eeeeee 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-radial-gradient(center, ellipse cover, #ffffff 0%, #ffffff 65%, #eeeeee 100%);
        /* Opera 12+ */
        background: -ms-radial-gradient(center, ellipse cover, #ffffff 0%, #ffffff 65%, #eeeeee 100%);
        /* IE10+ */
        background: radial-gradient(ellipse at center, #ffffff 0%, #ffffff 65%, #eeeeee 100%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=1);
        /* IE6-8 fallback on horizontal gradient */
    }
}

.login-panel .intro {
    text-align: center;
    padding: 10px 0;
}

    .login-panel .intro h2 {
        display: table-cell;
        vertical-align: middle;
        height: 45px;
        line-height: 1.4em;
        padding: 0 0 0 15px;
        margin: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 305px;
    }

    .login-panel .intro .logo {
        height: 45px;
        line-height: 45px;
        margin-bottom: 5px;
    }

    .login-panel .intro img {
        max-height: 45px;
        max-width: 100%;
    }

.login-panel .form-control {
    font-size: 14px;
    line-height: 1.4em;
    padding: 5px 15px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.login-panel .form-control:-moz-placeholder {
    color: #797676;
}

.login-panel .form-control::-moz-placeholder {
    color: #797676;
}

.login-panel .form-control::-webkit-input-placeholder {
    color: #797676;
}

    .login-panel .form-control:focus,
    .login-panel .form-control:active {
        -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
    }

.login-panel .checkbox {
    font-size: 10px;
    color: #000;
    margin: 10px;
    line-height: 20px;
}

    .login-panel .checkbox span {
        line-height: 12px;
        display: inline-block;
        vertical-align: middle;
    }

.login-info h2 {
    margin-bottom: 5px;
}

.login-info p {
    margin: 0;
    padding: 9px;
}

@media only screen and (max-width: 769px) {
    .login-info.padd {
        padding: 10px 15px 20px 15px;
    }
}

.bottom-link {
    font-family: TradeGothicLT,Arial,Sans-Serif;
    padding: 15px 20px 0 20px;
    color: #000;
}

@media only screen and (max-width: 769px) {
    .bottom-link {
        padding-bottom: 20px;
    }
}

.bottom-link a {
    text-decoration: underline;
}

.sraccordion {
    font-size: 11px;
}

    .sraccordion .sraccordion-item {
        margin-bottom: 9px;
        padding: 0;
    }

        .sraccordion .sraccordion-item .expandable {
            /*text-indent: -10px;*/
            font-weight: bold;
        }

        .sraccordion .sraccordion-item .row-contents .row.infoTip {
            margin: 0px;
            padding-bottom: 1em;
        }

        .sraccordion .sraccordion-item .row.undershadow {
            margin-bottom: 1.2em;
            margin-top: -1.9em;
        }

            .sraccordion .sraccordion-item .row.undershadow .shadow {
                height: 10px;
            }

            .sraccordion .sraccordion-item .row.undershadow .left {
                background: url("/img/left-undershadow.png") no-repeat scroll right center transparent;
            }

            .sraccordion .sraccordion-item .row.undershadow .middle {
                background: url("/img/middle-undershadow.png") repeat-x scroll right center transparent;
            }

            .sraccordion .sraccordion-item .row.undershadow .right {
                background: url("/img/right-undershadow.png") no-repeat scroll left center transparent;
            }

    .sraccordion .expanded .row-contents {
        display: block;
    }

    .sraccordion .expanded .title-row, .sraccordion .expanded .title-row span {
        color: #fff !important;
    }

        .sraccordion .expanded .title-row .title-status-icon img.collapsed {
            display: none;
        }

        .sraccordion .expanded .title-row .title-status-icon img.expanded {
            display: inline-block;
        }

    .sraccordion fieldset {
        background: #fff;
        margin: 9px 0;
        font-size: 11px;
        padding: 0;
        border: none;
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    }

        .sraccordion fieldset.all-interests-list {
            height: 230px;
            overflow-y: scroll;
        }

            .sraccordion fieldset.all-interests-list input {
                float: left;
                clear: left;
                height: 35px;
                margin-right: 10px;
                margin-left: 10px;
            }

        .sraccordion fieldset .select-holder {
            margin-top: -2px;
            margin-bottom: -4px;
        }

    .sraccordion .row-contents {
        display: none;
        padding: 23px;
    }

        .sraccordion .row-contents .inner-box {
            background-color: #ccc;
            padding: 0 9px;
        }

    .sraccordion .title-row {
        height: 7em;
        line-height: 6.4em;
        cursor: pointer;
        border-top: 5px solid #fff;
        border-bottom: 5px solid #fff;
        overflow: hidden;
    }

        .sraccordion .title-row .font2 {
            font-size: 14px;
            font-weight: bold;
            text-transform: uppercase;
        }

        .sraccordion .title-row .font3 {
            font-size: 9px;
            padding-left: 30px;
        }

        .sraccordion .title-row img {
            vertical-align: middle;
        }

        .sraccordion .title-row .title-icon {
            text-align: center;
            background: #f4f4f4;
            /* Old browsers */
            background: -moz-linear-gradient(left, #e8e8e8 0%, #f4f4f4 15%, #f4f4f4 85%, #e8e8e8 100%);
            /* FF3.6+ */
            background: -webkit-gradient(linear, left top, right top, color-stop(0%, #e8e8e8), color-stop(15%, #f4f4f4), color-stop(85%, #f4f4f4), color-stop(100%, #e8e8e8));
            /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(left, #e8e8e8 0%, #f4f4f4 15%, #f4f4f4 85%, #e8e8e8 100%);
            /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(left, #e8e8e8 0%, #f4f4f4 15%, #f4f4f4 85%, #e8e8e8 100%);
            /* Opera 11.10+ */
            background: -ms-linear-gradient(left, #e8e8e8 0%, #f4f4f4 15%, #f4f4f4 85%, #e8e8e8 100%);
            /* IE10+ */
            background: linear-gradient(to right, #e8e8e8 0%, #f4f4f4 15%, #f4f4f4 85%, #e8e8e8 100%);
            /* W3C */
        }

            .sraccordion .title-row .title-icon img {
                max-width: 6em;
                max-height: 6em;
            }

        .sraccordion .title-row .title-status-icon {
            text-align: center;
        }

            .sraccordion .title-row .title-status-icon img.collapsed {
                width: 6px;
            }

            .sraccordion .title-row .title-status-icon img.expanded {
                display: none;
                height: 6px;
            }

            .sraccordion .title-row .title-status-icon .wrapper {
                position: absolute;
                right: 40px;
            }

        .sraccordion .title-row .showMore {
            font-size: 12px;
            font-weight: bold;
            padding-right: 20px;
        }

    .sraccordion .white-box {
        border: none;
    }

@media only screen and (max-width: 769px) {
    .sraccordion .expanded .title-row .title-icon {
        color: #fff;
        height: 5.4em;
    }

    .sraccordion .row-contents {
        padding: 10px;
    }

    .sraccordion .sraccordion-item .row.undershadow .shadow {
        display: none;
    }

    .sraccordion .sraccordion-item .row-contents .row.infoTip {
        margin: 0px;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
    }

    .sraccordion .title-row {
        height: 5em;
        line-height: 4.25em;
    }

        .sraccordion .title-row .font2 {
            display: block;
            margin-left: 5px;
            font-size: 12px;
        }

        .sraccordion .title-row .font3,
        .sraccordion .title-row .showMore {
            display: none;
        }

        .sraccordion .title-row .title-status-icon img.collapsed {
            /*width: 13px;*/
        }

        .sraccordion .title-row .title-status-icon img.expanded {
            /*height: 13px;*/
        }
}
/* CALCULATORS - GLOBAL */
.calculator-main {
    position: relative;
}

    .calculator-main .wizzard-slides .item {
        display: none;
    }

        .calculator-main .wizzard-slides .item.default,
        .calculator-main .wizzard-slides .input-2-slide {
            display: block;
        }

    .calculator-main .wizzard-slides .item,
    .calculator-main .Preview,
    .calculator-main .Output {
        position: relative;
    }

.overlay-loader {
    display: none;
    position: absolute;
    z-index: 99;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url('../img/load1-white.gif') no-repeat center center rgba(255, 255, 255, 0.75);
}

.div-loader {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('/img/load1-white.gif') 50% 50% no-repeat;
}

@media only screen and (max-width: 769px) {
    .calculator-main .uneasy-canvas.columns {
        position: absolute;
        top: 0;
        left: 100%;
        width: 92%;
        min-height: 100%;
        border-left: 8px solid rgba(0, 0, 0, 0.7);
        margin-left: -7px;
        -webkit-transition: left 0.5s;
        -moz-transition: left 0.5s;
        -o-transition: left 0.5s;
        transition: left 0.5s;
    }

        .calculator-main .uneasy-canvas.columns:before {
            -webkit-opacity: 1;
            -moz-opacity: 1;
            opacity: 1;
            filter: alpha(opacity=100);
            -webkit-transition: opacity 0.5s;
            -moz-transition: opacity 0.5s;
            -o-transition: opacity 0.5s;
            transition: opacity 0.5s;
        }

        .calculator-main .uneasy-canvas.columns h2.uneasy-canvas-toggle {
            position: fixed;
            height: 30px;
            line-height: 30px;
            width: 140px;
            margin: 0;
            margin-left: -236px;
            background-color: rgba(0, 0, 0, 0.7);
            color: #fff;
            text-align: center;
            cursor: pointer;
            -webkit-transform: rotate(-90deg);
            -moz-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            -o-transform: rotate(-90deg);
            transform: rotate(-90deg);
            -webkit-transform-origin: 140px 0 0 50%;
            -moz-transform-origin: 140px 0 0 50%;
            -ms-transform-origin: 140px 0 0 50%;
            -o-transform-origin: 140px 0 0 50%;
            transform-origin: 140px 0 0 50%;
        }

            .calculator-main .uneasy-canvas.columns h2.uneasy-canvas-toggle img {
                width: 22px;
                height: 22px;
                display: inline-block !important;
                margin-right: 5px;
                -webkit-transform: rotate(-90deg);
                -moz-transform: rotate(-90deg);
                -ms-transform: rotate(-90deg);
                -o-transform: rotate(-90deg);
                transform: rotate(-90deg);
            }

        .calculator-main .uneasy-canvas.columns.active {
            left: 10%;
        }

            .calculator-main .uneasy-canvas.columns.active:before {
                display: block;
                position: absolute;
                content: "";
                top: 0;
                height: 100%;
                left: -100%;
                width: 100%;
                background: #000;
                -webkit-opacity: 0.4;
                -moz-opacity: 0.4;
                opacity: 0.4;
                filter: alpha(opacity=40);
                -webkit-transition: opacity 0.5s;
                -moz-transition: opacity 0.5s;
                -o-transition: opacity 0.5s;
                transition: opacity 0.5s;
            }
}

.calculator-main .white-box.intro {
    padding: 9px 30px;
}

    .calculator-main .white-box.intro.arrow {
        position: relative;
        margin-bottom: 20px;
        z-index: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

        .calculator-main .white-box.intro.arrow .arrow-fix {
            padding: 9px 0;
            position: relative;
            background: #fff;
            z-index: 10;
        }

        .calculator-main .white-box.intro.arrow:after {
            content: '';
            width: 16px;
            height: 16px;
            background: #fff;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            position: absolute;
            bottom: -8px;
            left: 50%;
            margin-left: -8px;
            z-index: 11;
        }

        .calculator-main .white-box.intro.arrow:after {
            box-shadow: 0px 0px 2px #aaa;
            z-index: 9;
        }

.calculator-main .pager {
    text-align: center;
    margin: 0;
    white-space: nowrap;
}

    .calculator-main .pager div {
        position: relative;
        display: inline-block;
        width: 47px;
        height: 7px;
        background: #e7e7e7;
    }

    .calculator-main .pager .completed:after {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        content: "";
        background: rgba(255, 255, 255, 0.4);
    }

    .calculator-main .pager .active:after {
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: -3px;
        left: 0;
        content: "";
    }

.calculator-main .white-box.intro h2 {
    margin: 0;
    font-size: 21px;
    line-height: 1.4;
    text-align: center;
}

.calculator-main .info-slide {
    margin-left: 0;
    margin-right: 0;
}

    .calculator-main .info-slide h4 {
        margin-top: 20px;
        padding-left: 12px;
        line-height: 1.6em;
    }

        .calculator-main .info-slide h4:first-child {
            margin-top: 0;
        }

    .calculator-main .info-slide .white-box {
        font-size: 12px;
        padding: 4px 12px;
    }

.calculator-main .white-box.intro.mortgage-3-topics .topic-2,
.calculator-main .white-box.intro.mortgage-3-topics .topic-3 {
    display: none;
}

.calculator-main .button-row {
    clear: both;
    margin: 9px 0;
    text-align: center;
}

@media only screen and (max-width: 769px) {
    .calculator-main .white-box.intro {
        padding: 0;
    }

        .calculator-main .white-box.intro.arrow:after {
            display: none;
        }

        .calculator-main .white-box.intro h2 {
            margin: 10px 0;
        }

        .calculator-main .white-box.intro p {
            font-size: 16px;
        }

    .calculator-main .info-slide {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }

        .calculator-main .info-slide .qmark {
            margin-top: 10px;
        }

    .calculator-main .button-row {
        background-color: #f6f6f6;
        padding: 15px 15px 0;
        margin: 9px -9px;
    }
}

.calculator-main .button.button-edit img,
.calculator-main .button.need-info img {
    margin-right: 5px;
}

.calculator-main .fancy-panel .padd-tb20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.calculator-main .fancy-panel .form-control {
    font-size: 16px;
    line-height: 1.4em;
    padding: 5px 15px;
    border: 1px solid #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

    .calculator-main .fancy-panel .form-control:focus,
    .calculator-main .fancy-panel .form-control:active {
        border: 1px solid #fff;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .calculator-main .fancy-panel .form-control.med {
        font-size: 21px;
        line-height: 1.4em;
        padding-top: 20px;
        padding-bottom: 20px;
        margin: 20px 0;
    }

    .calculator-main .fancy-panel .form-control.big {
        font-size: 24px;
        line-height: 1.4em;
        padding-top: 20px;
        padding-bottom: 20px;
        margin: 20px 0;
    }

@media only screen and (max-width: 991px) {
    .calculator-main .fancy-panel .form-control.med,
    .calculator-main .fancy-panel .form-control.big {
        font-size: 21px;
        line-height: 1.4em;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: 0;
    }

    .calculator-main .fancy-panel .form-control.search-query {
        font-size: 16px;
        line-height: 1.4em;
        padding-top: 8px;
        padding-bottom: 8px;
        margin: 0;
    }
}

.calculator-main .fancy-panel .amount-label {
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 15px 0;
}

    .calculator-main .fancy-panel .amount-label.med {
        font-size: 21px;
    }

    .calculator-main .fancy-panel .amount-label.big {
        font-size: 27px;
        margin-top: 15px;
        text-align: center;
    }

.calculator-main .fancy-panel .pound-before {
    position: relative;
    padding-left: 30px;
    padding-right: 20px;
}

    .calculator-main .fancy-panel .pound-before:before {
        display: block;
        position: absolute;
        left: 0;
        bottom: 0.1em;
        content: '';
        font-size: 38px;
        color: #fff;
        font-weight: bold;
    }

    .calculator-main .fancy-panel .pound-before.med {
        padding-left: 35px;
        padding-right: 10px;
    }

        .calculator-main .fancy-panel .pound-before.med:before {
            font-size: 38px;
        }

    .calculator-main .fancy-panel .pound-before.big {
        padding-left: 45px;
    }

        .calculator-main .fancy-panel .pound-before.big:before {
            font-size: 50px;
        }

@media only screen and (max-width: 991px) {
    .calculator-main .fancy-panel .amount-label {
        text-align: center;
    }

        .calculator-main .fancy-panel .amount-label.big {
            font-size: 21px;
            margin-bottom: 10px;
        }

    .calculator-main .fancy-panel .pound-before {
        margin: 0 auto 20px auto;
        max-width: 200px;
    }

        .calculator-main .fancy-panel .pound-before:before {
            font-size: 38px;
        }
}
/* FIELDSET */
.calculator-main fieldset {
    padding: 9px;
    border: 1px solid #e7e7e7;
}

.calculator-main .fancy-list fieldset {
    padding: 0;
    border: 0;
}

    .calculator-main .fancy-list fieldset div.row div {
        display: table;
    }

        .calculator-main .fancy-list fieldset div.row div .icon.vcenter {
            display: table-cell;
            vertical-align: middle;
            float: none;
            height: inherit;
            background: linear-gradient(to right, #e8e8e8 0%, #f4f4f4 15%, #f4f4f4 85%, #e8e8e8 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
            margin: 1px 15px 1px 1px;
            text-align: center;
            width: 45px;
        }

        .calculator-main .fancy-list fieldset div.row div span.vcenter {
            display: table-cell;
            vertical-align: middle;
            float: none;
            height: inherit;
            padding-left: 1em;
        }

.calculator-main .toolCentreActionPlan fieldset {
    padding: 0;
    border: 0;
}

@media only screen and (max-width: 769px) {
    .calculator-main fieldset {
        margin: 0;
        padding: 18px 9px;
        border-width: 0 0 1px 0;
    }

        .calculator-main fieldset label {
            font-size: 14px;
        }

    .calculator-main .fancy-list fieldset {
        line-height: 14px;
    }

        .calculator-main .fancy-list fieldset .icon {
            line-height: 4em;
        }
}

.calculator-main fieldset label,
.calculator-main fieldset .v-middle {
    display: table-cell;
    vertical-align: middle;
    height: 37px;
    line-height: 14px;
}

@media only screen and (max-width: 769px) {
    .calculator-main fieldset .v-middle {
        height: 44px;
    }
}

.calculator-main fieldset label {
    margin-bottom: 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: normal;
}

.calculator-main fieldset.theader label {
    height: 26px;
}

.calculator-main fieldset input[type=text],
.calculator-main fieldset input[type=password] {
    height: 36px;
    width: 100%;
    padding-left: 9px;
    padding-right: 6px;
}

@media only screen and (max-width: 769px) {
    .calculator-main fieldset input[type=text],
    .calculator-main fieldset input[type=password] {
        height: 40px;
    }
}

fieldset button {
    margin-bottom: 0;
}

fieldset .remove.x {
    height: 37px;
    padding: 0 15px;
    background: none;
    border: 0;
    font-size: 20px;
    color: #ccc;
    font-weight: normal;
    text-transform: lowercase;
}

    fieldset .remove.x:hover {
        color: #949494;
        text-decoration: none;
    }

fieldset .pound label {
    font-size: 39px;
    font-weight: bold;
}

fieldset .pound-before {
    position: relative;
    padding-left: 25px;
}

.calculator-main fieldset .pound-before:before {
    display: block;
    content: '';
    height: 36px;
    position: absolute;
    left: 5px;
    font-size: 25px;
    line-height: 36px;
    font-weight: bold;
}

.calculator-main fieldset .arrow {
    text-align: right;
}

    .calculator-main fieldset .arrow .v-middle {
        width: 100% !important;
    }

.calculator-main fieldset .stars {
    padding: 0;
}

    .calculator-main fieldset .stars .wrapper {
        padding-top: 8px;
        position: relative;
    }

        .calculator-main fieldset .stars .wrapper .rateit {
            position: absolute;
            top: 50%;
        }

@media only screen and (max-width: 769px) {
    .calculator-main fieldset .stars {
        padding-left: 10px;
    }
}

.calculator-main fieldset.yepnope-overlay {
    position: absolute;
    width: 100%;
    margin-top: 0;
    z-index: 5;
    color: #fff;
}

    .calculator-main fieldset.yepnope-overlay.hidden {
        display: none;
    }

    .calculator-main fieldset.yepnope-overlay * {
        color: #fff;
    }

.calculator-main fieldset .options-col {
    text-align: right;
}

@media only screen and (max-width: 769px) {
    .calculator-main fieldset .options-col {
        text-align: center;
    }

        .calculator-main fieldset .options-col button {
            margin-left: auto;
            margin-right: auto;
        }

    .calculator-main fieldset .padd-top-xs {
        padding-top: 10px;
    }
}

.calculator-main fieldset.dependant-fieldset .columns:last-of-type .remove,
.calculator-main fieldset.product-fieldset .columns:last-of-type .remove {
    display: inline-block;
}

.calculator-main fieldset.dependant-fieldset .columns:first-of-type {
    padding-right: 0;
}

.calculator-main fieldset.product-fieldset.template button.remove {
    display: none !important;
}

.calculator-main fieldset.product-fieldset.instance button.add {
    display: none !important;
}
/* PLU CHARTS */
.mortgage-sidebar-chart {
    padding-bottom: 15px;
    margin-bottom: 20px;
    clear: both;
}

    .mortgage-sidebar-chart p {
        font-size: 15px;
    }

@media only screen and (max-width: 769px) {
    .mortgage-sidebar-chart p {
        font-size: 23px;
    }
}

.chart-container {
    position: relative;
    margin-left: 10px;
    height: 133px;
}

    .chart-container:after {
        display: block;
        content: "";
        clear: both;
    }

    .chart-container .arrow {
        position: absolute;
        bottom: -10px;
        left: 66px;
        height: 81px;
        width: 123px;
    }

        .chart-container .arrow.downwards {
            display: none;
        }

    .chart-container .plu-label {
        display: block;
        font-family: 'Zeyada', cursive;
        font-size: 30px;
        line-height: 1em;
    }

    .chart-container .chart {
        position: relative;
        display: block;
        float: left;
        width: 133px;
        height: 133px;
        margin-right: 10px;
        margin-bottom: 10px;
        text-align: center;
        border-left-color: #d8d8d8;
    }

        .chart-container .chart .inner-circle {
            position: absolute;
            left: 0;
            top: 0;
            width: 133px;
            height: 133px;
        }

        .chart-container .chart .uneasy-canvas {
            position: absolute;
            top: 0;
            left: 0;
        }

        .chart-container .chart .stripes {
            position: relative;
            width: 100%;
            height: 100%;
        }

        .chart-container .chart .can-borrow {
            position: relative;
            font-weight: bold;
            font-size: 20px;
            padding-top: 33px;
        }

        .chart-container .chart .average-borrow {
            position: relative;
            font-weight: normal;
            font-size: 12px;
            line-height: 16px;
            color: #666;
        }

            .chart-container .chart .average-borrow strong {
                letter-spacing: 2px;
            }
/* PREVIEW */
.output-preview h2 {
    margin-left: 9px;
    font-size: 18px;
}

.output-preview fieldset {
    padding-top: 36px;
    padding-bottom: 36px;
}

    .output-preview fieldset.first {
        padding-top: 18px;
        padding-bottom: 18px;
    }

.output-preview .big-number {
    background: #f6f6f6;
    font-size: 60px;
    line-height: 76px;
    height: 80px;
    font-weight: bold;
    text-align: right;
}

.output-preview .big-about {
    display: table-cell;
    vertical-align: middle;
    padding-left: 30px;
    height: 80px;
    line-height: 40px;
    font-size: 31px;
    color: #999;
}

.output-preview .profile-snapshot {
    margin-top: 0;
}

.output-preview .info-box {
    background: #f6f6f6;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.2em;
}

    .output-preview .info-box .stripes {
        color: #fff;
        margin-top: 5px;
        padding: 4px 9px;
    }

    .output-preview .info-box.with-icon {
        position: relative;
        z-index: 0;
        padding-right: 55px;
    }

        .output-preview .info-box.with-icon div {
            height: 60px;
            display: table-cell;
            vertical-align: middle;
        }

        .output-preview .info-box.with-icon img {
            position: absolute;
            z-index: -1;
            width: 46px;
            top: 50%;
            margin-top: -23px;
            right: 5px;
        }

.output-preview .chart-area {
    height: 76px;
}

.output-preview .chart-container {
    margin: -27px 0;
}

    .output-preview .chart-container .arrow {
        width: 70%;
    }

.output-preview .font4 {
    font-size: 30px;
}

@media only screen and (max-width: 769px) {
    .output-preview fieldset {
        margin-bottom: 9px;
        border: none;
    }

    .output-preview .chart-container,
    .smallAlignTop {
        margin: 36px 0 0;
    }

    .output-preview .chart-area {
        height: auto;
    }

    .output-preview .font4 {
        line-height: 1em;
        padding-top: 30px;
    }
}
/* OUTPUT */
.calc-output-content .head {
    padding: 13px 0 9px;
}

    .calc-output-content .head h2 {
        position: relative;
        z-index: 0;
        margin: 2px 0;
        padding: 0 10px 0 20px;
        line-height: 32px;
        font-size: 18px;
        display: inline;
    }

        .calc-output-content .head h2 img {
            position: absolute;
            z-index: 0;
            left: 10px;
            max-height: 30px;
            margin-right: 10px;
            vertical-align: top;
        }

    .calc-output-content .head .white-box {
        padding: 5px 0 5px 5px;
        font-size: 11px;
        cursor: pointer;
        line-height: 26px;
        white-space: nowrap;
    }

    .calc-output-content .head .font2 {
        text-transform: uppercase;
        font-weight: bold;
    }

        .calc-output-content .head .font2 img {
            margin: 3px 5px 0 10px;
            vertical-align: top;
        }

    .calc-output-content .head .font3 {
        font-size: 9px;
    }

    .calc-output-content .head .lightGrey {
        background-color: #D8D8D8;
        color: #666666;
    }

    .calc-output-content .head .state2 {
        display: none;
    }

    .calc-output-content .head .lightGrey .state1 {
        display: none;
    }

    .calc-output-content .head .lightGrey .state2 {
        display: inline;
    }

.color6 {
    background-color: #F6F6F6;
}

@media only screen and (max-width: 769px) {
    .calc-output-content .head {
        padding: 5px 0;
    }

        .calc-output-content .head h2 {
            padding-left: 0px;
            position: relative;
            z-index: 0;
            margin: 2px 0;
            height: 18px;
            line-height: 18px;
            font-size: 14px;
            display: inline;
        }

        .calc-output-content .head .white-box {
            line-height: 30px;
        }
}

.calc-output-content .story-so-far.white-box {
    padding: 8px 15px;
    margin-bottom: 9px;
}

.calc-output-content .story-so-far .gray-box {
    margin: 0;
    font-size: 12px;
}

.calc-output-content .story-so-far .white-box {
    padding: 0;
    text-align: center;
    line-height: 1.6em;
}

.calc-output-content .story-so-far .limiter {
    border-right: 1px solid #e6e6e6;
    margin-right: -1px;
}

.calc-output-content .story-so-far font {
    text-transform: uppercase;
}

.calc-output-content .output-box {
    margin-bottom: 9px;
    padding: 0;
    font-size: 12px;
}

    .calc-output-content .output-box .small {
        font-size: 9px;
        line-height: 1.2em;
    }

    .calc-output-content .output-box .row-contents .inner-box {
        padding: 9px 9px 0 18px;
    }

.calc-output-content .row-contents .gray-border-panel {
    background-color: #ccc;
    padding: 9px;
}

@media only screen and (max-width: 769px) {
    .calc-output-content .row-contents .gray-border-panel {
        padding: 5px;
    }
}

.calc-output-content .row-contents .gray-border-panel > div {
    background: #fff;
}

.calc-output-content .output-box fieldset {
    padding: 9px 9px 9px 15px;
    margin: 0 0 9px -9px;
}

.calc-output-content .output-box fieldset,
.calc-output-content .output-box .white-box {
    border: none;
}

.bg2.isSaveOrBorrow {
    margin-top: 20px;
}

.hasWhiteBorder {
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
}

#capital-outlay-calculator .output-preview .info-box {
    font-size: 12px;
}

.financialTax {
    position: absolute;
    right: 17px;
    top: 27px;
    z-index: 100;
}

@media only screen and (max-width: 769px) {
    .calc-output-content .output-box fieldset.stick-down-xs {
        margin-bottom: 0;
        border-bottom: 1px solid #e6e6e6;
    }

    .calc-output-content .output-box fieldset.group-select-xs {
        margin-bottom: 0;
    }

    .capital-outlay-save span,
    .capital-outlay-borrow span {
        width: 120px;
        float: left;
    }

    .mobiToRight {
        float: left;
        font-size: 20px;
        line-height: 60px;
    }

    .mobiSmaller {
        font-size: 15px;
    }
    /*.profile-snapshot .post-code,
  .profile-snapshot .age,
  .profile-snapshot .salary,
  .profile-snapshot .products,
  .profile-snapshot .dependents,
  .profile-snapshot .household {
	font-size: 10px !important;
  }*/
    #capital-outlay-calculator .output-preview .info-box {
        font-size: 12px !important;
    }
}

@media only screen and (min-width: 770px) and (max-width: 1024px) {
    #mortgage-calculator .output-preview .big-about {
        font-size: 21px;
    }
}

.calc-output-content .output-box fieldset .select-holder {
    margin-top: -2px;
    margin-bottom: -4px;
}

.calc-output-content .output-box .currency-before {
    position: relative;
    padding-left: 20px;
}

    .calc-output-content .output-box .currency-before .currency {
        display: block;
        position: absolute;
        left: 0;
        line-height: 36px;
        font-size: 25px;
        font-weight: bold;
    }

.calc-output-content .output-box .percent-after {
    position: relative;
    padding-right: 30px;
}

    .calc-output-content .output-box .percent-after .percent {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        line-height: 36px;
        font-size: 25px;
        font-weight: bold;
    }

.calc-output-content .output-box fieldset .best-rate {
    text-decoration: underline;
    color: #666;
}

.calc-output-content .output-box fieldset hr {
    margin: 10px -9px 10px -15px;
}

.calc-output-content .output-box fieldset .result {
    margin-left: -6px;
    margin-top: 10px;
    padding: 6px;
    background: #F6F6F6;
    font-size: 14px;
    line-height: 22px;
    color: #333;
    white-space: nowrap;
}

    .calc-output-content .output-box fieldset .result .stripes2 {
        padding: 0 6px;
        color: #fff;
        -webkit-opacity: 0.8;
        -moz-opacity: 0.8;
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

span.saveOr {
    background: url("../img/Pension-Calulator-Icon.png") no-repeat scroll center 0 rgba(0, 0, 0, 0);
    display: block;
    height: 30px;
    margin-bottom: 15px;
    background-position: center -59px;
}

span.borrowOr {
    background: url("../img/capital-outlay-borrow.png") no-repeat scroll center 0 rgba(0, 0, 0, 0);
    display: block;
    height: 64px;
    margin-bottom: 10px;
    background-position: center 60px;
}

.inputTotalIncomeHidden,
.inputTotalIncomeHidden label,
.hideTotalIncome {
    cursor: pointer;
}
/* Budget Planner specific */
#budget-planner-calculator .show-after-input-4 {
    margin-top: 10px;
}

#budget-planner-calculator .calc-output-content .output-box fieldset {
    padding-right: 15px;
}

#budget-planner-calculator .progress {
    height: 50px;
    margin: 0;
    padding: 3px 0;
    background: none;
    box-shadow: none;
}

    #budget-planner-calculator .progress .amountUnder {
        border-right-width: 0 !important;
        position: absolute !important;
        height: 44px;
        width: 2px;
    }

    #budget-planner-calculator .progress .progress-bar {
        position: relative;
        z-index: 2;
        border-right: 1px solid #fff;
        -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3) inset;
        -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3) inset;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.3) inset;
        margin-bottom: 6px;
        cursor: pointer;
    }

        #budget-planner-calculator .progress .progress-bar.amountRemaining {
            border-left: 4px solid #fff;
        }

    #budget-planner-calculator .progress.no-expense .progress-bar.amountRemaining {
        border-left: 1px solid #fff;
    }

    #budget-planner-calculator .progress .progress-bar .selection {
        display: none;
        position: absolute;
        z-index: 3;
        left: 0;
        right: 0;
        top: -3px;
        bottom: -3px;
        border: 3px solid #4D4D4F;
    }

    #budget-planner-calculator .progress .progress-bar.sel .selection {
        display: block;
    }
/* Progress units */
#budget-planner-calculator .progress-units {
    position: relative;
    margin-top: -2px;
    margin-left: -1px;
    margin-bottom: 18px;
    padding-right: 1px;
    height: 9px;
}

    #budget-planner-calculator .progress-units b {
        float: left;
        width: 25px;
        height: 5px;
        margin-bottom: 4px;
        border-right: 1px solid #CCC;
    }

    #budget-planner-calculator .progress-units .available {
        float: left;
        width: 90%;
        height: 9px;
        overflow: hidden;
        border-left: 1px solid #CCC;
        border-right: 1px solid #CCC;
        padding-right: 10px;
    }
    /* #budget-planner-calculator .progress-units .zero, */
    #budget-planner-calculator .progress-units .income {
        font-size: 12px;
        position: absolute;
        top: 9px;
        width: 50px;
        text-align: center;
    }
    /*
#budget-planner-calculator .progress-units .zero {
	left: 9%;
	margin-left: -25px;
}
 */
    #budget-planner-calculator .progress-units .income {
        right: 1%;
        margin-right: -4px;
    }

        #budget-planner-calculator .progress-units .income.negative {
            color: #f00;
        }

            #budget-planner-calculator .progress-units .income.negative .monthlyIncomeText,
            #budget-planner-calculator .progress-units .income.negative .monthlyIncomeMask {
                margin-left: 4px;
            }

    #budget-planner-calculator .progress-units .extra {
        float: left;
        width: 9%;
        height: 9px;
        overflow: hidden;
    }

        #budget-planner-calculator .progress-units .extra b {
            float: right;
            border-right: 0;
            border-left: 1px solid #CCC;
        }
/* Progress Lables */
#budget-planner-calculator .progress-labels {
    display: none;
    padding-top: 17px;
    text-align: center;
}

    #budget-planner-calculator .progress-labels .progressLabel {
        display: inline-block;
        -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.25) inset;
        -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.25) inset;
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.25) inset;
        cursor: pointer;
        margin: 5px;
    }

        #budget-planner-calculator .progress-labels .progressLabel .overlay {
            height: 25px;
            background: #F2F2F2;
        }

    #budget-planner-calculator .progress-labels .labelText {
        display: inline-block;
        text-transform: uppercase;
        line-height: 25px;
        padding: 0 9px 0 11px;
    }

    #budget-planner-calculator .progress-labels .colorPreview {
        float: right;
        margin: 6px;
        width: 13px;
        height: 13px;
        -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25) inset;
        -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25) inset;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.25) inset;
    }

        #budget-planner-calculator .progress-labels .colorPreview div {
            width: 13px;
            height: 13px;
        }

    #budget-planner-calculator .progress-labels .progressLabel.sel .overlay {
        background: none;
    }

    #budget-planner-calculator .progress-labels .progressLabel.sel .labelText {
        color: #fff;
    }

    #budget-planner-calculator .progress-labels .progressLabel.sel .colorPreview div {
        background-color: #4D4D4F;
    }
/* Listing */
#budget-planner-calculator fieldset.theader .qmark {
    margin-left: 9px;
}

#budget-planner-calculator fieldset.theader .cost-padd {
    padding-left: 29px;
}
/* SIDEBAR :: Chart  */
#budget-planner-calculator .sidebar-chart {
    position: relative;
    display: none;
}

    #budget-planner-calculator .sidebar-chart .chart-title {
        font-size: 12px;
        text-transform: uppercase;
        padding: 10px 0 25px;
        text-align: center;
    }

    #budget-planner-calculator .sidebar-chart .chart-container {
        margin: 0;
        height: auto;
    }

        #budget-planner-calculator .sidebar-chart .chart-container .chart {
            float: none;
            margin: 0 auto;
        }

            #budget-planner-calculator .sidebar-chart .chart-container .chart .arrow {
                bottom: -83px;
                height: 120px;
                width: 80px;
            }

        #budget-planner-calculator .sidebar-chart .chart-container .plu-label {
            text-align: center;
            padding: 60px 0 40px;
            margin: auto;
            max-width: 150px;
        }
/* Capital Outlay */
#capital-outlay-calculator .main-sidebar .gray-box {
    margin-top: 10px;
}

#capital-outlay-calculator .multiselect {
    padding-top: 3px;
    padding-bottom: 3px;
}

#capital-outlay-calculator .multiSelectCapitalLabel {
    color: #FFFFFF;
    display: block;
    font-weight: normal;
    margin: 0;
    text-align: left;
    text-transform: uppercase;
}

#capital-outlay-calculator .multiSelectCapital {
    margin: 2px !important;
}

.capital-outlay-save,
.capital-outlay-save:hover,
.capital-outlay-borrow,
.capital-outlay-borrow:hover,
.capital-outlay-money,
.capital-outlay-money:hover {
    display: block;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin: 10px 0;
    text-decoration: none;
}

    .capital-outlay-save span {
        display: block;
        height: 59px;
        margin-bottom: 15px;
        background: url(../img/capital-outlay-save.png) center 0 no-repeat;
        background-position: center 0px;
    }

    .capital-outlay-save.active span {
        background-position: center -59px;
    }

    .capital-outlay-borrow span {
        display: block;
        height: 64px;
        margin-bottom: 10px;
        background: url(../img/capital-outlay-borrow.png) center 0 no-repeat;
        background-position: center 0px;
    }

    .capital-outlay-borrow.active span {
        background-position: center -64px;
    }

    .capital-outlay-money span {
        display: block;
        height: 67px;
        line-height: 67px;
        margin-bottom: 7px;
        background: url(../img/capital-outlay-money.png) center 0 no-repeat;
        background-position: center 0px;
    }

    .capital-outlay-money.active span {
        background-position: center -67px;
        color: #7F6631;
    }

#capital-outlay-calculator .the-date-label {
    line-height: 40px;
    font-size: 17px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

#capital-outlay-calculator .your-income-number {
    color: #ffffff;
    padding: 9px;
}
/* Mortgage specific */
#mortgage-calculator .topic-selectors {
    position: relative;
    min-height: 100px;
    margin: 20px 0;
}

#mortgage-calculator .topic.topic-2,
#mortgage-calculator .topic.topic-3 {
    display: none;
}

#mortgage-calculator fieldset .just-text {
    padding: 0;
}

#mortgage-calculator fieldset .b-is-red {
    margin-top: -6px;
    margin-bottom: -6px;
}

    #mortgage-calculator fieldset .b-is-red b {
        color: #F16659;
        padding-top: 3px;
        line-height: 11px;
        white-space: nowrap;
        display: block;
    }

#mortgage-calculator .slide2-or-label {
    color: #fff;
    font-size: 28px;
    text-align: center;
    line-height: 100px;
}

#mortgage-calculator #mortgageBuyAlone img {
    max-width: 100%;
}

#mortgage-calculator .ladder {
    position: absolute;
    top: 10px;
    left: 15%;
    width: 70%;
    height: 50px;
    z-index: 2;
}

#mortgage-calculator .topic-icon {
    position: relative;
    width: 100px;
    height: 70px;
    cursor: pointer;
    text-align: center;
    margin: 0 auto;
}

    #mortgage-calculator .topic-icon img {
        width: 73px;
        height: 70px;
    }

        #mortgage-calculator .topic-icon img:first-child {
            margin-left: 1px;
            margin-top: 1px;
        }

        #mortgage-calculator .topic-icon img.selected-state {
            display: none;
        }

    #mortgage-calculator .topic-icon .icon-label {
        padding-top: 5px;
        text-transform: uppercase;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
    }

    #mortgage-calculator .topic-icon.active img {
        display: none;
    }

        #mortgage-calculator .topic-icon.active img.selected-state {
            display: inline;
        }

    #mortgage-calculator .topic-icon.topic-1 {
        z-index: 5;
    }

    #mortgage-calculator .topic-icon.topic-2 {
        z-index: 6;
    }

    #mortgage-calculator .topic-icon.topic-3 {
        z-index: 1;
    }

#mortgage-calculator .main-sidebar .slide5-buyer-type {
    margin-bottom: 9px;
    text-align: center;
}

    #mortgage-calculator .main-sidebar .slide5-buyer-type img {
        display: inline-block;
        padding-right: 15px;
        height: 25px;
    }

#mortgage-calculator .Slide4Sidebar,
#mortgage-calculator .Slide5Sidebar {
    margin: 9px 0;
}

@media only screen and (max-width: 991px) {
    #mortgage-calculator .slide2-or-label {
        line-height: 1.4em;
    }
}

@media (max-width: 769px) {
    #mortgage-calculator .ladder {
        left: -60px;
        top: 190px;
        width: 220px;
        height: 40px;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transform-origin: 0 0 0 50%;
        -moz-transform-origin: 0 0 0 50%;
        -ms-transform-origin: 0 0 0 50%;
        -o-transform-origin: 0 0 0 50%;
        transform-origin: 0 0 0 50%;
    }

    #mortgage-calculator .topic-icon {
        clear: both;
        position: relative;
        width: auto;
        margin: 20px 0;
        height: 90px;
        text-align: left;
    }

        #mortgage-calculator .topic-icon img {
            float: left;
            width: auto;
            margin-right: 30px;
            height: 90px;
        }

        #mortgage-calculator .topic-icon .icon-label {
            display: table-cell;
            vertical-align: middle;
            height: 80px;
            font-size: 24px;
        }
}


/* Clientworkflow specific */

#clientWorkflow-calculator .topic-selectors {
    position: relative;
    min-height: 100px;
    margin: 20px 0;
    /*justify-content: space-around;*/
}

#clientWorkflow-calculator .topic.topic-2,
#clientWorkflow-calculator .topic.topic-3 {
    display: none;
}

#clientWorkflow-calculator fieldset .just-text {
    padding: 0;
}

#clientWorkflow-calculator fieldset .b-is-red {
    margin-top: -6px;
    margin-bottom: -6px;
}

    #clientWorkflow-calculator fieldset .b-is-red b {
        color: #F16659;
        padding-top: 3px;
        line-height: 11px;
        white-space: nowrap;
        display: block;
    }

#clientWorkflow-calculator .slide2-or-label {
    color: #fff;
    font-size: 28px;
    text-align: center;
    line-height: 100px;
}

#clientWorkflow-calculator #mortgageBuyAlone img {
    max-width: 100%;
}

#clientWorkflow-calculator .ladder {
    position: absolute;
    top: 10px;
    left: 15%;
    width: 70%;
    height: 50px;
    z-index: 2;
}

#clientWorkflow-calculator .topic-icon {
    position: relative;
    width: 100px;
    height: 70px;
    cursor: pointer;
    text-align: center;
    margin: 0 auto;
}

    #clientWorkflow-calculator .topic-icon img {
        width: 73px;
        height: 70px;
    }

        #clientWorkflow-calculator .topic-icon img:first-child {
            margin-left: 1px;
            margin-top: 1px;
        }

        #clientWorkflow-calculator .topic-icon img.selected-state {
            display: none;
        }

    #clientWorkflow-calculator .topic-icon .icon-label {
        padding-top: 5px;
        text-transform: uppercase;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
    }

    #clientWorkflow-calculator .topic-icon.active img {
        display: none;
    }

        #clientWorkflow-calculator .topic-icon.active img.selected-state {
            display: inline;
        }

    #clientWorkflow-calculator .topic-icon.topic-1 {
        z-index: 5;
    }

    #clientWorkflow-calculator .topic-icon.topic-2 {
        z-index: 6;
    }

    #clientWorkflow-calculator .topic-icon.topic-3 {
        z-index: 1;
    }

#clientWorkflow-calculator .main-sidebar .slide5-buyer-type {
    margin-bottom: 9px;
    text-align: center;
}

    #clientWorkflow-calculator .main-sidebar .slide5-buyer-type img {
        display: inline-block;
        padding-right: 15px;
        height: 25px;
    }

#clientWorkflow-calculator .Slide4Sidebar,
#clientWorkflow-calculator .Slide5Sidebar {
    margin: 9px 0;
}

@media only screen and (max-width: 991px) {

    #clientWorkflow-calculator .slide2-or-label {
        line-height: 1.4em;
    }
}

@media (max-width: 769px) {

    #clientWorkflow-calculator .ladder {
        left: -60px;
        top: 190px;
        width: 220px;
        height: 40px;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transform-origin: 0 0 0 50%;
        -moz-transform-origin: 0 0 0 50%;
        -ms-transform-origin: 0 0 0 50%;
        -o-transform-origin: 0 0 0 50%;
        transform-origin: 0 0 0 50%;
    }

    #clientWorkflow-calculator .topic-icon {
        clear: both;
        position: relative;
        width: auto;
        margin: 20px 0;
        height: 90px;
        text-align: left;
    }

        #clientWorkflow-calculator .topic-icon img {
            float: left;
            width: auto;
            margin-right: 30px;
            height: 90px;
        }

        #clientWorkflow-calculator .topic-icon .icon-label {
            display: table-cell;
            vertical-align: middle;
            height: 80px;
            font-size: 24px;
        }
}

/* Tool Centre Page */
#tool-centre-page .page-brief h2 {
    position: relative;
    z-index: 0;
}

    #tool-centre-page .page-brief h2 a {
        height: 11px;
        width: 11px;
        position: absolute;
        top: 50%;
        margin-top: -5px;
        right: 11px;
        text-align: center;
        line-height: 11px;
    }

        #tool-centre-page .page-brief h2 a img {
            display: none;
            max-height: 11px;
            max-width: 11px;
            vertical-align: middle;
            margin: 0 3px;
        }

            #tool-centre-page .page-brief h2 a img.expanded {
                margin: 3px 0;
                display: block;
            }

@media screen and (min-width: 770px) {
    #tool-centre-page .page-brief .brief-content {
        display: block !important;
    }

    #dashboard-carousel p {
        width: 185px;
    }
}

@media screen and (max-width: 769px) {
    #tool-centre-page .page-brief {
        padding: 0;
    }

        #tool-centre-page .page-brief h2 {
            padding: 4px 0;
            cursor: pointer;
        }

            #tool-centre-page .page-brief h2 span {
                display: none;
            }

        #tool-centre-page .page-brief .brief-content {
            background: #f4f4f4;
            margin: 0 -9px;
            padding: 15px 15px 5px;
            -webkit-box-shadow: inset 0 4px 4px -4px #aaa, inset 0 -4px 4px -4px #aaa;
            -moz-box-shadow: inset 0 4px 4px -4px #aaa, inset 0 -4px 4px -4px #aaa;
            box-shadow: inset 0 4px 4px -4px #aaa, inset 0 -4px 4px -4px #aaa;
        }

    #tool-centre-page .sraccordion {
        margin: 5px -4px 0;
        padding: 5px;
        background: #F6F6F6;
    }

        #tool-centre-page .sraccordion .sraccordion-item {
            margin-bottom: 5px;
        }

    #tool-centre-page .row-contents {
        padding: 5px;
    }

        #tool-centre-page .row-contents .brief {
            padding: 4px 9px;
        }

        #tool-centre-page .row-contents .inner-box {
            padding: 0 5px;
        }

    #tool-centre-page .sraccordion fieldset {
        margin: 5px 0;
        padding: 0 10px;
    }

        #tool-centre-page .sraccordion fieldset .chevron-right {
            margin-right: -10px;
        }

    #tool-centre-page .chevron-right > span {
        text-align: right;
        padding-right: 28px;
    }

    #tool-centre-page .toolAMiddle {
        vertical-align: middle;
    }
}
/* The Vault widget */
.tool-centre-vault {
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1) inset;
    margin-top: 9px;
}

    .tool-centre-vault .stripes3 {
        position: absolute;
        z-index: 5;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }

    .tool-centre-vault h2 {
        position: relative;
        z-index: 6;
        font-size: 26px;
        font-weight: normal;
        text-align: center;
        margin: 0;
        padding: 5px;
    }

    .tool-centre-vault .my-vault-container {
        padding-bottom: 10px;
    }

    .tool-centre-vault .my-vault {
        position: relative;
        margin-bottom: 20px;
    }

        .tool-centre-vault .my-vault .my-vault-bg {
            position: relative;
            z-index: 1;
            border-width: 5px;
            border-style: solid;
            width: 76%;
            left: 12%;
        }

        .tool-centre-vault .my-vault .my-vault-door {
            position: absolute;
            top: -1%;
            left: 5.5%;
            width: 6%;
            height: 102%;
        }

            .tool-centre-vault .my-vault .my-vault-door .d1 {
                position: absolute;
                top: 0;
                right: 0;
                width: 80%;
                height: 100%;
            }

            .tool-centre-vault .my-vault .my-vault-door .d2 {
                position: absolute;
                top: 25%;
                left: 10%;
                width: 90%;
                height: 50%;
                border-radius: 5%;
            }

            .tool-centre-vault .my-vault .my-vault-door .d3 {
                position: absolute;
                top: 45%;
                left: 0;
                width: 100%;
                height: 10%;
                border-radius: 10%;
            }

        .tool-centre-vault .my-vault .subtitle {
            position: absolute;
            z-index: 8;
            top: 17%;
            width: 100%;
            color: #666;
            font-size: 12px;
            text-align: center;
            -webkit-opacity: 0.25;
            -moz-opacity: 0.25;
            opacity: 0.25;
            filter: alpha(opacity=25);
        }

        .tool-centre-vault .my-vault .content {
            position: absolute;
            z-index: 8;
            top: 30%;
            left: 15%;
            width: 70%;
            background: #fff;
            padding: 18px 9px;
        }

    .tool-centre-vault .btn-block {
        position: relative;
        z-index: 10;
        height: auto;
        margin-top: 1px;
    }
/* Action Plan */
.toolCentreActionPlan h2 {
    font-size: 18px;
    margin-top: 0;
}

.toolCentreActionPlan .gray-box {
    padding-top: 0;
    padding-bottom: 0;
}

    .toolCentreActionPlan .gray-box label.first {
        padding-left: 15px;
    }

.toolCentreActionPlan fieldset .no {
    position: absolute;
    display: block;
    width: 55px;
    height: 45px;
    line-height: 45px;
    margin: 5px 15px 5px 0;
    padding-right: 5px;
    text-align: right;
    color: #fff;
    font-size: 21px;
    white-space: nowrap;
}

.toolCentreActionPlan fieldset .task-name {
    height: 55px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 70px;
}

.toolCentreActionPlan fieldset .new-task-name {
    width: 100%;
    height: 55px;
    padding: 10px 0 10px 70px;
}

    .toolCentreActionPlan fieldset .new-task-name input {
        width: 100%;
        height: 35px;
    }

.toolCentreActionPlan fieldset .cal {
    margin-top: 6px;
    width: 100%;
}

.toolCentreActionPlan .cal-with-yepnope {
    position: relative;
    display: block;
}

.toolCentreActionPlan .yepnope-zone {
    position: absolute;
    top: -6px;
    left: -5px;
    bottom: -9px;
    right: -5px;
    z-index: 100;
    color: #fff;
    font-size: 12px;
    padding: 9px;
}

    .toolCentreActionPlan .yepnope-zone .col-3 {
        white-space: nowrap;
    }

.toolCentreActionPlan .options-zone {
    padding-top: 17px;
}

    .toolCentreActionPlan .options-zone .remove.x {
        padding: 0;
        height: 25px;
        line-height: 25px;
    }

    .toolCentreActionPlan .options-zone .hidden-xs .add-task {
        margin-top: -7px;
    }

.toolCentreActionPlan .visible-template,
.toolCentreActionPlan .template .hidden-template,
.toolCentreActionPlan .template .task-name {
    display: none;
}

.toolCentreActionPlan .hidden-template,
.toolCentreActionPlan .template .visible-template {
    display: block;
}

@media only screen and (max-width: 769px) {
    .toolCentreActionPlan fieldset {
        padding: 15px 0 0;
    }

    .toolCentreActionPlan .cal-zone {
        padding: 0 15px 15px;
    }

    .toolCentreActionPlan .options-zone .col-12 {
        padding-bottom: 15px;
    }

    .toolCentreActionPlan .options-zone span.visible-xs {
        float: left;
        line-height: 22px;
        padding-right: 15px;
    }

    .toolCentreActionPlan .options-zone .btn {
        float: right;
    }

    .toolCentreActionPlan .yepnope-zone {
        top: -15px;
        left: -15px;
        bottom: -15px;
        right: -15px;
        padding: 15px;
    }
}
/* PROVIDERS PAGE */
#providers-page .page-brief h2 {
    position: relative;
    z-index: 0;
    padding: 9px 0;
    line-height: 30px;
}

    #providers-page .page-brief h2 a {
        height: 11px;
        width: 11px;
        position: absolute;
        top: 50%;
        margin-top: -5px;
        right: 11px;
        text-align: center;
        line-height: 11px;
    }

        #providers-page .page-brief h2 a img {
            display: none;
            max-height: 11px;
            max-width: 11px;
            vertical-align: middle;
            margin: 0 3px;
        }

            #providers-page .page-brief h2 a img.expanded {
                margin: 3px 0;
                display: block;
            }

@media screen and (min-width: 770px) {
    #providers-page .page-brief .brief-content {
        display: block !important;
    }
}

#providers-page .v-middle {
    padding-top: 12px;
    padding-left: 3px;
}

#providers-page .filters {
    position: relative;
}

    #providers-page .filters .loader {
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #ffffff;
        /* The Fallback */
        background: rgba(255, 255, 255, 0.8);
    }

        #providers-page .filters .loader img {
            position: absolute;
            top: 50%;
            left: 50%;
            margin-top: -12px;
            margin-left: -12px;
            padding: 0;
        }

#providers-page .select-holder.product-type {
    margin-bottom: 10px;
}
/* Sidebar :: PROVIDERS PAGE */
#providers-page .theader {
    margin-bottom: 0;
}

#providers-page .main-sidebar .gray-box {
    margin-top: 9px;
    padding: 15px;
}

#providers-page .main-sidebar h3 {
    font-size: 12px;
    font-weight: normal;
    margin: 3px 0 12px;
}

#providers-page .main-sidebar .filter-ratings label {
    clear: both;
    display: block;
    padding: 5px;
    height: 30px;
}

    #providers-page .main-sidebar .filter-ratings label input.prodRating {
        float: left;
        margin-right: 15px;
    }

#providers-page .main-sidebar .filter-products label {
    display: block;
    position: relative;
    min-height: 24px;
    margin-bottom: 1px;
}

    #providers-page .main-sidebar .filter-products label input {
        position: absolute;
        top: 50%;
        margin: -7px 10px 0;
    }

    #providers-page .main-sidebar .filter-products label span {
        display: block;
        margin-left: 35px;
        line-height: 12px;
        padding: 6px 12px;
        text-transform: uppercase;
        font-weight: normal;
        background: #fff;
        font-size: 11px;
    }
/* Providers list :: PROVIDERS PAGE */
#providers-page #results fieldset .no {
    position: absolute;
    display: block;
    width: 55px;
    height: 25px;
    line-height: 25px;
    margin: 5px 0;
    padding-right: 5px;
    text-align: right;
    color: #fff;
    font-size: 21px;
    white-space: nowrap;
}

#providers-page #results fieldset .icon {
    position: absolute;
    top: 0;
    left: 70px;
    display: block;
    width: 80px;
    height: 29px;
    line-height: 29px;
    margin: 3px 0;
    text-align: center;
}

    #providers-page #results fieldset .icon img {
        max-width: 100%;
        max-height: 100%;
    }

#providers-page #results fieldset .provider-name {
    height: 35px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 150px;
}

#providers-page #results .rateit {
    margin-top: 5px;
}

#providers-page #results .ratings-count {
    line-height: 35px;
    text-align: center;
    white-space: normal;
}

#providers-page #results .expand-control {
    display: block;
    line-height: 30px;
    height: 35px;
    text-align: center;
}

#providers-page #results img.expanded,
#providers-page #results img.collapsed {
    max-width: 11px;
    max-height: 11px;
}

#providers-page #results img.expanded,
#providers-page #results fieldset.expanded img.collapsed {
    display: none;
}

#providers-page #results img.collapsed,
#providers-page #results fieldset.expanded img.expanded {
    display: inline;
}

#providers-page #results .products {
    display: none;
    padding: 0 25px 20px;
}

    #providers-page #results .products h4 {
        margin: 10px 0 20px;
    }

    #providers-page #results .products .shadow {
        position: relative;
        height: 12px;
        overflow: hidden;
    }

        #providers-page #results .products .shadow:before {
            display: block;
            content: "";
            position: absolute;
            height: 30px;
            bottom: 100%;
            left: 20px;
            right: 20px;
            -webkit-border-radius: 100px 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
            -webkit-box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.3);
            -moz-box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.3);
            box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.3);
        }

    #providers-page #results .products .row {
        margin: 0;
        border-bottom: 1px solid #fff;
    }

        #providers-page #results .products .row div {
            border-right: 1px solid #fff;
            padding: 5px 15px;
        }

@media screen and (max-width: 769px) {
    #providers-page .page-brief {
        padding: 0;
    }

        #providers-page .page-brief h2 {
            padding: 4px 0;
            line-height: 1.1em;
            cursor: pointer;
        }

            #providers-page .page-brief h2 span {
                display: none;
            }

        #providers-page .page-brief .brief-content {
            background: #f4f4f4;
            margin: 0 -9px;
            padding: 15px;
            -webkit-box-shadow: inset 0 8px 8px -8px #aaaaaa, inset 0 -8px 8px -8px #aaaaaa;
            -moz-box-shadow: inset 0 8px 8px -8px #aaaaaa, inset 0 -8px 8px -8px #aaaaaa;
            box-shadow: inset 0 4px 4px -4px #aaaaaa, inset 0 -4px 4px -4px #aaaaaa;
        }

        #providers-page .page-brief.visible-xs .brief-content {
            padding: 5px;
        }

            #providers-page .page-brief.visible-xs .brief-content .white-box {
                padding: 9px;
                margin: 5px 0;
            }

                #providers-page .page-brief.visible-xs .brief-content .white-box h5 {
                    margin-top: 0;
                }

    #providers-page #results {
        background: #f4f4f4;
        margin: 0 -9px;
        padding: 0 9px 9px;
    }

        #providers-page #results fieldset .icon {
            left: 40px;
        }

        #providers-page #results fieldset .ratings-count {
            overflow: hidden;
            padding: 0;
        }

        #providers-page #results fieldset .provider-name {
            padding-left: 70px;
        }
}

@media only screen and (max-width: 991px) {
    #providers-page #results fieldset .ratings-count span {
        display: none;
    }
}
/* Vault page */
#vault-page .page-brief h2 {
    position: relative;
    z-index: 0;
    padding: 9px 0;
    line-height: 30px;
}

    #vault-page .page-brief h2 a {
        height: 11px;
        width: 11px;
        position: absolute;
        top: 50%;
        margin-top: -5px;
        right: 6px;
        text-align: center;
        line-height: 11px;
    }

        #vault-page .page-brief h2 a img {
            display: none;
            max-height: 11px;
            max-width: 11px;
            vertical-align: middle;
            margin: 0 3px;
        }

            #vault-page .page-brief h2 a img.expanded {
                margin: 3px 0;
                display: block;
            }

@media screen and (min-width: 770px) {
    #vault-page .page-brief .brief-content {
        display: block !important;
    }
}

#vault-page .page-brief .btn {
    position: relative;
    z-index: 1;
    margin-top: 7px;
    margin-right: 9px;
}

#vault-page .page-brief .reasons {
    padding: 6px 13px 0;
}

    #vault-page .page-brief .reasons div {
        position: relative;
        margin: 10px 0;
        color: #333;
    }

    #vault-page .page-brief .reasons span {
        position: absolute;
        top: 50%;
        margin-top: -12px;
        height: 24px;
        line-height: 24px;
        font-size: 16px;
    }

    #vault-page .page-brief .reasons p {
        display: table-cell;
        vertical-align: middle;
        padding-left: 36px;
        height: 24px;
        font-size: 11px;
        line-height: 12px;
    }

#vault-page fieldset.theader {
    margin-bottom: 0;
}

    #vault-page fieldset.theader .first {
        padding-left: 112px;
    }

    #vault-page fieldset.theader label {
        cursor: pointer;
    }

    #vault-page fieldset.theader img {
        display: none;
        padding: 4px 6px;
        vertical-align: top;
    }

#vault-page .sraccordion .row-contents {
    padding: 0;
}

#vault-page fieldset {
    position: relative;
}

    #vault-page fieldset.more {
        display: none;
    }

#vault-page .btn-block {
    margin: 5px 0;
}

#vault-page fieldset .options {
    float: left;
    width: 112px;
    padding: 7px 0 0 12px;
    line-height: 21px;
}

    #vault-page fieldset .options a {
        float: left;
        margin-right: 12px;
        padding: 0;
    }

        #vault-page fieldset .options a.remove.x {
            height: 21px;
        }

#vault-page fieldset .more-info {
    position: relative;
    background: #f6f6f6;
    margin: 0 9px 9px;
}

    #vault-page fieldset .more-info img {
        position: absolute;
        top: 12px;
        left: 34px;
    }

    #vault-page fieldset .more-info .btn {
        position: absolute;
        top: 14px;
        right: 12px;
    }

    #vault-page fieldset .more-info .description {
        display: table-cell;
        height: 63px;
        padding: 9px 160px 9px 103px;
        vertical-align: middle;
    }

#vault-page .inactive {
    position: relative;
}

    #vault-page .inactive fieldset {
        -webkit-opacity: 0.25;
        -moz-opacity: 0.25;
        opacity: 0.25;
        filter: alpha(opacity=25);
    }

    #vault-page .inactive .holder {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -60px;
        margin-left: -120px;
    }

        #vault-page .inactive .holder div {
            position: relative;
            z-index: 2;
            display: block;
            text-align: center;
            font-size: 13px;
            background: #fff;
            width: 240px;
            height: 120px;
            padding: 18px;
        }

        #vault-page .inactive .holder:before,
        #vault-page .inactive .holder:after {
            z-index: 1;
            position: absolute;
            content: "";
            bottom: 15px;
            left: 3%;
            width: 47%;
            top: 75%;
            -webkit-box-shadow: 0 20px 10px #888888;
            -moz-box-shadow: 0 20px 10px #888888;
            box-shadow: 0 20px 10px #888888;
            -webkit-transform: rotate(-3deg);
            -moz-transform: rotate(-3deg);
            -ms-transform: rotate(-3deg);
            -o-transform: rotate(-3deg);
            transform: rotate(-3deg);
        }

        #vault-page .inactive .holder:after {
            -webkit-transform: rotate(3deg);
            -moz-transform: rotate(3deg);
            -ms-transform: rotate(3deg);
            -o-transform: rotate(3deg);
            transform: rotate(3deg);
            right: 3%;
            left: auto;
        }

#vault-page .form-zone {
    padding: 0 9px;
}

    #vault-page .form-zone fieldset {
        padding: 9px;
    }

    #vault-page .form-zone textarea {
        height: 34px;
        resize: none;
    }

    #vault-page .form-zone .cal {
        margin-top: -3px;
    }

    #vault-page .form-zone .remove.x {
        height: 34px;
    }

@media screen and (min-width: 770px) {
    #vault-page .sraccordion .row-contents .inner-box {
        background: #f6f6f6;
        background: transparent;
        padding: 0;
    }
}

@media screen and (max-width: 769px) {
    #vault-page .page-brief {
        padding: 0;
    }

        #vault-page .page-brief h2 {
            padding: 4px 22px 4px 0;
            line-height: 1.1em;
            cursor: pointer;
        }

            #vault-page .page-brief h2 span {
                display: none;
            }

        #vault-page .page-brief .brief-content {
            background: #f4f4f4;
            margin: 0 -9px;
            padding: 15px 15px 5px;
            -webkit-box-shadow: inset 0 4px 4px -4px #aaa, inset 0 -4px 4px -4px #aaa;
            -moz-box-shadow: inset 0 4px 4px -4px #aaa, inset 0 -4px 4px -4px #aaa;
            box-shadow: inset 0 4px 4px -4px #aaa, inset 0 -4px 4px -4px #aaa;
        }

        #vault-page .page-brief .reasons {
            padding: 0px;
        }

    #vault-page fieldset .more-info {
        background: #fff;
        margin: 0;
    }

        #vault-page fieldset .more-info img {
            left: 12px;
        }

    #vault-page #vaultDocumentsContainer {
        margin: 0 -9px;
        border: 5px solid #f6f6f6;
        padding: 0 5px;
        background: #fff;
    }

        #vault-page #vaultDocumentsContainer .showMore img {
            display: none;
        }

    #vault-page .sraccordion .uploadNewFile {
        margin-top: 10px;
        margin-bottom: 15px;
    }

    #vault-page .sraccordion .sraccordion-item {
        margin-bottom: 0;
    }

    #vault-page .sraccordion .row-contents .inner-box {
        padding: 0 5px;
        margin-bottom: 5px;
    }

    #vault-page .sraccordion fieldset {
        margin: 5px 0;
        padding: 0 9px 9px;
    }

        #vault-page .sraccordion fieldset .more-info .description {
            display: block;
            height: auto;
            padding: 63px 0 0;
        }

        #vault-page .sraccordion fieldset .options-xs {
            padding-top: 10px;
        }

            #vault-page .sraccordion fieldset .options-xs a,
            #vault-page .sraccordion fieldset .options-xs a:hover {
                margin: 0;
                text-decoration: none;
                font-weight: bold;
            }

            #vault-page .sraccordion fieldset .options-xs .v-middle,
            #vault-page fieldset .visible-xs .v-middle {
                height: 34px;
            }

            #vault-page .sraccordion fieldset .options-xs .btn-bull {
                margin-bottom: 4px;
            }

    #vault-page .form-zone {
        margin: 0 -9px;
    }

        #vault-page .form-zone textarea {
            height: 111px;
        }

    #vault-page .cal-zone {
        margin: 0 -9px;
        padding: 9px;
    }

    #vault-page .yepnope-zone {
        top: -9px;
        right: -9px;
        bottom: -9px;
        left: -9px;
        padding: 9px;
    }
}

.main-sidebar .story-so-far {
    line-height: 28px;
    padding: 10px 18px 0;
    font-size: 21px;
    color: #333;
}

.profile-snapshot {
    margin-top: 10px;
    padding: 0 9px;
    background: #f6f6f6;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .profile-snapshot h2 {
        padding: 9px 5px;
        margin: 0;
    }

    .profile-snapshot .age,
    .profile-snapshot .post-code,
    .profile-snapshot .salary,
    .profile-snapshot .dependents,
    .profile-snapshot .products,
    .profile-snapshot .household {
        background-color: #fff;
        padding: 0;
        height: 26px;
        line-height: 25px;
        font-size: 12px;
        text-transform: uppercase;
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
    }

    .profile-snapshot .age {
        border-right: 1px solid #E6E6E6;
        border-bottom: 1px solid #E6E6E6;
        display: inline-block;
        padding-left: 10px;
        cursor: pointer;
    }

    .profile-snapshot .post-code {
        border-bottom: 1px solid #E6E6E6;
        display: inline-block;
        padding-right: 10px;
    }

    .profile-snapshot .salary {
        border-right: 1px solid #E6E6E6;
        cursor: pointer;
    }

        .profile-snapshot .salary .salaryAmt,
        .color1 .salaryAmt,
        .stripes .salaryAmt {
            display: none;
        }

    .profile-snapshot .age .ageAmt,
    .color1 .ageAmt,
    .stripes .ageAmt {
        display: none;
    }

    .profile-snapshot .age span,
    .profile-snapshot .post-code span,
    .profile-snapshot .salary span,
    .profile-snapshot .dependents span {
        padding-left: 2px;
    }

    .profile-snapshot .button {
        height: 30px;
        line-height: 30px;
        padding-left: 36px;
        text-transform: uppercase;
        font-size: 10px;
        text-align: left;
        font-weight: bold;
        cursor: pointer;
        background-repeat: no-repeat;
    }

        .profile-snapshot .button.edit-icon-left {
            background-image: url(../img/Edit.png);
            background-position: 7px center;
        }

        .profile-snapshot .button span {
            display: table-cell;
            height: 30px;
            line-height: 9px;
            vertical-align: middle;
        }

    .profile-snapshot .completeness {
        height: 82px;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
    }

        .profile-snapshot .completeness .stripes {
            margin: 0 -9px;
        }

        .profile-snapshot .completeness .top,
        .profile-snapshot .completeness .bottom {
            height: 21px;
            line-height: 21px;
        }

        .profile-snapshot .completeness .top {
            font-size: 10px;
        }

        .profile-snapshot .completeness .bottom {
            font-weight: bold;
            font-size: 9px;
        }

        .profile-snapshot .completeness .chart {
            position: relative;
            display: inline-block;
            width: 40px;
            height: 40px;
            margin: 0 auto;
            text-align: center;
            background: url(../img/Profile-Complete-Circle.png) center no-repeat;
        }

            .profile-snapshot .completeness .chart canvas {
                position: absolute;
                top: 0;
                left: 0;
            }

        .profile-snapshot .completeness .percent {
            display: inline-block;
            line-height: 40px;
            z-index: 2;
            font-size: 11px;
            font-weight: bold;
            letter-spacing: -1px;
            color: #343638;
        }

            .profile-snapshot .completeness .percent:after {
                font-weight: normal;
                content: '%';
            }
/*@media only screen and (max-width: 769px) {
  .profile-snapshot .age {
	border-bottom: 0;
  }
  .profile-snapshot .post-code {
	border-right: 1px solid #E6E6E6;
	border-bottom: 0;
  }
  .profile-snapshot .salary {
	border-right: 0;
  }
}*/
.main-sidebar .latest-news {
    margin-top: 10px;
    padding: 0 10px 10px;
    background: #f6f6f6;
}

    .main-sidebar .latest-news h2 {
        padding: 9px 5px;
        margin: 0;
    }

    .main-sidebar .latest-news .item {
        display: block;
        padding-left: 18px;
        margin: 0 -5px 7px -5px;
        border: 1px solid #e6e6e6;
        background: #cccccc 4px 5px no-repeat;
    }

        .main-sidebar .latest-news .item:hover {
            text-decoration: none;
        }

    .main-sidebar .latest-news .content {
        position: relative;
        height: 80px;
        padding: 3px;
        background: #fff;
        font-size: 10px;
        color: #666666;
    }

        .main-sidebar .latest-news .content span {
            display: block;
            height: 30px;
            background-repeat: no-repeat;
            background-position: center center;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
        }

        .main-sidebar .latest-news .content b {
            display: block;
            font-size: 11px;
            line-height: 1em;
            margin: 5px 2px;
            height: 23px;
            overflow: hidden;
        }

        .main-sidebar .latest-news .content font {
            display: block;
            line-height: 1em;
            padding: 0 2px;
        }

    .main-sidebar .latest-news .item.category-search {
        background-image: url(../img/Q-icon.png);
    }

    .main-sidebar .latest-news .item.category-news {
        background-image: url(../img/Article-Icon.png);
    }

    .main-sidebar .latest-news .btn-mobile-anchor {
        margin: 0 -5px;
    }

@media only screen and (max-width: 769px) {
    .main-sidebar .latest-news {
        margin: -10px -9px 0;
        padding: 0 20px 10px;
    }

        .main-sidebar .latest-news h2 {
            text-align: center;
        }

        .main-sidebar .latest-news .item {
            padding-left: 0;
        }

        .main-sidebar .latest-news .btn-mobile-anchor {
            margin: 0 -9px;
        }
}

@media only screen and (max-width: 769px) {
    .main-sidebar #dashboardLifeEventsContainer {
        margin: -10px -9px 0;
    }

        .main-sidebar #dashboardLifeEventsContainer .reminders-widget {
            margin: 0;
        }

        .main-sidebar #dashboardLifeEventsContainer h2 {
            text-align: center;
        }
}

.related-articles {
    font-size: 11px;
    text-transform: uppercase;
}

    .related-articles .links {
        padding: 12px;
    }

        .related-articles .links a {
            display: block;
            margin-top: 1px;
            padding: 4px 9px;
            font-weight: bold;
        }

            .related-articles .links a span {
                background-image: url("../img/White-Chevron-Right.png");
                background-position: right center;
                background-repeat: no-repeat;
                display: block;
                line-height: 1em;
                padding: 5px 25px 5px 5px;
            }
/* PROFILE POPUP */
#profile-popup .loader {
    padding: 15px;
}

.profile-popup {
    padding: 0 9px;
}

    .profile-popup .profile-content {
        background: #f6f6f6;
        border-right: 1px solid #EAEAEA;
        padding: 9px;
    }

    .profile-popup .profile-sidebar {
        padding: 9px;
    }

    .profile-popup .sraccordion .row-contents .inner-box {
        background-color: #ccc;
        padding: 1px;
    }

@media only screen and (max-width: 769px) {
    .profile-popup .profile-content {
        background: #fff;
        border-right: none;
        padding-bottom: 0;
    }

    .profile-popup .profile-sidebar {
        padding-top: 0;
    }

    .sraccordion .title-row.profile-sraccordion .title-status-icon .wrapper {
        position: absolute;
        right: 20px;
    }

    .sraccordion .title-row.profile-sraccordion .title-icon img {
        width: auto;
        margin: auto;
        text-align: left;
        max-height: 30px;
    }

    .sraccordion .title-row.profile-sraccordion .font2 {
        display: block;
        font-size: 12px;
        margin-left: -5px;
    }
}
/* ELEMENTS */
.profile-popup h2 {
    padding: 0 9px;
    white-space: nowrap;
}

.profile-popup .short-desc {
    padding: 9px;
}

.profile-popup .section-brief {
    padding-top: 9px;
}

    .profile-popup .section-brief h2 .qmark {
        margin-left: 10px;
    }

    .profile-popup .section-brief p {
        padding: 0 9px;
    }

@media only screen and (max-width: 769px) {
    .profile-popup .short-desc {
        background: #f6f6f6;
        margin-top: 9px;
    }

    .profile-popup .section-brief {
        background: #f6f6f6;
        border-top: 1px solid #E6E6E6;
        margin: 0 -9px;
        padding: 9px 18px;
    }

        .profile-popup .section-brief h2 {
            position: relative;
            text-align: center;
            margin: 0;
        }

        .profile-popup .section-brief p {
            padding: 9px 9px 0;
            margin: 0;
        }

        .profile-popup .section-brief h2 .qmark {
            position: absolute;
            right: 0;
        }

    .profile-popup .btn-mobile-anchor {
        margin: 0 -9px;
    }
}
/* PROFILE SNAPSHOT */
.profile-popup .profile-snapshot {
    margin-bottom: 9px;
}

    .profile-popup .profile-snapshot .qmark {
        margin-top: 3px;
    }

    .profile-popup .profile-snapshot .age {
        border-bottom: 0;
    }

    .profile-popup .profile-snapshot .post-code {
        border-right: 1px solid #E6E6E6;
        border-bottom: 0;
    }

    .profile-popup .profile-snapshot .salary {
        border-right: 0;
    }

    .profile-popup .profile-snapshot .dependents {
        border-bottom: 0;
        border-right: 1px solid #E6E6E6;
    }

    .profile-popup .profile-snapshot .products {
        border-right: 1px solid #E6E6E6;
        border-bottom: 0;
    }

    .profile-popup .profile-snapshot .household {
        border-right: 0;
    }

    .profile-popup .profile-snapshot .button {
        padding-left: 15px;
        padding-right: 11px;
        font-size: 11px;
        background-position: right 1px top 0;
        height: 26px;
        line-height: 23px;
        font-weight: bold;
        font-family: Verdana;
    }

    .profile-popup .profile-snapshot .dataDisplay {
        text-align: center;
    }

        .profile-popup .profile-snapshot .dataDisplay span {
            display: inline;
        }

@media only screen and (max-width: 769px) {
    .profile-popup .profile-snapshot {
        margin: 0;
    }

        .profile-popup .profile-snapshot .post-code span,
        .profile-popup .profile-snapshot .age span,
        .profile-popup .profile-snapshot .salary span,
        .profile-popup .profile-snapshot .products span,
        .profile-popup .profile-snapshot .dependents span,
        .profile-popup .profile-snapshot .household span {
            text-align: center !important;
        }

        .profile-popup .profile-snapshot .post-code,
        .profile-popup .profile-snapshot .age,
        .profile-popup .profile-snapshot .salary,
        .profile-popup .profile-snapshot .products,
        .profile-popup .profile-snapshot .dependents,
        .profile-popup .profile-snapshot .household {
            height: 46px !important;
            overflow: hidden !important;
            text-align: center;
        }
}
/* COMPLETENESS */
.profile-popup .profile-sidebar .profile-complete {
    position: relative;
    z-index: 0;
    margin: 15px 0 24px 0;
}

    .profile-popup .profile-sidebar .profile-complete:before,
    .profile-popup .profile-sidebar .profile-complete:after {
        z-index: -1;
        position: absolute;
        content: "";
        bottom: 30px;
        left: 3%;
        width: 47%;
        top: 75%;
        -webkit-box-shadow: 0 20px 10px #888888;
        -moz-box-shadow: 0 20px 10px #888888;
        box-shadow: 0 20px 10px #888888;
        -webkit-transform: rotate(-3deg);
        -moz-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
        -o-transform: rotate(-3deg);
        transform: rotate(-3deg);
    }

    .profile-popup .profile-sidebar .profile-complete:after {
        -webkit-transform: rotate(3deg);
        -moz-transform: rotate(3deg);
        -ms-transform: rotate(3deg);
        -o-transform: rotate(3deg);
        transform: rotate(3deg);
        right: 3%;
        left: auto;
    }

.profile-popup .profile-complete .completeness {
    position: relative;
    height: 65px;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2) inset;
}

.profile-popup .profile-complete .label-profile,
.profile-popup .profile-complete .label-complete,
.profile-popup .profile-complete .chart {
    position: absolute;
    top: 50%;
    font-size: 14px;
    text-transform: uppercase;
    width: 31%;
    text-align: center !important;
}

.profile-popup .profile-complete .chart {
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -55px;
    margin-top: -50px;
    background: url(../img/Circle-100.png) center center no-repeat;
}

    .profile-popup .profile-complete .chart.profilePopChart {
        left: 50%;
        width: 40px;
        height: 40px;
        margin-left: -25px;
        margin-top: -21px;
        background: url(../img/Profile-Complete-Circle.png) center center no-repeat;
    }

    .profile-popup .profile-complete .chart#xsProfilePopChart {
        background: url("../img/Circle-60.png") center center no-repeat;
        height: 60px;
        width: 60px;
        margin-left: -35px;
        margin-top: -30px;
    }

    .profile-popup .profile-complete .chart div {
        position: absolute;
        width: 100%;
        height: 100%;
        line-height: 100px;
        text-align: center;
        font-size: 24px;
        font-weight: bold;
        top: 0;
        left: 0;
    }

    .profile-popup .profile-complete .chart.profilePopChart div {
        position: absolute;
        width: 100%;
        height: 100%;
        text-align: center;
        font-weight: bold;
        top: 0;
        left: 0;
        font-size: 11px !important;
        line-height: 42px !important;
    }

.profile-popup .profile-complete .label-profile {
    left: 10%;
    margin-top: -10px;
}

.profile-popup .profile-complete .label-complete {
    right: 10%;
    margin-top: -10px;
    font-weight: bold;
}

.profile-popup .para {
    padding: 5px;
    margin: 0;
    color: #fff;
    font-size: 13px;
    text-align: center;
}

.profile-popup .owl-carousel .slide .prev, .profile-popup .owl-carousel .slide .next {
    color: #fff;
}

.profile-popup .owl-carousel .for-known, .profile-popup .owl-carousel .for-unknown {
    color: #fff;
}

.profile-popup .widget-content {
    width: 100%;
    display: block;
    margin-bottom: 40px;
    height: 190px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .profile-popup .profile-complete .label-profile {
        left: 10%;
        font-size: 13px;
    }

    .profile-popup .profile-complete .label-complete {
        right: 10%;
        font-size: 13px;
    }

    .profile-popup .profile-snapshot .post-code span,
    .profile-popup .profile-snapshot .age span,
    .profile-popup .profile-snapshot .salary span,
    .profile-popup .profile-snapshot .products span,
    .profile-popup .profile-snapshot .dependents span,
    .profile-popup .profile-snapshot .household span {
        text-align: center !important;
    }

    .profile-popup .profile-snapshot .post-code,
    .profile-popup .profile-snapshot .age,
    .profile-popup .profile-snapshot .salary,
    .profile-popup .profile-snapshot .products,
    .profile-popup .profile-snapshot .dependents,
    .profile-popup .profile-snapshot .household {
        height: 46px !important;
        overflow: hidden !important;
        text-align: center;
    }
}

@media only screen and (max-width: 769px) {
    .profile-popup .profile-complete .completeness {
        height: 95px;
    }

    .profile-popup .profile-complete .chart div {
        font-size: 17px;
        line-height: 62px;
    }

    .profile-popup .profile-complete .label-profile,
    .profile-popup .profile-complete .label-complete {
        font-size: 11px;
        margin-top: -6px;
    }

    .profile-popup .profile-complete .label-profile {
        left: -1%;
    }

    .profile-popup .profile-complete .label-complete {
        right: 2%;
        font-weight: normal;
    }

    .profile-popup .para {
        height: 95px;
        padding: 9px 0;
        font-size: 13px;
        display: table-cell;
        vertical-align: middle;
    }
}
/* FIELDSETS */
.profile-popup .financialCost {
    padding: 2px;
}

.profile-popup fieldset {
    position: relative;
    padding: 10px;
    margin: 7px;
}

    .profile-popup fieldset .cal {
        margin: -3px 0;
    }

    .profile-popup fieldset .select-holder {
        margin: -3px 0;
    }

    .profile-popup fieldset .btn {
        margin-bottom: 0;
    }

    .profile-popup fieldset .pound {
        padding-right: 0;
    }

        .profile-popup fieldset .pound label {
            font-size: 26px;
            font-weight: bold;
        }

@media only screen and (max-width: 769px) {
    .profile-popup fieldset .pound label {
        padding: 5px 0px;
    }
}

.profile-popup fieldset .stars .wrapper {
    height: 37px;
    width: 100%;
}

    .profile-popup fieldset .stars .wrapper:after {
        display: table;
        content: " ";
        clear: both;
    }

    .profile-popup fieldset .stars .wrapper .star-rating-control {
        vertical-align: middle;
        display: table-cell;
        height: inherit;
    }

@media screen and (max-width: 769px) {
    .profile-popup fieldset .stars .wrapper {
        height: 42px;
    }
}

@media screen and (min-width: 1200px) {
    .profile-popup fieldset .stars .wrapper {
        text-align: center;
    }

        .profile-popup fieldset .stars .wrapper .star-rating-control {
            display: inline-block;
            margin-top: 8px;
        }
}

.profile-popup .household-title {
    font-size: 14px;
    text-align: right;
    margin: 0;
    height: 33px;
    line-height: 33px;
}

.profile-popup .household-box {
    padding: 0 15px;
    height: 33px;
    line-height: 33px;
    font-size: 21px;
    color: #fff;
}

.profile-popup .yepnope-zone {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 100;
    color: #fff;
    font-size: 12px;
    padding: 0 9px;
}

    .profile-popup .yepnope-zone label {
        height: 55px;
        padding-right: 20px;
    }

@media only screen and (max-width: 769px) {
    .profile-popup fieldset {
        margin: 0;
        border-bottom: 1px solid #E6E6E6;
    }

        .profile-popup fieldset.no-xs-border {
            border-bottom: 0;
        }

        .profile-popup fieldset label {
            font-size: 12px;
            height: 42px;
        }

        .profile-popup fieldset input.form-control {
            min-height: 37px;
            margin-top: 3px;
        }

    .profile-popup .household-title {
        text-align: center;
    }

    .profile-popup fieldset .stars .star-rating {
        margin-right: 4px;
    }

    .profile-popup .yepnope-zone {
        left: -9px;
        right: -9px;
        padding: 0 18px;
    }

        .profile-popup .yepnope-zone .row {
            margin-top: -28px;
            position: absolute;
            top: 50%;
        }

    .profile-popup .profile-snapshot .post-code span,
    .profile-popup .profile-snapshot .age span,
    .profile-popup .profile-snapshot .salary span,
    .profile-popup .profile-snapshot .products span,
    .profile-popup .profile-snapshot .dependents span,
    .profile-popup .profile-snapshot .household span {
        text-align: center !important;
    }

    .profile-popup .profile-snapshot .post-code,
    .profile-popup .profile-snapshot .age,
    .profile-popup .profile-snapshot .salary,
    .profile-popup .profile-snapshot .products,
    .profile-popup .profile-snapshot .dependents,
    .profile-popup .profile-snapshot .household {
        height: 46px !important;
        overflow: hidden !important;
        text-align: center;
    }
}
/* Values not visible between 769 and 992 px, begin: */
@media only screen and (min-width: 769px) and (max-width: 992px) {
    .profile-popup .profile-snapshot .post-code,
    .profile-popup .profile-snapshot .age,
    .profile-popup .profile-snapshot .salary,
    .profile-popup .profile-snapshot .products,
    .profile-popup .profile-snapshot .dependents,
    .profile-popup .profile-snapshot .household {
        height: auto !important;
        overflow: visible !important;
    }

        .profile-popup .profile-snapshot .post-code span,
        .profile-popup .profile-snapshot .age span,
        .profile-popup .profile-snapshot .salary span,
        .profile-popup .profile-snapshot .products span,
        .profile-popup .profile-snapshot .dependents span,
        .profile-popup .profile-snapshot .household span {
            text-align: center !important;
        }
}
/* End values not visible between 769 and 992 px */

/* DEPENDANTS */
.profile-popup fieldset.template .remove,
.profile-popup fieldset.instance .remove {
    display: none;
}

    .profile-popup fieldset.instance .remove.x {
        display: inline-block;
    }

.profile-popup fieldset.instance .add {
    display: none;
}

.profile-popup fieldset .options-col {
    text-align: right;
}

@media only screen and (max-width: 769px) {
    .profile-popup .profile-snapshot .post-code span,
    .profile-popup .profile-snapshot .age span,
    .profile-popup .profile-snapshot .salary span,
    .profile-popup .profile-snapshot .products span,
    .profile-popup .profile-snapshot .dependents span,
    .profile-popup .profile-snapshot .household span {
        text-align: center !important;
    }

    .profile-popup .profile-snapshot .post-code,
    .profile-popup .profile-snapshot .age,
    .profile-popup .profile-snapshot .salary,
    .profile-popup .profile-snapshot .products,
    .profile-popup .profile-snapshot .dependents,
    .profile-popup .profile-snapshot .household {
        height: 46px !important;
        overflow: hidden !important;
        text-align: center;
    }

    .sraccordion .title-row.profile-sraccordion .title-status-icon .wrapper {
        position: absolute;
        right: 20px !important;
    }

    .profile-popup fieldset.instance .remove {
        display: inline-block;
    }

        .profile-popup fieldset.instance .remove.x {
            display: none;
        }

    .profile-popup fieldset .options-col {
        text-align: center;
        padding-top: 10px;
    }

    .profile-popup .dependant-fieldset.template,
    .profile-popup .lifeevent-fieldset.template {
        border-bottom: 0;
    }

    .profile-popup .dependant-fieldset .content,
    .profile-popup .lifeevent-fieldset {
        text-align: center;
    }

        .profile-popup .dependant-fieldset .content label,
        .profile-popup .lifeevent-fieldset label {
            display: block;
            line-height: 42px;
        }

        .profile-popup .dependant-fieldset .content .cal,
        .profile-popup .lifeevent-fieldset .cal {
            display: block;
            margin: auto;
        }
}
/* Fancy Panel */
.fancy-panel {
    position: relative;
    margin-top: 12px;
    z-index: 1;
}

    .fancy-panel.gradient1,
    .fancy-panel .gradient1 {
        padding: 0 9px;
    }

    .fancy-panel:before,
    .fancy-panel:after,
    .shadow3d:before,
    .shadow3d:after {
        z-index: -1;
        position: absolute;
        content: "";
        bottom: 34px;
        left: 3%;
        width: 47%;
        top: 75%;
        -webkit-box-shadow: 0 35px 20px #888888;
        -moz-box-shadow: 0 35px 20px #888888;
        box-shadow: 0 35px 20px #888888;
        -webkit-transform: rotate(-3deg);
        -moz-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
        -o-transform: rotate(-3deg);
        transform: rotate(-3deg);
    }

    .fancy-panel:after,
    .shadow3d:after {
        -webkit-transform: rotate(3deg);
        -moz-transform: rotate(3deg);
        -ms-transform: rotate(3deg);
        -o-transform: rotate(3deg);
        transform: rotate(3deg);
        right: 3%;
        left: auto;
    }

    .fancy-panel .title,
    .fancy-panel .speech-bubble,
    .fancy-panel .space {
        height: 42px;
        line-height: 42px;
    }

    .fancy-panel .title,
    .fancy-panel .space {
        background: #fff;
        font-style: italic;
        font-size: 21px;
        text-align: center;
    }

    .fancy-panel .title {
        position: relative;
    }

        .fancy-panel .title span {
            display: table-cell;
            height: 42px;
            line-height: 18px;
            vertical-align: middle;
            text-align: center;
            padding-left: 15px;
        }

    .fancy-panel .speech-bubble {
        background: url(/img/speech-bubble.png) right no-repeat transparent;
    }

    .fancy-panel .stripes {
        padding-bottom: 12px;
    }

    .fancy-panel .shadow {
        position: relative;
        height: 12px;
        overflow: hidden;
    }

        .fancy-panel .shadow:before {
            display: block;
            content: "";
            position: absolute;
            height: 30px;
            bottom: 100%;
            left: 20px;
            right: 20px;
            -webkit-border-radius: 100px 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
            -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
            -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
        }

    .fancy-panel .form-control {
        font-size: 18px;
        line-height: 1.4em;
        padding: 5px 15px;
        border-radius: 0;
        border: 1px solid #fff;
    }

.search-widget.fancy-panel {
    z-index: 2;
}

    .search-widget.fancy-panel .form-control {
        -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
        -moz-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
        box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
    }

        .search-widget.fancy-panel .form-control:focus,
        .search-widget.fancy-panel .form-control:active {
            border: 1px solid #fff;
            -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
            -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
        }

.search-widget.only-search {
    margin-top: 9px;
}

    .search-widget.only-search .stripes {
        padding: 12px 9px 3px;
    }

.search-widget .search-area {
    position: relative;
}

    .search-widget .search-area #searchContainer {
        margin-right: 150px;
    }

    .search-widget .search-area #searchButton {
        position: absolute;
        top: 0;
        right: 0;
        width: 150px;
        margin-bottom: 10px;
    }

    .search-widget .search-area a,
    .search-widget .search-area input {
        margin-bottom: 10px;
    }

@media only screen and (max-width: 769px) {
    .fancy-panel .title,
    .fancy-panel .speech-bubble,
    .fancy-panel .space {
        line-height: normal;
    }
}

.trending-widget {
    position: relative;
}

    .trending-widget:before,
    .trending-widget:after {
        z-index: 0;
        position: absolute;
        content: "";
        bottom: 15px;
        left: 3%;
        width: 47%;
        top: 75%;
        -webkit-box-shadow: 0 20px 10px #888888;
        -moz-box-shadow: 0 20px 10px #888888;
        box-shadow: 0 20px 10px #888888;
        -webkit-transform: rotate(-3deg);
        -moz-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
        -o-transform: rotate(-3deg);
        transform: rotate(-3deg);
    }

    .trending-widget:after {
        -webkit-transform: rotate(3deg);
        -moz-transform: rotate(3deg);
        -ms-transform: rotate(3deg);
        -o-transform: rotate(3deg);
        transform: rotate(3deg);
        right: 3%;
        left: auto;
    }

    .trending-widget .search-widget {
        position: relative;
        z-index: 1;
    }

    .trending-widget .stripes {
        padding-top: 15px;
        padding-bottom: 9px;
    }

.search-widget .trending h3 {
    margin: 0 20px 10px;
    font-size: 15px;
    color: #fff;
    font-weight: normal;
    text-align: center;
}

.search-widget .trending div div {
    vertical-align: middle;
    background: rgba(130, 130, 130, 0.2);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25) inset;
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25) inset;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25) inset;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

.search-widget .trending a {
    position: relative;
    display: block;
    min-height: 30px;
    padding: 0 36px 0 50px;
    font-size: 11px;
    color: #fff;
    line-height: 30px;
}

    .search-widget .trending a:after {
        content: "";
        position: absolute;
        top: 0;
        right: 10px;
        width: 30px;
        height: 100%;
        background: url(/img/White-Chevron-Right.png) right center no-repeat;
    }

    .search-widget .trending a .number {
        position: absolute;
        left: 18px;
        font-size: 15px;
        top: 50%;
        margin-top: -15px;
    }

.search-widget .trending font {
    display: table-cell;
    height: 30px;
    line-height: 14px;
    vertical-align: middle;
}

.search-widget .ui-autocomplete {
    position: absolute;
    max-height: 243px;
    padding: 0;
    overflow: hidden;
    border: 0;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    font-size: 16px;
    z-index: 20;
}

    .search-widget .ui-autocomplete li:first-child {
        margin-top: 15px;
    }

    .search-widget .ui-autocomplete li a {
        display: block;
        margin: 0;
        padding: 7px 20px;
        color: #666666;
    }

        .search-widget .ui-autocomplete li a.ui-state-focus {
            color: #666666;
            border: 0;
            margin: 0;
        }

.search-widget .ui-helper-hidden-accessible {
    display: none;
}

@media only screen and (max-width: 769px) {
    .fancy-panel {
        margin: 0 -9px;
    }

        .fancy-panel:before,
        .fancy-panel:after,
        .fancy-panel .shadow:before {
            display: none;
        }

        .fancy-panel .title {
            font-size: 18px;
        }

    .search-widget.only-search {
        margin-top: 0;
    }

    .search-widget .stripes {
        padding-bottom: 0;
    }

    .search-widget .search-area #searchContainer {
        margin-right: 0;
    }

    .search-widget .search-area #searchButton {
        position: static;
        width: auto;
    }

    .search-widget .trending {
        padding-bottom: 0;
    }

        .search-widget .trending a {
            padding: 0 24px;
            min-height: 45px;
        }

            .search-widget .trending a font {
                height: 45px;
            }

            .search-widget .trending a:after {
                right: 0;
                width: 21px;
            }

            .search-widget .trending a .number {
                left: 0;
            }
}
/* Dashboard :: Toolkit */
.toolkit-slider {
    margin-top: 20px;
}

    .toolkit-slider.slim-fit {
        margin-top: 0;
        padding-top: 10px;
    }

    .toolkit-slider h2 {
        text-align: center;
    }

    .toolkit-slider .slidesContainer .slides-nav {
        position: absolute;
        z-index: 1;
        top: 0;
        width: 40px;
        height: 80px;
    }

        .toolkit-slider .slidesContainer .slides-nav.next {
            right: 9px;
            text-align: right;
        }

    .toolkit-slider .slides-nav {
        cursor: pointer;
        display: block;
        background: #2F62BD;
    }
        /*
.toolkit-slider .slides-nav.prev {
	background: -moz-linear-gradient(left, rgba(47,99,189,1) 0%, rgba(47,99,189,0) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(47,99,189,1)), color-stop(100%, rgba(47,99,189,0)));
	background: -webkit-linear-gradient(left, rgba(47,99,189,1) 0%, rgba(47,99,189,0) 100%);
	background: -o-linear-gradient(left, rgba(47,99,189,1) 0%, rgba(47,99,189,0) 100%);
	background: -ms-linear-gradient(left, rgba(47,99,189,1) 0%, rgba(47,99,189,0) 100%);
	background: linear-gradient(to right, rgba(47,99,189,1) 0%, rgba(47,99,189,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f63bd', endColorstr='#2f63bd', GradientType=1 );
}
.toolkit-slider .slides-nav.next {
	background: -moz-linear-gradient(left, rgba(47,99,189,0) 0%, rgba(47,99,189,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(47,99,189,0)), color-stop(100%, rgba(47,99,189,1)));
	background: -webkit-linear-gradient(left, rgba(47,99,189,0) 0%, rgba(47,99,189,1) 100%);
	background: -o-linear-gradient(left, rgba(47,99,189,0) 0%, rgba(47,99,189,1) 100%);
	background: -ms-linear-gradient(left, rgba(47,99,189,0) 0%, rgba(47,99,189,1) 100%);
	background: linear-gradient(to right, rgba(47,99,189,0) 0%, rgba(47,99,189,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f63bd', endColorstr='#2f63bd', GradientType=1 );
}
*/
        .toolkit-slider .slides-nav img {
            margin-top: 30px;
            height: 25px;
        }

    .toolkit-slider .visible-xs .slides-nav img {
        margin-top: 10px;
    }

    .toolkit-slider .jcarousel {
        margin: 0 auto 10px;
    }

        .toolkit-slider .jcarousel a {
            color: #999;
            position: relative;
            display: block;
            height: 90px;
            width: 80px;
            padding-top: 10px;
            text-align: center;
            font-size: 10px;
            text-transform: uppercase;
            text-decoration: none;
        }

        .toolkit-slider .jcarousel b {
            display: block;
            position: absolute;
            bottom: 0;
            padding: 2px 0 1px;
            width: 100%;
            background: rgba(100, 100, 100, 0.05);
            text-align: center;
            color: #666;
            font-size: 9px;
        }

        .toolkit-slider .jcarousel span {
            display: block;
            width: 53px;
            height: 52px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            margin: auto;
            background: #f7f7f7;
            padding-top: 11px;
        }

        .toolkit-slider .jcarousel img {
            display: block;
            width: 37px;
            padding: 0;
            margin-left: auto;
            margin-right: auto;
            height: auto;
        }

    .toolkit-slider .slidesContainer .jcarousel ul {
        margin: 0 40px !important;
    }

    .toolkit-slider .jcarousel li {
        margin: 0 1px 1px 0;
        /*background: #f7f7f7;
  -webkit-box-shadow: 0 -10px 18px rgba(160, 160, 160, 0.4) inset;
  -moz-box-shadow: 0 -10px 18px rgba(160, 160, 160, 0.4) inset;
  box-shadow: 0 -10px 18px rgba(160, 160, 160, 0.4) inset;*/
    }

        .toolkit-slider .jcarousel li:hover {
            /*-webkit-box-shadow: 0 -10px 18px rgba(160, 160, 160, 0.2) inset;
  -moz-box-shadow: 0 -10px 18px rgba(160, 160, 160, 0.2) inset;
  box-shadow: 0 -10px 18px rgba(160, 160, 160, 0.2) inset;*/
        }

    .toolkit-slider .jcarousel p {
        margin: 0;
        padding: 5px 12px 0;
        line-height: 1.1em;
        font-weight: bold;
        color: #fff;
    }

.secondTool {
    height: 15px !important;
}
/* Dashboard :: Pickup where you left */
.main-content .pick-up {
    margin-top: 10px;
    margin-right: -4px;
    font-size: 11px;
    padding: 0;
    min-height: 135px;
}

    .main-content .pick-up .inner {
        padding: 0 9px;
    }

    .main-content .pick-up a {
        display: block;
        margin-bottom: 1px;
        padding: 0;
        color: #666;
    }

        .main-content .pick-up a div {
            line-height: 26px;
            height: 26px;
        }

        .main-content .pick-up a .chevron-right {
            background: url(../img/White-Chevron-Right.png) left center no-repeat;
        }

        .main-content .pick-up a .text {
            background: #f6f6f6;
            overflow: hidden;
            white-space: nowrap;
        }

        .main-content .pick-up a .tool-icon {
            text-align: center;
            background: #f4f4f4;
            /* Old browsers */
            background: -moz-linear-gradient(left, #e8e8e8 0%, #f4f4f4 15%, #f4f4f4 85%, #e8e8e8 100%);
            /* FF3.6+ */
            background: -webkit-gradient(linear, left top, right top, color-stop(0%, #e8e8e8), color-stop(15%, #f4f4f4), color-stop(85%, #f4f4f4), color-stop(100%, #e8e8e8));
            /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(left, #e8e8e8 0%, #f4f4f4 15%, #f4f4f4 85%, #e8e8e8 100%);
            /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(left, #e8e8e8 0%, #f4f4f4 15%, #f4f4f4 85%, #e8e8e8 100%);
            /* Opera 11.10+ */
            background: -ms-linear-gradient(left, #e8e8e8 0%, #f4f4f4 15%, #f4f4f4 85%, #e8e8e8 100%);
            /* IE10+ */
            background: linear-gradient(to right, #e8e8e8 0%, #f4f4f4 15%, #f4f4f4 85%, #e8e8e8 100%);
            /* W3C */
        }

            .main-content .pick-up a .tool-icon img {
                max-height: 90%;
                max-width: 90%;
            }

.main-content h2,
.main-content .share-article {
    padding-top: 14px;
    padding-bottom: 14px;
}

@media only screen and (max-width: 769px) {
    .main-content .pick-up {
        font-size: 12px;
        margin: 0;
        min-height: 0;
    }

        .main-content .pick-up a div {
            line-height: 39px;
            height: 39px;
        }

        .main-content .pick-up h2 {
            text-align: center;
        }

        .main-content .pick-up .share-article {
            padding-top: 0px;
            padding-bottom: 0px;
        }

        .main-content .pick-up .inner {
            margin: 0 -9px;
            border-bottom: 10px solid #E5E5E5;
        }
}
/* Dashboard :: Top Tips */
.main-content .top-tips {
    margin: 0 auto;
    width: 50%;
    padding: 0;
    min-height: 135px;
}

    .main-content .top-tips.white-box {
        background: transparent;
        box-shadow: none;
        -webkit-box-shadow: none;
    }

    .main-content .top-tips h2 {
        padding: 0;
        font-size: 26px;
        text-align: center;
        height: 34px;
        overflow: hidden;
        color: #fff;
        font-weight: bold;
        margin-top: 40px;
        margin-bottom: 20px;
    }

    .main-content .top-tips .inner {
        position: relative;
    }

    .main-content .top-tips .jcarousel {
        -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2) inset;
        -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2) inset;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.2) inset;
        background: #f6f6f6;
        margin: 0 28px;
        border: none !important;
    }

        .main-content .top-tips .jcarousel li {
            height: auto;
            padding: 0 18px;
            margin: 5px 0;
            font-size: 11px;
            overflow: hidden;
            line-height: 1.2em;
        }

            .main-content .top-tips .jcarousel li div.tip {
                display: table-cell;
                height: auto;
                vertical-align: middle;
                padding: 10px 15px;
            }

        .main-content .top-tips .jcarousel p {
            margin: 0;
            color: #000;
        }

    .main-content .top-tips .slides-nav {
        position: absolute;
        top: 50%;
        margin-top: -14px;
        width: 14px;
        height: 28px;
    }

        .main-content .top-tips .slides-nav.next {
            right: 7px;
        }

        .main-content .top-tips .slides-nav.prev {
            left: 7px;
        }

@media only screen and (max-width: 769px) {
    .main-content .top-tips {
        margin: 0 0 10px;
    }

        .main-content .top-tips h2 {
            text-align: center;
        }

        .main-content .top-tips .inner {
            margin: 0 -9px;
        }

        .main-content .top-tips .jcarousel li {
            height: auto;
            font-size: 13px;
        }
}
/* Dashboard :: Toolkit */
.useful-tools-widget {
    position: relative;
    padding: 0 25px 15px;
}

    .useful-tools-widget .jcarousel a {
        color: #666666;
        position: relative;
        overflow: hidden;
        display: block;
        height: 105px;
        padding-left: 35%;
        font-size: 11px;
        background: url(/img/White-Chevron-Right.png) right center no-repeat;
    }

        .useful-tools-widget .jcarousel a:hover {
            text-decoration: none;
        }

    .useful-tools-widget .jcarousel img {
        position: absolute;
        top: 50%;
        left: 75%;
        margin-top: -15px;
        margin-left: -16px;
        width: 32px;
        height: auto;
    }

    .useful-tools-widget .jcarousel li {
        padding-right: 15px;
    }

    .useful-tools-widget .jcarousel p {
        display: table-cell;
        height: 105px;
        margin: 0;
        padding: 15px 25px 15px 15px;
        vertical-align: middle;
    }

    .useful-tools-widget .jcarousel .icon {
        position: absolute;
        top: 0;
        left: 0;
        width: 70%;
        height: 135px;
        margin-left: -35%;
        margin-top: -15px;
        background: #fff;
        text-align: center;
        border-radius: 0 65px 65px 0;
    }

    .useful-tools-widget .slides-nav {
        position: absolute;
        top: 50%;
        margin-top: -21px;
        cursor: pointer;
    }

        .useful-tools-widget .slides-nav img {
            height: 25px;
        }

    .useful-tools-widget.prev {
        left: 0;
    }

    .useful-tools-widget.next {
        right: 0;
    }
/* RISK WIDGET :: PROFILE POPUP */
.risk-widget.risk-level-3 .meter-face .needle {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.risk-widget .risk-meter .meter-face .needle {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -56px;
    margin-left: -9px;
    width: 20px;
    height: 110px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 3;
}

.risk-widget .risk-meter.small .meter-face .needle {
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -6px;
    width: 14px;
    height: 77px;
}

.risk-widget .hidden-slider.dialUserOption {
    background-color: #ffffff;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

@media only screen and (max-width: 769px) {
    .risk-widget {
        margin: 0 -9px;
    }

        .risk-widget .slide-6 .slide-content p {
            font-size: 11px !important;
        }

    .slide-2 .slide-content p {
        font-size: 12px !important;
    }
}

.risk-widget .risk-meter {
    position: relative;
    width: 100%;
    height: 100%;
}

    .risk-widget .risk-meter .meter-face {
        position: absolute;
        top: 45px;
        left: 50%;
        width: 185px;
        height: 185px;
        margin-left: -92px;
    }

    .risk-widget .risk-meter.small .meter-face {
        margin-left: -67px;
    }

    .risk-widget .risk-meter .meter-face .scale {
        position: absolute;
        left: 0;
        right: 0;
        width: 185px;
        height: 185px;
        z-index: 0;
    }

    .risk-widget .risk-meter .meter-face img.bg {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .risk-widget .risk-meter .meter-face .hidden-slider,
    .risk-widget .risk-meter .meter-face .hidden-overlay {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 5;
    }

    .risk-widget .risk-meter .meter-face .hidden-slider {
        cursor: pointer;
    }

    .risk-widget .risk-meter .info-below-meter {
        position: absolute;
        bottom: 0;
    }

    .risk-widget .risk-meter.small .meter-face {
        top: 38px;
        width: 133px;
        height: 133px;
    }

        .risk-widget .risk-meter.small .meter-face .scale {
            width: 133px;
            height: 133px;
        }

    .risk-widget .risk-meter.small .meter-label.lower {
        top: 54px;
    }

    .risk-widget .risk-meter.small .meter-label.higher {
        top: 44px;
    }

    .risk-widget .risk-meter .meter-label {
        position: absolute;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
    }

        .risk-widget .risk-meter .meter-label.lower {
            left: 4%;
            top: 87px;
        }

        .risk-widget .risk-meter .meter-label.higher {
            right: 4%;
            top: 77px;
        }

        .risk-widget .risk-meter .meter-label.medium {
            top: 9px;
            width: 100%;
        }

.risk-widget.risk-level-unknown .slide-content .overlay {
    display: block;
    z-index: 20;
}

.risk-widget.risk-level-unknown .meter-face .scale {
    border-color: #999999;
}

.risk-widget.risk-level-unknown .meter-label {
    color: #999999;
}

.risk-widget.risk-level-unknown .slide-1 .slide-nav.for-unknown {
    display: block;
}

.risk-widget.risk-level-unknown .slide-1 .slide-nav.for-known {
    display: none;
}

.risk-widget.risk-level-0 .meter-face .needle {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.risk-widget.risk-level-1 .meter-face .needle {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.risk-widget.risk-level-2 .meter-face .needle {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.risk-widget.risk-level-3 .meter-face .needle {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.risk-widget.risk-level-4 .meter-face .needle {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.risk-widget .slide {
    height: 265px;
}

    .risk-widget .slide .next,
    .risk-widget .slide .prev {
        cursor: pointer;
    }

.risk-widget .slide-content {
    position: relative;
    height: 235px;
    padding-left: 7%;
    padding-right: 7%;
    overflow: hidden;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2) inset;
}

    .risk-widget .slide-content .question-bg {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
    }

    .risk-widget .slide-content h3 {
        margin: 15px 0;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
        color: #666666;
    }

    .risk-widget .slide-content p {
        margin: 10px 0;
    }

        .risk-widget .slide-content p.question-text {
            font-weight: 100;
            font-size: 14px;
            font-style: italic;
        }

    .risk-widget .slide-content .slider-container {
        margin-top: 40px;
        margin-bottom: 45px;
        cursor: default;
    }

    .risk-widget .slide-content .slider {
        position: relative;
        height: 6px;
        margin: 10px auto;
        background: #999999;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
    }

        .risk-widget .slide-content .slider .slider-label {
            position: absolute;
            top: 16px;
            width: 80px;
            margin-left: -40px;
            font-size: 12px;
            text-align: center;
            text-transform: uppercase;
        }

            .risk-widget .slide-content .slider .slider-label:after {
                position: absolute;
                top: -15px;
                left: 45%;
                content: "|";
            }

            .risk-widget .slide-content .slider .slider-label.value-1 {
                left: 0;
                margin-left: 0;
                text-align: left;
            }

                .risk-widget .slide-content .slider .slider-label.value-1:after {
                    left: -3px;
                }

            .risk-widget .slide-content .slider .slider-label.value-2 {
                left: 25%;
                top: -23px;
            }

                .risk-widget .slide-content .slider .slider-label.value-2:after {
                    top: 12px;
                }

            .risk-widget .slide-content .slider .slider-label.value-3 {
                left: 50%;
            }

            .risk-widget .slide-content .slider .slider-label.value-4 {
                left: 75%;
                top: -23px;
            }

                .risk-widget .slide-content .slider .slider-label.value-4:after {
                    top: 12px;
                }

            .risk-widget .slide-content .slider .slider-label.value-5 {
                left: auto;
                right: 0;
                margin-left: 0;
                margin-right: -1px;
                text-align: right;
            }

                .risk-widget .slide-content .slider .slider-label.value-5:after {
                    right: -2px;
                    left: auto;
                }

        .risk-widget .slide-content .slider .ui-slider-handle {
            display: block;
            position: absolute;
            top: -6px;
            width: 18px;
            height: 18px;
            margin-left: -9px;
            background: #fff;
            border: solid 2px #999;
            -webkit-border-radius: 22px;
            -moz-border-radius: 22px;
            -ms-border-radius: 22px;
            -o-border-radius: 22px;
            border-radius: 22px;
            -webkit-transition: left 0.2s ease-in-out;
            -moz-transition: left 0.2s ease-in-out;
            -o-transition: left 0.2s ease-in-out;
            transition: left 0.2s ease-in-out;
        }

    .risk-widget .slide-content .question-pager {
        font-size: 35px;
        text-align: center;
    }

    .risk-widget .slide-content .overlay {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: rgba(255, 255, 255, 0.7);
    }

        .risk-widget .slide-content .overlay .q-mark {
            margin-top: 60px;
            text-align: center;
            font-size: 80px;
            font-weight: bold;
        }

.risk-widget .slide-nav {
    height: 30px;
    line-height: 30px;
    font-size: 11px;
    text-transform: uppercase;
    color: white;
}

    .risk-widget .slide-nav a {
        color: #fff;
    }

    .risk-widget .slide-nav .button-right {
        text-align: right;
    }

    .risk-widget .slide-nav.for-unknown .next,
    .risk-widget .slide-nav.for-known .next,
    .risk-widget .slide-nav.the-last-nav .next {
        position: relative;
    }

        .risk-widget .slide-nav.for-unknown .next div,
        .risk-widget .slide-nav.for-known .next div,
        .risk-widget .slide-nav.the-last-nav .next div {
            height: 30px;
            vertical-align: middle;
        }

    .risk-widget .slide-nav.for-unknown .button-right,
    .risk-widget .slide-nav.for-known .button-right,
    .risk-widget .slide-nav.the-last-nav .button-right {
        position: absolute;
        right: 7px;
        top: 5px;
        text-align: center;
    }

    .risk-widget .slide-nav.for-unknown .button-left,
    .risk-widget .slide-nav.for-known .button-left,
    .risk-widget .slide-nav.the-last-nav .button-left {
        position: absolute;
        left: 7px;
        top: 5px;
    }

    .risk-widget .slide-nav.for-unknown {
        display: none;
        padding: 0 35px 0 9px;
    }

    .risk-widget .slide-nav.for-known {
        display: block;
    }

    .risk-widget .slide-nav.the-last-nav .next {
        padding: 0 35px 0 9px;
    }

@media (min-width: 992px) and (max-width: 1199px) {
    .risk-widget .risk-meter .meter-label.lower {
        left: -3%;
    }

    .risk-widget .risk-meter .meter-label.higher {
        right: -3%;
    }

    .risk-widget .risk-meter.small .meter-label.lower {
        left: 0;
    }

    .risk-widget .risk-meter.small .meter-label.higher {
        right: 0;
    }

    .risk-widget .risk-meter .info-below-meter {
        font-size: 11px;
    }

    .risk-widget .slide-content {
        padding-left: 5%;
        padding-right: 5%;
    }

        .risk-widget .slide-content .slider .slider-label {
            font-size: 11px;
        }

    .risk-widget .slide-2 .slide-content {
        font-size: 12px;
    }
}

#dashboardDreamsGoalsContainer {
    position: relative;
    z-index: 2;
    margin-top: 10px;
}

    #dashboardDreamsGoalsContainer:before,
    #dashboardDreamsGoalsContainer:after {
        /*z-index: 1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 3%;
  width: 47%;
  top: 75%;
  -webkit-box-shadow: 0 20px 10px #888888;
  -moz-box-shadow: 0 20px 10px #888888;
  box-shadow: 0 20px 10px #888888;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);*/
    }

    #dashboardDreamsGoalsContainer:after {
        /*-webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 3%;
  left: auto;*/
    }

    #dashboardDreamsGoalsContainer .stripes3 {
        /*background-color: #fff;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1) inset;
  position: relative;
  z-index: 2;
  display: block;
  padding: 8px;*/
    }

    #dashboardDreamsGoalsContainer h2, #dashboardSearchContainer h2, #dashboard .toolBox h2 {
        padding: 0;
        font-size: 26px;
        text-align: center;
        height: 34px;
        overflow: hidden;
        color: #fff;
    }

        #dashboardDreamsGoalsContainer h2 .qmark, #dashboardSearchContainer h2 .qmark, #dashboard .toolBox h2 .qmark {
            position: relative;
            top: -5px;
            margin-left: 10px;
        }

.fancy-panel #dashboardSearchContainer .form-control {
    padding: 3px 15px;
}

#dashboardSearchContainer p, #dashboardDreamsGoalsContainer p {
    margin: 0 0 20px 5px;
}

#dashboardDreamsGoalsContainer .sraccordion .sraccordion-item {
    margin-bottom: 0;
    border-bottom: 1px solid #fff;
}

    #dashboardDreamsGoalsContainer .sraccordion .sraccordion-item:last-child {
        border-bottom: 0;
    }

#dashboardDreamsGoalsContainer .title-row {
    border: 0;
    height: 26px;
    line-height: 26px;
    padding-left: 20px;
}

#dashboardDreamsGoalsContainer .row-contents a {
    display: block;
    border-top: 1px solid #fff;
    padding: 0 9px;
    color: #666;
}

    #dashboardDreamsGoalsContainer .row-contents a div {
        line-height: 26px;
        height: 26px;
    }

    #dashboardDreamsGoalsContainer .row-contents a .tool-icon img {
        max-height: 90%;
        max-width: 90%;
    }

    #dashboardDreamsGoalsContainer .row-contents a .text {
        background: #f6f6f6;
        overflow: hidden;
        white-space: nowrap;
        color: #2F62BD;
    }

    #dashboardDreamsGoalsContainer .row-contents a .chevron-right {
        background: url(../img/White-Chevron-Right.png) left center no-repeat;
    }

@media screen and (max-width: 769px) {
    #dashboardDreamsGoalsContainer .sraccordion .title-row {
        height: 42px;
        line-height: 42px;
    }

    #dashboardDreamsGoalsContainer .row-contents a div {
        height: 36px;
        line-height: 36px;
    }
}

#noEmailPopup .error-list {
    list-style: none;
}

#ssoNoEmailPopup .error-list {
    list-style: none;
}

#BirthDate {
    margin-bottom: 0px;
}

.login-panel .input-group span.combodate select.form-control {
    float: left;
    margin-right: 1em;
    padding: 5px 8px;
}
/* Tennant Specific CSS */
a,
a:hover,
.article-page .white-box h2 {
    color: #3264b8;
}

.navbar-light .navbar-nav > li.active > a,
.navbar-light .navbar-nav > li.active > a:hover,
.navbar-light .navbar-nav > li.active > a:focus,
.navbar-light .navbar-nav > li > a:hover,
.navbar-light .navbar-nav > li > a:focus,
.navbar-light .navbar-nav > li .user-name,
#sidemenu a:hover,
#sidemenu ul li.active a,
#sidemenu .user-data strong a {
    color: #3264b8;
    border-color: #3264b8;
}

.calculator-main .pager .completed,
.calculator-main .pager .active,
.calculator-main .pager .active:after {
    background-color: #3264b8;
}

.btn-flat,
.btn-flat:hover,
.instance .select-holder {
    color: #7f6631;
}

    .instance .select-holder:before {
        border-color: #7f6631;
    }

.search-area .ui-widget-content .ui-state-focus {
    background-color: #e4d332;
}

.instance .btn-cal {
    background-color: #7f6631;
}

.btn-default {
    color: #7f6631;
    background: #e4d332;
    /* Old browsers */
    background: -moz-linear-gradient(top, #e4d332 0%, #e4d332 45%, #dfcd1d 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e4d332), color-stop(45%, #e4d332), color-stop(100%, #dfcd1d));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e4d332 0%, #e4d332 45%, #dfcd1d 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e4d332 0%, #e4d332 45%, #dfcd1d 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e4d332 0%, #e4d332 45%, #dfcd1d 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #e4d332 0%, #e4d332 45%, #dfcd1d 100%);
    /* W3C */
    /*-ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="@{custom-secondary-bg-color}", endColorstr=%("%a", darken(@custom-secondary-bg-color, 5%)),GradientType=0 ); */
    /* IE6-9 */
    -ms-filter: none;
    border: 0;
}

    .btn-default:hover,
    .btn-default:focus,
    .btn-default:active,
    .btn-default.active {
        color: #7f6631;
        background: #e4d332;
        border: 0;
    }

.qmark,
.select-holder,
.risk-widget .slide-content .slider.value-1 .slider-label.value-1,
.risk-widget .slide-content .slider.value-2 .slider-label.value-2,
.risk-widget .slide-content .slider.value-3 .slider-label.value-3,
.risk-widget .slide-content .slider.value-4 .slider-label.value-4,
.risk-widget .slide-content .slider.value-5 .slider-label.value-5,
.risk-widget .slide-content .question-pager .active {
    color: #3f994a;
}

    .select-holder:before,
    .risk-widget .slide-content .slider .ui-slider-handle {
        border-color: #3f994a;
    }


.calculator .ui-widget-content .ui-state-hover {
    border-color: #3f994a;
    background-color: #3f994a;
}

.chart-container .chart {
    border-right-color: #3f994a;
    border-bottom-color: #5fac68;
}

.yepnope-overlay,
.yepnope-zone {
    background-color: #3f994a;
    background-color: rgba(63, 153, 74, 0.9);
}

.color1,
h2.error-page-title b,
.color1:hover {
    color: #3264b8;
}

    .color1:before,
    .color1:after {
        color: #3264b8;
        border-color: #3264b8;
    }

.border-color1 {
    border-color: #3264b8;
    border-style: solid;
    border-width: 0;
}

.bg1 {
    background-color: #3264b8;
}

.gradient1 {
    border: 0;
    background: #7f97bf;
    /* Old browsers */
    background: -moz-linear-gradient(top, #7f97bf 0%, #7f97bf 45%, #3d6ab4 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7f97bf), color-stop(45%, #7f97bf), color-stop(100%, #3d6ab4));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #7f97bf 0%, #7f97bf 45%, #3d6ab4 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #7f97bf 0%, #7f97bf 45%, #3d6ab4 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #7f97bf 0%, #7f97bf 45%, #3d6ab4 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #7f97bf 0%, #7f97bf 45%, #3d6ab4 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7f97bf", endColorstr="#3d6ab4", GradientType=0);
    /* IE6-9 */
}

.color2,
.color2:hover {
    color: #7f6631;
}

.color2-negative {
    color: #e4d332;
}

.color2:before,
.color2:after {
    color: #7f6631;
    border-color: #7f6631;
}

.bg2 {
    background-color: #e4d332;
}

.bg-fill2 {
    background-color: #7f6631;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555555;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-bottom-color: transparent;
    cursor: default;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 0 0 0 0;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.gradient2 {
    color: #7f6631;
    background: #e4d332;
    /* Old browsers */
    background: -moz-linear-gradient(top, #e4d332 0%, #e4d332 45%, #dfcd1d 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e4d332), color-stop(45%, #e4d332), color-stop(100%, #dfcd1d));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e4d332 0%, #e4d332 45%, #dfcd1d 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e4d332 0%, #e4d332 45%, #dfcd1d 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e4d332 0%, #e4d332 45%, #dfcd1d 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #e4d332 0%, #e4d332 45%, #dfcd1d 100%);
    /* W3C */
    -ms-filter: none;
    /* IE6-9 */
    border: 0;
}

    .gradient2:hover {
        color: #7f6631;
        background: #e4d332;
        border: 0;
    }

.color3,
.color3:hover {
    color: #3f994a;
}

.border-color3 {
    border-color: #3f994a;
}

.chart-border-color1 {
    border-color: #7f97bf;
    opacity: 0.7;
}

.bg3 {
    background-color: #3f994a;
}

.gradient3 {
    border: 0;
    background: #3f994a;
    /* Old browsers */
    background: -moz-linear-gradient(top, #3f994a 0%, #3f994a 45%, #1e6e27 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3f994a), color-stop(45%, #3f994a), color-stop(100%, #1e6e27));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #3f994a 0%, #3f994a 45%, #1e6e27 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #3f994a 0%, #3f994a 45%, #1e6e27 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #3f994a 0%, #3f994a 45%, #1e6e27 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #3f994a 0%, #3f994a 45%, #1e6e27 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7f97bf", endColorstr="#1e6e27", GradientType=0);
    /* IE6-9 */
}

.moveIntoView {
    top: 0;
    left: 9px;
    right: 9px;
}

.hideItNow {
    display: none !important;
}

.panel-body .btn.btnNextToLink {
    margin: 0;
}

.panel-body .datePickerContainer {
    float: left;
    margin-right: 20px;
}

.panel-body .buttonContainer {
    display: inline-block;
    padding-top: 5px;
}

#savedScopesContainer {
    display: none;
}

#notificationDataTable .mailTmplID {
    width: 200px;
    white-space: normal;
}

#notificationDataTable .numeric-column {
    max-width: 50px;
    padding-left: 10px;
}

.dataTables_wrapper .top {
    padding: 10px 0;
}

.dataTables_wrapper .bottom {
    width: 100%;
}

/* Dashboard */

#dashboard h1 {
    overflow: hidden;
    position: relative;
}

    #dashboard h1:before,
    #dashboard h1:after {
        z-index: 1;
        position: absolute;
        content: "";
        bottom: 111%;
        left: 1%;
        width: 49%;
        top: -10px;
        -webkit-box-shadow: 0 2px 10px #aaa;
        -moz-box-shadow: 0 2px 10px #aaa;
        box-shadow: 0 2px 10px #aaa;
        -webkit-transform: rotate(0.2deg);
        -moz-transform: rotate(0.2deg);
        -ms-transform: rotate(0.2deg);
        -o-transform: rotate(0.2deg);
        transform: rotate(0.2deg);
    }

    #dashboard h1:after {
        -webkit-transform: rotate(-0.2deg);
        -moz-transform: rotate(-0.2deg);
        -ms-transform: rotate(-0.2deg);
        -o-transform: rotate(-0.2deg);
        transform: rotate(-0.2deg);
        right: 1%;
        left: auto;
    }

#dashboard .overChart {
    position: absolute;
    z-index: 3;
    top: 33px;
    left: 46px;
    margin-left: 51px;
}

#dashboard #profileAsideCanvas {
    display: block;
}

#dashboard .main-content {
    background: #fff;
}

#dashboard .hashedArea {
    background-image: url(../img/stripes-new.png);
    filter: none;
    background-color: #333;
    border-left: 1px solid #f6f6f6;
    border-right: 1px solid #f6f6f6;
}

    #dashboard .hashedArea, #dashboard .hashedArea a, #dashboard .hashedArea h3, #dashboard .hashedArea h4 {
        /*color: #2F62BD;*/
    }

        #dashboard .hashedArea .panelContainer {
            max-width: 350px;
            margin: auto;
        }

        #dashboard .hashedArea h4 {
            text-indent: 85px;
            white-space: nowrap;
        }

        #dashboard .hashedArea .slideshowCharts h4 {
            text-indent: 105px;
        }

        #dashboard .hashedArea .hashedShape {
            padding-top: 40px;
            clear: both;
        }

            #dashboard .hashedArea .hashedShape img {
                display: block;
                width: 100%;
                height: 60px;
            }

#dashboard ul, #dashboard li {
    list-style: none;
    padding: 0;
    margin: 0;
}

#dashboard h3 {
    font-size: 30px;
    font-style: italic;
    padding: 25px 0 15px 0;
}

#dashboard .panelButtons {
    text-align: center;
    padding: 0 0 15px 0;
}

    #dashboard .panelButtons a {
        /*color: #999;*/
        margin: 0 7px;
        text-decoration: underline;
        font-weight: bold;
    }

        #dashboard .panelButtons a:not(.active) {
            color: #999;
        }

        #dashboard .panelButtons a:hover, #dashboard .panelButtons a.active {
            /*color: #2F62BD;*/
        }

    #dashboard .panelButtons span {
        display: block;
        padding-top: 5px;
    }

#dashboard .listWithIcons {
    padding: 0 15px;
}

    #dashboard .listWithIcons .iconWithBg {
        width: 54px;
        height: 54px;
        float: left;
        margin: 15px;
        position: relative;
        background-image: none;
        filter: none;
    }

    #dashboard .listWithIcons img {
        position: relative;
        z-index: 2;
    }

    #dashboard .listWithIcons span {
        position: absolute;
        z-index: 1;
        width: 34px;
        height: 34px;
        top: 10px;
        left: 10px;
    }

    #dashboard .listWithIcons ul {
        padding-top: 12px;
    }

    #dashboard .listWithIcons a {
        display: block;
        position: relative;
        padding: 7px 30px 7px 0; /* modified 29.09.2015 from 7px 0 because the text didn't wrap "early" enough */
        font-size: 11px;
    }

        #dashboard .listWithIcons a:after {
            content: "";
            position: absolute;
            top: 0;
            right: 10px;
            width: 30px;
            height: 100%;
            background: url(/img/White-Chevron-Right.png) right center no-repeat;
        }

    #dashboard .listWithIcons .singleLine a {
        font-size: 13px;
        margin-top: 14px;
    }

    #dashboard .listWithIcons .doubleLine a {
        font-size: 13px;
        margin-top: 5px;
    }

    #dashboard .listWithIcons .line {
        border-bottom: 1px solid #ddd;
    }

#dashboard-carousel .carousel-inner {
    overflow: visible;
}

#dashboard-carousel .item {
    width: 100%;
    height: 160px;
}

    #dashboard-carousel .item .averageChart {
        width: 105px;
        height: 108px;
        margin: 0 0 0 45px;
    }

        #dashboard-carousel .item .averageChart .percent {
            position: absolute;
            z-index: 1;
            text-align: center;
            font-size: 11px;
            /*color: #666;*/
            background: #fff;
            width: 75px;
            height: 75px;
            padding-top: 14px;
            top: 51px;
            left: 61px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%;
        }

            #dashboard-carousel .item .averageChart .percent strong {
                font-size: 14px;
            }

        #dashboard-carousel .item .averageChart canvas {
            position: relative;
            z-index: 2;
            height: 105px;
            top: 35px;
        }

#dashboard-carousel .carousel-control {
    width: 6%;
    height: 160px;
    filter: none;
}

    #dashboard-carousel .carousel-control.left {
        background: none;
        opacity: 1;
    }

        #dashboard-carousel .carousel-control.left .glyphicon.glyphicon-chevron-left {
            background: url(/img/Left-Nav.png) no-repeat;
            width: 30px;
            height: 30px;
        }

            #dashboard-carousel .carousel-control.left .glyphicon.glyphicon-chevron-left:before {
                content: "";
            }

    #dashboard-carousel .carousel-control.right {
        background: none;
        opacity: 1;
    }

        #dashboard-carousel .carousel-control.right .glyphicon.glyphicon-chevron-right {
            background: url(/img/Right-Nav.png) no-repeat center right;
            width: 30px;
            height: 30px;
        }

            #dashboard-carousel .carousel-control.right .glyphicon.glyphicon-chevron-right:before {
                content: "";
            }

    #dashboard-carousel .carousel-control .icon-prev, #dashboard-carousel .carousel-control .icon-next, #dashboard-carousel .carousel-control .glyphicon-chevron-left, #dashboard-carousel .carousel-control .glyphicon-chevron-right {
        top: 45%;
    }

#dashboard-carousel .carousel-indicators {
    bottom: -80px;
}

    #dashboard-carousel .carousel-indicators li:not(.active) {
        background: #ccc;
    }

    #dashboard-carousel .carousel-indicators li.active {
        width: 10px;
        height: 10px;
    }

#dashboard-carousel p {
    width: 200px;
    margin: auto;
    color: #999;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
}

#dashboard .whiteArea {
    border-left: 1px solid #f6f6f6;
    border-right: 1px solid #f6f6f6;
    margin: 0 -9px;
}

    #dashboard .whiteArea h3 {
        padding-bottom: 30px;
        text-align: center;
    }

    #dashboard .whiteArea h4 {
        text-align: center;
        margin-bottom: 20px;
    }

    #dashboard .whiteArea .profile-snapshot {
        padding: 0 45px;
        background: none;
        color: #999;
    }

    #dashboard .whiteArea .interests {
        padding: 0 40px 0 0;
    }

    #dashboard .whiteArea .interestsTable div {
        padding-bottom: 6px;
    }

    #dashboard .whiteArea .interests a {
        display: block;
        /*background: #f9f9f9;*/
        margin: 0 -6px;
        padding: 4px 0;
        text-align: center;
        color: #333;
    }

#dashboard #profileAsideChart {
    position: relative;
}

    #dashboard #profileAsideChart .percentContainer {
        position: absolute;
        top: 32px;
        left: 0;
        right: 0;
        text-align: center;
        font-size: 32px;
        /*color: #3E9648;*/
        line-height: 20px;
    }

        #dashboard #profileAsideChart .percentContainer .percent {
            display: inline;
            font-weight: bold;
        }

        #dashboard #profileAsideChart .percentContainer small {
            font-size: 13px;
            text-transform: uppercase;
        }

#dashboard .completeness .btn {
    margin-top: 30px;
    position: relative;
    z-index: 4;
}

#dashboard .profileButton {
    position: relative;
    top: -10px;
    z-index: 3;
}

#dashboard .blueArea {
    color: #fff;
    position: relative;
    margin: 0 -9px;
    padding: 0;
    top: -15px;
}

.bottomContainer {
    z-index: 999;
}

    .bottomContainer.menu_open {
        z-index: 1;
    }

#dashboard .toolkit-slider {
    margin-top: 10px;
}

    #dashboard .toolkit-slider.white-box {
        background: none;
        box-shadow: none;
    }

        #dashboard .toolkit-slider.white-box h2 {
            display: none;
        }

#dashboard .toolBox {
    width: 100%;
    max-width: 610px;
    margin: auto;
    padding: 0 15px;
}

@media only screen and (max-width: 992px) {
    #dashboard .whiteArea .profile-snapshot {
        padding: 0 5%;
    }
}

@media only screen and (max-width: 769px) {
    .generic-main {
        padding-left: 0;
        padding-right: 0;
    }

    #dashboard h3 {
        font-size: 24px;
    }

    #dashboard .hashedArea {
        background-image: url(../img/stripes-new.png);
    }

        #dashboard .hashedArea .areaPanel {
            display: none;
        }

            #dashboard .hashedArea .areaPanel.active {
                display: inherit;
            }

    #dashboard-carousel p {
        font-size: 14px;
    }

    #dashboard .whiteArea .profile-snapshot .snapshotContainer {
        max-width: 300px;
        margin: auto;
        padding-bottom: 20px;
    }

    #dashboard .whiteArea .interests {
        padding: 15px 0;
        margin: 0 15px;
    }

    #dashboard .profileButton {
        top: 0;
    }
}

/* Set validation error message color */
.field-validation-error {
    color: #ff0000 !important;
}

/* Benefit list item without link */
.benefit-list-item {
    position: static;
    width: auto;
}

.media-gallery {
    margin-top: 18px;
    position: relative;
    max-width: 1418px;
}

    .media-gallery .gallery-item-container {
        background-color: #eeeeee;
        border: 1px solid #cccccc;
        margin-bottom: 18px;
    }

        .media-gallery .gallery-item-container.selected {
            border: 1px solid #118ce1;
        }

            .media-gallery .gallery-item-container.selected .img-container.img-container--full .gallery-item--title {
                background: #118ce1;
                color: white;
            }

        .media-gallery .gallery-item-container .img-container {
            overflow: hidden;
        }

            .media-gallery .gallery-item-container .img-container img {
                height: 125px;
            }

            .media-gallery .gallery-item-container .img-container.img-container--full {
                height: 150px;
            }

                .media-gallery .gallery-item-container .img-container.img-container--full img {
                    height: auto;
                    width: 100%;
                }

                .media-gallery .gallery-item-container .img-container.img-container--full .gallery-item--title {
                    position: absolute;
                    bottom: 19px;
                    background: white;
                    left: 1px;
                    right: 1px;
                    padding: 8px;
                    opacity: 0.9;
                    margin: 0px 9px;
                }

                    .media-gallery .gallery-item-container .img-container.img-container--full .gallery-item--title .gallery-item--subtitle {
                        color: #666666;
                    }

        .media-gallery .gallery-item-container .gallery-item--title {
            margin-top: 5px;
            word-break: break-all;
            max-height: 95px;
            overflow-y: hidden;
        }

.row--no-padding > [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.loading.modal-open .modal-loader {
    display: none;
}

#media-picker-popup .modal-inner-content {
    padding: 20px;
}

#media-picker-popup .loader {
    margin: 20px;
}

.media-picker-preview {
    padding-bottom: 10px;
    position: relative;
}

    .media-picker-preview .img-container {
        box-shadow: 1px 1px 3px -1px #aaaaaa;
        height: 125px;
        overflow: hidden;
        position: relative;
        width: 200px;
        text-align: center;
    }

        .media-picker-preview .img-container .icon-type {
            bottom: 0;
            left: 0;
            position: absolute;
            right: 0;
            top: 0;
            width: 28px;
            height: 28px;
        }

            .media-picker-preview .img-container .icon-type svg {
                -webkit-filter: drop-shadow(0 0 2px #FFF);
                filter: drop-shadow(0 0 2px #FFF);
            }

    .media-picker-preview img {
        height: auto;
        max-width: 100%;
    }

    .media-picker-preview .btn {
        border-radius: 0px 0px 5px 5px;
        width: 200px;
    }

.table-image {
    display: inline-block;
    position: relative;
    height: 16px;
    width: 25px;
    margin-right: 4px;
}

    .table-image > img {
        height: 16px;
        width: 25px;
    }

    .table-image .image-preview {
        left: 30px;
        top: 0px;
        color: white;
        border-radius: 5px;
        opacity: 0;
        position: absolute;
        -webkit-transition: opacity 0.5s;
        -moz-transition: opacity 0.5s;
        -ms-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        transition: opacity 0.5s;
        width: 267px;
        height: 200px;
    }

        .table-image .image-preview > img {
            width: 100%;
            height: auto;
        }

    .table-image:hover img:hover ~ .image-preview {
        z-index: 9999;
        opacity: 1;
    }

.media-picker-preview .btn {
    width: 200px;
    border-radius: 0px 0px 5px 5px;
}

.hidden-row {
    padding: 0 !important;
}

.clickable-row {
    cursor: pointer;
}

.filter-description {
    padding: 16px;
}

#filterHistory .filter-description {
    border-left: 3px darkgray solid;
    margin-left: 25px;
    margin-bottom: 25px;
}

.status-row {
    border-left: 5px white solid;
    background: white;
}

    .status-row.published {
        border-left: 5px #8BC34A solid;
    }

    .status-row.unpublished {
        border-left: 5px #607D8B solid;
    }

    .status-row.partially-unpublished {
        border-left: 5px #FFC107 solid;
    }

.filter-description label {
    margin-right: 16px;
}

#country-form {
    max-width: 265px;
    display: inline-block;
}

#country-badge .btn {
    margin: 0px;
    border: 0px;
    border-radius: 0px;
    padding: 4px 8px;
    min-width: 50px;
}

#country-badge .dropdown-menu {
    margin: 0px;
    border-radius: 0px;
    padding: 0 0 4px 0;
    min-width: 180px;
}

    #country-badge .dropdown-menu .dropdown-item {
        border-bottom: 1px;
        border-color: #EEE;
    }

    #country-badge .dropdown-menu li {
        padding-right: 0px;
    }

        #country-badge .dropdown-menu li a {
            border-bottom: 0px;
            color: #999;
            font-size: 12px;
            text-transform: uppercase;
            font-weight: normal;
            padding: 8px 8px 8px 16px;
        }

        #country-badge .dropdown-menu li:hover > a {
            background-color: #f5f5f5;
        }

.navbar-collapse.collapse {
    background-color: white;
}

@media (max-width: 768px) {
    #country-form {
        max-width: none;
    }

    #country-badge {
        left: 180px;
        position: absolute;
        top: 0px;
    }

    ul.nav.navbar-nav {
        height: 100%;
        min-width: 100%;
    }

    .generic-header .navbar-light li {
        padding: 10px 0 0 0;
    }

        .generic-header .navbar-light li a {
            border-bottom: 1px solid #999;
        }

    .generic-header .navbar-nav {
        border-bottom: 0;
    }
}

.localization-controls {
    float: right;
    margin-top: 16px;
    align-items: center;
}

.back-to-list {
    margin: 15px 0 0 9px;
}


.editor-title-bar {
    display: flex !important;
    margin-left: 9px;
}

    .editor-title-bar .input-group-addon {
        width: auto;
        display: flex;
        align-items: center;
    }

    .editor-title-bar #editor-title.form-control {
        flex: 1;
        width: auto;
        max-width: 53vw;
        margin-right: auto;
    }

    .editor-title-bar #editor-title-subtitle.form-control {
        flex: 1;
        width: auto;
        max-width: 56.2vw;
        height: 3vw;
        margin-right: auto;
    }

    .editor-title-bar .back-to-list {
        margin: 0 30px 0 10px;
        display: flex;
        align-items: center;
    }

    .editor-title-bar .field-validation-error {
        display: flex;
        align-items: center;
    }

    .editor-title-bar .localization-controls {
        margin-top: 0px;
        margin-right: 9px;
    }

        .editor-title-bar .localization-controls .btn {
            margin-bottom: 0px;
            padding: 4px 18px;
        }


.localization-controls .btn-group button.btn {
    border-radius: 0;
    margin-left: 0px;
    margin-bottom: 0px;
}

.localization-controls .dropdown-menu {
    margin: 0px;
    border-radius: 0px;
    padding: 8px;
    padding-left: 16px;
    min-width: 180px;
}

    .localization-controls .dropdown-menu .dropdown-item {
        border-bottom: 1px;
        border-color: #EEE;
    }

    .localization-controls .dropdown-menu li {
        padding-right: 0px;
    }

    .localization-controls .dropdown-menu input[type="radio"] {
        visibility: hidden;
    }

    .localization-controls .dropdown-menu label {
        color: #999;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: normal;
        cursor: pointer;
    }

    .localization-controls .dropdown-menu li a {
        border-bottom: 0px;
        color: #999;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: normal;
        padding: 0px;
        margin-bottom: 5px;
        display: inline-block;
    }

        .localization-controls .dropdown-menu li a:hover {
            background-color: white;
        }

.row .form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.container-fluid {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.hidden {
    display: none;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
}

.dropdown-toggle::after {
    display: none;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
    background-color: inherit;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

@media (min-width: 1675px) {

    .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
        float: left;
        padding-left: 9px;
        padding-right: 9px;
    }

    .col-xl-12 {
        width: 100%;
    }

    .col-xl-11 {
        width: 91.66666667%;
    }

    .col-xl-10 {
        width: 83.33333333%;
    }

    .col-xl-9 {
        width: 75%;
    }

    .col-xl-8 {
        width: 66.66666667%;
    }

    .col-xl-7 {
        width: 58.33333333%;
    }

    .col-xl-6 {
        width: 50%;
    }

    .col-xl-5 {
        width: 41.66666667%;
    }

    .col-xl-4 {
        width: 33.33333333%;
    }

    .col-xl-3 {
        width: 25%;
    }

    .col-xl-2 {
        width: 16.66666667%;
    }

    .col-xl-1 {
        width: 8.33333333%;
    }

    .col-xl-pull-12 {
        right: 100%;
    }

    .col-xl-pull-11 {
        right: 91.66666667%;
    }

    .col-xl-pull-10 {
        right: 83.33333333%;
    }

    .col-xl-pull-9 {
        right: 75%;
    }

    .col-xl-pull-8 {
        right: 66.66666667%;
    }

    .col-xl-pull-7 {
        right: 58.33333333%;
    }

    .col-xl-pull-6 {
        right: 50%;
    }

    .col-xl-pull-5 {
        right: 41.66666667%;
    }

    .col-xl-pull-4 {
        right: 33.33333333%;
    }
}

.content-editor-tabs .nav-item:first-child {
    margin-left: 18px;
}

.content-editor-tabs .nav-item > a {
    border: 1px solid #dddddd;
    padding: 10px 10px 10px 15px;
    background-color: #eaf2f9;
    color: black;
}

    .content-editor-tabs .nav-item > a:hover {
        background-color: #428bca;
        color: white;
    }

    .content-editor-tabs .nav-item > a span.closebtn {
        color: #707B8D;
        padding-left: 5px;
    }

.content-editor-tabs .nav-item a.add-tab-button {
    padding: 10px 15px 9px 15px;
    background-color: #428bca;
    color: white;
    border: none;
}

.content-editor-tabs .nav-item.separator {
    margin: 2px 15px -14px 40px;
}

.communication-form .tab-content, .survey-form .main-content {
    background-color: #FAFAFA;
}

.communication-form .tab-pane {
    padding: 9px;
}

    .communication-form .tab-pane.active[hidden] {
        display: inherit !important;
    }

    .communication-form .tab-pane.template-pane {
        min-height: calc(100vh - 210px);
    }

        .communication-form .tab-pane.template-pane > .row {
            height: 100vh;
        }

            .communication-form .tab-pane.template-pane > .row > .content-editor-col {
                height: 100vh;
            }

#Facebook > .row {
    height: 300%;
}

#Teams > .row {
    height: 300%;
}

.content-editor-col {
    width: 770px;
    max-width: 770px;
}

.radio, .checkbox {
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    vertical-align: middle;
}

.content-editor-preview {
    border: 1px solid #CCCCCC;
    width: 100%;
    height: calc(100% - 38px);
}

.content-editor-preview-full {
    height: calc(100vh - 210px);
}

.content-editor-preview-col {
    width: calc(100% - 770px);
    /*height: 100%;*/
}

    .content-editor-preview-col .preview-size label {
        margin-left: 20px;
        margin-bottom: 0px;
    }

    .content-editor-preview-col .preview-size i {
        margin-left: 5px;
        cursor: pointer;
        font-size: 1.5em;
        margin-top: -10px;
        margin-bottom: -10px;
    }

        .content-editor-preview-col .preview-size i.active {
            color: #118ce1;
        }

    .content-editor-preview-col iframe {
        background-color: white;
        padding: 25px;
        font-family: Arial,sans-serif;
    }

        .content-editor-preview-col iframe.constraint-mobile {
            max-width: 516px;
        }

        .content-editor-preview-col iframe.constraint-tablet {
            min-width: 517px;
            max-width: 1026px;
        }

        .content-editor-preview-col iframe.constraint-desktop {
            min-width: 1027px;
        }

    .content-editor-preview-col .preview-chrome {
        margin-left: 20px;
    }

        .content-editor-preview-col .preview-chrome input {
            margin-top: 0px;
            margin-right: 5px;
        }

        .content-editor-preview-col .preview-chrome label {
            margin-bottom: 0px;
        }

#preview_ContentTop, #preview_ContentBottom {
    padding: 0px;
    background-color: inherit;
    width: 100%;
    font-family: inherit;
}

.media-type-radio-selectors {
    margin: 8px 10px 16px 10px;
}

#searchForm .media-type-radio-selectors input[type='radio'] {
    margin-top: 2px;
}

#searchMediaForm .media-type-radio-selectors input[type='radio'] {
    margin-top: 3px;
}

.checkboxes-search-list {
    display: flex;
    align-items: center;
}

    .checkboxes-search-list div {
        display: inline;
        background-color: aliceblue;
        padding: 8px;
        margin-left: 18px;
    }

        .checkboxes-search-list div input {
            vertical-align: middle;
            margin-top: -1px;
        }

        .checkboxes-search-list div label {
            line-height: 1;
        }

        .checkboxes-search-list div span {
            vertical-align: middle;
            margin-right: 15px;
        }

.search-interests .checkbox-inline + .checkbox-inline {
    margin-left: 0;
}

.search-interests {
    margin-bottom: 0;
}

    .search-interests .checkbox-inline {
        color: #2E2E2E;
        font-size: 11px;
        font-weight: bold;
    }

    .search-interests .checkbox-inline {
        line-height: 1.8;
    }

#tool-links .form-group div {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    border-radius: 0;
}

#tool-links .form-group div, #tool-links .form-group select {
    height: 40px;
}

    #tool-links .form-group div b {
        vertical-align: middle;
        vertical-align: -webkit-baseline-middle;
    }

.full-width {
    width: 100%;
}

.fa-trash.deleteTopic, .fa-trash.deleteLink, .fa-trash.deleteAnswer {
    color: #a94442;
    font-size: 17px;
}


.mb0 {
    margin-bottom: 0px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb10 {
    margin-bottom: 10px;
}

.pad0 {
    padding: 0px !important;
}

.mtb15 {
    margin-top: 15px !important;
}

.mtb10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.mr15 {
    margin-right: 15px !important;
}

.mr25 {
    margin-right: 25px !important;
}

.mr9 {
    margin-right: 9px !important;
}

.br8 {
    border-radius: 8px !important;
}

.btn.btn-copy {
    font-size: 12px;
    min-width: 42px;
    padding: 2px 0px;
}

.checkbox-list .checkbox {
    margin-top: 0;
    margin-bottom: 0;
}

.btn.btn-small {
    font-size: 13px;
    min-width: auto;
    padding: 3px;
}

.btn.btn-smallish {
    font-size: 13px;
    min-width: auto;
    padding: 5px 11px;
}

.checkbox-group label {
    vertical-align: middle;
}

.filter-history-group-details .pagination-container {
    margin-left: 10px;
}

    .filter-history-group-details .pagination-container .pagination {
        margin-top: 0px;
    }

.filter-history-group-details .filter-summary {
    padding-bottom: 10px;
}

.media-gallery .gallery-item-container .img-container.img-container--full .gallery-item--title span {
    height: 20px;
    padding-top: 1px;
    background-color: #428bca;
    color: white;
    border-radius: 10px;
    float: right;
    text-align: center;
    width: 35px;
}

.right-float-menu-btn {
    font-weight: bold;
    padding: 10px;
    border-radius: 2px;
    font-size: 14px;
    border: 1px solid;
}

    .right-float-menu-btn.defaultBtn {
        background-color: #EAEAEA;
        border-color: #AAAAAA;
    }

#right-menu-container {
    top: 335px;
    position: fixed;
    right: -110px;
}

    #right-menu-container.new-communication {
        right: -74px
    }

#right-menu-container-jargon {
    top: 335px;
    display: flex;
    position: fixed;
    right: -70px;
}

#right-menu-container.new-jargon {
    right: -74px
}

#right-menu-survey-container {
    top: 335px;
    position: fixed;
    right: -33px;
}

.rotate-90 {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.sidenav {
    height: 100%;
    position: fixed;
    z-index: 1001;
    top: 0;
    right: 0;
    overflow-x: hidden;
    padding-top: 6px;
    display: none;
    background-color: #EEEEEE;
    overflow-y: auto;
}

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

    .sidenav .closebtn {
        position: absolute;
        top: 3px;
        right: 10px;
        font-size: 32px;
        margin-left: 50px;
    }

.defaultBtn {
    color: black;
    background-color: #eaf2f9;
    border-color: #dddddd;
}

.communication-form > .row, .survey-form > .row {
    margin: 15px 0px 0px 0px;
}

.communication-form .preview-meta-selector, .survey-form .preview-meta-selector {
    margin: 0px 9px 0px 0px;
    float: right;
}

    .communication-form .preview-meta-selector select.form-control, .survey-form .preview-meta-selector select.form-control {
        height: 35px;
    }

.required-template a, .content-editor-tabs .nav-item.required-template > a {
    background-color: #f2dede;
    color: #a94442;
}

.mce-menu-sub-tr-tl {
    padding-right: 15px !important;
}

.selected-interests-panel,
.selected-employers-panel {
    padding-right: 15px;
}

.upload-quarantine {
    display: inline-flex;
}

.upload-quarantine-file {
    width: 75%;
}

.upload-quarantine-button,
.download-failed-rows-button,
.check-quarantine-button,
.remove-upload-button {
    color: #7f6631;
    background: #e4d332;
    background: linear-gradient(to bottom, #e4d332 0%, #e4d332 45%, #dfcd1d 100%);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e4d332", endColorstr="#dfcd1d", GradientType=0);
    border: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    outline: none;
    font-size: 18px !important;
}

.download-failed-rows-button,
.check-quarantine-button,
.remove-upload-button {
    height: 34px;
    width: 34px;
    border-radius: 8px;
}

    .download-failed-rows-button:before {
        margin: 8px;
        float: right;
    }

    .check-quarantine-button:before,
    .remove-upload-button:before {
        margin: 9px;
        float: right;
    }

    .check-quarantine-button:disabled,
    .remove-upload-button:disabled,
    .download-failed-rows-button:disabled {
        color: #DCDAD1;
        cursor: not-allowed;
        padding-right: 1px;
        background-image: none;
    }

.loader-xlsx {
    height: 30px;
    padding-left: 5px;
    padding-top: 5px;
    display: none;
}

.last-read-article {
    font-style: italic;
    white-space: nowrap;
}

    .last-read-article span {
        font-family: TradeGothicLT,Arial,Sans-Serif;
        color: #737373;
        font-weight: 100;
    }

    .last-read-article b {
        font-family: "TradeGothicLT-Two", Arial, Sans-Serif;
        color: #000000;
    }

@media (max-width: 769px) {
    .last-read-article {
        line-height: initial;
    }

        .last-read-article b {
            display: block;
        }

    .item-strip.learning-row {
        display: flex;
        display: -ms-flexbox;
        align-items: center;
        -ms-flex-align: center;
    }
}

.old-value {
    font-size: 11px;
    font-family: monospace;
    color: burlywood;
}

div.row div.form-group div.input-group select.form-control.default-if {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 5px;
}

div.row div.form-group div.input-group input.form-control.default-value {
    padding-left: 10px;
}

.owner-permission {
    display: inline-flex;
    width: 99%;
    padding: 0px 1px;
}

.flex {
    display: flex !important;
}

.flex-center {
    align-items: center;
}

.mt5 {
    margin-top: 5px;
}

.mt30 {
    margin-top: 30px !important;
}

#figurePlaceholderList label {
    margin-bottom: 0;
}

.lb3grey {
    border-left: 3px darkgray solid;
}

.ml25 {
    margin-left: 25px;
}

.pl25 {
    padding-left: 25px;
}

.plr5 {
    padding-left: 5px;
    padding-right: 5px;
}

.ptb0 {
    padding-top: 0;
    padding-bottom: 0;
}

.pt0 {
    padding-top: 0;
}

.pb3 {
    padding-bottom: 3px;
}

.ptb11 {
    padding-top: 11px !important;
    padding-bottom: 11px !important;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt0 {
    margin-top: 0 !important;
}

.mt8 {
    margin-top: 8px !important;
}

.mt13 {
    margin-top: 15px;
}

.allow-blank-warning {
    -webkit-box-shadow: none !important;
}

.btn-add-survey-answer {
    font-size: 14px;
    min-width: 0;
    padding: 2px 18px;
    border-radius: 4px;
}

.IsToBeDeleted {
    display: none;
}

#survey-answers-container {
    border: 1px solid rgb(102, 102, 102);
    border-radius: 5px;
    padding: 12px;
}

    #survey-answers-container::after {
        content: " ";
        display: block;
        height: 0;
        clear: both;
    }

.one-survey-answer-container tr .answer-index {
    font-size: 14px;
    font-weight: bold;
    vertical-align: middle;
    color: rgb(102, 102, 102);
}

.one-survey-answer-container tr .answer-score {
    width: 60px;
}

    .one-survey-answer-container tr .answer-score input {
        text-align: center;
    }

.one-survey-answer-container tr .answer-delete {
    vertical-align: middle;
    cursor: pointer;
}

.answer-errors td {
    border: none !important;
    padding: 0 !important;
}

    .answer-errors td span {
        display: block;
    }

.media-remove {
    position: absolute;
    top: 27px;
    z-index: 10;
    left: 185px;
    font-size: 16px;
    display: inline-block;
    color: red;
    cursor: pointer;
}

#js-surveys {
    margin-bottom: 5px;
}

.m10 {
    margin: 10px !important;
}

@media only screen and (min-width: 769px) {

    #navbarToggler {
        display: block !important;
    }

    .admin-area .navbar-nav {
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 0 30px;
        height: auto;
        margin-right: 0;
        min-width: auto;
    }

    .admin-area.navbar-light li a {
        border-bottom: none;
    }

    .tenantNameBtn-desktop {
        display: inline-block;
    }

    .tenantNameBtn-mobile {
        display: none;
    }

    .organisationNameBtn-desktop {
        display: inline-block;
    }

    .organisationNameBtn-mobile {
        display: none;
    }
}

@media only screen and (max-width: 769px) {

    .tenantNameBtn-desktop {
        display: none;
    }

    .tenantNameBtn-mobile {
        display: inline-block;
    }

    .organisationNameBtn-desktop {
        display: none;
    }

    .organisationNameBtn-mobile {
        display: inline-block;
    }
}

.tenantNameBtn {
    font-family: "TradeGothic", sans-serif;
    font-weight: bold;
    font-size: 17px;
    text-transform: uppercase;
    vertical-align: middle;
}

.organisationNameBtn {
    font-family: "TradeGothic", sans-serif;
    font-weight: bold;
    font-size: 17px;
    text-transform: uppercase;
    vertical-align: middle;
}

.password-reset-confirmation {
    font-family: CenturyGothic, sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    padding: 30px 15px;
    text-align: center;
    color: green;
}

.mt10 {
    margin-top: 10px !important;
}

.m7-12 {
    margin: 7px 12px !important;
}

.pt6 {
    padding-top: 6px;
}

#savedCommDelivery .delivery-content {
    padding: 10px;
    border: 1px solid #666;
    border-radius: 8px;
    overflow-wrap: anywhere;
}

.p3 {
    padding: 3px;
}

.email-header-preview {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .email-header-preview .btn.btn-copy {
        padding: 2px 4px;
    }

#sendingConfigurationStrategyInfo {
    display: flex;
    flex-direction: row-reverse;
}

.w100 {
    width: 100%;
    width: -moz-max-content;
}

.text-center {
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
    text-align: -o-center;
    text-align: -ms-right;
}

.table-center {
    margin-left: auto;
    margin-right: auto;
}

table.item-table tr:nth-child(odd) {
    background-color: #f9f9f9;
}

.vtop {
    vertical-align: top;
    padding-top: 20px;
}

.max-height-200 {
    max-height: 200px;
}

.one-resource:nth-child(odd), .one-resource:nth-child(odd) .row-header-sticky {
    background-color: #f9f9f9;
}

.one-resource:nth-child(even), .one-resource:nth-child(even) .row-header-sticky {
    background-color: white;
}

td.resource-name {
    padding-left: 3px;
    height: 55px;
    border-right: 1px solid lightgrey;
    min-width: 180px;
}

.icon-permission-action {
    cursor: pointer;
    font-size: 16px !important;
}

.role-header td {
    /*padding: 5px 2px;*/
    font-weight: bold;
    width: 40px;
    max-height: 145px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 0;
    padding-right: 0;
    /*margin: 0 2px 0px 2px;*/
}

.text-warning.icon-permission-action {
    color: #ffc107;
    cursor: not-allowed;
}

.text-warning.feature-flag-partially-on {
    color: #ffc107;
}

.text-warning-yellow {
    color: #ffc107;
}

.highlight-background td {
    vertical-align: middle;
}

.highlight-background td {
    background-color: lightblue;
}

.highlight-background-header span {
    font-weight: bold;
    background-color: lightblue;
    border: 3px solid white;
    vertical-align: inherit;
    text-align: center;
}

.table-header.no-highlight-background-header span {
    border: 2px solid lightblue;
    height: 94px;
}

.table-header span {
    padding: 0 20px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*.limit-content {
    overflow-wrap: break-word;
}
.limit-content table {
    table-layout: fixed;
}

.limit-content td {
   
    word-wrap: break-word;
} */

.row-header-sticky {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 1;
}

.highlight-background-header {
    background-color: white;
}

#featureFlagsMatrix {
    margin: 5px 0 20px 0;
}

    #featureFlagsMatrix th, #permission-table th {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 2;
    }

    #featureFlagsMatrix .search-area {
        background-color: lightblue;
        padding-bottom: 3px;
        margin-top: 1px;
    }

        #featureFlagsMatrix .search-area h3 {
            margin: 0;
            padding: 4px;
        }



.search-container {
    border: 1px solid #f9f9f9;
    padding: 15px;
    border-radius: 11px;
}

.simple-btn {
    width: auto;
    min-width: auto;
    padding: 2px 10px;
}

.mr40 {
    margin-right: 40px;
}

.scroll {
    overflow-x: scroll;
}

.br {
    border-right: 1px lightgrey solid;
}

.ml10 {
    margin-left: 10px;
}

.lh35 {
    line-height: 35px;
}

.rotate-child-permissions span {
    writing-mode: tb-rl;
    transform: rotate(-180deg);
    width: auto;
    padding: 5px;
    height: 150px;
    min-width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}

.checkbox-description {
    font-size: 11px;
    padding: 0;
}

.t50 {
    top: 50px;
}

.w20 {
    width: 20px;
}

.employer-communication {
    margin: 0px;
    border: 1px solid #dddddd;
    padding: 6px;
}

#errors-nr {
    padding: 2px 22px;
    margin-right: 9px;
    border-radius: 10px;
    background: #dc3545;
    color: white;
}

    #errors-nr span {
        font-weight: bold;
    }

#last-saved span {
    font-weight: bold;
}

#pending-changes, #autosave-off {
    padding: 2px 22px;
    font-weight: bold;
    border-radius: 10px;
}

#pending-changes {
    display: none;
}

#autosave-off {
    margin-right: 9px;
}

#communication_isViewMode .content-editor-col {
    display: none;
}

.viewModeMessage {
    display: none;
}

#communication_isViewMode .viewModeMessage {
    display: flex;
    width: 770px;
    height: 100%;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 20px;
}

#communication_isViewMode .js-overlay-text .mce-tinymce {
    display: none !important;
}

#communication_isViewMode #linkedItems .deleteLink {
    display: none;
}

#communication_isViewMode #TimeOfDayInMin .ui-icon-triangle-1-n, #communication_isViewMode #TimeOfDayInMin .ui-icon-triangle-1-s {
    display: none;
}

.marginLeft1 {
    margin-left: 1%;
}

.exception {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}

.is-automatic {
    padding-left: 10px;
    display: inline-block !important;
}

.inline-block {
    display: inline-block;
}

.font-size-10 {
    font-size: 10px;
}

.ml0 {
    margin-left: 0 !important;
}

.ml6 {
    margin-left: 6px !important;
}

.mbl5 {
    margin-bottom: 15px !important;
}

.pl0 {
    padding-left: 0 !important;
}

#global-application-settings input[type="text"] {
    width: 400px;
}

#admin-translation input[type="text"] {
    width: 600px;
}

#overviewCountdownEvents .old-event {
    display: none;
}

#overviewCountdownEvents .new-event .event-title {
    font-weight: bold;
    min-width: 400px;
}

#topicsToAvoidPanel i.fa-exchange {
    position: absolute;
    left: 50%;
}

#topicsToAvoidPanel .topic-to-avoid-right {
    flex-direction: row-reverse;
}

#topicsToAvoidPanel .one-topic {
    margin-top: 12px;
    border-bottom: 1px dashed #428bca;
    padding-bottom: 12px;
}

    #topicsToAvoidPanel .one-topic span {
        max-width: 102px;
        margin-right: 6px;
        font-size: 11px;
    }

#topicsToAvoidPanel .topic-to-avoid-right.one-topic span {
    text-align: right;
}

.fa-trash.deleteTopic {
    right: -2px;
    position: absolute;
}

.ui-autocomplete {
    z-index: 1;
}

.dg-section-titles .form-group {
    margin: 0;
}

.pt14 {
    padding-top: 14px;
}

.employer-jargon {
    margin: 0px;
    border: 1px solid #dddddd;
    padding: 6px;
}

.padding6 {
    padding: 6px;
}

.choose-template-method-selector {
    margin-bottom: 8px;
}

    .choose-template-method-selector .inner {
        text-align: center;
        border: 1px solid #CCCCCC;
        cursor: pointer;
        background-color: #eaf2f9;
    }

        .choose-template-method-selector .inner.active {
            background-color: white;
        }

        .choose-template-method-selector .inner p {
            margin-bottom: 0;
            padding: 2px;
            font-size: 15px;
        }

        .choose-template-method-selector .inner i {
            background-color: white;
            padding: 10px;
            font-size: 15px;
            border-radius: 27px;
        }

        .choose-template-method-selector .inner.active i {
            background-color: #eeeeee;
        }

.pr0 {
    padding-right: 0 !important;
}

.content-container {
    height: calc(100% - 75px);
}

.angular-template-app,
.angular-whatsapp-template-app {
    overflow-y: scroll;
    height: calc(100vh - 320px);
    padding-right: 10px;
}

.topics-to-avoid-subtitle {
    font-size: 11px;
    border-bottom: 1px solid #428bca;
}

#topics-to-avoid-refresh {
    margin: 25px 0 0 10px;
    display: inline;
    float: left;
}

.login-option-text {
    font-size: 14px;
    font-family: "CenturyGothic", sans-serif;
    color: #000;
}

.line {
    width: 94%;
    text-align: center;
    border-bottom: 1px solid #cccccc;
    line-height: 0.1em;
    margin: 10px 0 20px 10px;
}

    .line span {
        background: #fff;
        padding: 0 10px;
    }

.localization-template-and-section, .localization-templateWhatsApp, .localization-templateFacebook {
    display: inline;
    padding: 0;
}

.pl10 {
    padding-left: 10px !important;
}

.ptb10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

#featureFlagsUpdateDetails {
    margin: 20px 0;
}

.border-inset {
    border-style: inset;
}

.ff-badge-style {
    margin: 10px;
    font-size: 14px;
    float: right;
}

.main-color {
    background-color: #428bca;
}

.padd10 {
    padding: 10px;
}

.feature-flag-dynamic-filter-container {
    border: 1px solid #999;
    padding: 10px;
    margin: 20px 0;
}

.img-container-Icon img {
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
}

.img-container-Icon {
    min-height: 145px;
}

.img-container-Video {
    max-height: 145px;
}

.font-size-12 {
    font-size: 12px;
}

.disabled-icon {
    color: #d2d2d2;
    pointer-events: none;
}

.three-columns {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
}

.paddTop20 {
    padding-top: 20px;
}

.paddLeft10 {
    padding-left: 10px;
}

.scheduler-for {
    font-size: 14px;
    font-weight: bold;
}

.default-dd-checkbox {
    text-align: center;
    padding-top: 11px;
    padding-bottom: 11px;
    height: 60px;
    display: flex;
    align-items: center;
}

    .default-dd-checkbox input[type='checkbox'] {
        margin-top: 0;
    }

    .default-dd-checkbox label {
        margin-bottom: 0px;
    }

.scheduler-border {
    border: 2px solid grey;
    padding: 5px;
}

.all-resource {
    background-color: #def1fc;
}

.color-picker-button {
    background-color: #c9d5ef;
}

    .color-picker-button:hover {
        background-color: #428bca;
        color: white;
    }

.border-groove {
    border-style: groove;
}

.border-right-style {
    border-right: 1px solid #cccccc !important;
}

.display-none {
    display: none;
}

.text-color-grey {
    color: #555555;
}

.tab-pane .template-pane .active #Facebook {
    display: inline-table;
}

.tab-pane .template-pane .active #Teams {
    display: inline-table;
}

.padd-top-18 {
    padding-top: 18px;
}

.float-right {
    float: right;
}

.padd-top-10 {
    padding-top: 10px;
}

.mce-menu.mce-in.mce-animate {
    z-index: 65537 !important;
}

.disabled-ff-icon {
    pointer-events: none;
    opacity: 0.5;
    background: #EEE;
    margin-left: 15px;
}

.padd-top-15 {
    padding-top: 15px;
}

.padd-left-15 {
    padding-left: 15px;
}

.paddRight10 {
    padding-right: 10px;
}

.marginTop35 {
    margin-top: 35px;
}

.sending-channels-checkbox {
    position: relative;
}

.sending-channels-checkbox-disabled-icon {
    position: absolute;
    left: 4px;
    top: 4px;
}

.lock-icon {
    float: right;
    font-size: 60px !important;
    margin-right: 50px;
    position: relative;
}

.lock-icon-details {
    float: right;
    font-size: 60px !important;
    margin-right: 60px;
    margin-top: 25px;
    position: relative;
}

.disabled-padlock-icon {
    opacity: 0.5;
}

.disabled-ff-icon-padlock {
    pointer-events: none;
    opacity: 0.5;
}

.bgw {
    background-color: white;
}

#permission-search-container {
    vertical-align: bottom;
    background-color: white;
}

#lock-container i {
    margin-top: -3px;
}

#ff-form-container {
    margin-left: 0;
    position: sticky;
    left: 0;
    width: 100vw;
    max-width: 1418px;
    padding-left: 9px;
    padding-right: 9px;
}

.z1000 {
    z-index: 1000 !important;
}

.employeeMigrationButton {
    height: 48px;
}

    .employeeMigrationButton span {
        display: inline-flex;
        padding-top: inherit;
    }

#notificationsArea {
    position: absolute;
    right: 15px;
    top: 5px;
    z-index: 100000;
}

.faa-ring {
    color: red
}

@-webkit-keyframes ring {
    0% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }

    2% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    4% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }

    6% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg)
    }

    8% {
        -webkit-transform: rotate(-22deg);
        transform: rotate(-22deg)
    }

    10% {
        -webkit-transform: rotate(22deg);
        transform: rotate(22deg)
    }

    12% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }

    14% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg)
    }

    16% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }

    18% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg)
    }

    20% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes ring {
    0% {
        -webkit-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }

    2% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    4% {
        -webkit-transform: rotate(-18deg);
        -ms-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }

    6% {
        -webkit-transform: rotate(18deg);
        -ms-transform: rotate(18deg);
        transform: rotate(18deg)
    }

    8% {
        -webkit-transform: rotate(-22deg);
        -ms-transform: rotate(-22deg);
        transform: rotate(-22deg)
    }

    10% {
        -webkit-transform: rotate(22deg);
        -ms-transform: rotate(22deg);
        transform: rotate(22deg)
    }

    12% {
        -webkit-transform: rotate(-18deg);
        -ms-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }

    14% {
        -webkit-transform: rotate(18deg);
        -ms-transform: rotate(18deg);
        transform: rotate(18deg)
    }

    16% {
        -webkit-transform: rotate(-12deg);
        -ms-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }

    18% {
        -webkit-transform: rotate(12deg);
        -ms-transform: rotate(12deg);
        transform: rotate(12deg)
    }

    20% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.faa-ring.animated,
.faa-ring.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-ring {
    -webkit-animation: ring 2s ease infinite;
    animation: ring 2s ease infinite;
    transform-origin-x: 50%;
    transform-origin-y: 0px;
    transform-origin-z: initial
}

.bell {
    display: block;
    width: 40px;
    height: 40px;
    font-size: 40px;
    margin: 50px auto 0;
    color: #9e9e9e;
    -webkit-animation: ring 4s .7s ease-in-out infinite;
    -webkit-transform-origin: 50% 4px;
    -moz-animation: ring 4s .7s ease-in-out infinite;
    -moz-transform-origin: 50% 4px;
    animation: ring 4s .7s ease-in-out infinite;
    transform-origin: 50% 4px;
}



.notifications-container .message-type {
    padding: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    margin-bottom: 7px;
}

    .notifications-container .message-type p {
        text-align: left;
        margin-bottom: 2px;
    }

        .notifications-container .message-type p i {
            font-size: 11px;
        }


.message-type-Info, .message-type-1 {
    border-left: 6px solid #007bff;
}

.message-type-Warn, .message-type-2 {
    border-left: 6px solid #ffc107;
}

.message-type-Error, .message-type-3 {
    border-left: 6px solid #dc3545;
}

#userEditableCheckboxFields {
    display: flex;
    justify-content: space-between;
}

.errors-nr {
    padding: 3px 7px;
    color: white;
    border-radius: 10px;
    background-color: #dc3545;
}

#appSettings td.resource-name {
    min-width: 120px;
}

#appSettings .value-container {
    position: relative;
    max-width: 300px;
    text-overflow: ellipsis;
    overflow: hidden;
}

#storiesMatrixContainer .value-container {
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
}

#appSettings .value-container .edit-icon, #storiesMatrixContainer .value-container .edit-icon {
    position: absolute;
    top: 10px;
    right: 0;
    cursor: pointer;
}
#storiesMatrixContainer .language-table {
    width: 100%;
}

    #storiesMatrixContainer .language-table td {
        width: 33%;
    }

#appSettings .value-container .edit-icon, #storiesMatrixContainer .value-container .edit-icon {
    position: absolute;
    top: 10px;
    right: 0;
    cursor: pointer;
}

#storiesMatrixContainer .value-container .edit-icon-matrix {
    position: relative;
}

#articlesMatrixContainer .value-container {
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
}

#appSettings .value-container .edit-icon, #articlesMatrixContainer .value-container .edit-icon {
    position: absolute;
    top: 10px;
    right: 0;
    cursor: pointer;
}

#articlesMatrixContainer .value-container .edit-icon-matrix {
    position: relative;
}

#appSettings .value-container span b {
    color: green;
}

ul.tagit li.tagit-new {
    width: 400px;
}

#inhered-info-container {
    display: flex;
    justify-content: space-between;
}

#appSettings .search-area {
    display: flex;
    align-items: center;
}

#appSettings #search-inputs-containers {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    #appSettings #search-inputs-containers .search-area {
        display: flex;
        align-items: center;
        margin-bottom: 5px;
        min-width: 200px;
    }

.p30 {
    padding: 30px;
}

.employer-nudge-field-form {
    display: inline-block;
}

#employerRewardsAndBenefits table {
    overflow-wrap: break-word;
    width: 100%;
    table-layout: fixed;
}

input[disabled-custom="true"] {
    opacity: 0.2;
    cursor: not-allowed;
    pointer-events: none;
}

.content-chooser .select2-selection {
    height: 34px;
}

.mw50 {
    min-width: 50px;
}

.has-banner {
    padding-top: 54px;
}


/* boostrap corrections */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    float: left;
    margin: 4px 5px 0 -5px;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px;
    padding-left: 20px;
}

.form-horizontal .form-group {
    margin-left: -9px;
    margin-right: -9px;
}

    .form-horizontal .form-group:before,
    .form-horizontal .form-group:after {
        content: " ";
        display: table;
    }

    .form-horizontal .form-group:after {
        clear: both;
    }

    .form-horizontal .form-group:before,
    .form-horizontal .form-group:after {
        content: " ";
        display: table;
    }

    .form-horizontal .form-group:after {
        clear: both;
    }

.form-horizontal .form-control-static {
    padding-top: 7px;
}

@media (min-width: 769px) {
    .form-horizontal .control-label {
        text-align: right;
    }
}

.radio-inline,
.checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

#searchForm .media-type-radio-selectors input[type='radio'] {
    margin-top: 2px;
}

.panel {
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px;
}

    .panel-body:before,
    .panel-body:after {
        content: " ";
        display: table;
    }

    .panel-body:after {
        clear: both;
    }

    .panel-body:before,
    .panel-body:after {
        content: " ";
        display: table;
    }

    .panel-body:after {
        clear: both;
    }

.panel > .list-group {
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item {
        border-width: 1px 0;
    }

        .panel > .list-group .list-group-item:first-child {
            border-top-right-radius: 0;
            border-top-left-radius: 0;
        }

        .panel > .list-group .list-group-item:last-child {
            border-bottom: 0;
        }

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table {
    margin-bottom: 0;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
    border-top: 1px solid #dddddd;
}

.panel > .table > tbody:first-child th,
.panel > .table > tbody:first-child td {
    border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}

    .panel > .table-bordered > thead > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
    .panel > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-bordered > thead > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
    .panel > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-bordered > tfoot > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .panel > .table-bordered > thead > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
    .panel > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-bordered > thead > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
    .panel > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-bordered > tfoot > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .panel > .table-bordered > thead > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
    .panel > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-bordered > tfoot > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .panel > .table-bordered > thead > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
    .panel > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: -1;
    border-top-left-radius: -1;
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

    .panel-title > a {
        color: inherit;
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #dddddd;
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
    overflow: hidden;
}

    .panel-group .panel + .panel {
        margin-top: 5px;
    }

.panel-group .panel-heading {
    border-bottom: 0;
}

    .panel-group .panel-heading + .panel-collapse .panel-body {
        border-top: 1px solid #dddddd;
    }

.panel-group .panel-footer {
    border-top: 0;
}

    .panel-group .panel-footer + .panel-collapse .panel-body {
        border-bottom: 1px solid #dddddd;
    }

.panel-default {
    border-color: #dddddd;
}

    .panel-default > .panel-heading {
        color: #333333;
        background-color: #f5f5f5;
        border-color: #dddddd;
    }

        .panel-default > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #dddddd;
        }

    .panel-default > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #dddddd;
    }

.panel-primary {
    border-color: #428bca;
}

    .panel-primary > .panel-heading {
        color: #ffffff;
        background-color: #428bca;
        border-color: #428bca;
    }

        .panel-primary > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #428bca;
        }

    .panel-primary > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #428bca;
    }

.panel-success {
    border-color: #d6e9c6;
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .panel-success > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #d6e9c6;
        }

    .panel-success > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #d6e9c6;
    }

.panel-warning {
    border-color: #faebcc;
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

        .panel-warning > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #faebcc;
        }

    .panel-warning > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #faebcc;
    }

.panel-danger {
    border-color: #ebccd1;
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

        .panel-danger > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #ebccd1;
        }

    .panel-danger > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #ebccd1;
    }

.panel-info {
    border-color: #bce8f1;
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

        .panel-info > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #bce8f1;
        }

    .panel-info > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #bce8f1;
    }

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

    .input-group[class*="col-"] {
        float: none;
        padding-left: 0;
        padding-right: 0;
    }

    .input-group .form-control {
        width: 100%;
        margin-bottom: 0;
    }

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px;
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
    height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
}

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
    height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}

    .input-group-addon:not(:first-child):not(:last-child),
    .input-group-btn:not(:first-child):not(:last-child),
    .input-group .form-control:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    border-radius: 0;
}

    .input-group-addon.input-sm {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px;
    }

    .input-group-addon.input-lg {
        padding: 10px 16px;
        font-size: 18px;
        border-radius: 6px;
    }

    .input-group-addon input[type="radio"],
    .input-group-addon input[type="checkbox"] {
        margin-top: 0;
    }

    .input-group .form-control:first-child,
    .input-group-addon:first-child,
    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .dropdown-toggle,
    .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .input-group-addon:first-child {
        border-right: 0;
    }

    .input-group .form-control:last-child,
    .input-group-addon:last-child,
    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .dropdown-toggle,
    .input-group-btn:first-child > .btn:not(:first-child) {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

    .input-group-addon:last-child {
        border-left: 0;
    }

.input-group-btn {
    position: relative;
    white-space: nowrap;
}

    .input-group-btn:first-child > .btn {
        margin-right: -1px;
    }

    .input-group-btn:last-child > .btn {
        margin-left: -1px;
    }

    .input-group-btn > .btn {
        position: relative;
    }

        .input-group-btn > .btn + .btn {
            margin-left: -4px;
        }

        .input-group-btn > .btn:hover,
        .input-group-btn > .btn:active {
            z-index: 2;
        }

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dt,
dd {
    line-height: 1.42857143;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
    margin-bottom: 0;
}

@media (min-width: 769px) {
    .dl-horizontal dt {
        float: left;
        width: 180px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 190px;
    }

        .dl-horizontal dd:before,
        .dl-horizontal dd:after {
            content: " ";
            display: table;
        }

        .dl-horizontal dd:after {
            clear: both;
        }

        .dl-horizontal dd:before,
        .dl-horizontal dd:after {
            content: " ";
            display: table;
        }

        .dl-horizontal dd:after {
            clear: both;
        }
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 0;
}
.pagination li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #428bca;
    border-color: #428bca;
    cursor: default;
}

.row {
    margin-left: -9px;
    margin-right: -9px;
}

.col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9,
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 9px;
    padding-right: 9px;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.modal-dialog {
    position: relative;
    width: auto;
    padding: 10px;
    margin: auto;
    max-width: 1418px;
    min-width: 300px;
    z-index: 1050;
}

@media screen and (min-width: 1200px) {
    .modal-dialog {
        margin: 30px auto;
    }
}

.modal.fade.in, .modal.fade.show {
    background-color: rgba(0, 0, 0, 0.5);
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.hide {
    display: none !important;
}

#js-is-organisation-level-container .form-check-input,
#js-include-test-records-container .form-check-input,
#inhered-info-container .form-check-input {
    position: relative;
}

.multiselect-container .multiselect-option .form-check-input,
.multiselect-container .multiselect-group .form-check-input,
.multiselect-container .multiselect-all .form-check-input {
    margin-right: 10px;
    position: relative;
}

.custom-select {
    border: 1.6px solid black;
    background: none;
}

.modal-header {
    display: block;
}
    .modal-header .close {
        padding: 0;
        margin: -2px 0 0 0;
    }

.data-changes-checkboxes.row {
    display: block;
}
    .data-changes-checkboxes.row .col-2 {
        float: left;
    }

.mention {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline;
}


.with-tinymce textarea {
    visibility: hidden;
}
.with-tinymce .tox-editor-container textarea {
    visibility: initial;
}
