/* Minification failed. Returning unminified contents.
(2043,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '@include'
 */
.color-brand .color-primary::before, .color-brand .color-secondary::before, .color-brand .color-tertiary::before, .color-brand .color-primary-space::before, .color-brand .color-secondary-space::before {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.color-brand {
    padding-bottom: 0;
    clear: both;
    *zoom: 1;
}

    .color-brand:before, .color-brand:after {
        content: '';
        display: table;
    }

    .color-brand:after {
        clear: both;
    }

    .color-brand li {
        height: 75px;
        *zoom: 1;
        float: left;
        clear: none;
        text-align: inherit;
        width: 22.75%;
        margin-left: 0%;
        margin-right: 3%;
        margin-bottom: 1em;
        color: #fff;
    }

        .color-brand li:before, .color-brand li:after {
            content: '';
            display: table;
        }

        .color-brand li:after {
            clear: both;
        }

        .color-brand li:nth-child(4n) {
            margin-right: 0%;
            float: right;
        }

        .color-brand li:nth-child(4n+1) {
            clear: both;
        }

    .color-brand .color-white {
        background: #fff;
    }

    .color-brand .color-primary {
        background: #333;
        display: table;
    }

        .color-brand .color-primary::before {
            content: "#333";
        }

    .color-brand .color-secondary {
        background: #636363;
        display: table;
    }

        .color-brand .color-secondary::before {
            content: "#636363";
        }

    .color-brand .color-tertiary {
        background: #8f8c8f;
        display: table;
    }

        .color-brand .color-tertiary::before {
            content: "#8f8c8f";
        }

    .color-brand .color-primary-space {
        background: #e1e1e1;
        display: table;
    }

        .color-brand .color-primary-space::before {
            content: "#e1e1e1";
            color: #636363;
        }

    .color-brand .color-secondary-space {
        background: #f7f7f7;
        display: table;
    }

        .color-brand .color-secondary-space::before {
            content: "#f7f7f7";
            color: #636363;
        }

@font-face {
    font-family: 'fontello';
    src: url(/Content/css/iconfont/fontello.eot?56441710);
    src: url(/Content/css/iconfont/fontello.eot?56441710#iefix) format("embedded-opentype"),url(/Content/css/iconfont/fontello.woff2?56441710) format("woff2"),url(/Content/css/iconfont/fontello.woff?56441710) format("woff"),url(/Content/css/iconfont/fontello.ttf?56441710) format("truetype"),url(/Content/css/iconfont/fontello.svg?56441710#fontello) format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-left-open:before {
    content: '\e800';
}

.icon-up-open:before {
    content: '\e801';
}

.icon-down-open-1:before {
    content: '\e802';
}

.icon-right-open-1:before {
    content: '\e803';
}

.icon-pencil:before {
    content: '\e804';
}

.icon-calendar-1:before {
    content: '\e807';
}

.icon-mail-1:before {
    content: '\e810';
}

.icon-home-1:before {
    content: '\e811';
}

html {
    font-size: 62.5%;
    height: 100%;
}

body {
    height: 100%;
    background-color: #f7f7f7;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4em;
    font-weight: 400;
    font-family: "Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    color: #636363;
}

html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q, blockquote {
    quotes: none;
}

    q:before, q:after, blockquote:before, blockquote:after {
        content: "";
        content: none;
    }

a img {
    border: none;
}

article, aside, details, figcaption, figure, footer, main, header, hgroup, menu, nav, section, summary {
    display: block;
}

button, input {
    line-height: normal;
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

    button, input[type="button"], input[type="reset"], input[type="submit"] {
        cursor: pointer;
        *overflow: visible;
    }

        button::-moz-focus-inner, input::-moz-focus-inner {
            border: 0;
            padding: 0;
        }

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

form {
    text-align: left;
}

label, legend, select {
    display: block;
}

fieldset {
    margin-top: 1em;
}

select {
    margin-bottom: 1em;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

input[type="radio"], input[type="checkbox"] {
    margin-top: 1px \9;
    margin-right: .5em;
    *margin-top: 0;
    line-height: normal;
    cursor: pointer;
    display: inline;
}

input[type="file"], input[type="image"], input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"] {
    min-width: 5em;
    width: auto;
    font-weight: 400;
}

select, input[type="file"] {
    *margin-top: 4px;
}

input[type=text], input[type=email], textarea {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    padding: .25em 0px .25em .75em;
    margin: .25em 0 .75em 0;
    border: 1px solid #DDDDDD;
    font-size: .875em;
    width: 100%;
}

    input[type=text]:focus, input[type=email]:focus, textarea:focus {
        box-shadow: 0 0 5px #636363;
        padding: .25em 0px .25em .75em;
        margin: .25em 0 .75em 0;
        border: 1px solid #636363;
    }

.radiowrapper {
    text-align: left;
}

.intro {
    font-size: 18px;
    font-size: 1.8rem;
    max-width: 37em;
    color: #333;
}

p {
    max-width: 37em;
    line-height: 1.5;
}

strong {
    font-family: "Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
}

pre, blockquote, dl, figure, table, p, ul, ol {
    margin-bottom: 1.5rem;
}

strong, b {
    font-weight: 700;
}

em, i, q {
    font-style: italic;
    color: #8f8c8f;
}

sup, sub {
    vertical-align: baseline;
    position: relative;
    top: -1em;
    font-size: 50%;
    margin-left: 0.25em;
}

sub {
    top: 0.4em;
}

small {
    font-size: 11px;
    font-size: 1.1rem;
}

blockquote {
    max-width: 37em;
    background: #f9f9f9;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    quotes: "“" "”" "‘" "’";
}

    blockquote:before {
        color: #333;
        content: open-quote;
        font-size: 4em;
        line-height: 0.1em;
        margin-right: 0.25em;
        vertical-align: -0.4em;
    }

    blockquote p {
        display: inline;
    }

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    font-weight: normal;
}

h1 {
    font-family: "Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 1.2;
    font-weight: 700;
    color: #333;
}

@media (min-width: 64em) {
    h1 {
        font-size: 52px;
        font-size: 5.2rem;
    }
}

h2 {
    font-size: 33px;
    font-size: 3.3rem;
    font-weight: 700;
    font-family: "Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    line-height: 1.2;
    margin-bottom: 0.7em;
}

h3 {
    font-size: 27px;
    font-size: 2.7rem;
    line-height: 1.2;
    font-family: "Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    margin-bottom: 0.3em;
}

h4 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 140%;
    color: #8f8c8f;
    font-family: "Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    text-transform: uppercase;
}

h5 {
    font-family: "Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 160%;
}

h6 {
    font-family: "Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 190%;
}

a:active, a:hover {
    outline: 0;
}

a {
    text-decoration: none;
    font-weight: 700;
    cursor: pointer;
}

    a:active {
        color: #333;
    }

.logo a {
    border: 0;
}

:focus {
    outline: none;
}

ul {
    list-style: disc;
    font-size: 14px;
    font-size: 1.4rem;
    list-style: none;
}

ol {
    list-style-type: decimal;
    margin-left: 1.5em;
}

    ol li {
        list-style: #636363;
    }

    ol strong {
        line-height: 4em;
    }

dt {
    font-weight: 700;
    padding-bottom: .5em;
    border-bottom: 1px solid #636363;
}

dd p {
    margin: 1em 0;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    color: #636363;
}

td, th {
    padding: .5em 0;
    border-bottom: 1px solid #e1e1e1;
    text-align: left;
}

th {
    color: #636363;
    font-weight: 700;
    font-size: 14px;
    width: 60%;
    white-space: nowrap;
    padding-right: 1.5em;
}

td {
    vertical-align: top;
    font-size: 14px;
}

.hide td, .hide th {
    border-bottom: 0;
}

.data__simple th {
    text-transform: capitalize;
    color: #333;
}

    .data__simple th::after {
        /*content: ":";*/
    }

.data__simple td {
    letter-spacing: .01em;
    color: #636363;
}

.data__multi {
    margin: 1em 0;
    min-width: 250px;
}

    .data__multi tr {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }

    .data__multi th {
        display: none;
    }

    .data__multi td {
        display: block;
    }

        .data__multi td em {
            float: right;
            font-style: normal;
            display: inline-block;
            width: 50%;
            color: #636363;
        }

@media (min-width: 35em) {
    .data__multi td em {
        width: 100%;
    }
}

.data__multi td:before {
    content: attr(data-th) ":";
    font-weight: bold;
    color: #333;
}

@media (min-width: 35em) {
    .data__multi td:before {
        display: none;
    }
}

.data__multi td.note {
    border-bottom: 0;
    margin-top: 0;
    margin-bottom: 3em;
}

@media (min-width: 35em) {
    .data__multi td.note {
        min-width: 310px;
    }
}

@media (min-width: 35em) {
    .data__multi {
        min-width: 100%;
    }

        .data__multi th, .data__multi td {
            display: table-cell;
        }

            .data__multi td em {
                float: left;
                text-align: left;
            }
}

.data__head {
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    padding: 0;
}
.data__stack .data__title {
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    padding: 0;
}

    .data__stack .data__title:after {
        content: ":";
    }

.data__stack .data__item {
    padding-top: .25em;
}

.data__stack .button {
    float: right;
    margin: 0;
}

.data__stack .bookbutton {
    float: right;
    margin: 0;
}

.data__stack td {
    width: 100%;
    border: 0;
    padding: 0 0 1em 0;
}

.data__stack tr.row {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 1em;
}

#repair-info-toolbar .button {
    float: left;
}

