@font-face {
    font-family: 'brandon_textlight';
    src: url('//p6.zdassets.com/hc/theme_assets/763433/200126738/brandontext-light-webfont.eot');
    src: url('//p6.zdassets.com/hc/theme_assets/763433/200126738/brandontext-light-webfont.eot?#iefix') format('embedded-opentype'), url('//p6.zdassets.com/hc/theme_assets/763433/200126738/brandontext-light-webfont.woff2') format('woff2'), url('//p6.zdassets.com/hc/theme_assets/763433/200126738/brandontext-light-webfont.woff') format('woff'), url('//p6.zdassets.com/hc/theme_assets/763433/200126738/brandontext-light-webfont.ttf') format('truetype'), url('//p6.zdassets.com/hc/theme_assets/763433/200126738/brandontext-light-webfont.svg#brandon_textlight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'brandon_textmedium';
    src: url('//p6.zdassets.com/hc/theme_assets/763433/200126738/brandontext-medium-webfont.eot');
    src: url('//p6.zdassets.com/hc/theme_assets/763433/200126738/brandontext-medium-webfont.eot?#iefix') format('embedded-opentype'), url('//p6.zdassets.com/hc/theme_assets/763433/200126738/brandontext-medium-webfont.woff2') format('woff2'), url('//p6.zdassets.com/hc/theme_assets/763433/200126738/brandontext-medium-webfont.woff') format('woff'), url('//p6.zdassets.com/hc/theme_assets/763433/200126738/brandontext-medium-webfont.ttf') format('truetype'), url('//p6.zdassets.com/hc/theme_assets/763433/200126738/brandontext-medium-webfont.svg#brandon_textmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'brandon_text_regularregular';
    src: url('//p6.zdassets.com/hc/theme_assets/763433/200126738/brandontext-regular-webfont.eot');
    src: url('//p6.zdassets.com/hc/theme_assets/763433/200126738/brandontext-regular-webfont.eot?#iefix') format('embedded-opentype'), url('//p6.zdassets.com/hc/theme_assets/763433/200126738/brandontext-regular-webfont.woff2') format('woff2'), url('//p6.zdassets.com/hc/theme_assets/763433/200126738/brandontext-regular-webfont.woff') format('woff'), url('//p6.zdassets.com/hc/theme_assets/763433/200126738/brandontext-regular-webfont.ttf') format('truetype'), url('//p6.zdassets.com/hc/theme_assets/763433/200126738/brandontext-regular-webfont.svg#brandon_text_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
    visibility: hidden;
}
body.llReady {
    visibility: visible;
}
/* Base styles */

*, input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    background-color: #ffffff;
}
body {
    color: #555555;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: lighter;
    line-height: 1.5;
    margin: 0;
    padding-bottom: 50px;
}
img {
    max-width: 100%;
    vertical-align: middle;
}
img[width], img[height] {
    max-width: none;
}
figure > img {
    display: block;
}
a {
    color: #158ec2;
    font-family: Helvetica, Arial, sans-serif;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
table {
    border-collapse: collapse;
    text-align: left;
    width: 100%;
}
[dir="rtl"] table {
    text-align: right;
}
td, th {
    border-color: #eeeeee;
    border-style: solid;
    padding: 12px;
}
th {
    border-width: 1px 0;
    color: #bebebe;
    font-size: 11px;
    font-weight: normal;
    white-space: nowrap;
}
td {
    border-width: 0 0 1px 0;
}
h1, h2, h3, h4, h5, h6 {
    color: black;
    font-weight: 400;
}
h1 {
    font-size: 20px;
}
input, label {
    display: inline-block;
    vertical-align: middle;
}
label {
    font-size: 12px;
}
input[type="checkbox"] + label {
    margin-left: 5px;
}
input, textarea {
    border: 1px solid #dddddd;
    border-radius: 2px;
    padding: 10px;
}
textarea {
    height: 100px;
    padding: 7px 10px;
    resize: vertical;
}
textarea, input[type=text] {
    width: 100%;
}
input, textarea, select {
    color: #555;
}
input::-ms-clear {
    display: none;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
}
::-webkit-input-placeholder {
    color: #cccccc;
}
:-ms-input-placeholder {
    color: #cccccc;
}
::-moz-placeholder {
    color: #cccccc;
}
/* Buttons */

button, [role=button], [type=button], [type=submit] {
    border-radius: 4px;
    border: 1px solid #dddddd;
    color: #158ec2;
    cursor: pointer;
    display: inline-block;
    padding: 5px 10px;
    position: relative;
    vertical-align: middle;
    white-space: nowrap;
}
a[role=button]:hover {
    text-decoration: none;
}
input[type=submit] {
    background: #444;
    border-color: transparent;
    color: #FFF;
    padding: 10px 30px;
}
input[type=submit][disabled] {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    /* IE 8 */
    
    opacity: 0.4;
}
button img, [role=button] img {
    border-radius: 4px;
    margin: 0 5px 0 0;
    height: 20px;
    position: relative;
    top: -1px;
    vertical-align: middle;
}
[dir="rtl"] button img, [dir="rtl"] [role=button] img {
    margin: 0 0 0 5px;
}
/* Forms */

.form {
    max-width: 505px;
}
.form-field + .form-field {
    margin-top: 25px;
}
.form-field label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}
.form-field input[type=checkbox] + label {
    margin: 0 0 0 10px;
}
.form-field.required > label:after {
    content: "*";
    color: red;
    margin-left: 2px;
}
.form-field p {
    color: #bebebe;
    font-size: 11px;
}
.form-field input[type=number], .form-field input.datepicker {
    width: 150px;
}
.form form + form, .searchbox {
    margin-top: 25px;
}
.searchbox-suggestions {
    background-color: #fff;
    border: 1px solid #eeeeee;
    border-radius: 4px;
    padding: 10px 20px;
}
.searchbox-suggestions li {
    padding: 5px 0;
}
[data-loading="true"] input, [data-loading="true"] textarea {
    background: transparent url("/hc/theming_assets/01HZM00H9PD4TYHE7R2Q1A39C1") 99% 50% no-repeat;
    background-size: 16px 16px;
}
.form footer {
    border-top: 1px solid #eeeeee;
    margin-top: 40px;
    padding-top: 30px;
    text-align: right;
}
.form footer a {
    color: #cccccc;
    cursor: pointer;
    margin-right: 15px;
}
/* Navigation menus */

.nav li, .nav-bordered li, .nav-spaced li {
    display: inline-block;
    font-weight: bold;
}
.nav li a, .nav-bordered li a, .nav-spaced li a {
    font-weight: normal;
}
.nav-bordered li + li {
    border-color: #eeeeee;
    border-style: solid;
    border-width: 0 0 0 1px;
    margin: 0 0 0 30px;
    padding: 0 0 0 30px;
}
[dir="rtl"] .nav-bordered li + li {
    border-width: 0 1px 0 0;
    margin: 0 30px 0 0;
    padding: 0 30px 0 0;
}
.nav-spaced li + li {
    margin: 0 0 0 40px;
}
[dir=rtl] .nav-spaced li + li {
    margin: 0 40px 0 0;
}
/* Search box */

.search-box, .sub-nav .search {
    position: relative;
}
.search-box:before, .sub-nav .search:before {
    content: "\1F50D";
    font-family: "entypo";
    font-size: 1.25em;
    line-height: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 2.5em;
    z-index: 1;
}
.search-box input, .sub-nav .search input {
    line-height: 1.2em;
    font-weight: lighter;
    padding: .75em 2.7em;
    width: 100%;
    -webkit-appearance: none;
}
.search-box input[type="submit"], .sub-nav .search input[type="submit"] {
    display: none;
}
/* Breadcrumbs */

.breadcrumbs li {
    color: #bebebe;
    display: inline-block;
    font-size: 12px;
}
.breadcrumbs li + li:before {
    content: ">";
    margin: 0 4px;
}
.breadcrumbs li a {
    color: #555555;
}
/* Labels */

.label, .request-status {
    border-radius: 20px;
    display: inline-block;
    font-size: 10px;
    padding: 3px 10px;
    text-transform: uppercase;
    white-space: nowrap;
}
/* Metadata */

.meta, .meta-group {
    color: #cccccc;
    display: inline-block;
    font-size: 11px;
}
.meta-group * + *:before {
    content: "\2022";
    font-size: 8px;
    margin: 0 10px;
}
/* Helper classes */

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
/* Social share links */

.share {
    white-space: nowrap;
}
.share li, .share a {
    display: inline-block;
}
.share a {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    vertical-align: middle;
    width: 30px;
}
.share a:before {
    background: #CCC;
    border-radius: 50%;
    color: #FFF;
    display: inline-block;
    font-family: "entypo";
    text-align: center;
    width: 100%;
}
.share a:hover {
    text-decoration: none;
}
.share-twitter:before {
    content: "\F309";
}
.share-facebook:before {
    content: "\F30C";
}
.share-linkedin:before {
    content: "\F318";
}
.share-googleplus:before {
    content: "\F30F";
}
/* Pagination */

.pagination {
    margin: 20px 0;
    text-align: center;
}
.pagination * {
    display: inline-block;
}
.pagination li {
    border: 1px solid #eeeeee;
    float: left;
    margin-left: -1px;
}
[dir="rtl"] .pagination li {
    float: right;
}
.pagination a, .pagination span {
    color: inherit;
    font-size: 12px;
    padding: 5px 12px;
}
.pagination-current {
    background-color: #f9f9f9;
    color: #bebebe;
}
.pagination-first {
    border-radius: 3px 0 0 3px;
}
[dir="rtl"] .pagination-first {
    border-radius: 0 3px 3px 0;
}
.pagination-last {
    border-radius: 0 3px 3px 0;
}
[dir="rtl"] .pagination-last {
    border-radius: 3px 0 0 3px;
}
/* Markdown styles */

.markdown {
    word-wrap: break-word;
    line-height: 1.7;
}
.markdown img {
    max-width: 100%;
}
.markdown hr {
    background-color: #eeeeee;
    border: 0;
    height: 1px;
}
.markdown ul, .markdown ol {
    list-style-position: inside;
    padding: 0 15px;
}
.markdown ul {
    list-style-type: disc;
}
.markdown ol {
    list-style-type: decimal;
}
.markdown pre {
    background: #f9f9f9;
    border: 1px solid #eeeeee;
    border-radius: 3px;
    padding: 10px 15px;
    overflow: auto;
    white-space: pre;
}
.markdown blockquote {
    border-left: 1px solid #eeeeee;
    color: #bebebe;
    font-style: italic;
    padding: 0 15px;
}
/* Frame */

main, .header-inner, .footer-inner {
    margin: 0 auto;
    padding: 0 20px;
    width: 980px;
}
/* Columns */

.main-column, .side-column {
    display: inline-block;
    vertical-align: top;
}
.main-column {
    width: 620px;
}
.side-column {
    width: 270px;
    margin-left: 45px;
}
[dir=rtl] .side-column {
    margin-left: 0;
    margin-right: 45px;
}
/* Header */

.header {
    background: #ffffff;
    border-bottom: 1px solid #eeeeee;
}
.header-inner {
    display: table;
    height: 100px;
}
.logo, .user-nav {
    display: table-cell;
    vertical-align: middle;
}
.logo img {
    max-height: 60px;
}
.user-nav {
    text-align: right;
}
.user-nav > * {
    display: inline-block;
    margin: 0 0 0 25px;
}
[dir=rtl] .user-nav {
    text-align: left;
}
[dir=rtl] .user-nav > * {
    margin: 0 25px 0 0;
}
/* Home page */

.hero-unit {
    display: block;
    font-size: 22px;
    padding: 80px 60px;
}
body.community-enabled .knowledge-base, body.community-enabled .community {
    display: inline-block;
    vertical-align: top;
}
body.community-enabled .knowledge-base {
    width: 620px;
}
.knowledge-base, .community {
    display: inline-block;
    vertical-align: top;
}
.knowledge-base {
    width: 100%;
}
.community {
    background: #f9f9f9;
    border-radius: 5px;
    display: none;
    padding: 25px 20px;
    margin-top: 65px;
    margin-left: 45px;
    width: 270px;
}
[dir=rtl] .community {
    margin-left: 0;
    margin-right: 45px;
}
.community .recent-activity {
    padding: 0;
    width: auto;
}
.community h2, .community h3, .section h3 {
    color: #555555;
    font-size: 13px;
    font-weight: lighter;
    margin: 10px 0 15px;
    text-transform: uppercase;
}
.community h4 {
    font-size: 15px;
    margin-top: 0;
}
.community h4 a {
    font-size: 11px;
    font-weight: normal;
    margin-left: 5px;
}
.community .trending-questions + h4 {
    margin-top: 50px;
}
/* Knowledge base trees */

.article-list li, .community li {
    margin-bottom: 10px;
}
.category h2 {
    border-bottom: 1px solid #eeeeee;
    font-size: 16px;
    margin: 25px 0;
    padding-bottom: 18px;
}
.category h2 a, .section h3 a {
    color: inherit;
}
.category-empty, .section {
    display: inline-block;
    padding: 0 50px 30px 0;
    vertical-align: top;
    width: 49.5%;
}
[dir=rtl] .category-empty, [dir=rtl] .section {
    padding: 0 0 30px 50px;
}
.see-all-articles {
    display: inline-block;
    font-size: 12px;
    margin-top: 10px;
    text-decoration: underline;
}
.category-description, .section-description {
    color: #bebebe;
    margin-bottom: 50px;
    margin-top: -15px;
}
.category-list a, .section-list a {
    color: inherit;
    display: inline-block;
    font-size: 18px;
    margin-bottom: 10px;
}
.page-header {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 30px;
    min-height: 50px;
    padding-bottom: 15px;
}
.page-header > * {
    display: table-cell;
    vertical-align: middle;
}
.page-header > *:first-child {
    width: 100%;
}
.page-header + p {
    color: #bebebe;
    margin: -15px 0 20px 0;
}
.page-header h1 {
    font-size: 20px;
}
/* Sub-nav */

.sub-nav {
    display: table;
    margin-bottom: 25px;
    padding: 25px 0;
    table-layout: fixed;
    width: 100%;
}
.sub-nav > * {
    display: table-cell;
}
.sub-nav .breadcrumbs {
    overflow: hidden;
    white-space: nowrap;
}
.sub-nav .search {
    width: 300px;
}
/* Article */

.article-header {
    margin-bottom: 25px;
}
.article-header h1 {
    font-weight: bold;
    margin: 0 0 10px;
}
.article-info > * {
    display: table-cell;
    vertical-align: middle;
}
.article-avatar {
    min-width: 55px;
}
.article-avatar img {
    border-radius: 3px;
    max-height: 38px;
    max-width: 38px;
}
.article-meta {
    width: 100%;
}
.article-updated {
    display: block;
}
.article-more-questions {
    margin: 15px 0 50px;
}
.article-body table {
    table-layout: fixed;
}
.article-footer {
    border-bottom: 1px solid #eeeeee;
    margin-top: 15px;
    padding: 20px 0;
}
.article-footer .article-vote, .article-footer .share {
    display: table-cell;
}
.article-vote {
    width: 100%;
}
.article-vote > * {
    display: inline-block;
}
.article-vote-controls {
    margin: 0 5px;
}
.article-vote-count {
    color: #999999;
    min-width: 20%;
}
.article-vote-up, .article-vote-down {
    color: inherit;
    font-family: "entypo";
}
.article-vote-up:before {
    content: "\1f44d";
}
.article-vote-down:before {
    content: "\1f44e";
}
.article-vote-up.article-voted {
    color: #6B9100;
    border-color: #6B9100;
}
.article-vote-down.article-voted {
    color: #999;
    border-color: #999;
}
/* Side column */

.side-column h3 {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 15px;
    margin: 0 0 20px;
}
.side-column ul {
    margin-bottom: 60px;
}
.side-column li {
    margin-bottom: 10px;
}
.side-column li a {
    font-size: 12px;
}
.visibility-internal-icon:before {
    content: "\1F512";
    display: inline-block;
    font-family: "entypo";
    text-align: center;
    width: 13px;
}
.article-promoted span, .visibility-internal {
    cursor: default;
    position: relative;
}
.article-promoted span:before, .article-promoted span:after, .visibility-internal:before, .visibility-internal:after {
    display: none;
    font-size: 13px;
    font-weight: normal;
    position: absolute;
}
.article-promoted span:before, .visibility-internal:before {
    background: #222;
    border-radius: 3px;
    color: #FFF;
    content: attr(data-title);
    font-family: sans-serif;
    left: -10px;
    margin-top: 5px;
    padding: 3px 10px;
    text-transform: none;
    top: 100%;
    white-space: nowrap;
    z-index: 1;
}
.article-promoted span:after, .visibility-internal:after {
    border-bottom: 5px solid #222;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    bottom: -5px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -5px;
    width: 0;
}
.article-promoted span:hover:before, .article-promoted span:hover:after, .visibility-internal:hover:before, .visibility-internal:hover:after {
    display: block;
}
/* Comments - Article, Request and Post pages */

.comment-list {
    margin-bottom: 25px;
}
.comment-list > * {
    border-bottom: 1px solid #eeeeee;
    padding: 25px 0;
}
.comment-list > *:first-child {
    border-top: 1px solid #eeeeee;
}
.comment-sorter {
    float: right;
}
.comment-sorter a {
    color: #999;
    text-decoration: none;
    padding-left: 20px;
}
.comment-sorter [aria-selected=true] {
    font-weight: bold;
    color: #333;
}
.comment, .comment-form {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.comment > *, .comment-form > * {
    display: table-cell;
    vertical-align: top;
}
.comment-vote, .comment-bookmark {
    text-align: center;
    width: 50px;
}
.comment-bookmark:before {
    color: #77a500;
    content: "\1F516";
    font-family: "entypo";
    font-size: 23px;
    line-height: 1.1;
}
.comment-avatar {
    position: relative;
    width: 85px;
}
.comment-avatar img {
    border-radius: 3px;
    max-width: 65px;
    max-height: 65px;
}
.comment-avatar-agent:after {
    background-color: transparent;
    background-image: url("/hc/theming_assets/01HZM00HD0H37C7PXSSNJ89WQ4");
    background-image: url("/hc/theming_assets/01HZM00HGPJ5AGWW5GFZHBGCQ4");
    background-repeat: no-repeat;
    background-size: 15px;
    content: " ";
    height: 15px;
    left: 55px;
    position: absolute;
    top: 55px;
    width: 15px;
}
[dir=rtl] .comment-avatar-agent:after {
    left: auto;
    right: 55px;
}
.comment-header {
    margin-bottom: 15px;
}
.comment-published, .comment-pending, .comment-official {
    border: 1px solid transparent;
    float: right;
    font-size: 11px;
    padding: 1px 5px;
}
[dir=rtl] .comment-published, [dir=rtl] .comment-pending, [dir=rtl] .comment-official {
    float: left;
}
.comment-published {
    color: #bebebe;
}
.comment-published:before {
    content: " ";
    display: inline-block;
    width: 5px;
}
.comment-pending, .comment-official {
    border-color: currentcolor;
    border-radius: 2px;
}
.comment-pending {
    color: #eec100;
}
.comment-official {
    color: #77a500;
}
.comment-form textarea {
    border-radius: 2px 2px 0 0;
    border-width: 1px;
}
.comment-attachments {
    border: 1px solid #dddddd;
    margin-top: -1px;
    padding: 10px;
}
.comment-form-controls {
    display: none;
    margin-top: 10px;
    text-align: right;
}
.comment-form-controls input[type=submit] {
    margin-left: 15px;
}
[dir=rtl] .comment-form-controls input[type=submit] {
    margin-left: 0;
    margin-right: 15px;
}
.comment-screencasts, .comment-mark-as-solved {
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}
[dir=rtl] .comment-screencasts, [dir=rtl] .comment-mark-as-solved {
    margin-left: 20px;
}
.comment-actions {
    float: right;
    color: #999999;
}
.comment-actions .dropdown-toggle:before {
    content: "\2699";
    font-size: 11px;
    font-family: "entypo";
}
.attachment-list, .screencast-list {
    font-size: 11px;
    margin-top: 25px;
}
.attachment-list span, .screencast-list span {
    color: #999999;
}
.attachment-list li, .screencast-list li {
    margin-bottom: 10px;
}
.attachment-list li:before, .screencast-list li:before {
    background: #f9f9f9;
    border-radius: 3px;
    color: #bbb;
    font-family: "entypo";
    margin-right: 5px;
    padding: 5px;
}
.attachment-list li:before {
    content: "\1F4CE";
}
.screencast-list li:before {
    content: "\1F4BB";
}
.my-activities-header {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 25px;
    padding: 25px 0;
}
.my-activities-header .breadcrumbs li {
    color: black;
    font-size: 20px;
    font-weight: normal;
}
.my-activities-header .breadcrumbs li:first-child, .my-activities-header .breadcrumbs li:before {
    display: none;
}
.my-activities-nav {
    margin-bottom: 100px;
}
.my-activities-sub-nav {
    margin-bottom: 15px;
}
.request-table-toolbar {
    background: #f9f9f9;
    display: table;
    padding: 8px;
    width: 100%;
}
.request-table-filters {
    display: table-cell;
    text-align: right;
}
[dir="rtl"] .request-table-filters {
    text-align: left;
}
.request-table-filters label:before {
    content: " ";
    width: 25px;
    display: inline-block;
}
.requests-search {
    border-radius: 20px;
    outline: none;
    padding: 6px 15px;
}
.request-id {
    color: #bebebe;
}
.request-details {
    background: #f9f9f9;
    border: 1px solid #eeeeee;
    border-radius: 3px;
    font-size: 12px;
    margin: 0 0 30px;
    padding: 15px 20px;
}
.request-details dt ~ dt {
    font-weight: bold;
    margin-top: 15px;
}
.request-details dd {
    margin: 2px 0 0;
    word-wrap: break-word;
}
.request-details dd ul {
    margin: 10px 0;
}
.request-details dd li {
    list-style-type: disc;
    list-style-position: inside;
    margin: 0 0 3px 0;
}
.request-details .nested-field-tag:before {
    content: " > ";
}
.request-details .nested-field-tag:first-child:before {
    content: "";
}
.request-status {
    color: #FFF;
    border-radius: 3px;
}
.request-open {
    background: #59BBE0;
}
.request-answered {
    background: #F5CA00;
}
.request-solved {
    background: #828282;
}
/* Community heading */

.community-heading {
    font-size: 18px;
    margin: 0;
    width: 100%;
}
/* Community nav */

.community-nav {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 55px;
    padding: 25px 0;
}
.community-nav li {
    display: inline-block;
    font-weight: bold;
    padding-right: 30px;
}
.community-nav li a {
    font-weight: normal;
}
.community-nav li + li {
    border-left: 1px #eeeeee;
    padding-left: 30px;
}
.community-nav li:last-child {
    border: 0;
    float: right;
    margin: 0;
    padding: 0;
    position: relative;
    top: -5px;
}
[dir=rtl] .community-nav li:last-child {
    float: left;
}
.community-nav li:last-child a {
    color: #158ec2;
}
.community-nav li:last-child a:before {
    content: "\270E";
    font-family: "entypo";
    font-size: 14px;
    margin-right: 10px;
    vertical-align: middle;
}
[dir=rtl] .community-nav li:last-child a:before {
    margin-right: 0;
    margin-left: 10px;
}
/* Community sub-nav */

.community-sub-nav {
    border-bottom: 1px solid #eeeeee;
    padding: 15px 0;
    position: relative;
    width: 800px;
}
.community-sub-nav li {
    display: inline-block;
    font-weight: bold;
    padding-right: 15px;
}
.community-sub-nav li a {
    font-weight: normal;
}
.community-sub-nav li + li {
    padding-left: 15px;
}
.community-sub-nav .topic-add {
    position: absolute;
    right: 0;
    top: 10px;
}
/* Topics/questions/answers */

.topic {
    display: inline-block;
    width: 49.5%;
    padding: 20px 30px 20px 0;
    vertical-align: top;
}
.topic-header, .question-header {
    border-bottom: 1px solid #eeeeee;
    display: table;
    padding-bottom: 10px;
}
.topic-header > *, .question-header > * {
    display: table-cell;
    vertical-align: middle;
}
.topic-header .topic-meta, .question-header .question-meta {
    padding: 0 15px;
    white-space: nowrap;
}
.topic-heading, .question-heading, .answer-list-heading {
    font-weight: bold;
    font-size: 13px;
    width: 100%;
}
.topic-heading {
    font-size: 18px;
}
.topic-questions {
    margin-top: 45px;
}
.topic-description {
    word-break: break-word;
}
.question, .answer {
    border-bottom: 1px solid #eeeeee;
    padding: 20px 0;
    position: relative;
}
.question-form .nesty-input {
    max-width: none;
}
.question-avatar, .answer-avatar {
    display: table-cell;
    margin-right: 10px;
    min-width: 50px;
    position: relative;
    vertical-align: top;
}
.question-avatar-agent:after, .answer-avatar-agent:after {
    background-color: transparent;
    background-image: url("/hc/theming_assets/01HZM00HD0H37C7PXSSNJ89WQ4");
    background-image: url("/hc/theming_assets/01HZM00HGPJ5AGWW5GFZHBGCQ4");
    background-repeat: no-repeat;
    background-size: 14px;
    position: absolute;
    width: 15px;
    height: 15px;
    left: 30px;
    top: 30px;
    content: " ";
}
.question-avatar img, .answer-avatar img {
    border-radius: 3px;
    max-height: 38px;
    max-width: 38px;
}
.question-body, .answer-body, .answer-official-body {
    display: table-cell;
    vertical-align: top;
    width: 100%;
}
.question-body .answer-official-body {
    vertical-align: top;
    width: 100%;
}
.question-body p, .answer-body p, .answer-official-body p {
    margin: 0 0 5px;
}
.question-body .question-meta, .answer-body .answer-meta, .answer-official-body .answer-meta {
    float: left;
}
.question .answer {
    border: none;
    padding-bottom: 0;
}
.question-topic-list {
    margin: -20px 0 30px;
}
.question-topic-list li {
    display: inline-block;
    margin: 10px 10px 0 0;
}
.question-topic-list a {
    background: #f6f6f6;
    background: rgba(0, 0, 0, 0.02);
    border-radius: 5px;
    color: #cccccc;
    display: inline-block;
    font-size: 11px;
    padding: 7px 15px;
}
.question-title, .topic-title {
    margin: -3px 0 5px;
    font-size: 15px;
}
.question-title a, .topic-title a {
    font-weight: lighter;
}
.question-meta, .answer-meta, .topic-meta {
    color: #cccccc;
    font-size: 11px;
}
.topic-meta span + span:before, .question-meta span + span:before, .answer-meta span + span:before {
    content: "\2022";
    font-size: 10px;
    margin: 0 10px;
}
.answer-form {
    margin: 30px 0 0 95px;
}
.answer-form-controls {
    display: none;
    margin-top: 10px;
    text-align: right;
}
.answer-form-controls input[type=submit] {
    margin-left: 15px;
}
.answer-form-controls .pull-left {
    float: left;
}
.answer-official-heading {
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 20px;
    border-bottom: 0px;
}
.answer-list-heading {
    border-bottom: 1px solid #eeeeee;
    margin-top: 30px;
    padding-bottom: 20px;
}
.pending-moderation-answer-badge {
    clear: both;
    border-style: solid;
    border-width: 1px;
    border-color: #c7aa2b;
    color: #c7aa2b;
    padding: 3px 5px;
    float: left;
    margin-top: 10px;
    font-size: 12px;
}
.question-share, .answer-share {
    position: relative;
}
.related-questions-header {
    border-bottom: 1px solid #eeeeee;
}
.related-questions-heading {
    margin-top: 3px;
}
.related-questions li {
    margin-top: 10px;
    margin-bottom: 10px;
}
/* Vote */

.vote {
    display: table-cell;
    margin-left: 15px;
    margin-right: 10px;
    min-width: 95px;
    vertical-align: top;
}
.vote-sum, .vote-controls {
    display: inline-block;
    vertical-align: middle;
}
.vote-sum {
    font-size: 15px;
    font-weight: bold;
    min-width: 60px;
    padding-left: 10px;
    text-align: center;
}
.vote-controls {
    border-radius: 5px;
}
.vote-controls a {
    background: #FFF;
    border-color: #f6f6f6;
    box-shadow: none;
    color: #bebebe;
    display: block;
    font-family: "entypo";
    font-size: 13px;
    height: 18px;
    line-height: 18px;
    padding: 0 6px;
}
.vote-up {
    border-radius: 5px 5px 0 0;
}
.vote-down {
    border-radius: 0 0 5px 5px;
    border-top: 0;
}
.vote-up:before {
    content: "\E763";
}
.vote-down:before {
    content: "\E760";
}
.vote-controls:hover {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}
.vote-controls:hover a {
    background: #FFF;
    border-color: #A6A6A6;
    color: #BBB;
}
.vote-controls a:hover, .vote-controls [aria-selected=true] {
    background: #f6f6f6;
    color: #333;
}
.vote-controls a:active {
    background: #CCC;
    color: #111;
}
/* Accept */

.answer-accept {
    color: #BBB;
    font-size: 15px;
    max-width: 15px;
    overflow: hidden;
    padding-top: 7px;
    position: absolute;
    white-space: nowrap;
}
.answer-accept:hover {
    text-decoration: none;
}
.answer-accept:before {
    content: "\2713";
    font-family: "entypo";
    margin-right: 5px;
}
.answer-accepted .answer-accept, .answer-accepted .vote-sum {
    color: green;
}
/* Admin controls */

.topic-controls, .question-controls, .answer-controls {
    float: right;
    font-size: 11px;
}
.topic-edit:before, .question-delete:before, .question-mark-as-spam:before, .answer-delete:before, .answer-mark-as-spam:before {
    color: #cccccc;
    content: "\2022";
    font-size: 10px;
    margin-left: -16px;
    margin: 0 8px;
    pointer-events: none;
    position: relative;
    display: inline-block;
}
/* Share questions and answers */

.share-label {
    cursor: pointer;
}
.share-label + .share {
    background: #FFF;
    border: 1px solid #dddddd;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    left: 50%;
    line-height: 70px;
    margin: 10px 0 0 -75px;
    position: absolute;
    text-align: center;
    top: 100%;
    white-space: nowrap;
    width: 175px;
    z-index: 1;
}
.share-label + .share:before, .share-label + .share:after {
    content: "";
    display: inline-block;
    left: 50%;
    position: absolute;
}
.share-label + .share:before {
    top: -7px;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #cccccc;
    border-left: 7px solid transparent;
    margin-left: -6px;
}
.share-label + .share:after {
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #FFF;
    border-left: 6px solid transparent;
    margin-left: -5px;
}
.share-label[aria-selected="true"] {
    color: #111;
}
.share-label[aria-selected="true"] + .share {
    display: block;
}
.share-label[aria-selected="false"] + .share {
    display: none;
}
body.community-enabled .search-results-column {
    display: inline-block;
    vertical-align: top;
    width: 450px;
}
body.community-enabled .search-results-column + .search-results-column {
    margin-left: 35px;
}
[dir=rtl] body.community-enabled .search-results-column + .search-results-column {
    margin-left: 0;
    margin-right: 35px;
}
.search-results-subheading {
    padding-bottom: 10px;
    margin-bottom: 0;
}
.search-results-subheading-link {
    font-size: 13px;
    font-weight: normal;
    margin-left: 5px;
}
.search-results-list {
    margin-bottom: 25px;
}
.search-results-list > * {
    border-bottom: 1px solid #eeeeee;
    padding: 20px 0;
}
.search-results-list > *:first-child {
    border-top: 1px solid #eeeeee;
}
.search-result-link {
    font-size: 16px;
}
.search-result-description, .search-result-meta {
    padding-top: 16px;
}
.search-result-meta-name, .search-result-meta-time, .search-result-meta-count {
    font-size: 12px;
    color: #bebebe;
}
.search-result-meta-time:before, .search-result-meta-count:before {
    display: inline-block;
    padding-right: 5px;
    content: '\2022';
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.search-result-votes {
    background: #A8D119;
    border-radius: 2px;
    color: #FFF;
    display: inline-block;
    line-height: 1;
    margin-left: 5px;
    padding: 4px 5px;
    position: relative;
    top: -2px;
}
.search-result-votes:before {
    content: "\1F44D";
    font-family: "entypo";
    margin-right: 3px;
}
.chat {
    background: #f6f6f6;
    border: 1px solid #E0E0E0;
    border-bottom: 0;
    border-radius: 5px 5px 0 0;
    bottom: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    font-size: 13px;
    line-height: 35px;
    padding: 0 15px;
    position: fixed;
    right: 85px;
    -webkit-transition: bottom .5s ease-in, color .5s ease-in;
    -moz-transition: bottom .5s ease-in, color .5s ease-in;
    -ms-transition: bottom .5s ease-in, color .5s ease-in;
    -o-transition: bottom .5s ease-in, color .5s ease-in;
    transition: bottom .5s ease-in, color .5s ease-in;
}
.chat:before {
    content: "\E720";
    font-family: "entypo";
    font-size: 16px;
    margin-right: 10px;
    vertical-align: middle;
}
.chat:hover {
    text-decoration: none;
}
.chat-available {
    bottom: 0;
}
.chat-unavailable {
    color: gray;
    cursor: default !important;
    bottom: -50px;
}
.error-page {
    margin: 0 auto;
    max-width: 500px;
    padding-top: 5%;
}
.error-page h1 {
    font-size: 52px;
    margin-bottom: 0;
}
.error-page h2 {
    font-size: 16px;
    margin-bottom: 5px;
}
.error-page > a {
    display: block;
    margin-top: 25px;
}
.recent-activity {
    background: #f9f9f9;
    border-radius: 5px;
    padding: 25px 20px;
    width: 270px;
}
.recent-activity-header {
    margin-top: 0;
    font-size: 15px;
}
.recent-activity-item ~ .recent-activity-item {
    margin-top: 15px;
}
.recent-activity-item-parent {
    color: #555555;
    font-size: 12px;
    text-decoration: none;
    display: block;
}
.recent-activity-item-parent:hover {
    text-decoration: underline;
}
.recent-activity-item-link {
    display: block;
}
.recent-activity-item-meta {
    font-size: 12px;
    color: #999999;
}
.recent-activity-item-time {
    display: inline-block;
}
.recent-activity-item-comment {
    display: none;
}
.recent-activity-item-comment:before {
    display: inline-block;
    content: "\2022";
}
.recent-activity-item-comment span:before {
    font-family: "entypo";
    content: "\00a0\00a0\e718";
    display: inline-block;
    vertical-align: middle;
    padding-right: 3px;
}
[data-recent-activity-action="article_comment_added"] .recent-activity-item-comment, [data-recent-activity-action="post_comment_added"] .recent-activity-item-comment, [data-recent-activity-action="answer_added"] .recent-activity-item-comment {
    display: inline-block;
}
.recent-activity-controls, .recent-activity-loader {
    padding-top: 20px;
    font-size: 12px;
}
.recent-activity-loader {
    display: inline-block;
    position: relative;
}
.recent-activity-loader:before {
    display: block;
    position: absolute;
    content: "\0020";
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #f9f9f9 50%, rgba(255, 255, 255, 0) 100%);
    animation: recent-activity-loader 0.5s infinite;
    -webkit-animation: recent-activity-loader 0.5s infinite;
}
@keyframes recent-activity-loader {
    0% {
        left: 0;
    }
    100% {
        left: 100%;
    }
}
@-webkit-keyframes recent-activity-loader {
    0% {
        left: 0;
    }
    100% {
        left: 100%;
    }
}
.escalation-badge, a.escalation-badge {
    background-color: #95be22;
    border-color: #95be22;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    color: #ffffff;
    font-size: 11px;
    margin: 0 3px;
    padding: 1px 3px;
    text-decoration: none;
    vertical-align: baseline;
}
/* ====================================================
               GENERAL CUSTOM STYLES 
   ==================================================== */
/* ICONS FROM ICOMOON */

@font-face {
    /* setme - font location */
    
    font-family: 'iconfont';
    src: url('//p6.zdassets.com/hc/theme_assets/763433/200126738/iconfont.eot?-c0vn3n');
    src: url('//p6.zdassets.com/hc/theme_assets/763433/200126738/iconfont?#iefix-c0vn3n') format('embedded-opentype'), url('//p6.zdassets.com/hc/theme_assets/763433/200126738/iconfont.woff?-c0vn3n') format('woff'), url('//p6.zdassets.com/hc/theme_assets/763433/200126738/iconfont.ttf?-c0vn3n') format('truetype'), url('//p6.zdassets.com/hc/theme_assets/763433/200126738/iconfont.svg?-c0vn3n#iconfont') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
    /* setme - font */
    
    font-family: Helvetica, sans-serif;
    font-size: 13px;
    height: 100%;
    font-weight: normal;
    min-width: 320px;
    color: #212121;
    padding: 0;
}
h1 {
    font-size: 30px;
    line-height: 40px;
}
h2 {
    font-size: 28px;
    line-height: 32px;
}
h4 {
    font-size: 20px;
    line-height: 30px;
}
h1, h2, h3, h4, h5 {
    /* setme - font */
    
    font-family: Helvetica, sans-serif;
    color: #212121;
    font-weight: normal;
}
a, p {
    /* setme - font */
    
    font-family: Helvetica, sans-serif;
}
a {
    /* setme - link colors & styles */
    
    color: #008AC8;
    text-decoration: none;
    padding: 1px 0;
    font-weight: bold;
}
.tiles button.is-undo {
    /* setme - other link colors & styles */
    
    color: #008AC8 !important;
}
p a {
    text-decoration: none;
}
a, a:active, a:visited {
    text-decoration: none;
}
a:hover {
    /* setme - link hover */
    
    text-decoration: underline;
}
/* remove link styles from ... */

h2 a, h3 a, header #mainnav ul li a, header #mainnav ul li a:hover, .userguides-listinner ul a {
    border: none;
}
main {
    width: 100%;
    max-width: 1216px;
    padding: 0 20px;
    background: #fff;
    border-radius: 10px;
}
.header {
    border: none;
}
.header-inner, .footer-inner {
    width: 100%;
    max-width: 1216px;
    padding: 0 20px;
}
main p, main a, main form, main input, main button, main textarea, main span, main ul, main li, main b, main td {
    /* setme - font */
    
    font-family: Helvetica, sans-serif;
    font-weight: normal;
    outline: none;
}
p {
    color: #58585a;
}
input, textarea {
    outline: none;
}
.category-description, .section-description {
    margin: 10px 0;
}
.article-vote-up, .article-vote-down, .vote-controls a {
    font-family: "entypo" !important;
}
/* my activities tables styling */

.my-activities-table {
    background: #fff;
}
table tbody tr:nth-child(2n+1) {
    background: #e6e6e6;
}
table tr, table th {
    border: #e6e6e6 1px solid;
}
.request-table-toolbar .nesty-input {
    text-align: left;
}
/* setme - button sstyling */

main button, main [role=button], .nav-bar [role=button], main [type=button], main [type=submit], main form button, main input[type=submit] main .community-nav li:last-child a {
    background: #666 !important;
    color: #fff !important;
    border-radius: 3px !important;
    box-shadow: none !important;
    border: none !important;
    outline: none;
}
main button:hover, main [role=button]:hover, main [type=button]:hover, main [type=submit]:hover, main .community-nav li:last-child a:hover, main form button:hover, main input[type=submit]:hover {
    -webkit-transition: background 100ms linear;
    -moz-transition: background 100ms linear;
    transition: background 100ms linear;
    background: #888 !important;
    color: #fff;
    outline: none;
    border: none !important;
}
.logo img {
    height: auto;
}
.main-column {
    width: 65%;
    min-height: 300px;
    margin-right: 5%;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}
.side-column {
    width: 30%;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
}
.my-activities-nav {
    background: #f9f9f9;
    padding: 10px;
}
/*-------- ALERT NOTICE -----------*/

.alert-notice {
    max-width: 960px;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    padding: 0 10px 0 45px;
    min-height: 52px;
    background: #ffd9db;
    margin: 0 auto;
    position: relative;
}
.alert-notice:before {
    width: 30px;
    height: 30px;
    display: inline-block;
    font-size: 30px;
    vertical-align: middle;
    content: "\e65d";
    position: absolute;
    top: 50%;
    margin-top: -22px;
    left: 20px;
    color: #9c0b0b;
}
.alert-notice p {
    overflow: hidden;
    color: #000;
    line-height: 20px;
    padding: 15px 20px;
    margin-bottom: 0;
}
/* Responsive general styles */

@media screen and (max-width: 1200px) {
    .my-activities-header, .my-activities-nav, .my-activities-sub-nav {
        margin-left: 20px;
        margin-right: 20px;
    }
    .my-activities-table, .request-table-toolbar {
        margin: 0 2%;
        width: 96%;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}
@media screen and (max-width: 800px) {
    .main-column, .side-column, .search-results-column, body.community-enabled .search-results-column {
        width: 100%;
        margin: 0;
    }
    .side-column {
        margin-top: 20px;
    }
    .community-nav {
        min-height: 110px;
    }
    .community-nav li {
        float: left;
    }
    .community-nav li:last-child {
        clear: both;
        float: left;
        top: 20px;
    }
}
@media screen and (max-width: 650px) {
    .article-footer .share {
        float: left;
        clear: both;
        margin-top: 20px;
    }
}
@media screen and (max-width: 500px) {
    .community-nav {
        min-height: 220px;
    }
    .community-nav li {
        width: 100%;
        clear: left;
        float: left;
        padding: 10px 0;
    }
    .community-nav li + li {
        border: none;
        padding-left: 0;
    }
    .article-vote, .share, .article-comments {
        float: left;
        clear: both;
        margin-top: 20px;
    }
}
@media screen and (max-width: 550px) {
    .submit-request {
        display: block;
        clear: both;
        width: 80%;
        margin: 10px auto;
    }
    .my-activities-nav li {
        margin: 0 0 2px 0 !important;
        padding: 10px 0 !important;
        display: block;
        width: 100%;
    }
    .my-activities-nav li a {
        width: 100%;
        margin: -10px 0;
    }
    .my-activities-nav li:last-child {
        margin-bottom: 30px !important;
    }
    .my-activities-nav {
        padding: 0;
        border: 0;
        background: transparent !important;
    }
    .requests-search {
        width: 100%;
        display: block;
        margin-bottom: 10px;
    }
    .request-table-filters {
        display: block;
        text-align: left;
    }
    .request-table-filters label:before {
        display: none;
    }
    .my-activities-table table {
        min-width: 500px;
    }
    .my-activities-table {
        min-width: 320px;
        overflow-x: auto;
    }
}
/*------------------------------------------------
        CUSTOM LOVESTOCK LEAF STYLES 
-----------------------------------------------*/
/* ----------------------------------------
              Fonts
----------------------------------------- */

.articlePage blockquote:before, .collapsible-expander p:after, [data-trigger="collapse"]:after, .fancybox:after, button.is-undo:before, .alert-notice:before, .article-list a:before, .recent-articles a:before, .related-articles a:before, .search-result-link:before {
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-family: 'iconfont';
    /* Better Font Rendering =========== */
    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* ----------------------------------------
              Header
----------------------------------------- */
/* --------------------------------------
              Navigation
--------------------------------------- */
/* --------------------------------------
              Footer
--------------------------------------- */
/* ---------------------------------------
              Homepage
---------------------------------------- */
/* ---------------------------------------
              Category
---------------------------------------- */
/* ---------------------------------------
              Section
----------------------------------------- */
/* ---------------------------------------
              Articles
---------------------------------------- */
/* article page general styles */

.article-list a, .recent-articles a, .related-articles a, .search-result-link {
    padding-left: 25px;
    display: inline-block;
    position: relative;
    width: 100%;
    font-weight: normal;
    border: none !important;
    /* set me - link color */
    
    color: #212121;
}
.article-list a:hover, .recent-articles a:hover, .related-articles a:hover, .search-result-link:hover {
    text-decoration: underline !important;
}
.article-list a:before, .recent-articles a:before, .related-articles a:before, .search-result-link:before {
    content: '\e604';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    /* set me - icon color */
    
    color: #4c4c4e;
}
.articlePage .img-noborder {
    border: none;
}
.articlePage .img-floatright {
    float: right;
    margin: 0 0 10px 10px;
}
/* Article page image */

.articlePage figure {
    border: 1px solid #e1e1e1;
    padding: 40px 40px 20px;
    background: #fff;
    text-align: center;
    margin: 20px 0;
    display: inline-block;
    clear: both;
}
.articlePage figure img {
    display: inline-block;
    padding: 5px;
    background: #fff;
    border: none;
}
.articlePage figcaption {
    margin-top: 10px;
    clear: both;
}
/* article page quoteation */

.articlePage blockquote {
    background: transparent !important;
    border: 0 !important;
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
    color: #fff;
    padding: 20px 30px 20px 0;
    text-indent: 100px !important;
    line-height: 18px;
    color: #000;
    position: relative;
}
.articlePage blockquote:before {
    content: '\e66b';
    line-height: 18px;
    color: #000;
    position: absolute;
    top: 50%;
    left: -35px;
    margin-top: -15px;
    display: inline-block;
    font-size: 30px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
    text-align: left;
}
/* aricle page code anf pre */

.articlePage pre {
    background: #f1f1f1;
    border: 1px solid #e1e1e1;
    color: #df4747;
    outline: none;
    margin: 20px 0;
}
.articlePage pre code {
    color: #df4747;
    background: #f1f1f1;
}
.articlePage code {
    font-family: courier !important;
    background: #fff;
    padding: 5px;
    border: none;
    border-radius: 0;
    outline: none;
    font-size: 14px;
    color: #df4747;
}
/* Article page EXPANDABLE STYLES */

.expandable .expandable-content {
    position: relative;
    display: none;
    width: 100%;
    background-color: #f5f5f5;
    padding: 25px;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 10px 0;
    border: 1px solid #e8e8e8;
}
.expandable-content .expandable-close {
    position: absolute;
    right: 7px;
    top: 3px;
    cursor: pointer;
    font-size: 12px;
}
.expandable-content .expandable-close:hover {
    opacity: 0.5;
}
.expandable .expandable-trigger {
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
    position: relative;
    padding-right: 15px;
}
.expandable .expandable-trigger:after {
    content: "?";
    position: absolute;
    top: -7px;
    right: 2px;
    padding: 1px 3px;
    line-height: 10px;
    border-radius: 20px;
    border: 1px solid #666;
    font-size: 11px;
}
.expandable-active .expandable-trigger:after {
    display: none;
}
/* Truncated */

.truncate .truncate-readmore {
    width: 100px !important;
    color: #266c7c;
    cursor: pointer;
}
.truncate .truncate-readmore:after {
    content: 'read less';
    position: relative;
    padding-left: 5px;
}
.truncate.truncated .truncate-readmore:after {
    content: 'read more';
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: -105px;
}
.truncated {
    width: 60%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 100px;
    position: relative;
}
/* Collapsible */

.collapsible {
    display: none;
    padding: 10px 20px;
    border-bottom: 3px solid #74d7ee;
    margin-bottom: 30px;
}
.collapsible.collapsible-fullwidth {
    padding: 10px 0;
}
.collapsible-expander:hover {
    background: #68bcd1;
    color: #000;
    cursor: pointer;
}
.collapsible-expander {
    background: #000;
    padding: 6px 10px 5px;
    float: right;
    margin-bottom: 10px;
    position: relative;
}
.articlePage .article-body .collapsible-expander p {
    margin-bottom: 0;
    color: #fff !important;
    text-transform: uppercase;
}
.articlePage .article-body .collapsible-expander:hover p, .articlePage .article-body .collapsible-expander:hover p:after {
    color: #000;
}
.collapsible-expander p:after {
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 20px;
    height: 20px;
    top: 2px;
    right: 8px;
    /*    display:inline-block;*/
    
    font-size: 28px;
    position: absolute;
    display: none;
}
.collapsible-expander:hover {
    -webkit-transition: background 100ms linear;
    -moz-transition: background 100ms linear;
    transition: background 100ms linear;
}
.collapsible-collapsed .collapsible-expand-text {
    display: block;
}
.collapsible-collapsed .collapsible-expand-text:after {
    content: '\e665';
}
.collapsible-collapse-text:after {
    content: '\e666';
}
.collapsible-expand-text {
    display: none;
}
.collapsible-collapse-text {
    display: block;
}
.collapsible-collapsed .collapsible-collapse-text {
    display: none;
}
[data-trigger="collapse"] {
    cursor: pointer;
    line-height: 1.5em !important;
    margin-bottom: 20px;
    padding: 25px 60px 25px 80px !important;
    background: #000;
    position: relative;
    color: #fff;
}
h3[data-trigger="collapse"] {
    color: #fff;
}
[data-trigger="collapse"] strong {
    font-size: 40px;
    line-height: 40px;
    padding-top: 10px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -20px;
    padding: 0;
}
[data-trigger="collapse"]:after {
    content: "\e665";
    color: #fff;
    height: 40px;
    display: inline-block;
    width: 40px;
    text-align: center;
    margin-right: 10px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    right: 5px;
    font-size: 50px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
[data-trigger="collapse"].active:after {
    content: "\e666";
    color: #000;
}
[data-trigger="collapse"]:hover {
    background: #333;
}
[data-trigger="collapse"].active {
    background: #74d7ee;
    color: #000;
}
.articlePage [data-trigger="collapse"]:last-child {
    margin-bottom: 50px !important;
}
.collapsible [data-trigger="collapse"] {
    cursor: pointer;
    border-bottom: none;
    line-height: 40px !important;
    margin-bottom: 0;
    padding: 0;
    color: #266c7c;
    text-decoration: underline;
}
.collapsible [data-trigger="collapse"]:before {
    display: none;
}
.collapsible [data-trigger="collapse"]:after {
    content: "  [read more]";
    color: #266c7c;
    display: inline-block;
    text-align: left;
    text-decoration: underline;
}
.collapsible [data-trigger="collapse"].active:after {
    content: "  [read less]";
}
/* article page note */

.articlePage .note {
    display: block;
    background: #f5f5f5;
    padding: 20px;
    border-radius: 3px;
    margin: 20px 0;
}
.articlePage .note p {
    margin-bottom: 0;
}
/* ---------------------------------------
              Community
---------------------------------------- */

.my-activities-nav li {
    margin: 0 2px 0 0 !important;
    padding: 10px 0 !important;
    display: inline-block;
    width: 150px;
    background: #029585 !important;
    border: none !important;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    border-radius: 3px;
}
.my-activities-nav li a {
    width: 150px;
    display: inline-block;
    margin: -10px 0;
    /* setme - button colors */
    
    background: #2e3131;
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 3px;
}
.my-activities-nav {
    padding: 10px;
    border: 1px solid #eee;
    background: #f5f5f5;
}
/* -----------------------------------------
              Misc
------------------------------------------ */
/* -------------------------------------
              Request Form
-------------------------------------- */
/*-------- TILES FOR REQUEST FORM STYLES GENERAL--------*/

.is-unselected.tiles .btn {
    display: block;
}
.tiles .btn {
    width: 24%;
    margin: 0 1% 1% 0;
    white-space: normal;
    min-height: 70px;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    outline: none !important text-shadow: none;
    height: auto;
    float: left;
    overflow: hidden;
    display: none;
}
.tiles .btn:focus {
    outline: 0 !important;
}
.tiles .btn img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 5px;
}
.tiles .btn:hover {
    background: #158EC2;
    color: #FFF;
}
.tiles .btn.is-selected {
    background: #158EC2;
    color: #FFF;
    display: block;
}
.tiles .btn.is-selected:hover {
    cursor: default;
}
.tiles button.is-undo {
    background: transparent !important;
    width: auto;
    margin: 0 !important;
    display: block;
    outline: none;
    text-decoration: underline;
    position: relative;
    padding: 35px 10px;
}
button.is-undo:before {
    content: '\e603';
    font-size: 26px;
    position: absolute;
    top: 50%;
    margin-top: -13px;
    left: 25px;
}
div.tiles button.is-undo:hover {
    opacity: 0.7;
}
.tiles .tile.is-undo:hover {
    text-decoration: underline !important;
}
.tiles .tile.is-undo:hover img {
    opacity: 0.7;
}
.ui-buttonset .ui-button {
    outline: none;
    border: 1px solid #FFF;
}
.ui-buttonset .btn-inverse {
    background: #3DAAC3;
}
@media screen and (max-width: 800px) {
    .tiles .btn {
        width: 32.33%;
        margin: 0 1% 1% 0;
    }
}
@media screen and (max-width: 600px) {
    .tiles .btn {
        width: 49%;
        margin: 0 1% 1% 0;
    }
}
@media screen and (max-width: 350px) {
    .tiles .btn {
        width: 100%;
        margin: 0 1% 0 0;
    }
}
/* REQUEST FORM GROUPING */

.submit-request-column .ll-group {
    padding: 20px;
    clear: both;
    margin: 20px 0;
    background: #f5f5f5;
    border: none;
}
.submit-request-column .ll-group-title {
    padding: 0 0 25px;
    margin: 0;
}
.submit-request-column .ll-group input {
    border: 1px solid #d9d9d9;
}
.submit-request-column input {
    box-shadow: none;
}
.submit-request-column input:focus {
    border: 1px solid #CCC;
    color: #000;
}
/* checkboxes */

div.checkbox-tile {
    float: left;
    width: 186px;
    margin: 2px !important;
    color: #fff;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
div.checkbox-tile input[type="checkbox"] {
    margin-top: 14px;
    margin-left: 10px;
    position: absolute;
    cursor: pointer;
}
div.checkbox-tile label {
    display: block;
    width: 100%;
    margin: 0 !important;
    padding: 10px 10px 10px 40px;
    cursor: pointer;
    font-size: 16px;
    line-height: 1.4em;
    font-weight: normal;
    /* setme - url & color */
    
    background-image: url('//p6.zdassets.com/hc/theme_assets/763433/200126738/checkbox.png');
    background-color: #f5f5f5;
    color: #58585a;
    background-repeat: no-repeat;
    background-size: 20px auto;
    background-position: 11px 10px;
}
div.checkbox-tile input:checked + label {
    /* setme - url & color */
    
    background-color: #8ec73f;
    background-image: url('//p6.zdassets.com/hc/theme_assets/763433/200126738/checkbox-ticked.png');
    color: #fff;
}
div.checkbox-tile input:checked + label:hover {
    background-color: #6da125 !important;
    color: #fff;
}
div.checkbox-tile input {
    display: none;
}
div.checkbox-tile:hover > label, div.tiles button:hover {
    /* setme - color */
    
    background-color: #ededed !important;
    -webkit-transition: background-color 100ms linear;
    -moz-transition: background-color 100ms linear;
    -o-transition: background-color 100ms linear;
    -ms-transition: background-color 100ms linear;
    transition: background-color 100ms linear;
}
/* -------------------------------------
              PRINT STYLES
-------------------------------------- */

@media print {}
/* -------------------------------------
              FANCY BOX STYLES
-------------------------------------- */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}
.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}
.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.fancybox-opened {
    z-index: 8030;
}
.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner {
    position: relative;
}
.fancybox-inner {
    overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}
.fancybox-error {
    color: #444;
    font: 14px/20px Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}
.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    /* setme fancybox url */
    
    background-image: url('//p6.zdassets.com/hc/theme_assets/763433/200126738/fancybox_sprite.png');
}
#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}
#fancybox-loading div {
    width: 44px;
    height: 44px;
    /* setme fancybox url */
    
    background: url('//p6.zdassets.com/hc/theme_assets/763433/200126738/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}
.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    /* setme fancybox url */
    
    background: transparent url('//p6.zdassets.com/hc/theme_assets/763433/200126738/blank.gif');
    /* helps IE */
    
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040;
}
.fancybox-prev {
    left: 0;
}
.fancybox-next {
    right: 0;
}
.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}
.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}
.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}
.fancybox-nav:hover span {
    visibility: visible;
}
.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}
/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}
.fancybox-lock body {
    overflow: hidden !important;
}
.fancybox-lock-test {
    overflow-y: hidden !important;
}
.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    /* setme fancybox url */
    
    background: url('//p6.zdassets.com/hc/theme_assets/763433/200126738/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}
.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}
/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}
.fancybox-opened .fancybox-title {
    visibility: visible;
}
.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}
.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    /* Fallback for web browsers that doesn't support RGBa */
    
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}
.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}
.fancybox-title-inside-wrap {
    padding-top: 10px;
}
.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}
.fancybox {
    position: relative;
    float: left;
    text-decoration: none;
}
a.fancybox {
    text-decoration: none !important;
}
.fancybox:hover:after {
    color: #3DAAC3;
}
.fancybox:after {
    content: '\e625';
    line-height: 18px;
    color: #000;
    position: absolute;
    top: -27px;
    right: -27px;
    display: inline-block;
    font-size: 30px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
    text-align: left;
}
/*Retina graphics!*/

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url('//p6.zdassets.com/hc/theme_assets/763433/200126738/fancybox_sprite@2x.png');
        background-size: 44px 152px;
        /*The size of the normal image, half the size of the hi-res image*/
    }
    #fancybox-loading div {
        background-image: url('//p6.zdassets.com/hc/theme_assets/763433/200126738/fancybox_loading@2x.gif');
        background-size: 24px 24px;
        /*The size of the normal image, half the size of the hi-res image*/
    }
}
/*llhc.llDivideIntoGroup*/