.clear {
    *zoom: 1;
    margin: 3em 0;
}

    .clear:before, .clear:after {
        content: '';
        display: table;
    }

    .clear:after {
        clear: both;
    }

header {
    margin: 0 0 1.5em 0;
    background-color: #fff;
}

    header .section {
        margin-bottom: 0;
    }

    header .section__box {
        padding-bottom: 0;
    }

.header__info {
    padding-top: 1em;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 68.75%;
    margin-left: 0%;
    margin-right: 0%;
}

    .header__info:before, .header__info:after {
        content: '';
        display: table;
    }

    .header__info:after {
        clear: both;
    }

.header__logo {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.25%;
    margin-left: 0%;
    margin-right: 0%;
}

    .header__logo:before, .header__logo:after {
        content: '';
        display: table;
    }

    .header__logo:after {
        clear: both;
    }

    .header__logo img {
        float: left;
        margin: 0 auto;
        display: block;
    }



main {
    *zoom: 1;
}

    main:before, main:after {
        content: '';
        display: table;
    }

    main:after {
        clear: both;
    }

.section__content {
    *zoom: 1;
}

    .section__content:before, .section__content:after {
        content: '';
        display: table;
    }

    .section__content:after {
        clear: both;
    }

.container {
    *zoom: 1;
    width: auto;
    max-width: 1240px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 2em;
    padding-right: 2em;
}

    .container:before, .container:after {
        content: '';
        display: table;
    }

    .container:after {
        clear: both;
    }