.llDivideIntoGroup {
    display: inline-block;
    padding: 0 50px 30px 0;
    vertical-align: top;
}
.llDivideIntoGroup.mode2 {
    width: 49.05%;
}
.llDivideIntoGroup.mode3 {
    width: 33%;
}
/* IE8 NOT SUPPORTER MSG */

.iewrapper {
    width: 100%;
    background: #f7f7f7;
    height: 100%;
}
.iebox {
    max-width: 400px;
    padding: 15px;
    background: #fff;
    text-align: center;
    margin: 30px auto;
}
.iebox .logo {
    float: none !important;
}
body > * {
    visibility: hidden;
}
body #llLoadingMsg {
    visibility: visible;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    position: fixed;
}
body.llReady > * {
    visibility: visible;
}
body.llReady #llLoadingMsg {
    visibility: hidden;
    display: none;
}
/********* BASE ************/

body.loggedIn .user-nav-container span.requiredLoggedIn.requiredLLConsumer, body.loggedIn .user-nav-container span.requiredLoggedIn.requiredNonLLConsumer {
    display: none;
}
body.loggedIn.ll-consumer .user-nav-container span.requiredLoggedIn.requiredLLConsumer, body.loggedIn.ll-retailer .user-nav-container span.requiredLoggedIn.requiredNonLLConsumer, body.loggedIn.ll-am .user-nav-container span.requiredLoggedIn.requiredNonLLConsumer {
    display: inline-block;
}
.user-nav-container span {
    margin: 0 10px;
}
.saveFormBtn, .submitFormBtn, .newTicketPage .formNav .llBtn, .newTicketPage .form footer input[type=submit] {
    min-width: 140px;
    border-radius: 0px;
    font-size: 16px;
    line-height: normal;
    padding: 10px 20px;
}
.newTicketPage .formNav footer .llBtn.submitFormBtn {
    float: right;
}
.newTicketPage .form footer input[type=submit] {
    margin-top: 0px;
}
.saveFormBtn {
    position: absolute;
    left: 320px;
    margin-left: -70px;
    background-color: white !important;
    color: #572582 !important;
    margin-top: -2px;
    bottom: 50px;
}
.ll-formStepActivated .saveFormBtn {
    bottom: 30px;
}
#llTicketSubject {
    display: none;
}
#zdMyActivitiesTable {
    margin-top: 20px;
}
#zdMyActivitiesTable .my-activities-sub-nav {
    padding: 0 55px;
}
/*

    Registration box branding

*/

.user-nav {
    position: relative;
}
#ll-accTypeSelector {
    max-width: 200px;
    background-color: white;
    padding: 20px;
    text-align: left;
    position: absolute;
    top: 80px;
    right: 0;
    z-index: 9999;
}
#ll-accTypeSelector h1::after {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid white;
    position: absolute;
    content: ' ';
    top: -10px;
    right: 25px;
}
#ll-accTypeSelector h1 {
    font-size: 16px;
    padding: 0;
    margin: 0;
    line-height: normal;
    display: block;
    color: #58585a;
}
#ll-accTypeSelector .llBtn {
    padding: 10px 20px;
    background-color: #ececec;
    color: #572582;
    display: block;
    text-align: center;
    margin-top: 15px;
    width: 100%;
    border-radius: 0px;
    font-weight: normal;
}
.ll-form {
    display: block;
    margin: 240px auto 0px auto;
}
.homePage .ll-form {
    margin-top: 90px;
}
.ll-form .parsley-errors-list {
    margin-bottom: 30px;
    margin-left: 30px;
    list-style-type: disc;
}
.ll-myStoreList.ll-form .formNav {
    margin-top: 20px;
}
.ll-userProfileForm.ll-form, .ll-myStoreList.ll-form {
    max-width: 100%;
    width: 100%;
    position: relative;
}
.ll-userProfileForm.ll-form .col {
    float: left;
    width: 47%;
    overflow: hidden;
    margin-right: 0;
    margin-top: 0;
}
.ll-userProfileForm.ll-form .col2 {
    float: right;
}
.ll-userProfileForm.ll-form .inlineInput input[type=text] {
    width: auto;
    margin-right: 20px;
}
.ll-userProfileForm.ll-form .inlineInput #state, .ll-userProfileForm.ll-form .inlineInput #postcode {
    width: 150px;
}
.ll-userProfileForm.ll-form .formNav, .ll-myStoreList.ll-form .formNav {
    text-align: center;
}
.ll-userProfileForm.ll-form .formNav .llBtn.nextBtn, .ll-myStoreList.ll-form .formNav .llBtn.nextBtn {
    float: none;
}
.ll-userProfileForm.ll-form .inlineBlock {
    display: inline-block;
    margin-right: 10px;
}
.ll-userProfileForm.ll-form #parsley-errors-list .success {
    color: #572582;
    font-weight: bold;
}
.ll-myStoreList {
    margin-top: 60px;
}
/* tables */