section {
    width: 100%;
    margin-top: 2em;
}

footer {
    width: 100%;
    *zoom: 1;
    margin-top: 2em;
    position: relative;
    background: #e1e1e1;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 1em 0;
}

    footer:before, footer:after {
        content: '';
        display: table;
    }

    footer:after {
        clear: both;
    }

@media (min-width: 35em) {
    footer {
        text-align: left;
    }
}

footer .section__content {
    background-color: transparent;
}

footer .section, footer section__box {
    margin-bottom: 0;
}

a.button,.bookbutton, .button, button, input[type="submit"], input[type="reset"], input[type="button"] {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    font-family: "Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    border: 0;
    padding: .5em 1em;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    margin: .5em 1em .5em 0;
    -webkit-appearance: none;
    border-radius: .75em;
    white-space: nowrap;
    text-transform: uppercase;
}

    a.button:hover, button:hover, a .button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        color: #fff;
    }

    a.button:active,bookbutton:active, button:active, input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active {
        border: 1px solid #636363;
        opacity: 0.75;
    }

    .button i {
        float: right;
    }

    a.button.button-secondary, .button.button-secondary, button.button-secondary, input[type="submit"].button-secondary, input[type="reset"].button-secondary, input[type="button"].button-secondary {
        background-color: #636363;
        font-weight: normal;
    }

.section__heading--buttons {
    clear: both;
    display: block;
    margin-top: .5em;
}

@media (min-width: 46em) {
    .section__heading--buttons {
        float: right;
        margin-top: 0;
    }

        .section__heading--buttons a.button, .section__heading--buttons .button, .section__heading--buttons button, .section__heading--buttons input[type="submit"], .section__heading--buttons input[type="reset"], .section__heading--buttons input[type="button"] {
            margin: 0;
        }
}

#home-btn, #back-btn {
    height: 1.75em;
    text-align: center;
    line-height: 1.75em;
    vertical-align: middle;
    font-size: 24px;
    font-size: 2.4rem;
    padding: .25em;
}

    #home-btn:hover, #back-btn:hover {
        background-color: #333;
    }

    #home-btn i, #back-btn i {
        color: #fff;
    }

button i {
    font-size: 18px;
    font-size: 1.8rem;
    color: #fff;
    line-height: 1;
}

#SoftService-form form {
    margin-left: 2em;
}

.troubleshoot__list .section__heading--sub, .troubleshoot__list legend, .troubleshoot__list .ui-dialog-titlebar {
    margin-top: 1em;
}

.troubleshoot__list input.troubleshoot__item {
    background-color: transparent;
	/*color: black;*/
    color: #de007b;
    text-transform: inherit;
    font-weight: 400;
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 0 0 .75em;
    padding-left: 1.75em;
    white-space: normal;
    text-align: left;
    border-radius: 0;
    background-image: url(/Content/img/arrow.png);
    background-position: left center;
    background-repeat: no-repeat;
    text-decoration: underline;
}

.troubleshoot__list input.troubleshoot__itemNone {
    background-color: transparent;
    color: #de007b;
    text-transform: inherit;
    font-weight: 400;
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 0 0 .75em;
    padding-left: 1.75em;
    white-space: normal;
    text-align: left;
    border-radius: 0;
    background-position: left center;
    background-repeat: no-repeat;
    text-decoration: underline;
}

@media (min-width: 46em) {
    .troubleshoot__list input.troubleshoot__item {
        margin-left: 1.25em;
    }
}

.troubleshoot__list input.troubleshoot__item:hover {
    background-color: transparent;
    background-image: none;
    color: #333;
}
.troubleshoot__list input.troubleshoot__itemNone:hover {
    background-color: transparent;
    background-image: none;
    color: #333;
}

input[type="text"].noteText {
    width: 80%;
    margin-right: 1em;
}

input, textarea, select {
    font-size: 16px;
}

legend {
    width: 100%;
}