table.tablesorter thead tr .tablesorter-header {
    background-image: url(//p6.zdassets.com/hc/theme_assets/763433/200126738/bg.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
    padding-right: 25px;
}
table.tablesorter thead tr .tablesorter-headerDesc {
    background-image: url(//p6.zdassets.com/hc/theme_assets/763433/200126738/asc.gif);
}
table.tablesorter thead tr .tablesorter-headerAsc {
    background-image: url(//p6.zdassets.com/hc/theme_assets/763433/200126738/desc.gif);
}
table.tablesorter thead tr .tablesorter-header.sorter-false {
    background-image: none;
}
table.tablesorter td, table.tablesorter th {
    border: 1px solid #eeeeee;
}
table.tablesorter tbody tr:nth-child(2n+1) {
    background-color: #F7F7F7;
}
.ll-myStoreList .storeInfo .name {
    white-space: nowrap;
}
.ll-myStoreList.ll-form {
    border: none;
    background: none;
    padding: 0;
}
/*
    NEW REQUEST PAGE
*/

div.form-field {
    background-color: transparent;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}
div.form-field.llErrHighlight {
    background-color: #572582;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}
.newTicketPage .form div.form-field.llErrHighlight label, div.form-field.llErrHighlight label, div.form-field.llErrHighlight p {
    color: white;
}
.newTicketPage .form, .ll-form {
    background-color: #F7F7F7;
    padding: 30px;
    border: 1px solid #E4E4E4;
    max-width: 600px;
    margin-top: 90px;
}
.newTicketPage .form .form-field label, .ll-form .form-field label {
    color: #572582;
    font-size: 16px;
    font-weight: normal;
}
.newTicketPage .form footer {
    text-align: center;
    display: inline-block;
    float: right;
    margin: 0;
    padding: 0;
    border-top: none;
}
.newTicketPage .form footer input[type=submit] {
    display: inline-block;
    padding: 10px 20px;
    min-width: 140px;
    text-align: center;
    float: right;
    font-size: 16px;
}
.newTicketPage .form .formNav {
    margin-top: 50px;
}
.newTicketPage .form .formNav .ll-btn-unavailable {
    background-color: rgb(208, 211, 212) !important;
}
.newTicketPage .form .formNav .llBtn.nextBtn {
    margin-right: 0px;
}
.newTicketPage .upload-dropzone span {
    color: #879197;
    padding: 15px;
}
.newTicketPage .upload-dropzone span, .newTicketPage .upload-dropzone span a {
    font-size: 16px;
}
.newTicketPage .attachmentZone > label {
    display: none;
}
.newTicketPage fieldset {
    margin: 0;
    padding: 0;
    border: none;
    margin-bottom: 20px;
}
.newTicketPage fieldset h2.ll-group-title {
    margin-top: 0px;
}
.existingTicketPage .side-column {
    margin-top: 160px;
}
.newTicketPage .formNav .llBtn, .ll-form .llBtn {
    background-color: white;
    display: inline-block;
    padding: 10px 20px;
    margin-right: 20px;
    text-align: center;
    float: left;
}
.newTicketPage .formNav .llBtn.nextBtn, .ll-form .llBtn.nextBtn {
    color: white;
    background-color: #572582;
    float: right;
}
/*
    MAKE A CLAIM
*/

.ll-form .makeAClaim .llBtn.nextBtn {
    float: none;
}
.ll-form .makeAClaim {
    text-align: center;
}
.ll-form p {
    color: #572582;
}
.ll-form p a {
    text-decoration: underline;
}
.ll-buttons button.btn {
    margin-bottom: 10px;
    margin-right: 10px;
    border-radius: 0px !important;
    background-color: white !important;
    color: #572582 !important;
    padding: 0;
}
.ll-buttons button.btn .ui-button-text {
    padding: 10px 10px;
}
.ll-buttons button.btn.ll-is-selected {
    color: white !important;
    background-color: #572582 !important;
}
#llWizardTicketForm {
    width: 100%;
    float: none;
}
#llWizardTicketForm label {
    font-weight: bold;
}
#llWizardTicketForm .ll-form {
    max-width: 800px;
}
#llWizardTicketForm .make_a_claim p {
    text-align: center;
    font-weight: bold;
}
/*
    LOGIN FORM MODAL
*/

.ll-loginFormModal {
    max-width: 850px !important;
    position: relative;
}
.ll-loginFormModal .titleHeading {
    text-align: left;
    color: #572582;
}
.ll-loginFormModal .or {
    text-align: center;
    color: black;
    left: 50%;
    position: absolute;
    top: 50%;
    margin-left: -15px;
    margin-top: -20px;
    background-color: #F7F7F7;
    padding: 5px;
    color: #58585a;
    font-size: 20px;
}
.ll-loginFormModal .col {
    text-align: center;
    padding: 0;
    display: inline-block;
    vertical-align: top;
}
.ll-loginFormModal .loginForm.col {
    width: 390px;
}
.ll-loginFormModal .loginForm.col {} .ll-loginFormModal .loginForm.col > h1 {
    white-space: nowrap;
    text-align: center;
}
.ll-loginFormModal .signupForm {
    border-left: 1px solid #ECECEC;
    width: 390px;
    white-space: normal;
}
.ll-loginFormModal.ll-form .llBtn {
    padding: 10px 20px;
    background-color: #ececec !important;
    color: #572582 !important;
    display: inline-block;
    text-align: center;
    margin: 15px auto auto auto;
    border-radius: 0px;
    font-weight: normal;
    border: 1px solid #dddddd !important;
    float: none;
}
.ll-loginFormModal.ll-form .loginForm .llBtn {
    float: none;
    color: #ececec !important;
    background-color: #572582 !important;
}
/*
    MY ACTIVITIES
*/

#ll-my-activities-table .ll-request .description {
    max-width: 300px;
    text-overflow: ellipsis;
    overflow: hidden;
}
#ll-my-activities-table .ll-request .consumerEmail {
    max-width: 145px;
    text-overflow: ellipsis;
    overflow: hidden;
}
#ll-my-activities-table .ll-request .claimType, #ll-my-activities-table #claimTypeLabel {
    max-width: 92px;
    text-overflow: ellipsis;
    overflow: hidden;
}
#ll-my-activities-table .ll-request .assigneeName {
    max-width: 100px;
    text-overflow: ellipsis;
    overflow: hidden;
}
#ll-my-activities-controller {
    float: right;
    background-color: white;
    position: relative;
    margin-top: -70px;
}
#ll-my-activities-controller a {
    padding: 10px 20px;
    display: inline-block;
}
#ll-my-activities-controller, #ll-my-activities-table, #ll-my-activities-pagination {
    display: none
}
#ll-my-activities-loading-spinner {
    text-align: center;
    color: #aaa;
    margin-top: 8px;
    background: url(//p6.zdassets.com/hc/theme_assets/763433/200173557/loading_spinner.gif) no-repeat;
    width: 100%;
    height: 200px;
}
#ll-my-activities-table .action {
    text-align: center;
}
#ll-my-activities-table .action a {
    font-weight: bold;
}
#ll-my-activities-table table.tablesorter tbody tr.even {
    background-color: #F7F7F7 !important;
}
#ll-my-activities-table table.tablesorter tbody tr.odd {
    background-color: #fff !important;
}
#ll-my-activities-pagination {
    text-align: right;
    margin-top: 10px;
}
#ll-my-activities-pagination a {
    display: inline-block;
    margin-right: 5px;
}
#ll-my-activities-pagination a.llBtn {
    color: white;
}
#ll-my-activities-pagination a.llBtn.inactive {
    color: black;
    background-color: #f7f7f7;
}
#ll-latapp-field-marshal, #ll-latapp-custom-user-profile, #ll-latapp-custom-wizard, #ll-latapp-strawberry-fields, #ll-latapp-my-activities, #ll-my-activities-retailer-filter, #ll-latapp-resume-ticket-form {
    display: none;
}
#ll-my-activities-retailer-filter {
    margin-bottom: 10px;
    clear: both;
}
#ll-my-activities-retailer-filter .searchBox {
    width: 400px;
}
#ll-my-activities-retailer-filter .storeSelection, #ll-my-activities-retailer-filter .brandSelection {
    float: right;
}
#ll-my-activities-retailer-filter .brandSelection {
    margin-right: 20px;
}
#ll-my-activities-message {
    display: none;
}
#ll-my-activities-message.active {
    display: block;
    background-color: #f7f7f7;
    padding: 15px 30px;
    text-align: center;
    margin: 20px auto;
    color: #572582;
    font-weight: bold;
}
#ll-my-activities-table thead th {
    color: white;
    background-color: #002a5c;
}
#myRequestContainer {
    margin-top: 30px;
}
/* EXISTING TICKET */

.progressBar {
    display: none;
    position: absolute;
    left: 69%;
    top: 45px;
    text-align: left;
    white-space: nowrap;
}
.progressBar .progressStep {
    position: relative;
    display: inline-block;
}
.progressBar p {
    display: inline;
    margin-right: 20px;
}
.horizontalLine {
    width: 80%;
    height: 3px;
    background-color: #879197;
    position: absolute;
    left: 0;
    top: 18px;
    z-index: 4;
}
.existingTicketPage .horizontalLine {
    left: 45px;
    width: 265px;
}
.existingTicketPage .customerInfo {
    padding: 20px;
    background-color: white;
    display: inline-block;
    margin-top: 0px;
    border: 1px solid #E4E4E4;
}
.existingTicketPage #claimDetails .col {
    margin: 0;
    padding: 0;
}
.addressSelectorContainer {
    text-align: left;
}
.progressBar span {
    background: url('//p6.zdassets.com/hc/theme_assets/763433/200126738/icon-upcoming.png') no-repeat top left;
    width: 38px;
    height: 38px;
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
    z-index: 5;
    position: relative;
}
.progressBar span.completed:hover {
    cursor: pointer;
}
.progressBar span.active {
    background: url('//p6.zdassets.com/hc/theme_assets/763433/200126738/icon-inprogress.png') no-repeat top left;
}
.progressBar span.completed {
    background: url('//p6.zdassets.com/hc/theme_assets/763433/200126738/icon-complete.png') no-repeat top left;
}
/* STORE ADD FORM */

#ll-storeAddForm {
    position: relative;
}
#ll-storeAddForm .title {
    font-weight: bold;
    color: #572582;
}
#ll-storeAddForm #listContainer {
    margin-top: 20px;
}
#ll-storeAddForm #storeLookup {
    position: relative;
    padding-right: 80px;
}
#ll-storeAddForm #addStore {
    position: absolute;
    right: 0px;
    top: 68px;
}
#ll-storeAddForm .storeItem {
    background-color: white;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
}
#ll-storeAddForm .storeItem .closeBtn {
    margin-left: 30px;
    text-transform: lowercase;
    color: #572582;
    cursor: pointer;
}
#ll-storeAddForm .storeItemWrapper {
    margin-top: 5px;
}
body.ticketForm.ll-retailer.customPage main {
    margin-top: -150px;
}
.warrantyClaimFormInfo {
    display: none;
}
.ticketForm-172098 .warrantyClaimFormInfo {
    display: block;
}
.warrantyClaimFormInfo h3 {
    font-size: 24px;
}
#upload-dropzone span, #upload-dropzone span a {
    font-weight: bold;
    font-size: 18px;
}
#ll-my-activities-retailer-filter .storeSelection, #ll-my-activities-retailer-filter .brandSelection {
    float: right;
    margin-left: 5px;
    margin-right: 0 !important;
}
#ll-my-activities-table-notice {
    clear: both;
}
@media screen and (max-width: 1100px) {
    #ll-my-activities-retailer-filter .storeSelection, #ll-my-activities-retailer-filter .brandSelection {
        max-width: 24%;
    }
}
@media screen and (max-width: 700px) {
    #ll-my-activities-retailer-filter .storeSelection, #ll-my-activities-retailer-filter .brandSelection {
        float: none !important;
        display: block;
        margin-top: 10px;
        width: 400px;
        max-width: 60%;
        margin-left: 0;
    }
}
@media screen and (max-width: 530px) {
    #ll-my-activities-retailer-filter .storeSelection, #ll-my-activities-retailer-filter .brandSelection {
        width: 100%;
        max-width: none;
    }
}
#mobilePhotoUploadWarning {
    background: #eee;
    padding: 15px 20px;
    font-style: italic;
    font-size: 105%;
}
/************** MOBILE BASE **************/

button.ui-widget {
    font-size: inherit;
}
.user-nav-container {
    margin-left: 0;
}
/***** form stuff *****/

.form-field p {
    font-size: 16px;
}
.form-field p small {
    font-size: 16px;
    line-height: 24px;
}
.nesty-input {
    padding: 5px 10px;
    height: 42px;
}
.form-field .nesty-input {
    max-width: none;
}
/* remove right margin from even numbered 'got a problem wizard' button */

.llTicketForm .mattress_issue .ll-buttons button.btn:nth-child(even) {
    margin-right: 0;
}
/***** my enquiries/my stores tables *****/

#ll-my-activities-retailer-filter .searchBox {
    max-width: 50%;
}
/* ie9 table scrolling fix */

.ie9 #ll-my-activities-table, .ie9 .ll-myStoreList.ll-form {
    -ms-overflow-x: scroll;
}
#ll-my-activities-table table, .ll-myStoreList.ll-form table {
    overflow: auto;
    overflow-y: hidden;
    overflow-x: auto;
    display: block;
    width: 100% !important;
}
#ll-my-activities-table thead th, .ll-myStoreList.ll-form thead th {
    font-size: 15px;
}
/***** existing tickets *****/

.newTicketPage .progressBar, .existingTicketPage .progressBar {
    left: auto;
    right: 20px;
    max-width: 400px;
}
/* hide progress bar on 'new warranty - trade' form */

.ticketForm-94537.newTicketPage .progressBar, .ticketForm-94537.newTicketPage .progressBar {
    display: none;
}
/* none of the customPages have a header */

body.customPage section.pageHeaderBg {
    display: none;
}
#upload-dropzone span, #upload-dropzone span a {
    font-size: 16px;
}
/***** search results *****/

.article-list a::before, .recent-articles a::before, .related-articles a::before, .search-result-link::before {
    line-height: 26px;
}
.search-result-link {
    font-weight: bold;
}
.search-result-description, .search-result-meta {
    padding-top: 0;
    font-size: 14px;
}
.search-result-description {
    font-style: italic;
}
.sub-nav .search {
    width: 300px;
    max-width: 100%;
}
.newTicketPage h1 {
    text-transform: capitalize;
}
/* subscribe button on article category page */

.section-subscribe {
    float: right;
}
.dropdown-toggle:after {
    color: #fff;
}
/* consumer warranty claim */

.ticketForm-94547.customPage .llTopHeader, .ticketForm-94547.customPage .llTopHeader {
    display: none;
}
/* consumer warranty claim */

.ticketForm-94547.customPage .main-column, .ticketForm-94547.customPage .main-column {
    position: relative;
    margin: 0 auto;
    float: none;
    display: block;
}
/* consumer warranty claim */

body.ticketForm-94547.existingTicketPage main, body.ticketForm-94547.existingTicketPage main {
    padding-top: 0;
}
/* consumer warranty claim */

body.ticketForm-94547.existingTicketPage .col, body.ticketForm-94547.existingTicketPage .col {
    margin-top: 0;
}
/* consumer warranty claim */

body.ticketForm-94547.existingTicketPage .col1, body.ticketForm-94547.existingTicketPage .col1 {
    margin-top: 20px;
}
#ll-storeAddForm .title, #ll-storeAddForm .storeItem .closeBtn {
    color: inherit;
}
main .error-page {
    padding-top: 30px;
}
main .error-page h1 {
    margin: 20px 0 0 0;
    text-transform: capitalize;
}
main .error-page h2 {
    margin: 10px 0 40px 0;
}
/* hide assignee column in my enquiries from consumers */

.ll-consumer #ll-my-activities-table thead th[data-column="8"], .ll-consumer td.assigneeName {
    display: none;
}
.ll-userProfileForm.ll-form .formNav, .ll-myStoreList.ll-form .formNav {
    padding-top: 40px;
    margin-top: 0;
}
/***** MIN width 1100px. i.e., 1100px or larger *****/

@media only screen and (min-width: 1100px) {
    .homePage .quickHelp .col {
        width: 30%;
        margin-right: 5%;
    }
    .ll-retailer.loggedIn.homePage .quickHelp .col, .ll-am.loggedIn.homePage .quickHelp .col {
        float: left;
    }
    /* 3rd column */
    
    .homePage .quickHelp .col:nth-child(3), .loggedIn.homePage .quickHelp .col:nth-child(3) {
        margin-right: 0;
    }
    .homePage .quickHelp .col a.llBtn {
        width: 100%;
    }
}
/******************* 1100px *************************/

@media only screen and (max-width: 1100px) {
    body {
        max-width: 100%;
        overflow-x: hidden;
    }
    main::after, body.homePage #homepageBanner::after {
        display: none;
    }
    /***** make a claim form customer/consumer *****/
    
    .newTicketPage .progressBar {
        position: absolute;
        margin-top: 0;
        top: 75px;
        left: 20px;
    }
    .newTicketPage h1 {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .homePage .quickHelp .col {
        min-width: 325px;
        margin-left: 5px;
        margin-right: 5px;
    }
}
/******************* 900px *************************/

@media only screen and (max-width: 900px) {
    .ll-loginFormModal .signupForm, .ll-loginFormModal .loginForm.col {
        width: 45%;
    }
    .ll-loginFormModal .signupForm {
        border-left: none;
        float: right;
    }
    /***** buttons on my profile page *****/
    
    .ll-userProfileForm.ll-form .formNav, .ll-myStoreList.ll-form .formNav {
        text-align: left;
    }
}
/******************* between 700px and 900px *************************/

@media only screen and (min-width: 700px) and (max-width: 900px) {
    .header .subText {
        display: none;
    }
}
/******************* 800px *************************/

@media only screen and (max-width: 800px) {
    /***** home quick help *****/
    
    .homePage .quickHelp .col {
        width: 49%;
        vertical-align: top;
    }
    /***** existing ticket *****/
    
    .existingTicketPage .llTopHeader {
        height: auto;
        padding: 30px 20px 20px 20px;
    }
    .existingTicketPage .progressBar {
        left: 0;
        right: 0;
        max-width: 1000px;
    }
    .existingTicketPage .progressBar span {
        max-width: 30%;
        font-size: 16px;
        white-space: normal;
        font-size: 16px;
        vertical-align: top;
    }
    /* consumer warranty claim */
    
    .ticketForm-94547.customPage .llTopHeader, .ticketForm-94547.customPage .llTopHeader {
        height: 0;
    }
    /* consumer warranty claim */
    
    .ticketForm-94547.existingTicketPage .llTopHeader, .ticketForm-94547.existingTicketPage .llTopHeader {
        height: auto;
    }
    .myEnquiriesPage .llTopHeader > h1 {
        margin-top: 0;
    }
    #ll-my-activities-controller {
        display: block;
        margin-top: -95px;
        float: left;
    }
}
/******************* 700px *************************/