label {
    margin-bottom: .5em;
    text-align: left;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

textarea {
    overflow: auto;
    vertical-align: top;
	 resize:none;
}

input[type="radio"], input[type="checkbox"] {
    line-height: normal;
    cursor: pointer;
    float: left;
}

.radio {
    display: block;
    min-width: 5em;
    margin-top: 1em;
}

input[type="file"], input[type="image"], input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"] {
    width: auto;
}

input[type="checkbox"] {
    width: 25px;
    content: '\e801';
}

select, select option, input[type="file"] {
    *margin-top: 4px;
}

input[type=text], input[type=email], input[type=password], textarea {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    padding: .75em 0px .75em .75em;
    margin: .25em 0 .75em 0;
    border: 1px solid #DDDDDD;
    font-weight: 300;
    width: 100%;
}

    input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, textarea:focus {
        padding: .75em 0px .75em .75em;
        margin: .25em 0 .75em 0;
    }

#organizations-address-list {
    margin: 1em 0;
    background-color: #eff7e4;
}

    #organizations-address-list select {
        margin: 0.5em;
    }

    #organizations-address-list .hide {
        display: none !important;
    }

.info-list {
    text-align: left;
    list-style-type: disc;
}

    .info-list li {
        margin-left: 1em;
        margin-bottom: 0.75em;
    }

.tick-list li {
    list-style: none;
    text-align: left;
    margin-bottom: .5em;
    text-indent: -1.6em;
    margin-left: 1.6em;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 32px;
}

    .tick-list li:before {
        font-family: 'fontello';
        content: '\e801';
        font-size: 20px;
        font-size: 2rem;
        margin-right: 0.5em;
    }

footer a, footer .site-links a {
    transition: color 0.3s ease;
}

    footer a:hover {
        cursor: pointer;
    }

img {
    vertical-align: middle;
}

.container img, .container embed, .container object, .container video {
    height: auto;
    max-width: 100%;
}

.eng-thumbnail img {
    border: 0.4em solid #333;
    margin: 0 0 1em 0;
    padding: 0;
    width: 35%;
}

.nav {
    *zoom: 1;
    margin-top: 1em;
}

    .nav:before, .nav:after {
        content: '';
        display: table;
    }

    .nav:after {
        clear: both;
    }

    .nav li {
        float: left;
        margin-right: 2em;
    }

        .nav li img {
            width: 80%;
            height: 80%;
        }

.clearfix {
    *zoom: 1;
}

    .clearfix:before, .clearfix:after {
        display: table;
        content: "";
    }

    .clearfix:after {
        clear: both;
    }

.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.input-block-level {
    display: block;
    width: 100%;
    min-height: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.pagination {
    height: 36px;
    margin: 18px 0;
}

    .pagination ul {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        margin-left: 0;
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
        -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
        box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    }

    .pagination li {
        display: inline;
    }

    .pagination a {
        float: left;
        padding: 0 14px;
        line-height: 34px;
        text-decoration: none;
        border: 1px solid #ddd;
        border-left-width: 0;
        color: black;
    }

        .pagination a:hover, .pagination .active a {
            background-color: #f5f5f5;
        }

    .pagination .active a {
        color: #999999;
        cursor: default;
    }

    .pagination .disabled span, .pagination .disabled a, .pagination .disabled a:hover {
        color: #999999;
        background-color: transparent;
        cursor: default;
    }

    .pagination li:first-child a {
        border-left-width: 1px;
        -webkit-border-radius: 3px 0 0 3px;
        -moz-border-radius: 3px 0 0 3px;
        border-radius: 3px 0 0 3px;
    }

    .pagination li:last-child a {
        -webkit-border-radius: 0 3px 3px 0;
        -moz-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0;
    }

.pagination-centered {
    text-align: center;
}

.pagination-right {
    text-align: right;
}

@media (min-width: 64em) {
    html {
        font-size: 72.5%;
    }
}

.site-title {
    color: #333;
    font-size: 21px;
    font-size: 2.1rem;
    font-weight: 700;
}

@media (min-width: 46em) {
    .site-title {
        font-size: 27px;
        font-size: 2.7rem;
    }
}

.nofloat {
    float: none !important;
}

.required {
    color: #e32;
}

.status {
    display: block;

}
.status_Ex {
    display: block;
    text-decoration-color:#d3d3d3;
}

.note {
    color: green;
    margin-top: 1em;
}

pre {
    font-family: "Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    white-space: pre-wrap;
    word-wrap: break-word;
    text-align: justify;
    margin-bottom: 2em;
}

.section__heading, .section__heading--sub, legend, .ui-dialog-titlebar {
    display: block;
    color: #333;
    font-weight: 700;
    background-color: #e1e1e1;
    text-align: left;
    font-size: 21px;
    font-size: 2.1rem;
    padding: .75em;
    *zoom: 1;
}

    .section__heading:before, .section__heading--sub:before, legend:before, .ui-dialog-titlebar:before, .section__heading:after, .section__heading--sub:after, legend:after, .ui-dialog-titlebar:after {
        content: '';
        display: table;
    }

    .section__heading:after, .section__heading--sub:after, legend:after, .ui-dialog-titlebar:after {
        clear: both;
    }

@media (min-width: 46em) {
    .section__heading, .section__heading--sub, legend, .ui-dialog-titlebar {
        padding-left: 1.25em;
    }
}

.section__heading--sub, legend, .ui-dialog-titlebar {
    background-color: #f7f7f7;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 1em;
}

.errorBox {
    font-weight: 700;
font-size: small;
    letter-spacing: 0.02em;
    color:red;
  
    display: block;
    font-family: "Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
}
 .errorBox.show:before {
        content: '▲';
        margin-right: 1em;
    }
    .errorBox.show {
        background-color: #feebe9;
        color: #e32;
    }
    .error.show {
        background-color: #feebe9;
        color: #e32;
    }
.error, .warning, .success {
    font-weight: 700;
    letter-spacing: 0.02em;
    color:red;
}

.error, .warning, .success, .message {
    padding: 1em;
    margin-bottom: 1em;
    display: block;
    font-family: "Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
}

    .message:before {
        
        margin-right: 1em;
    }

    .success.show:before {
        content: '✔';
        margin-right: 1em;
    }

    .success.show {
        background-color: #eff7e4;
        color: #68af15;
    }

    .error.show:before, .warning.show:before {
        content: '▲';
        margin-right: 1em;
    }

    .error.show {
        background-color: #feebe9;
        color: #e32;
    }

    .warning.show {
        background-color: #fdead9;
        color: #f47f16;
    }

.section {
    *zoom: 1;
    width: auto;
    max-width: 1240px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
}

    .section:before, .section:after {
        content: '';
        display: table;
    }

    .section:after {
        clear: both;
    }

@media (min-width: 46em) {
    .section {
        *zoom: 1;
        width: auto;
        max-width: 1240px;
        float: none;
        display: block;
        margin-right: auto;
        margin-left: auto;
        padding-left: 2em;
        padding-right: 2em;
    }

        .section:before, .section:after {
            content: '';
            display: table;
        }

        .section:after {
            clear: both;
        }
}

.section__full {
    *zoom: 1;
}

    .section__full:before, .section__full:after {
        content: '';
        display: table;
    }

    .section__full:after {
        clear: both;
    }

    .section__full .section__box {
        width: 100%;
    }

.section__split .section__box {
    width: 100%;
}

@media (min-width: 46em) {
    .section__split .section__box {
        *zoom: 1;
        float: left;
        clear: none;
        text-align: inherit;
        width: 48.5%;
        margin-left: 0%;
        margin-right: 3%;
    }

        .section__split .section__box:before, .section__split .section__box:after {
            content: '';
            display: table;
        }

        .section__split .section__box:after {
            clear: both;
        }

        .section__split .section__box:nth-child(2n) {
            margin-right: 0%;
            float: right;
        }

        .section__split .section__box:nth-child(2n+1) {
            clear: both;
        }
}

.section__box {
    *zoom: 1;
    margin-bottom: 1.2em;
    position: relative;
}

    .section__box:before, .section__box:after {
        content: '';
        display: table;
    }

    .section__box:after {
        clear: both;
    }

.section__content, .section__content--noheight {
    padding: 1.25em;
    background-color: #fff;
}

@media (min-width: 46em) {
    .section__content, .section__content--noheight {
        padding: 2em;
    }
}

.section__content .section__box, .section__content--noheight .section__box {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
}

    .section__content .section__box:before, .section__content .section__box:after, .section__content--noheight .section__box:before, .section__content--noheight .section__box:after {
        content: '';
        display: table;
    }

    .section__content .section__box:after, .section__content--noheight .section__box:after {
        clear: both;
    }

    .section__content .section__box:nth-child(2n), .section__content--noheight .section__box:nth-child(2n) {
        margin-right: 0%;
        float: right;
    }

    .section__content .section__box:nth-child(2n+1), .section__content--noheight .section__box:nth-child(2n+1) {
        clear: both;
    }

.dialog {
    text-align: center;
    padding: 3em;
    color: #fff;
}

.products-listing {
    *zoom: 1;
    width: 100%;
    text-align: center;
}

    .products-listing:before, .products-listing:after {
        content: '';
        display: table;
    }

    .products-listing:after {
        clear: both;
    }

    .products-listing li {
        padding-right: 1em;
        margin-bottom: 1em;
        background-color: #fff;
        *zoom: 1;
        float: left;
        clear: none;
        text-align: inherit;
        width: 48.5%;
        margin-left: 0%;
        margin-right: 3%;
    }
       .products-listing .products-listing_ex {
        padding-right: 1em;
        margin-bottom: 1em;
        background-color: #D3D3D3;
        *zoom: 1;
        float: left;
        clear: none;
        text-align: inherit;
        width: 48.5%;
        margin-left: 0%;
        margin-right: 3%;
    }

        .products-listing li:before, .products-listing li:after {
            content: '';
            display: table;
        }

        .products-listing li:after {
            clear: both;
        }

        .products-listing li:nth-child(2n) {
            margin-right: 0%;
            float: right;
        }

        .products-listing li:nth-child(2n+1) {
            clear: both;
        }

@media (min-width: 46em) {
    .products-listing li {
        *zoom: 1;
        float: left;
        clear: none;
        text-align: inherit;
        width: 22.75%;
        margin-left: 0%;
        margin-right: 3%;
    }

        .products-listing li:before, .products-listing li:after {
            content: '';
            display: table;
        }

        .products-listing li:after {
            clear: both;
        }

        .products-listing li:nth-child(2n) {
            margin-right: 3%;
            float: left;
        }

        .products-listing li:nth-child(2n+1) {
            clear: none;
        }

        .products-listing li:nth-child(4n) {
            margin-right: 0%;
            float: right;
        }

        .products-listing li:nth-child(4n+1) {
            clear: both;
        }
}

.products-listing .products-listing__thumbnail:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.8;
}