@media only screen and (max-width: 700px) {
    /***** logo *****/
    
    .header-inner .logo {
        padding: 22px 20px 19px 21px;
        text-align: left;
    }
    .header .mainText {
        font-size: 17px;
        line-height: 24px;
    }
    .header .subText {
        text-transform: uppercase;
        font-size: 16px;
        font-weight: lighter;
        margin-left: 5px;
        line-height: 24px;
    }
    /***** user nav *****/
    
    .header-inner .user-nav {
        background-color: #f2f2f2 !important;
    }
    .user-nav {
        height: 66px;
    }
    .user-nav-container {
        display: block;
        margin: 0 10px;
        padding: 0;
        white-space: nowrap;
        max-width: 100%;
        overflow-x: scroll;
    }
    body.notLoggedIn .user-nav span.requiredNotLoggedIn, body.loggedIn .user-nav span.requiredLoggedIn, nav.user-nav span {
        padding: 0 !important;
    }
    body.loggedIn .user-nav-container span.requiredLoggedIn.myEnquiries {
        margin-right: 0;
    }
    nav.user-nav span a {
        display: inline-block;
        padding: 10px;
        margin: 17px 0;
        line-height: 12px;
    }
    #ll-accTypeSelector {
        top: 60px;
        right: 10px;
    }
    /***** home banner *****/
    
    body.homePage #homepageBanner {
        background-position-y: 0;
        padding-bottom: 45px;
        /* room for the search box to be at the bottom */
    }
    #homepageBanner .searchBoxWrapper {
        position: absolute;
        width: 100%;
        bottom: 0;
    }
    /***** home quick help *****/
    
    .homePage .quickHelp {
        padding: 30px 0 0 0;
    }
    .homePage .quickHelp a.llBtn {
        text-transform: none;
        font-weight: lighter;
        width: 248px;
        max-width: 90%;
        margin-bottom: 14px;
    }
    .homePage .quickHelp p {
        font-size: 21px;
        line-height: 25px;
        margin-bottom: 27px;
    }
    .homePage section.section {
        padding-top: 0;
        padding-bottom: 42px;
    }
    .homePage section.section h3 {
        margin-top: 0;
    }
    .homePage section.section h3 a {
        font-size: 21px;
        padding-top: 106px;
    }
    .homePage .article-list li {
        margin-bottom: 7px;
    }
    /***** footer *****/
    
    .footer-inner {
        font-size: 17px;
        line-height: 23px;
    }
    /***** forms *****/
    
    .ll-form, .homePage .ll-form {
        margin-top: 30px;
        margin-bottom: 50px;
        padding: 0;
        border: none;
    }
    .newTicketPage .form {
        border: none;
        padding: 0;
    }
    .ll-form > h1, .newTicketPage .form > h1 {
        text-transform: none;
        font-weight: normal;
        font-size: 17px;
        padding: 20px 40px;
        margin-top: 0;
        display: inline-block;
        top: 0;
        position: relative;
        text-align: center;
    }
    .ll-userProfileForm.ll-form > h1 {
        float: left;
    }
    .ll-userProfileForm.ll-form .retailerNote {
        clear: both;
    }
    .ll-userProfileForm.ll-form .col1 {
        clear: left;
    }
    .ll-form .parsley-errors-list {
        max-height: 2000px;
        -webkit-transition: margin 300ms, max-height 300ms;
        -moz-transition: margin 300ms, max-height 300ms;
        -ms-transition: margin 300ms, max-height 300ms;
        transition: margin 300ms, max-height 300ms;
    }
    .ll-form .parsley-errors-list:empty {
        margin-bottom: 0;
        max-height: 0;
    }
    /* remove top margins and replace it with bottom margins. this makes switching to single column simpler */
    
    .form-field + .form-field {
        margin-top: 0;
    }
    .ll-form .form-field, .ll-form .inlineBlock:first-child, .newTicketPage .form .form-field {
        margin-bottom: 17px;
    }
    .ll-form .form-field label, .newTicketPage .form .form-field label {
        font-size: 16px;
        margin-bottom: 1px;
    }
    /* make all half width columns stretch to the full width of their container */
    
    .ll-userProfileForm.ll-form .inlineBlock, .ll-userProfileForm.ll-form .inlineInput input[type=text], .ll-userProfileForm.ll-form .inlineInput #state, .ll-userProfileForm.ll-form .inlineInput #postcode {
        width: 100%;
    }
    .ll-userProfileForm.ll-form .inlineBlock {
        margin-right: 0;
    }
    .ll-userProfileForm.ll-form .formNav, .ll-myStoreList .formNav {
        padding-top: 18px;
    }
    .ll-form .llBtn.nextBtn, .ll-userProfileForm.ll-form .formNav .llBtn.nextBtn .ll-myStoreList .formNav .llBtn.nextBtn {
        width: 248px;
        max-width: 90%;
    }
    /* adjust the position of the button for the form without padding and border */
    
    .newTicketPage .saveFormBtn {
        bottom: 0;
        left: auto;
        right: 170px;
    }
    /***** ticket/wizard form *****/
    
    .llTicketForm .ll-buttons .ui-buttonset {
        margin-right: 0;
    }
    .llTicketForm .ll-buttons button.btn {
        width: 48% !important;
        min-width: 48% !important;
        margin-right: 3%;
        margin-bottom: 12px;
        box-sizing: border-box;
    }
    .llTicketForm .ll-buttons button.btn:nth-child(even) {
        margin-right: 0;
    }
    .formNav, .newTicketPage .form .formNav {
        position: relative;
        margin-top: 0;
    }
    .ll-form .llBtn.nextBtn, .ll-userProfileForm.ll-form .formNav .llBtn.nextBtn .ll-myStoreList .formNav .llBtn.nextBtn, .formNav .llBtn.prevBtn, .newTicketPage .formNav .llBtn, .newTicketPage .formNav .llBtn:first-child, .newTicketPage .form footer {
        position: relative;
        width: 100%;
        margin: 0 0 10px 0;
        right: auto;
        max-width: 420px;
        float: none;
    }
    .newTicketPage .form footer input[type=submit] {
        position: relative;
        width: 100%;
    }
    .warrantyClaimFormInfo {
        max-width: 100%;
    }
    .warrantyClaimFormInfo h3 {
        margin-bottom: 5px;
    }
    .warrantyClaimFormInfo form.search-small input#query {
        width: 100%;
    }
    .ll-loginFormModal .signupForm, .ll-loginFormModal .loginForm.col {
        width: 100%;
    }
    .ll-loginFormModal .signupForm {
        border-left: none;
        float: none;
        border-top: 1px solid #ECECEC;
        margin-top: 60px;
    }
    .ll-loginFormModal .or {
        display: none;
    }
    .ll-loginFormModal .loginForm.col > h1, .ll-loginFormModal .signupForm.col > h1 {
        white-space: normal;
        font-size: 23px;
        line-height: 32px;
    }
    #ll-my-activities-retailer-filter .searchBox {
        max-width: 60%;
    }
    #ll-my-activities-retailer-filter .storeSelection {
        float: none;
        display: block;
        margin-top: 10px;
        width: 400px;
        max-width: 60%;
    }
    #ll-my-activities-retailer-filter .brandSelection {
        margin-top: 10px;
        width: 400px;
        max-width: 60%;
    }
    /* consumer warranty claim */
    
    body.customPage.ticketForm-94547.customPage main, body.customPage.ticketForm-94547.customPage main {
        padding-top: 10px;
    }
    /* consumer warranty claim */
    
    .ticketForm-94547 #ll-storeAddForm #addStore, .ticketForm-94547 #ll-storeAddForm #addStore {
        position: relative;
        top: 20px;
        margin-bottom: 20px;
    }
    /* consumer warranty claim */
    
    .ticketForm-94547 #ll-storeAddForm #storeLookup, .ticketForm-94547 #ll-storeAddForm #storeLookup {
        padding-right: 0;
    }
    /* consumer warranty claim */
    
    .ticketForm-94547 #ll-storeAddForm .storeItem, .ticketForm-94547 #ll-storeAddForm .storeItem {
        padding: 2px 0;
        width: 100%;
    }
    /* consumer warranty claim */
    
    .ticketForm-94547 #ll-storeAddForm .storeItem .closeBtn, .ticketForm-94547 #ll-storeAddForm .storeItem .closeBtn {
        float: right;
        text-transform: capitalize;
    }
    /* consumer warranty claim */
    
    .ticketForm-94547 .formNav, .ticketForm-94547 .formNav {
        padding-top: 0;
    }
}
/******************* 530px *************************/

@media screen and (max-width: 530px) {
    .homePage .quickHelp .col {
        width: 280px;
    }
    /***** usernav *****/
    
    body.notLoggedIn .user-nav .user-nav-container span.requiredNotLoggedIn, body.loggedIn .user-nav .user-nav-container span.requiredLoggedIn, nav.user-nav .user-nav-container span {
        margin: 0;
    }
    /***** ticket/wizard form *****/
    
    .llTicketForm .ll-buttons button.btn {
        width: 100% !important;
        margin-right: 0;
    }
    .newTicketPage .saveFormBtn {
        left: 0;
        right: auto;
        margin-left: 0;
    }
    /***** user profile page *****/
    /* switch from 2 columns to 1 */
    
    .ll-userProfileForm.ll-form .col, .ll-userProfileForm.ll-form .col2 {
        float: none;
        width: 100%;
    }
    /***** add a store *****/
    
    #ll-my-activities-retailer-filter .searchBox, #ll-my-activities-retailer-filter .storeSelection, #ll-my-activities-retailer-filter .brandSelection {
        width: 100%;
        max-width: 100%;
    }
    /* consumer warranty claim */
    
    .ticketForm-94547.customPage .llTopHeader, .ticketForm-94547.customPage .llTopHeader {
        padding-top: 0;
    }
    /* consumer warranty claim */
    
    .ticketForm-94547.existingTicketPage .llTopHeader, .ticketForm-94547.existingTicketPage .llTopHeader {
        padding-top: 20px;
    }
    .homePage .quickHelp .col {
        min-width: 0;
    }
    .llTopHeader {
        padding-right: 20px;
    }
}
/******************* 420px *************************/

@media screen and (max-width: 420px) {
    main {
        padding: 0 20px;
    }
    .ll-form .llBtn.nextBtn {
        width: auto;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    /***** home *****/
    
    body.homePage .category-tree {
        margin-left: 0;
    }
    body.homePage .homePage section.section {
        margin: 0 auto;
        display: block;
    }
    /***** existing tickets *****/
    
    .horizontalLine, .existingTicketPage .horizontalLine {
        width: 75%;
    }
    .progressBar p {
        display: none;
    }
    /***** get in touch page *****/
    
    .newTicketPage .form, body.ticketForm-172098.newTicketPage .form, body.ticketForm-172098.newTicketPage .form {
        margin-top: 90px
    }
}
/********* DESKTOP ************/
/*
    TGCC BRANDING
*/

.clr {
    clear: both;
}
.llBtn {
    background-color: #003361;
}
a.llBtn {
    padding: 10px 20px;
    color: white;
}
.homePage .quickHelp a.llBtn, #pickForm .llBtn {
    background-color: #84C8BD;
}
.form-field p {
    font-size: 16px;
}
a:hover {
    text-decoration: none;
}
body, a, p, h1, h2, h3, h4, main p, main a, main form, main input, main button, main textarea, main span, main ul, main li, main b, main td {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
main button:hover, main [role=button]:hover, main [type=button]:hover, main [type=submit]:hover, main .community-nav li:last-child a:hover, main form button:hover, main input[type=submit]:hover {
    color: white !important;
    background-color: #003b6e !important;
    border-radius: 0px !important;
}
main button, main [role=button], .nav-bar [role=button], main [type=button], main [type=submit], main form button, main input[type=submit] main .community-nav li:last-child a {
    color: white !important;
    background-color: #003b6e !important;
    border-radius: 0px !important;
}
h1, h2, h3, h4, a {
    color: #003b6e;
}
h1, h2, h3, h4 {
    font-family: Georgia, Times, Times New Roman, serif;
}
h1 {
    font-size: 36px;
}
body, p, .side-column li a, .breadcrumbs li {
    font-size: 16px;
}
.requiredNotLoggedIn, .requiredLoggedIn {
    display: none;
}
body.notLoggedIn .requiredNotLoggedIn, body.loggedIn .requiredLoggedIn {
    display: block;
}
.share a {
    height: 35px;
}
html {
    background-color: #ffffff;
}
body {
    background: url("/hc/theming_assets/01HZM00GAX8V350GA7PHVCF9BP") #d4d6d9 repeat-y top center;
}
.stacktable {
    width: 100%;
}
.st-head-row {
    padding-top: 1em;
}
.st-head-row.st-head-row-main {
    font-size: 1.5em;
    padding-top: 0;
}
.st-key {
    text-align: left;
}
.st-val {}
/* RESPONSIVE EXAMPLE */

.stacktable.large-only {
    display: table;
}
.stacktable.small-only {
    display: none;
}
@media (max-width: 800px) {
    .stacktable.large-only {
        display: none;
    }
    .stacktable.small-only {
        display: table;
    }
}
/*
    Header    
*/

.header {
    background-color: #003361;
    background-size: cover;
}
.header a, .header a:hover, .header span, .header .dropdown-toggle:after {
    color: white;
}
.header .subText {
    font-size: 14px;
    position: relative;
    text-transform: uppercase;
    top: 5px;
    margin-left: 15px;
}
body.homePage .category-tree {
    margin-left: 40px;
}
div.alert-notice .alert-notice-inner, .header-inner {
    padding: 0 75px;
}
.user-nav-container {
    white-space: nowrap;
}
body.notLoggedIn .user-nav-container span.requiredNotLoggedIn, body.loggedIn .user-nav-container span.requiredLoggedIn {
    display: inline-block;
    margin: 0 10px;
}
nav.user-nav span, nav.user-nav span a {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: white;
}
nav.user-nav span.myEnquiries, nav.user-nav span.myEnquiries a {
    color: white;
}
body.loggedIn .user-nav-container span.requiredLoggedIn.myEnquiries {
    margin-right: 20px;
}
nav.user-nav span.myEnquiries img {
    margin-left: 5px;
    width: 40px;
    margin-top: -10px;
}
/*
    Footer
*/

.footer {
    text-align: center;
    font-size: 14px;
    color: white;
    font-weight: lighter;
}
.footer-inner {
    background-color: #003361;
    padding: 35px 0px;
}
.footer a {
    color: white;
    font-weight: normal;
}
div.alert-notice {
    display: none;
    max-width: 100%;
    background-color: #7ea2c4;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
}
div.alert-notice::before {
    display: none;
}
div.alert-notice .alert-notice-inner {
    width: 100%;
    max-width: 1216px;
    margin: auto;
    display: block;
    float: none;
    color: white;
    position: relative;
}
div.alert-notice p {
    color: white;
    padding: 15px 40px 15px 0px;
    display: inline-block;
    margin: 0px 0px 0px -15px;
    font-size: 14px;
    font-weight: lighter;
}
div.alert-notice .alert-notice-icon {
    position: absolute;
    right: 100px;
    top: 15px;
}
/*
    HOMEPAGE
*/

main, body.homePage #homepageBanner {
    /*box-shadow: 6px 0px 25px -5px #999, -6px 0px 25px -5px #999;*/
    
    position: relative;
}
main::before, body.homePage #homepageBanner::before {
    box-shadow: -15px 0 20px -20px inset;
    content: " ";
    height: 100%;
    left: -15px;
    position: absolute;
    top: 0;
    width: 15px;
}
main::after, body.homePage #homepageBanner::after {
    box-shadow: 15px 0 20px -20px inset;
    content: " ";
    height: 100%;
    position: absolute;
    right: -15px;
    width: 15px;
    top: 0;
}
#homepageBanner {
    display: none;
}
body.homePage #homepageBanner {
    display: block;
    background: url("/hc/theming_assets/01HZM00CZYFQZR2WVJBNC3DFPG") no-repeat center center;
    background-size: cover;
    height: 350px;
    position: relative;
    background-position-y: -55px;
}
#cloudLogo {
    background: url("/hc/theming_assets/01HZM008ZAXY9WV6ANZSZWKSKR") no-repeat center center;
    width: 299px;
    height: 174px;
    position: absolute;
    right: -40px;
    bottom: 40px;
}
#homepageBanner .welcomeMsg {
    color: #65747d;
    padding-top: 65px;
}
#homepageBanner .welcomeTxt {
    color: #65747d;
    display: block;
    text-transform: uppercase;
    font-weight: lighter;
}
#homepageBanner .welcomeMsg h1 {
    font-size: 28px;
    color: #003b6e;
    margin: 0;
    padding: 0;
    line-height: normal;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
#homepageBanner .welcomeMsg h1 .centreName {
    color: #003361;
    display: block;
    font-size: 58px;
    font-family: Georgia, Times, Times New Roman, serif;
}
#homepageBanner .separator {
    width: 50px;
    border-top: 3px solid #003361;
    margin-top: 30px;
    margin-bottom: 30px;
    display: block;
}
#homepageBanner .welcomeMsg p {
    font-size: 24px;
    color: #003868;
    margin-top: 5px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
#homepageBanner .searchBoxWrapper {
    max-width: 1216px;
    padding: 0 20px;
    margin: auto;
}
.sub-nav .search, #homepageBanner .search-box {
    width: 300px;
    display: inline-block;
    float: right;
    padding: 0;
    font-size: 18px;
    margin-top: 20px;
}
.sub-nav .search {
    margin-top: 0px;
}
.sub-nav .search input, #homepageBanner .search-box input {
    border-radius: 30px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
.sub-nav .search:before, #homepageBanner .search-box:before {
    content: '';
    background: url('//p6.zdassets.com/hc/theme_assets/763433/200126738/icon-search.png') no-repeat top left;
    width: 20px;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    left: 20px;
}
.sub-nav .search #query, .sub-nav .search #query::-webkit-input-placeholder {
    color: #003b6e;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
.sub-nav .search #query:-moz-placeholder {
    /* Firefox 18- */
    
    color: #003b6e;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
.sub-nav .search #query::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #003b6e;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
.sub-nav .search #query:-ms-input-placeholder {
    color: #003b6e;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
#homepageBanner .search-box #query, #homepageBanner .search-box #query::-webkit-input-placeholder {
    color: #003b6e;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
#homepageBanner .search-box #query:-moz-placeholder {
    /* Firefox 18- */
    
    color: #003b6e;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
#homepageBanner .search-box #query::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #003b6e;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
#homepageBanner .search-box #query:-ms-input-placeholder {
    color: #003b6e;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
.homePage .quickHelp {
    padding: 50px 0px 0px 0px;
    text-align: center;
}
.homePage .quickHelp .clr {
    background: url("/hc/theming_assets/01HZM00DKBDH9ZY6AVD49XNPJT") no-repeat center center;
    height: 35px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.homePage .quickHelp .col {
    width: 30%;
    text-align: center;
    margin-bottom: 20px;
    display: inline-block;
}
.homePage .quickHelp a.llBtn {
    width: 325px;
    text-align: center;
    color: white;
    padding: 15px 0px;
    margin-bottom: 20px;
    display: inline-block;
    font-size: 20px;
    font-weight: normal;
    font-family: Georgia, Times, Times New Roman, serif;
    border-radius: 40px;
}
.homePage .quickHelp p {
    max-width: 350px;
    margin: auto;
    font-size: 16px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #003b6e;
}
.homePage .category-tree {
    text-align: left;
}
.homePage section.section {
    width: 280px;
    padding: 20px;
    display: inline-block;
    text-align: left;
}
.homePage section.section h3 {
    text-align: left;
}
.homePage section.section h3::after {
    content: ' ';
    width: 30px;
    border-bottom: 3px solid #003361;
    display: block;
}
.homePage section.section h3, .homePage section.section h3 a {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: normal;
    font-family: Georgia, Times, Times New Roman, serif;
}
.homePage .article-list a:before {
    display: none;
}
.homePage .article-list a:hover {
    text-decoration: none;
}
.homePage .article-list a {
    padding-left: 0px;
    color: #768692;
    font-size: 16px;
    line-height: normal;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
.homePage .article-list li {
    padding-bottom: 0px;
}
.homePage a.see-all-articles {
    color: #003b6e;
    text-decoration: none;
    font-size: 16px;
}
.homePage section.section h3 a {
    display: inline-block;
    color: #003b6e;
    font-size: 19px;
    margin-bottom: 20px;
    text-transform: none;
    padding-top: 100px;
}
/* contact us */

.homePage h3 a.section-202571658 {
    background: url("/hc/theming_assets/01HZM00ETJB5ETVBSYVD7FVDWR") no-repeat top left;
}
/* about */

.homePage h3 a.section-202709777 {
    background: url("/hc/theming_assets/01HZM00AG2R31YKEE0E3S2SWDD") no-repeat top left;
}
/* cust ser*/

.homePage h3 a.section-202571648 {
    background: url("/hc/theming_assets/01HZM00B3Q129HV5FPS0MK3QDW") no-repeat top left;
}
/* got query */

.homePage h3 a.section-202553217 {
    background: url("/hc/theming_assets/01HZM00BYKV9J3KD5VANPRVCGB") no-repeat top left;
}
/* hidden notice */

.homePage section.section-202571638 {
    display: none;
}
/* bed */

.homePage h3 a.section-202709767 {
    background: url("/hc/theming_assets/01HZM007WSQZFDX56220S0Q6DF") no-repeat top left;
}
/* bedding */

.homePage h3 a.section-202735318 {
    background: url("/hc/theming_assets/01HZM007E6K2E3X4EVN0KWCRD3") no-repeat top left;
}
.homePage section.section h3 a {
    min-width: 200px;
}
/* 
    INTERNAL PAGES
*/

.article-list li, .community li {
    margin-bottom: 0;
    padding-bottom: 10px;
}
.llTopHeader {
    background: url("/hc/theming_assets/01HZM00E8J8ADGM437PZKZRRMY") no-repeat;
    background-size: cover;
    margin-left: -20px;
    margin-right: -20px;
    padding: 30px 75px 0px 75px;
    display: block;
    height: 150px;
}
.llTopHeader h1 {
    margin: 0;
    display: block;
}
section.pageHeaderBg {
    background: url('//p6.zdassets.com/hc/theme_assets/763433/200126738/header-texture.jpg') no-repeat;
    background-size: cover;
    height: 150px;
    z-index: 0;
}
main {
    position: relative;
    margin-top: 0px;
    z-index: 1;
    border-radius: 0px !important;
    padding-bottom: 50px;
}
body.homePage section.pageHeaderBg {
    display: none;
}
.newTicketPage h1, .ticketListPage .sectionTitle h1, .existingTicketPage h1 {
    padding: 20px 0px;
}
/* 
    TICKET LIST PAGE
*/

.ticketListPage .sectionTitle {
    position: relative;
}
.ticketListPage .sectionTitle h1 {
    float: left;
}
.ticketListPage .sectionTitle a {
    float: right;
    background-color: white;
    margin-top: 50px;
    display: inline-block;
    padding: 5px 10px;
}
.ticketListPage .my-activities-sub-nav {
    margin-top: 60px;
}
.ticketListPage table th {
    color: #879197;
    font-size: 13px;
    text-transform: none;
}
.ticketListPage table thead, .ticketListPage table tbody tr:nth-child(2n) {
    background-color: #F7F7F7;
}
.ticketListPage .request-table-toolbar, .ticketListPage table tbody tr:nth-child(2n+1) {
    background-color: transparent;
}
.ticketListPage .requests-search {
    border-radius: 0px;
    width: 300px;
}
.ticketListPage .request-table-toolbar {
    padding: 8px 0px;
}
/*
    NEW REQUEST PAGE
*/

.newTicketPage .form .form-field label, .ll-form .form-field label {
    color: #768692 !important;
}
.newTicketPage .form footer input[type=submit] {
    background-color: #003361 !important;
}
#pickForm, #pickForm p {
    color: #003b6e;
    font-weight: bold;
}
#pickForm .llBtn {
    display: inline-block;
    padding: 10px 20px;
    margin-right: 20px;
    min-width: 200px;
    text-align: center;
    margin-bottom: 10px;
}
.newTicketPage .form-field.boolean {
    margin-bottom: 10px;
}
.newTicketPage .form-field.boolean input {
    float: left;
    margin-top: 5px;
}
.newTicketPage .form-field.boolean label {
    margin-left: 20px;
}
.newTicketPage .formNav, .ll-form .formNav {
    margin-top: 40px;
}
.newTicketPage .formNav .llBtn.nextBtn, .ll-form .llBtn.nextBtn {
    background-color: #003b6e;
}
.newTicketPage .form {
    position: relative;
    padding-top: 30px;
}
.newTicketPage .form > h1, .ll-form > h1 {
    position: absolute;
    color: white;
    background-color: #84C8BD;
    top: -25px;
    font-size: 20px;
    padding: 5px 20px;
    line-height: normal;
    border-radius: 20px;
    min-width: 170px;
}
.warrantyClaimFormInfo {
    width: 30%;
    margin-top: 240px;
    float: left;
    color: #003b6e;
}
.progressBar {
    left: 62%;
}
.horizontalLine {
    background: url("/hc/theming_assets/01HZM00FR1EYB0YWKG70AMXCV0") repeat-x;
}
.existingTicketPage .horizontalLine {
    left: 45px;
    width: 265px;
}
.progressBar span {
    background: url("/hc/theming_assets/01HZM00CDP1YXZQ7BN9C9JZEE7") no-repeat top left;
}
.progressBar span.active {
    background: url("/hc/theming_assets/01HZM00CDP1YXZQ7BN9C9JZEE7") no-repeat top left;
}
.progressBar span.completed {
    background: url("/hc/theming_assets/01HZM00G0P6KWHTS6N2RDQE6D2") no-repeat top left;
}
.warrantyClaimFormInfo .infoWrapper:first-child {
    margin-bottom: 50px;
}
.progressBar p, .warrantyClaimFormInfo p {
    color: #003b6e;
}
.warrantyClaimFormInfo h3 {
    font-weight: bold;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
.warrantyClaimFormInfo a {
    text-decoration: underline;
}
.warrantyClaimFormInfo ul {
    list-style-type: disc;
    padding-left: 20px;
}
.ticketForm-94537 .warrantyClaimFormInfo, .ticketForm-174998 .warrantyClaimFormInfo, .ticketForm-94537 .progressBar, .ticketForm-174998 .progressBar {
    display: block;
}
.existingTicketPage {} .existingTicketPage .col {
    width: 500px;
    float: left;
    margin-left: 50px;
    margin-top: 60px;
}
.existingTicketPage .cusName {
    display: block;
    font-weight: bold;
    font-size: 22px;
}
.existingTicketPage .title, .existingTicketPage .cusName {
    color: #003b6e;
}
.existingTicketPage .value {
    margin-right: 20px;
}
.existingTicketPage .llBox {
    padding: 20px;
    background-color: #fff;
    border: 1px solid #E4E4E4;
    margin-bottom: 40px;
    margin-top: 40px;
    position: relative;
    display: block;
    padding-top: 30px;
}
.existingTicketPage .llBox > .title {
    background-color: white;
    padding: 5px 10px;
    position: absolute;
    top: -20px;
    left: 20;
    border: 1px solid #E4E4E4;
    color: white;
    background-color: #84C8BD;
    top: -15px;
    font-size: 20px;
    padding: 5px 20px;
    line-height: normal;
    border-radius: 20px;
}
.existingTicketPage .llBox .dataContainer .title, .existingTicketPage .llBox .dataContainer .value {
    display: block;
}
.existingTicketPage .llBox .dataContainer .item {
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 40%;
}
.existingTicketPage .llBox .dataContainer .value {
    font-size: 14px;
    color: #768692;
}
.existingTicketPage .llBox .dataContainer .col {
    width: 45%;
}
.existingTicketPage #claimDetails {
    margin-top: 40px;
}
.existingTicketPage #claimDetails .dataContainer .title {
    margin-top: 10px;
    display: block;
}
.existingTicketPage #claimDetails .dataContainer .item {
    float: none;
    display: block;
    width: 100%;
}
.existingTicketPage .comment-avatar img {
    width: 40px;
    height: 40px;
    border-radius: 20px;
}
.existingTicketPage .comment-body {
    border: 1px solid #E4E4E4;
    padding: 10px 20px;
}
.existingTicketPage .comment-list > *:first-child {
    border-top: none;
}
.existingTicketPage .comment-list > * {
    border-bottom: none;
}
.existingTicketPage .comment-avatar-agent:after {
    display: none;
}
.existingTicketPage .comment-list {
    position: relative;
}
.existingTicketPage .comment-avatar, .existingTicketPage .comment-container {
    display: block;
}
.existingTicketPage .comment-avatar {
    position: absolute;
}
.existingTicketPage .comment-author {
    display: block;
    margin-left: 50px;
    margin-bottom: 30px;
}
.existingTicketPage .comment-published {
    position: absolute;
    left: 40px;
    top: 45px;
    font-size: 14px;
}
.existingTicketPage .comment {
    position: relative;
}
.existingTicketPage .comment:first-child {
    margin-top: 20px;
}
.existingTicketPage .comment-form .comment-author {
    margin-top: 10px;
}
.existingTicketPage .comment-form input[type=submit] {
    border-radius: 0px !important;
    padding: 5px 20px;
}
.existingTicketPage .comment-attachments {
    background-color: white;
    margin-top: 20px;
}
.existingTicketPage .comment-body {
    position: relative;
}
.existingTicketPage .zd-comment:after, .existingTicketPage .zd-comment:before {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.existingTicketPage .zd-comment:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 4px;
    margin-left: -4px;
}
.existingTicketPage .zd-comment:before {
    border-color: rgba(228, 228, 228, 0);
    border-bottom-color: #e4e4e4;
    border-width: 7px;
    margin-left: -7px;
}
.existingTicketPage .sectionTitle {
    margin-bottom: 20px;
    color: #939CA2;
    display: block;
    margin-top: 35px;
    font-weight: bold;
}
.existingTicketPage .progressBar {
    display: inline-block;
}
.existingTicketPage .progressBar span {
    padding-top: 40px;
    width: auto;
    height: auto;
    background-position: top center;
}
.existingTicketPage .progressBar span.complete {
    background-image: url("/hc/theming_assets/01HZM00G0P6KWHTS6N2RDQE6D2");
}
.existingTicketPage .progressBar span.waiting {
    background-image: url("/hc/theming_assets/01HZM00H65RBT27NW5BR01048V");
}
/*
    RESPONSIVE
*/