.products-listing .products-listing__thumbnail img {
    width: 50%;
    margin: 1em 0; /*white-space: nowrap;*/
}

@media (min-width: 35em) {
    .products-listing .products-listing__thumbnail img {
        width: 30%;
    }
}

@media (min-width: 46em) {
    .products-listing .products-listing__thumbnail img {
        width: 40%;
    }
}

.products-listing .products-listing__appliance {
    font-size: 16px;
    font-size: 1.6rem;
    color: #333;
    display: block;
white-space: nowrap;
 text-overflow: ellipsis;
 overflow: hidden;
     /*display: block; */
    /**/

}
/*.products-listing__appliance .products-listing__appliance_ex{display: inline-block !important;white-space: pre-wrap;
}*/
.products-listing .products-listing__appliance_ex {
    font-size: 16px;
    font-size: 1.6rem;
    color: #d3d3d3;
   
     display: block;
}
 /**/
 .products-listing__thumbnail span{
   
    /*color: #F3d3d3 !important;*/
    height: 50px;   
    display: block;
     text-overflow: ellipsis;
 overflow: hidden;
   white-space: nowrap;
     
}

.products-listing__type span{
   
    /*color: #F3d3d3 !important; 
    height: 50px; */ 
    display: block;
     text-overflow: ellipsis;
 overflow: hidden;
   white-space: nowrap;
     
}
 /**/
.products-listing .products-listing__type {
    *zoom: 1;
    margin-top: 1em;
   
   
}

    .products-listing .products-listing__type:before, .products-listing .products-listing__type:after {
        content: '';
        display: table;
        
    }

    .products-listing .products-listing__type:after {
        clear: both;
    }

    .products-listing .products-listing__type li {
        padding: 0;
        margin-bottom: 0;
        width: 100%;
        font-size: 12px;
        font-size: 1.2rem;
        color: #636363;
       
    }

.products-listing .products-listing__statustitle {
    color: #8f8c8f;
    font-size: 11px;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: .05em;
    display: block;
   
}

    .products-listing .products-listing__statustitle .status,.status_Ex, .products-listing .products-listing__statustitle .button {
        margin-bottom: 1em;
     
    }

.r-tabs .r-tabs-nav {
    display: none;
}

.r-tabs .r-tabs-accordion-title {
    display: block;
}

@media (min-width: 46em) {
    .r-tabs .r-tabs-nav {
        margin: 0;
        padding: 0;
    }

    .r-tabs .r-tabs-tab {
        display: inline-block;
        margin: 0;
        list-style: none;
    }

    .r-tabs .r-tabs-panel {
        padding: 1.5em;
        display: none;
    }

    .r-tabs .r-tabs-accordion-title {
        display: none;
    }

    .r-tabs .r-tabs-panel.r-tabs-state-active {
        display: block;
    }
}

.blink_me {
  animation: blinker 1s linear infinite;
  color:red;
}

@keyframes blinker {  
  50% { opacity: 0; }
}
.ui-dialog {
    z-index: 1000000000;
    top: 0;
    left: 0;
    margin: auto;
    position: fixed;
    max-width: 90%;
    max-height: 90%;
    display: flex;
    flex-direction: column;
    align-items: stretch;

    border: 1px solid #D3D3D3;

}

    .ui-dialog .ui-dialog-content {
        flex: 1;
        
    }
.pull-right {
  float: right !important;
}

.ui-dialog {
    background-color:#f5eded;
    padding: 0;

}

.ui-dialog-titlebar {
    background-color: #de007b;
    color: #fff;
    margin-bottom: 1em;
}

.ui-dialog-content {
    padding: .5em 1.5em;
    background-color: #f5eded;/*#fff*/
    font-weight: normal;
       
}

#progressBar img {
    display: block;
    margin: 0 auto;
}



#tabs-nav li {
    display: inline;
   
}
   /* #tabs-nav li a :hover:not(.active) {
        background-color: #111;
    }*/
    #tabs-nav li a {
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        background-color: lightgray;
    }

#progressBar img {
    display: block;
    margin: 0 auto;
}

.ui-dialog-buttonpane {
    padding-top: 1em;
    padding-bottom: 1em;
}

header {
    *zoom: 1;
}

    header:before, header:after {
        content: '';
        display: table;
    }

    header:after {
        clear: both;
    }

@media (min-width: 35em) {
    header:before {
        /*content: 'S';*/
        float: 0;
        background: #fff;
        padding: .5em;
        position: absolute;
        z-index: 1000;
    }
}

@media (min-width: 46em) {
    header:before {
        /*content: 'M';*/
        float: 0;
        background: #fff;
        padding: .5em;
        position: absolute;
        z-index: 1000;
    }
}

@media (min-width: 64em) {
    header:before {
        /*content: 'L';*/
        float: 0;
        background: #fff;
        padding: .5em;
        position: absolute;
        z-index: 1000;
    }
}

@media (min-width: 90em) {
    header:before {
        /*content: 'XL';*/
        float: 0;
        background: #fff;
        padding: .5em;
        position: absolute;
        z-index: 1000;
    }
}

/*--------------------------------------------------------------
##	Unique to the selected brand
	Just search and replace to relevant brand/highlight colour:
	Brand Colour: #de007b
	
	Highlight is Brand colour darkened roughly with 40% black
	Or this could be another colour specified by the Brand
	Highlight colour: #9b0955
	
--------------------------------------------------------------*/

/* Brand colour used for key or actions like buttons */
.color-brand .color-primary-brand {
	/* Styles page only showing colour etc */
	background: #de007b;
	display: table;
	width: 100%;
}
.color-brand .color-primary-brand::before {
      content: "UNIQUE BRAND COLOUR unique.css";
      padding: 1em;
}
      
/* Highlight colour used for hover states or messages */
.color-brand .color-primary-highlight {
	/* Styles page only showing colour etc */
	background: #9b0955;
	display: table;
	width: 100%;
}
.color-brand .color-primary-highlight::before {
      content: "UNIQUE HIGHLIGHT COLOUR unique.css";
      padding: 1em;
}

/* Focus colour used for focus or selection */
.color-brand .color-primary-focus {
	/* Styles page only showing colour etc */
	background: #fdf3f8;
	color: #444;
	display: table;
	width: 100%;
}
.color-brand .color-primary-focus::before {
      content: "UNIQUE FOCUS COLOUR unique.css";
      padding: 1em;
}

/*--------------------------------------------------------------
##	Styles included here are also within styles.css
	with the exception of brand colour which is set here
--------------------------------------------------------------*/

header {
	border-bottom: .1em solid #de007b;
}
/*.message {
	color: #de007b;
	background-color: #fdf3f8
}*/

@media (min-width: 46em) {
    .header__logo img {
        float: right;
        width: 40%;
    }
}
.dialog {
	background-color: #fff;
	color: #de007b
}
.status, td.status, em.status {
	color: #de007b!important
}

#home-btn {
    background: #de007b;
}

#back-btn {
	background-color: #9b0955
}


/*--------------------------------------------------------------
##	Links - Only brand colour is set here,
	other styles within styles.css
--------------------------------------------------------------*/

a {
color: #de007b;
text-decoration: none;
}
	    
a:hover {
  color: #9b0955
}

/*--------------------------------------------------------------
## Highlight
--------------------------------------------------------------*/

::selection { background-color: #fdf3f8 /* Safari */ }
::-moz-selection { background-color: #fdf3f8 /* Firefox */ }

input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, textarea:focus {
	background-color: #fdf3f8
}

/*--------------------------------------------------------------
## Buttons
--------------------------------------------------------------*/

a.button,
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  background-color: #de007b;
}

a.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
	background: #9b0955;
}

a.button:hover,
button:hover,
a .button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	@include transition(all 0.3s ease-in-out);
	background-color: #9b0955;
}

.x-accordion input[type="submit"] {
    color: #de007b;
    }

.login {
    font-family: 'Lato', sans-serif;
}