@media screen and (max-width: 1100px) {
    .ticketForm-94537 .progressBar, .ticketForm-174998 .progressBar {
        display: inline-block;
        position: relative;
        margin-top: 20px;
        top: 0;
        left: 0;
    }
}
@media screen and (max-width: 800px) {
    .warrantyClaimFormInfo {
        width: auto;
        margin-top: 20px;
    }
    .existingTicketPage .progressBar {
        display: inline-block;
        position: relative;
        left: 0;
        top: 0;
        display: block;
        margin-top: 40px;
        background-color: #F7F7F7;
        padding: 20px;
        border: 1px solid #E4E4E4;
        text-align: center;
    }
    .existingTicketPage .col {
        margin-top: 20px;
    }
    .existingTicketPage .customerInfo {
        display: block;
    }
}
@media screen and (max-width: 700px) {
    .header-inner {
        display: block;
        height: auto;
    }
    .header-inner .logo {
        display: block;
        white-space: nowrap;
        width: 100%;
        padding: 20px 0px 10px 0px;
        text-align: center;
    }
    .header-inner {
        padding: 0px;
    }
    .header-inner .user-nav {
        display: block;
        width: 100%;
        text-align: center;
        background: rgba(255, 255, 255, .1);
    }
    nav.user-nav span.myEnquiries, nav.user-nav > * {
        margin: 0px 10px;
    }
    .user-nav .clr {
        display: block;
    }
    body.notLoggedIn .user-nav span.requiredNotLoggedIn, body.loggedIn .user-nav span.requiredLoggedIn {
        display: inline-block;
        padding: 20px 0px;
    }
    .header {
        background-position-x: -550px;
    }
    #homepageBanner .search-box {
        width: 100%;
        float: none;
    }
    #homepageBanner .searchBoxWrapper {
        padding: 0;
    }
    body.homePage #homepageBanner {
        background-position-y: 45px;
    }
    .sub-nav > * {
        display: block;
    }
    .my-activities-table table {
        min-width: 0px;
    }
    .newTicketPage .formNav .llBtn {
        min-width: 150px;
        float: none;
        margin-bottom: 20px;
        display: block;
        margin: auto;
    }
    .newTicketPage .formNav .llBtn:first-child {
        margin-bottom: 20px;
    }
    .newTicketPage .formNav .llBtn.nextBtn {
        float: none;
    }
    .existingTicketPage .col {
        width: 100%;
        float: none;
        display: block;
        margin: 0;
    }
}
@media screen and (max-width: 420px) {
    main {
        padding: 0 10px;
    }
    .homePage .quickHelp .col, #homepageBanner .welcomeMsg h1, .homePage .quickHelp a.llBtn {
        width: 280px;
    }
    #homepageBanner .welcomeMsg {
        padding: 0px;
    }
    #homepageBanner .welcomeMsg h1 {
        display: inline-block;
    }
    .homePage section.section {
        text-align: center;
    }
    .footNote {
        display: block;
    }
    .footer-inner {
        font-size: 14px;
    }
    .homePage .quickHelp {
        padding: 30px 0px;
    }
    .header .subText {
        font-size: 16px;
    }
    body.notLoggedIn .user-nav-container span.requiredNotLoggedIn, body.loggedIn .user-nav-container span.requiredLoggedIn {
        margin: 0 5px;
    }
    .footer {
        margin-top: 0px;
    }
    .stacktable.small-only {
        width: 100%;
        display: block;
    }
    .stacktable.large-only {
        display: none;
    }
    .stacktable.small-only {
        display: block;
    }
    .stacktable.small-only tbody, .stacktable.small-only tr, .stacktable.small-only th {
        width: 100%;
        min-width: 275px;
    }
    .my-activities-table, .ticketListPage .requests-search {
        min-width: 280px;
        width: 280px;
    }
    .st-key, .st-val {
        display: block;
        border: #e6e6e6 1px solid;
    }
    .progressBar .progressStep {
        display: block;
    }
    .ticketForm-94537 .progressBar, .ticketForm-174998 .progressBar {
        margin-top: 0px;
        margin-bottom: 20px;
    }
    .warrantyClaimFormInfo {
        margin-left: 30px;
    }
    .newTicketPage .form {
        margin-top: 0px;
    }
    .ticketListPage .my-activities-sub-nav {
        margin-top: 25px;
    }
}
.categoryPage .sub-nav, .sectionPage .sub-nav, .articlePage .sub-nav {
    margin: 0;
    padding: 0;
}
.side-column {
    margin-top: 40px;
}
.sectionPage ul.article-list, .articlePage article {
    margin: 40px 0px 0px 55px;
    padding-right: 40px;
}
.breadcrumbs li, .breadcrumbs li a {
    color: #003b6e;
}
.breadcrumbs li a {
    font-weight: bold;
}
/* SEARCH PAGE */

.search-results {
    padding: 0 0px 0px 60px;
}
#ll-accTypeSelector .llBtn {
    background-color: #fff;
    color: #768692;
}
.ll-userProfileForm.ll-form, .ll-myStoreList {
    max-width: 1070px;
}
.ll-userProfileForm.ll-form {
    margin-top: 20px;
}
.ll-userProfileForm.ll-form .col {
    width: 48%;
}
.ll-userProfileForm.ll-form #parsley-errors-list .success {
    color: #768692;
}
table.tablesorter th {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 16px;
    background-color: white;
    color: #003361;
}
.ll-form p {
    color: #768692;
}
.ll-buttons button.btn {
    color: #768692 !important;
    border: 1px solid #e2e2e2 !important;
}
.ll-buttons button.btn .ui-button-text {
    color: #768692;
}
.ll-buttons button.btn.ll-is-selected, .ll-buttons button.btn:hover {
    color: #768692 !important;
    background-color: #f2f4f6 !important;
}
#llWizardTicketForm .ll-form {
    max-width: 850px;
}
div.form-field.llErrHighlight {
    background-color: #768692;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}
div.form-field {
    margin-right: 25px;
}
.ll-sf-descriptionContainer {
    position: relative;
}
.ll-sf-descriptionContainer .ll-sf-tooltip-icon {
    position: absolute;
    right: -36px;
    top: 37px;
}
.ll-sf-descriptionContainer .ll-sf-tooltip-icon:hover {
    cursor: pointer;
}
.ui-tooltip-content {
    font-size: 14px;
    color: #768692;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
#ll-my-activities-controller {
    margin-top: -135px;
}
#ll-my-activities-table {
    font-size: 14px;
    color: #768692;
}
#ll-my-activities-table thead {
    background-color: #f2f4f6;
}
#ll-my-activities-table thead th {
    font-size: 18px;
    color: #003361;
    background-color: #f2f4f6;
}
#ll-my-activities-table .ll-request .description {
    max-width: 250px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.formNav .llBtn.prevBtn {
    background-color: white !important;
    color: #768692 !important;
    border: 1px solid #e2e2e2 !important;
}
.saveFormBtn, .submitFormBtn, .newTicketPage .formNav .llBtn, .newTicketPage .form footer input[type=submit] {
    border-radius: 0px !important;
}
.newTicketPage div.form-field {
    margin-right: 10px;
}
.submitFormBtn, .newTicketPage .formNav .llBtn.nextBtn {
    margin-right: 0px !important;
}
.saveFormBtn {
    left: 300px;
    color: #768692 !important;
    border: 1px solid #e2e2e2 !important;
}
.ll-formStepActivated .newTicketPage .form footer {
    margin-top: 0px;
}
#ll-my-activities-message.active {
    color: #768692;
}
.attachmentZone::after {
    display: block;
    clear: both;
    content: ' ';
}
.ticketForm-174998 .warrantyClaimFormInfo, .ticketForm-94557 .warrantyClaimFormInfo {
    display: block;
}
.ll-loginFormModal {
    margin: 0 auto;
    display: block;
}
.ll-loginFormModal .loginForm.col > h1 {
    text-align: center;
    white-space: normal;
}
.ll-loginFormModal.ll-form .llBtn {
    color: #768692 !important;
}
.ll-loginFormModal.ll-form .loginForm .llBtn {
    background-color: #003b6e !important;
}
.ll-loginFormModal h1.titleHeading {
    color: white;
}
.ll-loginFormModal p.titleHeading {
    color: #768692;
    margin-left: 10px;
}
.ticketFormSelection.newTicketPage .form {
    margin: 90px auto auto auto;
    display: inline-block;
}
#ll-storeAddForm .title {
    color: #768692;
}
#ll-storeAddForm .storeItem .closeBtn {
    color: #768692;
}
body.ticketForm.ll-retailer.customPage main {
    margin-top: 0px;
}
body.ticketForm.ll-retailer.customPage main .main-column > h1 {
    margin-top: -15px;
}
.newTicketPage #upload-dropzone {
    margin-bottom: 30px;
    background-color: #f2f4f6;
}
.llCommentFor {
    position: absolute;
    top: 0;
    right: 0;
}
.llCommentFor li {
    float: left;
    margin-left: 5px;
    padding: 5px 10px;
    background-color: #F7F7F7;
    border-color: #e4e4e4;
}
.ll-form p.retailerNote {
    color: black;
}
.notification-text {
    font-size: 14px;
}
.attachmentNote {
    font-size: 14px;
}
.existingTicketPage #claimDetails .ticket_description {
    margin-top: 40px;
}
.llCommentContainer {
    display: block;
    margin-bottom: 50px;
}
.newTicketPage form .form-field .searchbox {
    display: none;
}
.ll-request .ticketNo a {
    font-weight: bold;
}
.articlePage .article-body ol {
    list-style-type: decimal;
    margin-left: 40px;
}
.articlePage .article-body a {
    text-decoration: underline;
}
.newTicketPage .searchbox, .newTicketPage .searchbox > * {
    display: none;
    visibility: hidden;
}
.newTicketPage [data-loading="true"] input, .newTicketPage [data-loading="true"] textarea {
    background: none !important;
}
#llWizardTicketForm .form {
    background-color: white;
}
#llWizardTicketForm .form > h1 {
    top: -30px;
}
#llWizardTicketForm fieldset {
    border: none;
}
#llWizardTicketForm #ll-formStep-controller {
    display: none;
}
.newTicketPage .form {
    background-color: white;
}
.newTicketPage .llTopHeader {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}
.newTicketPage .main-column {
    position: relative;
    z-index: 20;
    margin-left: 55px;
    width: 600px;
}
.newTicketPage fieldset {
    border: none;
    padding: 0;
}
#myRequestContainer {
    padding: 0 55px;
}
.llTopHeader > h1 {
    margin-top: 20px;
}
.ll-formStep .ll-group:first-child h2.ll-group-title {
    position: absolute;
    color: white;
    background-color: #84C8BD;
    top: -15px;
    font-size: 20px;
    padding: 5px 20px;
    line-height: normal;
    border-radius: 20px;
    min-width: 170px;
}
.ll-form.ll-userSignUpForm {
    margin-top: 0px;
    padding-top: 30px;
    position: relative;
}
body.customPage main {
    padding-top: 50px;
}
body.newTicketPage.loggedIn.customPage main {
    padding-top: 0px;
}
/************** MOBILE BASE **************/

button.ui-widget {
    font-size: inherit;
}
.user-nav-container {
    margin-left: 0;
}
/***** form stuff *****/

.form-field p {
    font-size: 16px;
}
.form-field p small {
    font-size: 16px;
    line-height: 24px;
}
.nesty-input {
    padding: 5px 10px;
    height: 42px;
}
.form-field .nesty-input {
    max-width: none;
}
/* remove right margin from even numbered 'got a problem wizard' button */

.llTicketForm .mattress_issue .ll-buttons button.btn:nth-child(even) {
    margin-right: 0;
}
/***** my enquiries/my stores tables *****/

#ll-my-activities-retailer-filter .searchBox {
    max-width: 50%;
}
/* ie9 table scrolling fix */

.ie9 #ll-my-activities-table, .ie9 .ll-myStoreList.ll-form {
    -ms-overflow-x: scroll;
}
#ll-my-activities-table table, .ll-myStoreList.ll-form table {
    overflow: auto;
    overflow-y: hidden;
    overflow-x: auto;
    display: block;
    width: 100% !important;
}
#ll-my-activities-table thead th, .ll-myStoreList.ll-form thead th {
    font-size: 15px;
}
/***** existing tickets *****/

.newTicketPage .progressBar, .existingTicketPage .progressBar {
    left: auto;
    right: 20px;
    max-width: 400px;
}
/* hide progress bar on 'new warranty - trade' form */

.ticketForm-94537.newTicketPage .progressBar, .ticketForm-94537.newTicketPage .progressBar {
    display: none;
}
/* none of the customPages have a header */

body.customPage section.pageHeaderBg {
    display: none;
}
#upload-dropzone span, #upload-dropzone span a {
    font-size: 16px;
}
/***** search results *****/

.article-list a::before, .recent-articles a::before, .related-articles a::before, .search-result-link::before {
    line-height: 26px;
}
.search-result-link {
    font-weight: bold;
}
.search-result-description, .search-result-meta {
    padding-top: 0;
    font-size: 14px;
}
.search-result-description {
    font-style: italic;
}
.sub-nav .search {
    width: 300px;
    max-width: 100%;
}
.newTicketPage h1 {
    text-transform: capitalize;
}
/* subscribe button on article category page */

.section-subscribe {
    float: right;
}
.dropdown-toggle:after {
    color: #fff;
}
/* consumer warranty claim */

.ticketForm-94547.customPage .llTopHeader, .ticketForm-94547.customPage .llTopHeader {
    display: none;
}
/* consumer warranty claim */

.ticketForm-94547.customPage .main-column, .ticketForm-94547.customPage .main-column {
    position: relative;
    margin: 0 auto;
    float: none;
    display: block;
}
/* consumer warranty claim */

body.ticketForm-94547.existingTicketPage main, body.ticketForm-94547.existingTicketPage main {
    padding-top: 0;
}
/* consumer warranty claim */

body.ticketForm-94547.existingTicketPage .col, body.ticketForm-94547.existingTicketPage .col {
    margin-top: 0;
}
/* consumer warranty claim */

body.ticketForm-94547.existingTicketPage .col1, body.ticketForm-94547.existingTicketPage .col1 {
    margin-top: 20px;
}
#ll-storeAddForm .title, #ll-storeAddForm .storeItem .closeBtn {
    color: inherit;
}
main .error-page {
    padding-top: 30px;
}
main .error-page h1 {
    margin: 20px 0 0 0;
    text-transform: capitalize;
}
main .error-page h2 {
    margin: 10px 0 40px 0;
}
/* hide assignee column in my enquiries from consumers */

.ll-consumer #ll-my-activities-table thead th[data-column="8"], .ll-consumer td.assigneeName {
    display: none;
}
.ll-userProfileForm.ll-form .formNav, .ll-myStoreList.ll-form .formNav {
    padding-top: 40px;
    margin-top: 0;
}
/***** MIN width 1100px. i.e., 1100px or larger *****/

@media only screen and (min-width: 1100px) {
    .homePage .quickHelp .col {
        width: 30%;
        margin-right: 5%;
    }
    .ll-retailer.loggedIn.homePage .quickHelp .col, .ll-am.loggedIn.homePage .quickHelp .col {
        float: left;
    }
    /* 3rd column */
    
    .homePage .quickHelp .col:nth-child(3), .loggedIn.homePage .quickHelp .col:nth-child(3) {
        margin-right: 0;
    }
    .homePage .quickHelp .col a.llBtn {
        width: 100%;
    }
}
/******************* 1100px *************************/

@media only screen and (max-width: 1100px) {
    body {
        max-width: 100%;
        overflow-x: hidden;
    }
    main::after, body.homePage #homepageBanner::after {
        display: none;
    }
    /***** make a claim form customer/consumer *****/
    
    .newTicketPage .progressBar {
        position: absolute;
        margin-top: 0;
        top: 75px;
        left: 20px;
    }
    .newTicketPage h1 {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .homePage .quickHelp .col {
        min-width: 325px;
        margin-left: 5px;
        margin-right: 5px;
    }
}
/******************* 900px *************************/