.login .section__split {
    background-color: #d8d8d8;
    background-image: url("/Content/img/TVG-portal-img-1050x700.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 200%;
}

.login .section__full,
.login .section__split {
    max-width: 1280px;
    margin: 0 auto;
}

.section__box {
    margin-bottom: 0;
}

/* Logo */
.logo {
    width: 70px;
    display: block;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}
.logoLW {
   width: 200px;
    display: block;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}
.logo-bigscreen {
    display: none;
}

/* Hero */
/* Intro */
.intro__heading {
    font-family: 'Poppins', sans-serif;
    color: #FEFFFE!important;
    text-align: center;
    /* text-transform: uppercase; */
    font-size: 28px;
    margin-top: 100px;
    margin-bottom: 18px;
}

.intro__para {
    font-family: 'Poppins', sans-serif;
    color: #FEFFFE!important;
    text-align: center;
    width: 90%;
		margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 42px;
    font-size: 36px;
    line-height: 1.2;
}

/* Login */
.login__box {
    box-shadow: 0px 7px 8px rgba(0,0,0,0.2);
    background-color: #FEFFFE;
    float: left;
    width: 90%;
    margin-right: 20px;
    margin-bottom: 60px;
    margin-left: 20px;
}

.login__heading {
    font-family: 'Lato', sans-serif;
    background-color: #CBCCCB;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 20px 40px 20px 40px;
    font-size: 19px;
    font-weight: 700;
   text-transform: none;
    color: #3B3C3B;
    text-align: center;
}

/* Form */
.login__form {
    padding: 10px 40px 40px 40px;
}

.form-control {
    border: 1px solid #3C3C3C;
    box-shadow: none;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 1em;
    width: 100%;
}

.login__form input[type="submit"] {
    background-color: #008800;
    border-radius: 4px;
    padding: 1em 5em;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}

.form-group label {
    margin-bottom: 18px;
}

/* Legal */
.legal {
    background-color: #ffffff;
    padding: 20px;
}

.legal__content {
    max-width: none;
    font-size: 12px;
    color: #333333;
    line-height: 1.8;
}

/* Media Queries*/
@media (min-width: 46em) {
    .login .section__split {
        min-height: 700px;
        background-image: none;
    }

    .logo-bigscreen {
        margin-left: 20px;
        margin-right: 0;
        margin-bottom: 50px;
        display: block;
    }

    .logo-mobile {
        display: none;
    }

    .hero {
        margin-right: 0!important;
        min-height: 700px;
        background-image: url("/Content/img/TVG-portal-img-1050x700.jpg");
        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .intro__col {
        float: right!important;
        padding-top: 150px;
    }

    .login__col {
        float: left!important;
        padding-left: 30px;
    }

    .intro__para, .intro__heading {
        width: 70%;
				line-height: 1.5
    }

    .legal__content {
        padding: 30px;
    }   
	.ui-dialog-titlebar-close
{display:none;}

/*! Lity - v2.2.2 - 2016-12-14
* http://sorgalla.com/lity/
* Copyright (c) 2015-2016 Jan Sorgalla; Licensed MIT */.lity{z-index:9990;position:fixed;top:0;right:0;bottom:0;left:0;white-space:nowrap;background:#0b0b0b;background:rgba(0,0,0,0.9);outline:none !important;opacity:0;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.lity.lity-opened{opacity:1}.lity.lity-closed{opacity:0}.lity *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lity-wrap{z-index:9990;position:fixed;top:0;right:0;bottom:0;left:0;text-align:center;outline:none !important}.lity-wrap:before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:-0.25em}.lity-loader{z-index:9991;color:#fff;position:absolute;top:50%;margin-top:-0.8em;width:100%;text-align:center;font-size:14px;font-family:Arial,Helvetica,sans-serif;opacity:0;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.lity-loading .lity-loader{opacity:1}.lity-container{z-index:9992;position:relative;text-align:left;vertical-align:middle;display:inline-block;white-space:normal;max-width:100%;max-height:100%;outline:none !important}.lity-content{z-index:9993;width:100%;-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:-o-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease}.lity-loading .lity-content,.lity-closed .lity-content{-webkit-transform:scale(.8);-ms-transform:scale(.8);-o-transform:scale(.8);transform:scale(.8)}.lity-content:after{content:'';position:absolute;left:0;top:0;bottom:0;display:block;right:0;width:auto;height:auto;z-index:-1;-webkit-box-shadow:0 0 8px rgba(0,0,0,0.6);box-shadow:0 0 8px rgba(0,0,0,0.6)}.lity-close{z-index:9994;width:35px;height:35px;position:fixed;right:0;top:0;-webkit-appearance:none;cursor:pointer;text-decoration:none;text-align:center;padding:0;color:#fff;font-style:normal;font-size:35px;font-family:Arial,Baskerville,monospace;line-height:35px;text-shadow:0 1px 2px rgba(0,0,0,0.6);border:0;background:none;outline:none;-webkit-box-shadow:none;box-shadow:none}.lity-close::-moz-focus-inner{border:0;padding:0}.lity-close:hover,.lity-close:focus,.lity-close:active,.lity-close:visited{text-decoration:none;text-align:center;padding:0;color:#fff;font-style:normal;font-size:35px;font-family:Arial,Baskerville,monospace;line-height:35px;text-shadow:0 1px 2px rgba(0,0,0,0.6);border:0;background:none;outline:none;-webkit-box-shadow:none;box-shadow:none}.lity-close:active{top:1px}.lity-image img{max-width:100%;display:block;line-height:0;border:0}.lity-iframe .lity-container,.lity-youtube .lity-container,.lity-vimeo .lity-container,.lity-facebookvideo .lity-container,.lity-googlemaps .lity-container{width:100%;max-width:964px}.lity-iframe-container{width:100%;height:0;padding-top:56.25%;overflow:auto;pointer-events:auto;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-overflow-scrolling:touch}.lity-iframe-container iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;-webkit-box-shadow:0 0 8px rgba(0,0,0,0.6);box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000}.lity-hide{display:none}