@media only screen and (max-width: 900px) {
    .ll-loginFormModal .signupForm, .ll-loginFormModal .loginForm.col {
        width: 45%;
    }
    .ll-loginFormModal .signupForm {
        border-left: none;
        float: right;
    }
    /***** buttons on my profile page *****/
    
    .ll-userProfileForm.ll-form .formNav, .ll-myStoreList.ll-form .formNav {
        text-align: left;
    }
}
/******************* between 700px and 900px *************************/

@media only screen and (min-width: 700px) and (max-width: 900px) {
    .header .subText {
        display: none;
    }
}
/******************* 800px *************************/

@media only screen and (max-width: 800px) {
    /***** home quick help *****/
    
    .homePage .quickHelp .col {
        width: 49%;
        vertical-align: top;
    }
    /***** existing ticket *****/
    
    .existingTicketPage .llTopHeader {
        height: auto;
        padding: 30px 20px 20px 20px;
    }
    .existingTicketPage .progressBar {
        left: 0;
        right: 0;
        max-width: 1000px;
    }
    .existingTicketPage .progressBar span {
        max-width: 30%;
        font-size: 16px;
        white-space: normal;
        font-size: 16px;
        vertical-align: top;
    }
    /* consumer warranty claim */
    
    .ticketForm-94547.customPage .llTopHeader, .ticketForm-94547.customPage .llTopHeader {
        height: 0;
    }
    /* consumer warranty claim */
    
    .ticketForm-94547.existingTicketPage .llTopHeader, .ticketForm-94547.existingTicketPage .llTopHeader {
        height: auto;
    }
    .myEnquiriesPage .llTopHeader > h1 {
        margin-top: 0;
    }
    #ll-my-activities-controller {
        display: block;
        margin-top: -95px;
        float: left;
    }
}
/******************* 700px *************************/

@media only screen and (max-width: 700px) {
    /***** logo *****/
    
    .header-inner .logo {
        padding: 22px 20px 19px 21px;
        text-align: left;
    }
    .header .mainText {
        font-size: 17px;
        line-height: 24px;
    }
    .header .subText {
        text-transform: uppercase;
        font-size: 16px;
        font-weight: lighter;
        margin-left: 5px;
        line-height: 24px;
    }
    /***** user nav *****/
    
    .header-inner .user-nav {
        background-color: #f2f2f2 !important;
    }
    .user-nav {
        height: 66px;
    }
    .user-nav-container {
        display: block;
        margin: 0 10px;
        padding: 0;
        white-space: nowrap;
        max-width: 100%;
        overflow-x: scroll;
    }
    body.notLoggedIn .user-nav span.requiredNotLoggedIn, body.loggedIn .user-nav span.requiredLoggedIn, nav.user-nav span {
        padding: 0 !important;
    }
    body.loggedIn .user-nav-container span.requiredLoggedIn.myEnquiries {
        margin-right: 0;
    }
    nav.user-nav span a {
        display: inline-block;
        padding: 10px;
        margin: 17px 0;
        line-height: 12px;
    }
    #ll-accTypeSelector {
        top: 60px;
        right: 10px;
    }
    /***** home banner *****/
    
    body.homePage #homepageBanner {
        background-position-y: 0;
        padding-bottom: 45px;
        /* room for the search box to be at the bottom */
    }
    #homepageBanner .searchBoxWrapper {
        position: absolute;
        width: 100%;
        bottom: 0;
    }
    /***** home quick help *****/
    
    .homePage .quickHelp {
        padding: 30px 0 0 0;
    }
    .homePage .quickHelp a.llBtn {
        text-transform: none;
        font-weight: lighter;
        width: 248px;
        max-width: 90%;
        margin-bottom: 14px;
    }
    .homePage .quickHelp p {
        font-size: 21px;
        line-height: 25px;
        margin-bottom: 27px;
    }
    .homePage section.section {
        padding-top: 0;
        padding-bottom: 42px;
    }
    .homePage section.section h3 {
        margin-top: 0;
    }
    .homePage section.section h3 a {
        font-size: 21px;
        padding-top: 106px;
    }
    .homePage .article-list li {
        margin-bottom: 7px;
    }
    /***** footer *****/
    
    .footer-inner {
        font-size: 17px;
        line-height: 23px;
    }
    /***** forms *****/
    
    .ll-form, .homePage .ll-form {
        margin-top: 30px;
        margin-bottom: 50px;
        padding: 0;
        border: none;
    }
    .newTicketPage .form {
        border: none;
        padding: 0;
    }
    .ll-form > h1, .newTicketPage .form > h1 {
        text-transform: none;
        font-weight: normal;
        font-size: 17px;
        padding: 20px 40px;
        margin-top: 0;
        display: inline-block;
        top: 0;
        position: relative;
        text-align: center;
    }
    .ll-userProfileForm.ll-form > h1 {
        float: left;
    }
    .ll-userProfileForm.ll-form .retailerNote {
        clear: both;
    }
    .ll-userProfileForm.ll-form .col1 {
        clear: left;
    }
    .ll-form .parsley-errors-list {
        max-height: 2000px;
        -webkit-transition: margin 300ms, max-height 300ms;
        -moz-transition: margin 300ms, max-height 300ms;
        -ms-transition: margin 300ms, max-height 300ms;
        transition: margin 300ms, max-height 300ms;
    }
    .ll-form .parsley-errors-list:empty {
        margin-bottom: 0;
        max-height: 0;
    }
    /* remove top margins and replace it with bottom margins. this makes switching to single column simpler */
    
    .form-field + .form-field {
        margin-top: 0;
    }
    .ll-form .form-field, .ll-form .inlineBlock:first-child, .newTicketPage .form .form-field {
        margin-bottom: 17px;
    }
    .ll-form .form-field label, .newTicketPage .form .form-field label {
        font-size: 16px;
        margin-bottom: 1px;
    }
    /* make all half width columns stretch to the full width of their container */
    
    .ll-userProfileForm.ll-form .inlineBlock, .ll-userProfileForm.ll-form .inlineInput input[type=text], .ll-userProfileForm.ll-form .inlineInput #state, .ll-userProfileForm.ll-form .inlineInput #postcode {
        width: 100%;
    }
    .ll-userProfileForm.ll-form .inlineBlock {
        margin-right: 0;
    }
    .ll-userProfileForm.ll-form .formNav, .ll-myStoreList .formNav {
        padding-top: 18px;
    }
    .ll-form .llBtn.nextBtn, .ll-userProfileForm.ll-form .formNav .llBtn.nextBtn .ll-myStoreList .formNav .llBtn.nextBtn {
        width: 248px;
        max-width: 90%;
    }
    /* adjust the position of the button for the form without padding and border */
    
    .newTicketPage .saveFormBtn {
        bottom: 0;
        left: auto;
        right: 170px;
    }
    /***** ticket/wizard form *****/
    
    .llTicketForm .ll-buttons .ui-buttonset {
        margin-right: 0;
    }
    .llTicketForm .ll-buttons button.btn {
        width: 48% !important;
        min-width: 48% !important;
        margin-right: 3%;
        margin-bottom: 12px;
        box-sizing: border-box;
    }
    .llTicketForm .ll-buttons button.btn:nth-child(even) {
        margin-right: 0;
    }
    .formNav, .newTicketPage .form .formNav {
        position: relative;
        margin-top: 0;
    }
    .ll-form .llBtn.nextBtn, .ll-userProfileForm.ll-form .formNav .llBtn.nextBtn .ll-myStoreList .formNav .llBtn.nextBtn, .formNav .llBtn.prevBtn, .newTicketPage .formNav .llBtn, .newTicketPage .formNav .llBtn:first-child, .newTicketPage .form footer {
        position: relative;
        width: 100%;
        margin: 0 0 10px 0;
        right: auto;
        max-width: 420px;
        float: none;
    }
    .newTicketPage .form footer input[type=submit] {
        position: relative;
        width: 100%;
    }
    .warrantyClaimFormInfo {
        max-width: 100%;
    }
    .warrantyClaimFormInfo h3 {
        margin-bottom: 5px;
    }
    .warrantyClaimFormInfo form.search-small input#query {
        width: 100%;
    }
    .ll-loginFormModal .signupForm, .ll-loginFormModal .loginForm.col {
        width: 100%;
    }
    .ll-loginFormModal .signupForm {
        border-left: none;
        float: none;
        border-top: 1px solid #ECECEC;
        margin-top: 60px;
    }
    .ll-loginFormModal .or {
        display: none;
    }
    .ll-loginFormModal .loginForm.col > h1, .ll-loginFormModal .signupForm.col > h1 {
        white-space: normal;
        font-size: 23px;
        line-height: 32px;
    }
    #ll-my-activities-retailer-filter .searchBox {
        max-width: 60%;
    }
    #ll-my-activities-retailer-filter .storeSelection {
        float: none;
        display: block;
        margin-top: 10px;
        width: 400px;
        max-width: 60%;
    }
    #ll-my-activities-retailer-filter .brandSelection {
        margin-top: 10px;
        width: 400px;
        max-width: 60%;
    }
    /* consumer warranty claim */
    
    body.customPage.ticketForm-94547.customPage main, body.customPage.ticketForm-94547.customPage main {
        padding-top: 10px;
    }
    /* consumer warranty claim */
    
    .ticketForm-94547 #ll-storeAddForm #addStore, .ticketForm-94547 #ll-storeAddForm #addStore {
        position: relative;
        top: 20px;
        margin-bottom: 20px;
    }
    /* consumer warranty claim */
    
    .ticketForm-94547 #ll-storeAddForm #storeLookup, .ticketForm-94547 #ll-storeAddForm #storeLookup {
        padding-right: 0;
    }
    /* consumer warranty claim */
    
    .ticketForm-94547 #ll-storeAddForm .storeItem, .ticketForm-94547 #ll-storeAddForm .storeItem {
        padding: 2px 0;
        width: 100%;
    }
    /* consumer warranty claim */
    
    .ticketForm-94547 #ll-storeAddForm .storeItem .closeBtn, .ticketForm-94547 #ll-storeAddForm .storeItem .closeBtn {
        float: right;
        text-transform: capitalize;
    }
    /* consumer warranty claim */
    
    .ticketForm-94547 .formNav, .ticketForm-94547 .formNav {
        padding-top: 0;
    }
}
/******************* 530px *************************/

@media screen and (max-width: 530px) {
    .homePage .quickHelp .col {
        width: 280px;
    }
    /***** usernav *****/
    
    body.notLoggedIn .user-nav .user-nav-container span.requiredNotLoggedIn, body.loggedIn .user-nav .user-nav-container span.requiredLoggedIn, nav.user-nav .user-nav-container span {
        margin: 0;
    }
    /***** ticket/wizard form *****/
    
    .llTicketForm .ll-buttons button.btn {
        width: 100% !important;
        margin-right: 0;
    }
    .newTicketPage .saveFormBtn {
        left: 0;
        right: auto;
        margin-left: 0;
    }
    /***** user profile page *****/
    /* switch from 2 columns to 1 */
    
    .ll-userProfileForm.ll-form .col, .ll-userProfileForm.ll-form .col2 {
        float: none;
        width: 100%;
    }
    /***** add a store *****/
    
    #ll-my-activities-retailer-filter .searchBox, #ll-my-activities-retailer-filter .storeSelection, #ll-my-activities-retailer-filter .brandSelection {
        width: 100%;
        max-width: 100%;
    }
    /* consumer warranty claim */
    
    .ticketForm-94547.customPage .llTopHeader, .ticketForm-94547.customPage .llTopHeader {
        padding-top: 0;
    }
    /* consumer warranty claim */
    
    .ticketForm-94547.existingTicketPage .llTopHeader, .ticketForm-94547.existingTicketPage .llTopHeader {
        padding-top: 20px;
    }
    .homePage .quickHelp .col {
        min-width: 0;
    }
    .llTopHeader {
        padding-right: 20px;
    }
}
/******************* 420px *************************/

@media screen and (max-width: 420px) {
    main {
        padding: 0 20px;
    }
    .ll-form .llBtn.nextBtn {
        width: auto;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    /***** home *****/
    
    body.homePage .category-tree {
        margin-left: 0;
    }
    body.homePage .homePage section.section {
        margin: 0 auto;
        display: block;
    }
    /***** existing tickets *****/
    
    .horizontalLine, .existingTicketPage .horizontalLine {
        width: 75%;
    }
    .progressBar p {
        display: none;
    }
    /***** get in touch page *****/
    
    .newTicketPage .form, body.ticketForm-172098.newTicketPage .form, body.ticketForm-172098.newTicketPage .form {
        margin-top: 90px
    }
}
/* stacked nav for mobile */

@media screen and (max-width: 530px) {
    .user-nav {
        height: auto;
    }
    .user-nav-container {
        display: block;
    }
    .user-nav span.homeLink, body.notLoggedIn .user-nav span.requiredNotLoggedIn, body.loggedIn .user-nav span.requiredLoggedIn, body.loggedIn.ll-consumer .user-nav-container span.requiredLoggedIn.requiredLLConsumer, body.loggedIn.ll-retailer .user-nav-container span.requiredLoggedIn.requiredNonLLConsumer, body.loggedIn.ll-am .user-nav-container span.requiredLoggedIn.requiredNonLLConsumer {
        display: block;
        padding: 0;
        border-bottom: 1px solid rgba(0, 0, 0, .05);
    }
    body.notLoggedIn .user-nav span.requiredNotLoggedIn:last-child, body.loggedIn .user-nav span.requiredLoggedIn:last-child {
        border-bottom: 0;
    }
    .notLoggedIn span.requiredLoggedIn, .loggedIn span.requiredNotLoggedIn {
        display: none;
    }
    nav.user-nav span a {
        display: block;
        padding: 13px 0;
        margin: 0;
    }
    #ll-accTypeSelector {
        top: 128px;
        right: 50%;
        margin-right: -130px;
        max-width: 300px;
    }
    #ll-accTypeSelector h1::after {
        right: 50%;
        margin-right: -10px;
    }
}
/* my requests - organization */

#zdMyActivitiesTable .my-activities-sub-nav {
    padding-left: 10px;
    text-transform: capitalize;
}
#zdMyActivitiesTable .my-activities-sub-nav, #zdMyActivitiesTable .request-table-toolbar #zdMyActivitiesTable .my-activities-table {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}
#zdMyActivitiesTable input[type=search] {
    border-radius: 5px;
    height: 42px;
}
#zdMyActivitiesTable .request-table-filters label {
    font-size: inherit;
}
#zdMyActivitiesTable .request-table-filters select.request-filter {
    padding: 5px 10px;
    height: 42px !important;
    display: inline-block;
    border: 1px solid #ddd;
    background-color: #fff;
}
@media screen and (max-width: 550px) {
    #zdMyActivitiesTable .request-table-filters label {
        display: none;
    }
    #zdMyActivitiesTable .request-table-filters select.request-filter {
        width: 100%;
        display: block;
    }
}
/********* MOBILE *************/

.header .subText {
    font-weight: normal;
}
nav.user-nav span.myEnquiries, nav.user-nav span.myEnquiries a {
    color: #fff;
}
/******************* home banner *************************/

#homepageBanner .welcomeMsg {
    padding-top: 82px;
}
#homepageBanner .welcomeMsg h1 {
    margin-left: 61px;
}
#homepageBanner .welcomeMsg h1 .centreName {
    line-height: 50px;
}
#homepageBanner .separator {
    width: 60px;
    margin-top: 27px;
    margin-left: 61px;
}
#homepageBanner .welcomeMsg p {
    margin-left: 64px;
}
/******************* home article list *************************/

.homePage .quickHelp {
    padding: 42px 0px 0px 0px;
}
.homePage .quickHelp .clr {
    margin-bottom: 0;
}
.homePage section.section h3 {
    margin-bottom: 10px;
}
.homePage section.section h3 a {
    padding-top: 95px;
    margin-bottom: 8px;
}
.homePage ul.article-list li {
    padding-bottom: 6px;
}
/******************* footer *************************/

.footer-inner {
    padding: 33px 0px 26px 0;
    font-size: 14px;
}
.footer a {
    font-weight: lighter;
}
.footer a:hover {
    text-decoration: underline;
}
#ll-my-activities-table thead th {
    font-size: 15px;
}
.progressBar span {
    width: 53px;
    /* clouds are wider than circles */
}
#upload-dropzone span, #upload-dropzone span a {
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
}
.knowledge-base-header h1 {
    margin-left: 55px;
}
.sub-nav {
    margin: 0;
    padding: 0;
}
.sub-nav .search {
    margin-top: 20px;
    margin-bottom: -15px;
}
.ticketFormSelection.newTicketPage .main-column {
    width: 90%;
}
.ticketFormSelection.newTicketPage .form {
    display: block;
}
main .error-page h1, main .error-page h2 {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
@media only screen and (min-width: 1100px) {
    .header-inner {
        padding: 0 20px;
        height: 80px;
    }
    .header-inner .logo {
        padding-left: 63px;
        padding-top: 3px;
    }
    .header-inner .user-nav {
        padding-right: 54px;
        padding-top: 15px;
    }
}
/* 1216px is when the left/right side of the browser window meets the main div */

@media only screen and (max-width: 1216px) {
    /* shadow on right side of main tag */
    
    main::after, body.homePage #homepageBanner::after {
        display: none;
    }
}
@media only screen and (max-width: 1100px) {
    .header-inner {
        padding: 0 20px;
    }
    .header-inner .logo {
        padding-left: 0;
    }
    .header-inner .user-nav {
        padding-right: 0;
    }
    .header .subText {
        display: none;
    }
    .llTopHeader {
        padding-left: 20px;
        padding-right: 20px;
    }
    #myRequestContainer {
        padding: 0;
    }
    /* consumer and trade existing ticket */
    
    .ticketForm-94537.existingTicketPage .progressBar, .ticketForm-94537.existingTicketPage .progressBar, .ticketForm-174998.existingTicketPage .progressBar, .ticketForm-174998.existingTicketPage .progressBar {
        position: absolute;
        margin-top: 0;
        top: 45px;
        left: auto;
    }
    /* customer and consumer warranty claim forms */
    
    .ticketForm-94557.newTicketPage h1, .ticketForm-94557.newTicketPage h1, .ticketForm-174998.newTicketPage h1, .ticketForm-174998.newTicketPage h1 {
        padding: 20px 0 30px 0;
        margin-top: 10px;
    }
    /* customer and consumer warranty claim forms */
    
    .ticketForm-94557.newTicketPage .progressBar, .ticketForm-94557.newTicketPage .progressBar, .ticketForm-174998.newTicketPage .progressBar, .ticketForm-174998.newTicketPage .progressBar {
        position: absolute;
        margin-top: 0;
        top: 90px;
        left: 75px;
    }
    .newTicketPage #llWizardTicketForm.main-column {
        margin-left: 0;
    }
    .warrantyClaimFormInfo {
        margin-left: 55px;
        margin-top: 40px;
    }
    body.loggedIn .user-nav-container span.requiredLoggedIn.myEnquiries {
        margin-right: 10px;
    }
    nav.user-nav span.myEnquiries img {
        display: none;
    }
}
@media only screen and (max-width: 800px) {
    /* trade and consumer existing tickets */
    
    .ticketForm-94537.existingTicketPage .progressBar, .ticketForm-94537.existingTicketPage .progressBar, .ticketForm-174998.existingTicketPage .progressBar, .ticketForm-174998.existingTicketPage .progressBar, .existingTicketPage .progressBar {
        background-color: #fff;
        margin-top: 20px;
        left: 0;
        position: relative;
        top: 0;
    }
    .existingTicketPage .progressBar, .existingTicketPage .customerInfo {
        width: 500px;
        margin-left: 55px;
    }
    .llTopHeader > h1 {
        margin-top: 0;
    }
    #ll-my-activities-controller {
        display: block;
        margin-top: -95px;
        float: left;
    }
    .sub-nav .breadcrumbs {
        overflow: visible;
    }
    .sub-nav .search {
        margin-top: 0px;
        position: absolute;
        top: 60px;
        left: 70px;
    }
}
@media only screen and (max-width: 700px) {
    .header-inner {
        padding: 0px;
    }
    .header-inner .logo {
        padding-left: 21px;
    }
    .header .subText {
        display: inline-block;
    }
    nav.user-nav span, nav.user-nav span a, nav.user-nav span a:hover, nav.user-nav span.myEnquiries, nav.user-nav span.myEnquiries a {
        color: #003361;
    }
    nav.user-nav span a:hover {
        opacity: .7;
    }
    body.homePage #homepageBanner {
        max-width: 100%;
        overflow: hidden;
    }
    #homepageBanner .welcomeMsg {
        margin-top: 186px;
        padding-top: 0;
        background: rgba(255, 255, 255, .7);
        padding: 20px 0;
    }
    #homepageBanner .welcomeTxt {
        color: #003361;
        font-weight: normal;
    }
    #homepageBanner .welcomeMsg h1 {
        margin-left: 20px;
    }
    #homepageBanner .welcomeMsg h1 .centreName {
        font-size: 48px;
    }
    #homepageBanner .separator, #homepageBanner .welcomeMsg p {
        display: none;
    }
    body.homePage #homepageBanner #cloudLogo {
        right: -160px;
        bottom: 60px;
    }
    #homepageBanner .search-box #query {
        border-radius: 0;
    }
    /***** home help center *****/
    
    body.homePage .category-tree {
        margin-left: 0;
    }
    .homePage section.section {
        width: 100%;
    }
    .homePage section.section h3 {
        text-align: center;
    }
    .homePage section.section h3 a {
        background-position: 50% 0;
    }
    .homePage section.section h3::after {
        margin: 0 auto;
    }
    .homePage .article-list a, .homePage section.section a {
        text-align: center;
    }
    .homePage section.section a {
        display: block;
    }
    .newTicketPage .main-column {
        width: auto;
        max-width: 100%;
        margin-left: 0;
    }
    .warrantyClaimFormInfo {
        margin-left: 0;
    }
    .ll-form, .homePage .ll-form, .newTicketPage .form, .ll-form {
        padding: 30px;
        border: 1px solid #E4E4E4;
    }
    .ll-form > h1, .newTicketPage .form > h1, #llWizardTicketForm .form > h1 {
        padding: 5px 20px;
        top: -15px;
        position: absolute;
    }
    /* customer and consumer warranty forms */
    
    .ticketForm-94557.newTicketPage .progressBar, .ticketForm-94557.newTicketPage .progressBar, .ticketForm-174998.newTicketPage .progressBar, .ticketForm-174998.newTicketPage .progressBar {
        left: 20px;
    }
    .existingTicketPage .progressBar, .existingTicketPage .customerInfo {
        left: 0;
        margin-left: 0;
        width: 100%;
        position: relative;
        top: auto;
    }
    /******************* my enquiries page *************************/
    
    #myRequestContainer {
        padding: 0;
    }
    .llTopHeader {
        padding-left: 20px;
    }
    .sub-nav .search {
        left: 15px;
    }
    .knowledge-base-header h1 {
        margin-left: 0;
    }
    .sectionPage ul.article-list, .articlePage article {
        margin: 0;
        padding-right: 0;
    }
    .search-results {
        padding-left: 0;
    }
    .article-header {
        padding-top: 30px;
    }
}
@media only screen and (max-width: 600px) {
    div.header-inner {
        padding: 0px;
    }
    body.loggedIn .user-nav-container span.requiredLoggedIn {
        margin: 0 20px;
    }
    body.loggedIn.ll-consumer .user-nav-container span.homeLink, body.loggedIn.ll-consumer .user-nav-container span.requiredLoggedIn.requiredLLConsumer, body.loggedIn .user-nav-container span.requiredLoggedIn.myEnquiries img {
        /*display: none;*/
    }
    .homePage a.see-all-articles {
        margin-top: -2px;
    }
    body.homePage #homepageBanner #cloudLogo {
        width: 200px;
        height: 116px;
        background-size: contain;
        right: -100px;
    }
}
@media only screen and (max-width: 530px) {
    .newTicketPage h1 {
        font-size: 30px;
    }
}
@media only screen and (max-width: 420px) {
    .header .subText {
        display: none;
    }
    /******************* home banner *************************/
    
    #homepageBanner .welcomeMsg {
        margin-top: 195px;
    }
    #homepageBanner .welcomeMsg h1 {
        line-height: 20px;
    }
    #homepageBanner .welcomeMsg h1 .centreName {
        font-size: 38px;
    }
    #homepageBanner .welcomeTxt {
        font-size: 20px;
    }
    body.homePage #homepageBanner #cloudLogo {
        display: none;
    }
    /***** existing ticket page *****/
    
    .existingTicketPage .progressBar, .existingTicketPage .customerInfo, .existingTicketPage .progressBar span {
        font-size: 14px;
    }
    .existingTicketPage .progressBar span {
        line-height: 18px;
        margin-right: 14px;
    }
    .existingTicketPage .horizontalLine {
        width: 70%;
    }
    main {
        padding: 0 20px 50px 20px;
    }
    #llWizardTicketForm .form {
        margin-top: 30px;
    }
    .progressBar p {
        display: none;
    }
    .newTicketPage .form {
        margin-top: 90px;
    }
    .newTicketPage .horizontalLine {
        max-width: 220px;
    }
}
/******************************/

.form-field .nesty-input {
    white-space: normal;
}
#mobilePhotoUploadWarning {
    background: #eee;
    padding: 15px 20px;
    font-style: italic;
    font-size: 105%;
}
#zdMyActivitiesTable #request-table tr th:first-of-type, #zdMyActivitiesTable #request-table tr td:first-of-type {
    display: none;
}
.upload-item {
    background-color: rgba(0, 51, 97, 1);
}
.upload-item:hover {
    background: rgba(0, 51, 97, 0.7);
}
.upload-item .upload-progress {
    background-color: white;
}
.upload-item[aria-busy=true] .upload-link {
    color: white;
}


.ll-userProfileForm.ll-form .col{
    overflow: visible;
}
.newTicketPage .form {
    position: relative;
}
.newTicketPage .formNav .llBtn.saveFormBtn {
    left: 50%;
}
/*.newTicketPage.ticketForm-257748 .form {
    padding-top: 5px;
    margin-top: 30px;
}*/
.newTicketPage .form {
    padding-top: 25px;
}
.newTicketPage .form > p:first-child,
.ll-form > p:first-child {
    margin-top: 0;
}
div.form-field.llErrHighlight label,
div.form-field.llErrHighlight a {
    color: #fff;
}
.addressReviewLabel {
    margin-bottom: 5px;
}
.address-preview {
    display: none;
    margin-top: 0;
    margin-right: 25px;
    border: 1px solid #dddddd;
    border-radius: 2px;
    padding: 10px;
    color: #aaa;
}
.myEnquiriesPage .llTopHeader > h1 {
    margin-top: 40px;
}
.user-nav-container {
    overflow-x: auto;
}
body.community-enabled .knowledge-base {
    width: 100%;
}
.form-field.seriously-this-needs-to-be-hidden {
    display: none !important;
}
.side-column {
    margin-top: 40px;
}
.ll-userSignUpForm .llBtn.nextBtn {
    margin-right: 0;
}
@media only screen and (max-width: 1100px) {
    .newTicketPage h1 {
        padding-top: 0;
    }
    .newTicketPage .progressBar {
        margin-top: 20px;
    }
    .ticketForm-257688 h1 {
        margin-top: 40px;
    }
}
@media only screen and (max-width: 900px) {
    .ll-loginFormModal .loginForm.col > h1 {
        white-space: normal;
    }
}
@media only screen and (max-width: 800px) {
    #llWizardTicketForm .ll-form{
        margin-top: 40px;
    }
    .myEnquiriesPage .llTopHeader > h1 {
        margin-top: 20px;
    }
    #myRequestContainer {
        margin-top: 110px;
    }
    #ll-my-activities-controller {
        float: left;
        margin-top: -79px;
    }
    .side-column {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 700px) {
    body.community-enabled .knowledge-base {
        width: 100%;
    }
    .homePage section.section h3 a {
        padding-top: 20px;
    }
    .newTicketPage .form {
        padding-top: 0;
    }
    .newTicketPage h1 {
        margin-top: 20px;
    }
    .ticketForm-257688 h1 {
        margin-top: 40px;
    }
    .newTicketPage .formNav .llBtn.saveFormBtn {
        left: auto;
    }
}
@media only screen and (max-width: 700px) and (min-width: 500px) {
    #ll-accTypeSelector {
        left: 50%;
        right: auto;
        margin-left: -100px;
    }
}
@media only screen and (max-width: 650px) {
    .article-footer {
        overflow: auto;
    }
}
@media only screen and (max-width: 500px) {
    .newTicketPage h1 {
        font-size: 26px;
    }
    .newTicketPage h1 .headingFormText {
        padding: 10px;
    }
}
@media only screen and (max-width: 420px) {
    .newTicketPage h1,
    .myEnquiriesPage .llTopHeader > h1,
    #llWizardTicketForm .ll-form > h1,
    .ll-userProfileForm.ll-form > h1,
    .article-header h1 {
        font-size: 26px;
    }
    .newTicketPage h1 {
        margin-bottom: 60px;
    }
}


/* Ryan: too lazy to have another file so I'll use yours instead. Thanks. */

/* CSS for when form is submitting. call window.llhc.FMDryRun() in console on ticket form to test */
.form.isSubmitting{
    background-color: transparent;
    text-align: center;
    padding-bottom: 40px;
}

.newTicketPage .form {
    padding-top: 30px;
}
.newTicketPage .form div.form-field.llErrHighlight label,
div.form-field.llErrHighlight label,
div.form-field.llErrHighlight a {
    color: #fff !important;
}
.address-preview {
    margin-right: 10px;
}
.article-header h1 {
    font-weight: normal;
    margin-bottom: 20px;
}
.knowledge-base-header {
    padding-left: 55px;
}
.knowledge-base-header h1 {
    margin-left: 0;
}
#ll-my-activities-controller a {
    padding: 10px 20px;
    text-align: center;
    font-size: 16px;
    color: #768692 !important;
    border: 1px solid #e2e2e2 !important;
}
@media only screen and (max-width: 1200px) {
    .articlePage article {
        margin-left: 0;
        width: 70%;
    }
}
@media only screen and (max-width: 1100px) {
    .ticketForm-257748.newTicketPage .form {
        margin-top: 90px;
    }
    .ll-form > h1,
    .newTicketPage .form > h1,
    #llWizardTicketForm .ll-form > h1,
    .ll-formStep .ll-group:first-child h2.ll-group-title {
        font-size: 17px;
    }
}
@media only screen and (max-width: 800px){
    #llWizardTicketForm .ll-form {
        margin-top: 35px;
    }
    .articlePage article {
        width: 100%;
        padding-right: 0;
    }
    .sub-nav .search {
        left: 15px;
    }
}
@media only screen and (max-width: 700px){
    .knowledge-base-header {
        padding-left: 0;
    }
    .newTicketPage .form {
        padding-top: 30px;
    }
}
@media only screen and (max-width: 530px) {
    body.customPage main {
        padding-top: 15px;
    }
}
@media only screen and (max-width: 420px) {
    .ll-form > h1,
    .newTicketPage .form > h1,
    .ll-userProfileForm.ll-form > h1,
    #llWizardTicketForm .ll-form > h1 {
        font-size: 17px;
    }
    .article-header h1 {
        font-weight: normal;
        line-height: 38px;
        font-size: 32px;
    }
}

/** HeartRate Styles - Added: 2017-July-31 **/
@media screen and (max-width: 420px) {
    body.appHeartRate main {
        padding: 0 20px;
    }    
}
body.appHeartRate #llQuestionForm {
    max-width: 100%;
}
@media screen and (max-width: 670px) {
    body.appHeartRate #ll-latapp-heartrate .question {
        padding-left: 0;
        line-height: 1.3;
    }
}
body.appHeartRate #ll-latapp-heartrate .logContainer {
    background-color: #f3f3f3;
    border: 1px solid #E4E4E4;
}
body.appHeartRate #ll-latapp-heartrate a {
    color: inherit !important;
}
body.appHeartRate #ll-latapp-heartrate a:hover {
    text-decoration: underline;
}
body.appHeartRate #ll-latapp-heartrate fieldset {
    padding: 15px 20px;
    border: 1px solid #E4E4E4;
    margin: 20px 0 0 0;
}
body.appHeartRate #ll-latapp-heartrate label {
    font-size: 18px;
    font-weight: bold;
    color: inherit;
}
body.appHeartRate #ll-latapp-heartrate .form-field:nth-child(2){
    margin-top: 0;
}
@media screen and (max-width: 700px) {
    .form-field + .form-field {
        margin-top: inherit;
    }
    body.appHeartRate #ll-latapp-heartrate .form-field {
        margin-right: 0;
    }
}
body.appHeartRate #ll-latapp-heartrate .ll-tiles button.btn,
body.appHeartRate #ll-latapp-heartrate #ll-formStep-controller .llBtn,
body.appHeartRate #ll-latapp-heartrate div.submitBtnContainer input.submitButton {
    margin-bottom: 10px;
    margin-right: 10px;
    border-radius: 0px !important;
    padding: 10px;
    margin: 0 10px 10px 0;
    line-height: normal;
    font-size: 16px;
    min-width: 100px;
    float: left;
    -webkit-transition:background 100ms linear, opacity 100ms linear;
    -moz-transition:background 100ms linear, opacity 100ms linear;
    transition:background 100ms linear, opacity 100ms linear;
}
body.appHeartRate #ll-latapp-heartrate div.submitBtnContainer input.submitButton {
    font-weight: normal;
}
body.appHeartRate #ll-latapp-heartrate #ll-formStep-controller .llBtn {
    margin-bottom: 0;
}
body.appHeartRate #ll-latapp-heartrate #ll-formStep-controller .llBtn.nextBtn {
    padding: 11px 10px;
}
@media screen and (max-width: 700px) {
    body.appHeartRate #ll-latapp-heartrate .ll-tiles button.btn,
    body.appHeartRate #ll-latapp-heartrate #ll-formStep-controller .llBtn.nextBtn,
    body.appHeartRate #ll-latapp-heartrate #ll-formStep-controller .llBtn.prevBtn,
    body.appHeartRate #ll-latapp-heartrate div.submitBtnContainer input.submitButton {
        width: 100%;
        margin-bottom: 10px;
        max-width: 420px;
        white-space: normal;
    }
    body.appHeartRate #ll-latapp-heartrate .ll-tiles button.btn,
    body.appHeartRate #ll-latapp-heartrate div.submitBtnContainer input.submitButton {
        max-width: 400px;
    }
}

body.appHeartRate #ll-latapp-heartrate .ll-tiles button.btn:hover,
body.appHeartRate #ll-latapp-heartrate #ll-formStep-controller .llBtn:hover {
    opacity: .8;
}
    
body.appHeartRate #ll-latapp-heartrate .ll-tiles button.btn .ui-button-text{
    padding: 10px 10px;
}

body.appHeartRate #ll-latapp-heartrate .ll-tiles button.btn.ll-is-selected{
    float: none;
    margin-bottom: 0;
}

body.appHeartRate #ll-latapp-heartrate .ll-tiles button.btn.ll-is-selected, 
body.appHeartRate #ll-latapp-heartrate .ll-tiles button.btn.ll-is-selected:hover { }

body.appHeartRate #ll-latapp-heartrate .ll-tiles button.btn.ll-is-selected .ui-button-text, 
body.appHeartRate #ll-latapp-heartrate .ll-tiles button.btn.ll-is-selected:hover .ui-button-text { }

body.appHeartRate #ll-latapp-heartrate #ll-formStep-controller {
    margin-top: 15px;
}
@media screen and (max-width: 700px) {
    body.appHeartRate #ll-latapp-heartrate .heartRate-unsubscribe-container .unsubButton {
        padding-left: 0;
    }
}


/* Sleepmaker */
/* Override generic styles above */
body.appHeartRate #ll-latapp-heartrate .ll-tiles button.btn,
body.appHeartRate #ll-latapp-heartrate #ll-formStep-controller .llBtn.prevBtn{
    color: #768692 !important;
    border: 1px solid #e2e2e2 !important;
    background-color: #ffffff !important;
}
body.appHeartRate #ll-latapp-heartrate .ll-tiles button.btn:hover,
body.appHeartRate #ll-latapp-heartrate #ll-formStep-controller .llBtn.prevBtn:hover {
      color: #768692 !important;
      background-color: #f2f4f6 !important;
}
body.appHeartRate #ll-latapp-heartrate .ll-tiles button.btn.ll-is-selected,
body.appHeartRate #ll-latapp-heartrate .ll-tiles button.btn.ll-is-selected:hover {
    color: #768692 !important;
    background-color: #f2f4f6 !important;
    border: 1px solid #e2e2e2 !important;
}
body.appHeartRate #ll-latapp-heartrate #ll-formStep-controller .llBtn.nextBtn,
body.appHeartRate #ll-latapp-heartrate #ll-formStep-controller .llBtn.nextBtn:hover  {
    background-color: #003b6e !important;
    color: #fff !important;
}
body.appHeartRate #ll-latapp-heartrate div.submitBtnContainer input.submitButton {
    border: 1px solid #003b6e !important;
}

/*
  NEW!!! Image buttons for 1st question: force white background for all btns
*/
body.appHeartRate #ll-latapp-heartrate div.request_custom_fields_80954688 .ll-tiles button,
body.appHeartRate #ll-latapp-heartrate div.request_custom_fields_80954688 .ll-tiles button.btn:hover,
body.appHeartRate #ll-latapp-heartrate div.request_custom_fields_80954688 .ll-tiles button.btn.ll-is-selected{
  background-color: white !important;
  display: inline-block;
}
@media screen and (max-width: 700px) {
    body.appHeartRate #ll-latapp-heartrate div.request_custom_fields_80954688 .ll-tiles button {
        border: 1px solid #e2e2e2 !important;
    }
}

/* selected btn on first question */
body.appHeartRate #ll-latapp-heartrate div.request_custom_fields_80954688 .ll-tiles button.btn.ll-is-selected{
   float: left; 
   border-width: 2px !important;
}


/*  undo btn on first question */
body.appHeartRate #ll-latapp-heartrate div.request_custom_fields_80954688 .ll-tiles button.ll-tile.is-undo{
  background-color: white !important;
  color: #768692 !important;  
  font-size: 14px;
  padding-top: 15px;
  border: none !important;
}
@media screen and (max-width: 700px) {
    body.appHeartRate #ll-latapp-heartrate div.request_custom_fields_80954688 .ll-tiles button.ll-tile.is-undo{
        padding-left: 0;
        border: none !important;
    }
}

body.appHeartRate #ll-latapp-heartrate div.request_custom_fields_80954688 .ll-tiles button.ll-tile.is-undo::before{
  content: ''; 
}

body.appHeartRate #ll-latapp-heartrate div.request_custom_fields_80954688 .ll-tiles button.ll-tile.is-undo img{
  display: none; 
}



/*
  NEW!!! Image buttons for 1st question: force white background for all btns
*/
body.appHeartRate #ll-latapp-heartrate div.request_custom_fields_80923507 .ll-tiles button,
body.appHeartRate #ll-latapp-heartrate div.request_custom_fields_80923507 .ll-tiles button.btn:hover,
body.appHeartRate #ll-latapp-heartrate div.request_custom_fields_80923507 .ll-tiles button.btn.ll-is-selected{
  background-color: white !important;
  display: inline-block;
}
@media screen and (max-width: 700px) {
    body.appHeartRate #ll-latapp-heartrate div.request_custom_fields_80923507 .ll-tiles button {
        border: 1px solid #e2e2e2 !important;
    }
}

/* selected btn on first question */
body.appHeartRate #ll-latapp-heartrate div.request_custom_fields_80923507 .ll-tiles button.btn.ll-is-selected{
   float: left; 
   border-width: 2px !important;
}


/*  undo btn on first question */
body.appHeartRate #ll-latapp-heartrate div.request_custom_fields_80923507 .ll-tiles button.ll-tile.is-undo{
  background-color: white !important;
  color: #768692 !important;  
  font-size: 14px;
  padding-top: 15px;
  border: none !important;
}
@media screen and (max-width: 700px) {
    body.appHeartRate #ll-latapp-heartrate div.request_custom_fields_80923507 .ll-tiles button.ll-tile.is-undo{
        padding-left: 0;
        border: none !important;
    }
}

body.appHeartRate #ll-latapp-heartrate div.request_custom_fields_80923507 .ll-tiles button.ll-tile.is-undo::before{
  content: ''; 
}

body.appHeartRate #ll-latapp-heartrate div.request_custom_fields_80923507 .ll-tiles button.ll-tile.is-undo img{
  display: none; 
}




/*
  NEW!!! Image buttons for 1st question: force white background for all btns
*/
body.appHeartRate #ll-latapp-heartrate div.request_custom_fields_80923547 .ll-tiles button,
body.appHeartRate #ll-latapp-heartrate div.request_custom_fields_80923547 .ll-tiles button.btn:hover,
body.appHeartRate #ll-latapp-heartrate div.request_custom_fields_80923547 .ll-tiles button.btn.ll-is-selected{
  background-color: white !important;
  display: inline-block;
}
@media screen and (max-width: 700px) {
    body.appHeartRate #ll-latapp-heartrate div.request_custom_fields_80923547 .ll-tiles button {
        border: 1px solid #e2e2e2 !important;
    }
}

/* selected btn on first question */
body.appHeartRate #ll-latapp-heartrate div.request_custom_fields_80923547 .ll-tiles button.btn.ll-is-selected{
   float: left; 
   border-width: 2px !important;
}


/*  undo btn on first question */
body.appHeartRate #ll-latapp-heartrate div.request_custom_fields_80923547 .ll-tiles button.ll-tile.is-undo{
  background-color: white !important;
  color: #768692 !important;  
  font-size: 14px;
  padding-top: 15px;
  border: none !important;
}
@media screen and (max-width: 700px) {
    body.appHeartRate #ll-latapp-heartrate div.request_custom_fields_80923547 .ll-tiles button.ll-tile.is-undo{
        padding-left: 0;
        border: none !important;
    }
}

body.appHeartRate #ll-latapp-heartrate div.request_custom_fields_80923547 .ll-tiles button.ll-tile.is-undo::before{
  content: ''; 
}

body.appHeartRate #ll-latapp-heartrate div.request_custom_fields_80923547 .ll-tiles button.ll-tile.is-undo img{
  display: none; 
}


#photosConds{
 	color: #768692;
}

#photosConds p{
 	color: #768692;
  margin: 5px;
}