@font-face {
    font-family: helvetica-neue-LT-reg;
    src: url("/fonts/HelveticaNeueLTStd-Roman.otf")
}

@font-face {
    font-family: helvetica-neue-LT-bold;
    src: url("/fonts/HelveticaNeueLTStd-Bd.otf")
}

#autocomplete {
    border: 1px solid;
    overflow: hidden;
    position: absolute;
    z-index: 100
}

#autocomplete ul {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0
}

#autocomplete li {
    background: #fff;
    color: #000;
    cursor: default;
    white-space: pre;
    zoom: 1
}

html.js input.form-autocomplete {
    background-image: url(/misc/xthrobber-inactive.png.pagespeed.ic.AMkK5bm3ol.webp);
    background-position: 100% center;
    background-repeat: no-repeat
}

html.js input.throbbing {
    background-image: url(/misc/throbber-active.gif);
    background-position: 100% center
}

html.js fieldset.collapsed {
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    height: 1em
}

html.js fieldset.collapsed .fieldset-wrapper {
    display: none
}

fieldset.collapsible {
    position: relative
}

fieldset.collapsible .fieldset-legend {
    display: block
}

.form-textarea-wrapper textarea {
    display: block;
    margin: 0;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.resizable-textarea .grippie {
    background: #eee url(/misc/xgrippie.png.pagespeed.ic.NnCD0c3S8R.webp) no-repeat center 2px;
    border: 1px solid #ddd;
    border-top-width: 0;
    cursor: s-resize;
    height: 9px;
    overflow: hidden
}

body.drag {
    cursor: move
}

.draggable a.tabledrag-handle {
    cursor: move;
    float: left;
    height: 1.7em;
    margin-left: -1em;
    overflow: hidden;
    text-decoration: none
}

a.tabledrag-handle:hover {
    text-decoration: none
}

a.tabledrag-handle .handle {
    background: url(/misc/draggable.png) no-repeat 6px 9px;
    height: 13px;
    margin: -.4em .5em;
    padding: .42em .5em;
    width: 13px
}

a.tabledrag-handle-hover .handle {
    background-position: 6px -11px
}

div.indentation {
    float: left;
    height: 1.7em;
    margin: -.4em .2em -.4em -.4em;
    padding: .42em 0 .42em .6em;
    width: 20px
}

div.tree-child {
    background: url(/misc/xtree.png.pagespeed.ic.xttX2d3gtl.webp) no-repeat 11px center
}

div.tree-child-last {
    background: url(/misc/xtree-bottom.png.pagespeed.ic.hq3piFs5GI.webp) no-repeat 11px center
}

div.tree-child-horizontal {
    background: url(/misc/xtree.png.pagespeed.ic.xttX2d3gtl.webp) no-repeat -11px center
}

.tabledrag-toggle-weight-wrapper {
    text-align: right
}

table.sticky-header {
    background-color: #fff;
    margin-top: 0
}

.progress .bar {
    background-color: #fff;
    border: 1px solid
}

.progress .filled {
    background-color: #000;
    height: 1.5em;
    width: 5px
}

.progress .percentage {
    float: right
}

.ajax-progress {
    display: inline-block
}

.ajax-progress .throbber {
    background: transparent url(/misc/throbber-active.gif) no-repeat 0 center;
    float: left;
    height: 15px;
    margin: 2px;
    width: 15px
}

.ajax-progress .message {
    padding-left: 20px
}

tr .ajax-progress .throbber {
    margin: 0 2px
}

.ajax-progress-bar {
    width: 16em
}

.container-inline div, .container-inline label {
    display: inline
}

.container-inline .fieldset-wrapper {
    display: block
}

.nowrap {
    white-space: nowrap
}

html.js .js-hide {
    display: none
}

.element-hidden {
    display: none
}

.element-invisible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px
}

.element-invisible.element-focusable:active, .element-invisible.element-focusable:focus {
    position: static !important;
    clip: auto;
    overflow: visible;
    height: auto
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

* html .clearfix {
    height: 1%
}

*:first-child+html .clearfix {
    min-height: 1%
}

ul.menu {
    border: none;
    list-style: none;
    text-align: left
}

ul.menu li {
    margin: 0 0 0 .5em
}

ul li.expanded {
    list-style-image: url(/misc/xmenu-expanded.png.pagespeed.ic.9ZVmuLfrQv.webp);
    list-style-type: circle
}

ul li.collapsed {
    list-style-image: url(/misc/xmenu-collapsed.png.pagespeed.ic.dkptn4M3Z6.webp);
    list-style-type: disc
}

ul li.leaf {
    list-style-image: url(/misc/xmenu-leaf.png.pagespeed.ic.w-Zw3bQc_J.webp);
    list-style-type: square
}

li.expanded, li.collapsed, li.leaf {
    padding: .2em .5em 0 0;
    margin: 0
}

li a.active {
    color: #000
}

td.menu-disabled {
    background: #ccc
}

ul.inline, ul.links.inline {
    display: inline;
    padding-left: 0
}

ul.inline li {
    display: inline;
    list-style-type: none;
    padding: 0 .5em
}

.breadcrumb {
    padding-bottom: .5em
}

ul.primary {
    border-bottom: 1px solid #bbb;
    border-collapse: collapse;
    height: auto;
    line-height: normal;
    list-style: none;
    margin: 5px;
    padding: 0 0 0 1em;
    white-space: nowrap
}

ul.primary li {
    display: inline
}

ul.primary li a {
    background-color: #ddd;
    border-color: #bbb;
    border-style: solid solid none solid;
    border-width: 1px;
    height: auto;
    margin-right: .5em;
    padding: 0 1em;
    text-decoration: none
}

ul.primary li.active a {
    background-color: #fff;
    border: 1px solid #bbb;
    border-bottom: 1px solid #fff
}

ul.primary li a:hover {
    background-color: #eee;
    border-color: #ccc;
    border-bottom-color: #eee
}

ul.secondary {
    border-bottom: 1px solid #bbb;
    padding: .5em 1em;
    margin: 5px
}

ul.secondary li {
    border-right: 1px solid #ccc;
    display: inline;
    padding: 0 1em
}

ul.secondary a {
    padding: 0;
    text-decoration: none
}

ul.secondary a.active {
    border-bottom: 4px solid #999
}

div.messages {
    background-position: 8px 8px;
    background-repeat: no-repeat;
    border: 1px solid;
    margin: 6px 0;
    padding: 10px 10px 10px 50px
}

div.status {
    background-image: url(/misc/xmessage-24-ok.png.pagespeed.ic.Lki6LasaEX.webp);
    border-color: #be7
}

div.status, .ok {
    color: #234600
}

div.status, table tr.ok {
    background-color: #f8fff0
}

div.warning {
    background-image: url(/misc/xmessage-24-warning.png.pagespeed.ic.cJ1FnhwT7G.webp);
    border-color: #ed5
}

div.warning, .warning {
    color: #840
}

div.warning, table tr.warning {
    background-color: #fffce5
}

div.error {
    background-image: url(/misc/xmessage-24-error.png.pagespeed.ic.wc4D6ndtjW.webp);
    border-color: #ed541d
}

div.error, .error {
    color: #8c2e0b
}

div.error, table tr.error {
    background-color: #fef5f1
}

div.error p.error {
    color: #333
}

div.messages ul {
    margin: 0 0 0 1em;
    padding: 0
}

div.messages ul li {
    list-style-image: none
}

fieldset {
    margin-bottom: 1em;
    padding: .5em
}

form {
    margin: 0;
    padding: 0
}

hr {
    border: 1px solid gray;
    height: 1px
}

img {
    border: 0
}

table {
    border-collapse: collapse
}

th {
    border-bottom: 3px solid #ccc;
    padding-right: 1em;
    text-align: left
}

tbody {
    border-top: 1px solid #ccc
}

tr.even, tr.odd {
    background-color: #eee;
    border-bottom: 1px solid #ccc;
    padding: .1em .6em
}

th.active img {
    display: inline
}

td.active {
    background-color: #ddd
}

.item-list .title {
    font-weight: bold
}

.item-list ul {
    margin: 0 0 .75em 0;
    padding: 0
}

.item-list ul li {
    margin: 0 0 .25em 1.5em;
    padding: 0
}

.form-item, .form-actions {
    margin-top: 1em;
    margin-bottom: 1em
}

tr.odd .form-item, tr.even .form-item {
    margin-top: 0;
    margin-bottom: 0;
    white-space: nowrap
}

.form-item .description {
    font-size: .85em
}

label {
    display: block;
    font-weight: bold
}

label.option {
    display: inline;
    font-weight: normal
}

.form-checkboxes .form-item, .form-radios .form-item {
    margin-top: .4em;
    margin-bottom: .4em
}

.form-type-radio .description, .form-type-checkbox .description {
    margin-left: 2.4em
}

input.form-checkbox, input.form-radio {
    vertical-align: middle
}

.marker, .form-required {
    color: red
}

.form-item input.error, .form-item textarea.error, .form-item select.error {
    border: 2px solid red
}

.container-inline .form-actions, .container-inline.form-actions {
    margin-top: 0;
    margin-bottom: 0
}

.more-link {
    text-align: right
}

.more-help-link {
    text-align: right
}

.more-help-link a {
    background: url(/misc/xhelp.png.pagespeed.ic.CAF1GaTcra.webp) 0 50% no-repeat;
    padding: 1px 0 1px 20px
}

.item-list .pager {
    clear: both;
    text-align: center
}

.item-list .pager li {
    background-image: none;
    display: inline;
    list-style-type: none;
    padding: .5em
}

.pager-current {
    font-weight: bold
}

#autocomplete li.selected {
    background: #0072b9;
    color: #fff
}

html.js fieldset.collapsible .fieldset-legend {
    background: url(/misc/xmenu-expanded.png.pagespeed.ic.9ZVmuLfrQv.webp) 5px 65% no-repeat;
    padding-left: 15px
}

html.js fieldset.collapsed .fieldset-legend {
    background-image: url(/misc/xmenu-collapsed.png.pagespeed.ic.dkptn4M3Z6.webp);
    background-position: 5px 50%
}

.fieldset-legend span.summary {
    color: #999;
    font-size: .9em;
    margin-left: .5em
}

tr.drag {
    background-color: #fffff0
}

tr.drag-previous {
    background-color: #ffd
}

.tabledrag-toggle-weight {
    font-size: .9em
}

body div.tabledrag-changed-warning {
    margin-bottom: .5em
}

tr.selected td {
    background: #ffc
}

td.checkbox, th.checkbox {
    text-align: center
}

.progress {
    font-weight: bold
}

.progress .bar {
    background: #ccc;
    border-color: #666;
    margin: 0 .2em;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.progress .filled {
    background: #0072b9 url(/misc/progress.gif)
}

#comments {
    margin-top: 15px
}

.indented {
    margin-left: 25px
}

.comment-unpublished {
    background-color: #fff4f4
}

.comment-preview {
    background-color: #ffffea
}

.container-inline-date {
    clear: both
}

.container-inline-date .form-item {
    float: none;
    margin: 0;
    padding: 0
}

.container-inline-date>.form-item {
    display: inline-block;
    margin-right: .5em;
    margin-bottom: 10px;
    vertical-align: top
}

.container-inline-date .form-item .form-item {
    float: left
}

.container-inline-date .form-item, .container-inline-date .form-item input {
    width: auto
}

.container-inline-date .description {
    clear: both
}

.container-inline-date .form-item input, .container-inline-date .form-item select, .container-inline-date .form-item option {
    margin-right: 5px
}

.container-inline-date .date-spacer {
    margin-left: -5px
}

.views-right-60 .container-inline-date div {
    margin: 0;
    padding: 0
}

.container-inline-date .date-timezone .form-item {
    clear: both;
    float: none;
    width: auto
}

.container-inline-date .date-padding {
    padding: 10px;
    float: left
}

.views-exposed-form .container-inline-date .date-padding {
    padding: 0
}

#calendar_div, #calendar_div td, #calendar_div th {
    margin: 0;
    padding: 0
}

#calendar_div, .calendar_control, .calendar_links, .calendar_header, .calendar {
    border-collapse: separate;
    margin: 0;
    width: 185px
}

.calendar td {
    padding: 0
}

span.date-display-single {}

span.date-display-start {}

span.date-display-end {}

.date-prefix-inline {
    display: inline-block
}

.date-clear {
    clear: both;
    display: block;
    float: none
}

.date-no-float {
    clear: both;
    float: none;
    width: 98%
}

.date-float {
    clear: none;
    float: left;
    width: auto
}

.date-float .form-type-checkbox {
    padding-right: 1em
}

.form-type-date-select .form-type-select[class$="hour"] {
    margin-left: .75em
}

.date-container .date-format-delete {
    float: left;
    margin-top: 1.8em;
    margin-left: 1.5em
}

.date-container .date-format-name {
    float: left
}

.date-container .date-format-type {
    float: left;
    padding-left: 10px
}

.date-container .select-container {
    clear: left;
    float: left
}

div.date-calendar-day {
    background: #f3f3f3;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    color: #999;
    float: left;
    line-height: 1;
    margin: 6px 10px 0 0;
    text-align: center;
    width: 40px
}

div.date-calendar-day span {
    display: block;
    text-align: center
}

div.date-calendar-day span.month {
    background-color: #b5bebe;
    color: #fff;
    font-size: .9em;
    padding: 2px;
    text-transform: uppercase
}

div.date-calendar-day span.day {
    font-size: 2em;
    font-weight: bold
}

div.date-calendar-day span.year {
    font-size: .9em;
    padding: 2px
}

.form-item.form-item-instance-widget-settings-input-format-custom, .form-item.form-item-field-settings-enddate-required {
    margin-left: 1.3em
}

#edit-field-settings-granularity .form-type-checkbox {
    margin-right: .6em
}

.date-year-range-select {
    margin-right: 1em
}

.field .field-label {
    font-weight: bold
}

.field-label-inline .field-label, .field-label-inline .field-items {
    float: left
}

form .field-multiple-table {
    margin: 0
}

form .field-multiple-table th.field-label {
    padding-left: 0
}

form .field-multiple-table td.field-multiple-drag {
    width: 30px;
    padding-right: 0
}

form .field-multiple-table td.field-multiple-drag a.tabledrag-handle {
    padding-right: .5em
}

form .field-add-more-submit {
    margin: .5em 0 0
}

.node-unpublished {
    background-color: #fff4f4
}

.preview .node {
    background-color: #ffffea
}

td.revision-current {
    background: #ffc
}

.search-form {
    margin-bottom: 1em
}

.search-form input {
    margin-top: 0;
    margin-bottom: 0
}

.search-results {
    list-style: none
}

.search-results p {
    margin-top: 0
}

.search-results .title {
    font-size: 1.2em
}

.search-results li {
    margin-bottom: 1em
}

.search-results .search-snippet-info {
    padding-left: 1em
}

.search-results .search-info {
    font-size: .85em
}

.search-advanced .criterion {
    float: left;
    margin-right: 2em
}

.search-advanced .action {
    float: left;
    clear: left
}

#permissions td.module {
    font-weight: bold
}

#permissions td.permission {
    padding-left: 1.5em
}

#permissions tr.odd .form-item, #permissions tr.even .form-item {
    white-space: normal
}

#user-admin-settings fieldset .fieldset-description {
    font-size: .85em;
    padding-bottom: .5em
}

#user-admin-roles td.edit-name {
    clear: both
}

#user-admin-roles .form-item-name {
    float: left;
    margin-right: 1em
}

.password-strength {
    width: 17em;
    float: right;
    margin-top: 1.4em
}

.password-strength-title {
    display: inline
}

.password-strength-text {
    float: right;
    font-weight: bold
}

.password-indicator {
    background-color: #c4c4c4;
    height: .3em;
    width: 100%
}

.password-indicator div {
    height: 100%;
    width: 0%;
    background-color: #47c965
}

input.password-confirm, input.password-field {
    width: 16em;
    margin-bottom: .4em
}

div.password-confirm {
    float: right;
    margin-top: 1.5em;
    visibility: hidden;
    width: 17em
}

div.form-item div.password-suggestions {
    padding: .2em .5em;
    margin: .7em 0;
    width: 38.5em;
    border: 1px solid #b4b4b4
}

div.password-suggestions ul {
    margin-bottom: 0
}

.confirm-parent, .password-parent {
    clear: left;
    margin: 0;
    width: 36.3em
}

.profile {
    clear: both;
    margin: 1em 0
}

.profile .user-picture {
    float: right;
    margin: 0 1em 1em 0
}

.profile h3 {
    border-bottom: 1px solid #ccc
}

.profile dl {
    margin: 0 0 1.5em 0
}

.profile dt {
    margin: 0 0 .2em 0;
    font-weight: bold
}

.profile dd {
    margin: 0 0 1em 0
}

.views-exposed-form .views-exposed-widget {
    float: left;
    padding: .5em 1em 0 0
}

.views-exposed-form .views-exposed-widget .form-submit {
    margin-top: 1.6em
}

.views-exposed-form .form-item, .views-exposed-form .form-submit {
    margin-top: 0;
    margin-bottom: 0
}

.views-exposed-form label {
    font-weight: bold
}

.views-exposed-widgets {
    margin-bottom: .5em
}

.views-align-left {
    text-align: left
}

.views-align-right {
    text-align: right
}

.views-align-center {
    text-align: center
}

.views-view-grid tbody {
    border-top: none
}

.view .progress-disabled {
    float: none
}

.ctools-locked {
    color: red;
    border: 1px solid red;
    padding: 1em
}

.ctools-owns-lock {
    background: #ffd none repeat scroll 0 0;
    border: 1px solid #f0c020;
    padding: 1em
}

a.ctools-ajaxing, input.ctools-ajaxing, button.ctools-ajaxing, select.ctools-ajaxing {
    padding-right: 18px !important;
    background: url(/sites/all/modules/contrib/ctools/images/status-active.gif) right center no-repeat
}

div.ctools-ajaxing {
    float: left;
    width: 18px;
    background: url(/sites/all/modules/contrib/ctools/images/status-active.gif) center center no-repeat
}

.locale-untranslated {
    font-style: normal;
    text-decoration: line-through
}

#locale-translation-filter-form .form-item-language, #locale-translation-filter-form .form-item-translation, #locale-translation-filter-form .form-item-group {
    float: left;
    padding-right: .8em;
    margin: .1em;
    width: 15em
}

#locale-translation-filter-form .form-type-select select {
    width: 100%
}

#locale-translation-filter-form .form-actions {
    float: left;
    padding: 3ex 0 0 1em
}

.language-switcher-locale-session a.active {
    color: #0062a0
}

.language-switcher-locale-session a.session-active {
    color: #000
}

.clear {
    clear: both;
    float: left;
    width: 100%
}

body {
    padding: 0;
    margin: 0
}

.base-body {
    padding-top: 0
}

p.base {
    font-size: 14px;
    line-height: 20px
}

header.base .back.base {
    color: #fff !important
}

header.base .back.base:hover {
    color: #fff !important;
    text-decoration: underline !important
}

.base {
    font-family: "Helvetica Neue", Helvetica, arial, sans-serif;
    color: #333
}

.base a.base {
    text-decoration: none;
    color: #36c !important;
    border-bottom: none;
    font-weight: normal;
    position: relative;
    z-index: 100
}

.base a.base:hover {
    text-decoration: underline;
    border-bottom: none;
    background: none
}

.base-note {
    background: #ccc;
    padding: 8px 16px;
    margin-top: 30px
}

.base-note p {
    font-size: 13px;
    line-height: 18px;
    color: #333
}

pre code {
    overflow: auto;
    line-height: 20px;
    letter-spacing: normal
}

pre code .tag {
    text-align: left;
    padding: 0;
    width: auto;
    height: auto;
    border: 0;
    margin: 0;
    background: none;
    color: #000
}

code.hljs {
    padding: 20px;
    margin: 10px 0
}

header.base {
    margin: 0 0 30px 0;
    padding: 20px 0;
    background: #000
}

header.base div h1 {
    margin-bottom: 0;
    padding: 0 0 14px;
    margin-top: 14px
}

header.base div h1.child {
    font-size: 25px
}

header.base div a.back {
    margin-bottom: 0;
    color: #fff;
    float: right;
    display: block;
    padding: 8px 0 14px;
    margin-top: 13px;
    margin-right: 5%
}

header.base div img {
    height: auto;
    width: 150px
}

header.base .guide-wrapper-logo {
    float: left
}

header.base .guide-wrapper-logo h5 {
    font-weight: bold;
    color: #fff;
    margin: 0;
    padding: 0;
    line-height: 1;
    padding-left: 5px
}

section.base-in-guide h1.base, section.base-in-guide h2.base, section.base-in-guide h3.base, section.base-in-guide h4.base, section.base-in-guide h5.base, section.base-in-guide h6.base, section.base h1.base, section.base h2.base, section.base h3.base, section.base h4.base, section.base h5.base, section.base h6.base {
    margin-top: 0;
    margin-bottom: 0
}

section.base-in-guide h1.base, section.base h1.base {
    line-height: 80px
}

section.base-in-guide h2.base, section.base h2.base {
    line-height: 52px;
    font-weight: bold;
    font-size: 36px;
    margin-bottom: 60px;
    display: block
}

section.base-in-guide h3.base, section.base h3.base {
    font-size: 25px;
    margin-top: 10px;
    margin-bottom: 10px
}

section.base-in-guide h4.base, section.base h4.base {
    font-weight: normal;
    margin-bottom: 10px;
    padding-bottom: 5px
}

section.base-in-guide h5.base, section.base h5.base {
    line-height: 25px;
    font-size: 16px;
    color: gray;
    font-weight: normal;
    margin-bottom: 20px;
    border-bottom: solid 2px #e3e3e3
}

section.base-in-guide h6.base, section.base h6.base {
    line-height: 20px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px
}

.base-wrapper {
    display: inline-block;
    width: 100%
}

.base-border-top {
    border-top: solid 3px #e3e3e3
}

.base-border-right {
    border-right: solid 3px #e3e3e3
}

.base-border-bottom {
    border-bottom: solid 3px #e3e3e3
}

.base-border-left {
    border-left: solid 3px #e3e3e3
}

.base-margin-top {
    margin-top: 30px
}

.base-margin-right {
    margin-right: 30px
}

.base-margin-bottom {
    margin-bottom: 30px
}

.base-margin-left {
    margin-left: 30px
}

.base-padding-top {
    padding-top: 30px
}

.base-padding-right {
    padding-right: 30px
}

.base-padding-bottom {
    padding-bottom: 30px
}

.base-padding-left {
    padding-left: 30px
}

ul.base {
    padding: 0;
    margin-bottom: 20px;
    border-top: solid 1px #e3e3e3
}

ul.base li.base-item {
    list-style: none;
    margin: 0;
    line-height: 20px;
    border-bottom: solid 1px #e3e3e3;
    padding: 5px;
    position: relative;
    min-height: 30px;
    cursor: pointer
}

ul.base li.base-item a {
    position: absolute !important;
    top: 0;
    left: 17px;
    right: 0;
    bottom: 0;
    width: 100%;
    min-height: 30px;
    line-height: 20px;
    padding: 5px
}

ul.base li.base-item span.status {
    float: right;
    width: 90px;
    text-align: center;
    margin-left: 0%;
    margin-top: 1px
}

ul.base li.base-item .updated-on {
    float: right;
    padding-top: 3px
}

ul.base li:hover {
    background: #f4f4f4;
    -webkit-transition: background-color .4s ease;
    -moz-transition: background-color .4s ease;
    transition: background-color .4s ease
}

section {
    padding: 60px 14px
}

footer.base .container-padding div {
    font-size: 13px;
    border-top: solid 3px #e3e3e3;
    padding: 14px 0 14px 0;
    margin-top: 30px
}

.swatch-color-large, .swatch-color-small {
    padding-bottom: 100%;
    width: 100%;
    border-radius: 50%;
    border: solid 1px #000
}

.swatch-color-small {
    border: solid 1px #999
}

.swatch h4 {
    border-bottom: solid 1px #e5e5e5;
    border-top: solid 1px #e5e5e5;
    padding: 8px 0 4px;
    margin-bottom: 10px !important
}

.swatch ul {
    padding: 0;
    margin-bottom: 20px
}

.swatch ul li {
    list-style: disc;
    font-size: 14px;
    margin: 0 !important;
    line-height: 20px;
    padding: 5px;
    position: relative;
    min-height: 30px;
    list-style-position: inside
}

h1.base {
    font-size: 40px;
    letter-spacing: 0
}

h2.base {
    font-size: 30px;
    letter-spacing: 0
}

h3.base {
    font-size: 24px;
    letter-spacing: 0
}

h4.base {
    font-size: 18px
}

h5.base {
    font-size: 13px
}

li.status span {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    padding: 2px 4px;
    font-size: 11.844px;
    font-weight: bold;
    line-height: 14px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #999;
    margin-left: 5px;
    vertical-align: top;
    margin-top: 2px;
    text-transform: capitalize;
    font-weight: normal
}

li.status.empty span, li.status.blank span {
    background-color: #999
}

li.status.build span {
    background-color: #333
}

li.status.paused span {
    background-color: #e50000
}

li.status.testing span {
    background-color: #f89406
}

li.status.review span {
    background-color: #3a87ad
}

li.status.completed span {
    background-color: #468847
}

.changelog code {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    max-height: 500px;
    border: solid 1px #e1e1e1
}

.changelog pre {
    display: block !important
}

.changelog .changelog-markdown {
    background: #eee;
    color: #000;
    font-family: monospace
}

@media all and (max-width:500px) and (min-width:320px) {
    header.base div a.back {
        margin-bottom: 0;
        color: #fff;
        float: left;
        display: block;
        padding: 0 0 14px;
        margin-top: 0
    }

    header.base .guide-wrapper-logo {
        float: left;
        width: 100%
    }

    header.base .base.ajax-droplist {
        background: #fff;
        float: left;
        margin-top: 15px;
        width: 220px;
        z-index: 200;
        margin-bottom: 15px
    }
}

.base.ajax-droplist {
    background: #fff;
    float: right;
    margin-top: 9px;
    width: 220px;
    z-index: 100
}

.key {
    float: left;
    width: 100%;
    padding: 0 0 30px
}

.key ul li {
    padding-bottom: 5px;
    vertical-align: middle
}

.key ul li span {
    margin-top: 1px;
    margin-left: 0;
    margin-bottom: 1px;
    width: 18px;
    margin-right: 10px
}

@media all and (max-width:1199px) and (min-width:320px) {
    .key .tips {
        margin-top: 20px
    }
}

li.drupal-status {
    height: 20px;
    padding: 0 !important;
    line-height: inherit !important;
    text-indent: 20px;
    background: url(/sites/all/themes/lush/assets/img/base/graphics/druplicon-sprite.svg) no-repeat 0 -90px transparent;
    background-size: 17px;
    margin: 0 1% !important;
    background-color: transparent !important
}

li.drupal-status.drupal-complete {
    background: url(/sites/all/themes/lush/assets/img/base/graphics/druplicon-sprite.svg) no-repeat 0 0 transparent;
    background-size: 17px
}

li.drupal-status.drupal-pass {
    background: url(/sites/all/themes/lush/assets/img/base/graphics/druplicon-sprite.svg) no-repeat 0 -29px transparent;
    background-size: 17px
}

li.drupal-status.drupal-fail {
    background: url(/sites/all/themes/lush/assets/img/base/graphics/druplicon-sprite.svg) no-repeat 0 -59px transparent;
    background-size: 17px
}

li.drupal-status.drupal-refresh {
    background: url(/sites/all/themes/lush/assets/img/base/graphics/druplicon-sprite.svg) no-repeat 0 -119px transparent;
    background-size: 17px
}

li.drupal-status.drupal-paused {
    background: url(/sites/all/themes/lush/assets/img/base/graphics/druplicon-sprite.svg) no-repeat 0 -150px transparent;
    background-size: 17px
}

.drupal-tips li.drupal-status {
    float: none;
    margin: 0 !important;
    position: relative;
    top: 5px;
    padding-bottom: 24px !important
}

span.drupal-status {
    width: 17px;
    height: 20px;
    padding: 0 !important;
    line-height: inherit !important;
    text-indent: 20px;
    float: right;
    background: url(/sites/all/themes/lush/assets/img/base/graphics/druplicon-sprite.svg) no-repeat 0 -90px transparent;
    background-size: 17px;
    margin: 0 1% !important;
    background-color: transparent !important
}

span.drupal-status.drupal-complete {
    background: url(/sites/all/themes/lush/assets/img/base/graphics/druplicon-sprite.svg) no-repeat 0 0 transparent;
    background-size: 17px
}

span.drupal-status.drupal-pass {
    background: url(/sites/all/themes/lush/assets/img/base/graphics/druplicon-sprite.svg) no-repeat 0 -29px transparent;
    background-size: 17px
}

span.drupal-status.drupal-fail {
    background: url(/sites/all/themes/lush/assets/img/base/graphics/druplicon-sprite.svg) no-repeat 0 -59px transparent;
    background-size: 17px
}

span.drupal-status.drupal-refresh {
    background: url(/sites/all/themes/lush/assets/img/base/graphics/druplicon-sprite.svg) no-repeat 0 -119px transparent;
    background-size: 17px
}

span.drupal-status.drupal-paused {
    background: url(/sites/all/themes/lush/assets/img/base/graphics/druplicon-sprite.svg) no-repeat 0 -150px transparent;
    background-size: 17px
}

span.drupal-status.jira {
    background: url(/sites/all/themes/lush/assets/img/base/graphics/druplicon-sprite.svg) no-repeat 0 -219px transparent;
    background-size: 17px;
    height: 18px;
    width: 16px;
    position: absolute;
    top: 6px;
    left: 0;
    padding: 0 !important;
    margin: 0 !important
}

span.drupal-status.jira a {
    cursor: pointer !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    height: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    min-height: 0 !important
}

.drupal-tips span.drupal-status {
    float: none;
    display: inline-block;
    margin: 0 !important;
    position: relative;
    top: 5px
}

.browser-checks {
    display: inline-block;
    padding: 0 !important;
    float: right;
    margin: 0 0 0 10px !important;
    background: none !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.browser-checks ul li span {
    background: url(/sites/all/themes/lush/assets/img/base/graphics/browser-tested.svg);
    height: 18px;
    width: 18px;
    background-size: 53px;
    background-color: transparent !important
}

.browser-checks ul li span.ie {
    background-position: -35px -35px
}

.browser-checks ul li span.ff {
    background-position: -35px -2px
}

.browser-checks ul li span.chrome {
    background-position: -35px -66px
}

.browser-checks ul li span.safari {
    background-position: -35px -101px
}

.browser-checks ul li span.active.ie {
    background-position: 0 -35px
}

.browser-checks ul li span.active.ff {
    background-position: 0 -2px
}

.browser-checks ul li span.active.chrome {
    background-position: 0 -66px
}

.browser-checks ul li span.active.safari {
    background-position: 0 -101px
}

.styleguide-tips {
    margin-top: 20px
}

.browser-tips li span {
    background: url(/sites/all/themes/lush/assets/img/base/graphics/browser-tested.svg);
    height: 18px;
    width: 18px;
    background-size: 53px;
    display: inline-block;
    background-color: transparent !important;
    float: left
}

.browser-tips li span.ie {
    background-position: 0 -35px
}

.browser-tips li span.ff {
    background-position: 0 -2px
}

.browser-tips li span.chrome {
    background-position: 0 -66px
}

.browser-tips li span.safari {
    background-position: 0 -101px
}

#grid_overlay_cog {
    position: fixed;
    top: 44px;
    right: 0;
    background: #ccc;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    font-size: 12px;
    padding: 4px 12px 4px 4px;
    z-index: 101
}

#grid_overlay_cog #grid_cog_icon {
    background: url(/sites/all/themes/lush/assets/img/base/graphics/xglyphicons_halflings_018_cogwheel.png.pagespeed.ic.Ew3cj0tX4Z.webp);
    height: 12px;
    width: 12px;
    display: block;
    cursor: pointer;
    float: right
}

#grid_overlay_cog #grid_overlay_cog_inner {
    display: none;
    padding: 6px;
    border-radius: 10px
}

#grid_overlay, #grid_overlay_max {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(255, 255, 102, .2);
    z-index: 1;
    overflow: hidden
}

#grid_overlay .break-2-grid-1, #grid_overlay .break-4-grid-1, #grid_overlay .break-8-grid-1, #grid_overlay .break-12-grid-1, #grid_overlay .break-16-grid-1, #grid_overlay .break-20-grid-1, #grid_overlay_max .break-2-grid-1, #grid_overlay_max .break-4-grid-1, #grid_overlay_max .break-8-grid-1, #grid_overlay_max .break-12-grid-1, #grid_overlay_max .break-16-grid-1, #grid_overlay_max .break-20-grid-1 {
    background: rgba(250, 0, 0, .2);
    height: 9000px
}

#grid_overlay .break-2, #grid_overlay .break-4, #grid_overlay .break-8, #grid_overlay .break-12, #grid_overlay .break-16, #grid_overlay .break-20, #grid_overlay_max .break-2, #grid_overlay_max .break-4, #grid_overlay_max .break-8, #grid_overlay_max .break-12, #grid_overlay_max .break-16, #grid_overlay_max .break-20 {
    width: 100%;
    float: left;
    clear: both
}

.show-grid-both #grid_overlay_max {
    bottom: 0;
    top: 50%
}

.show-grid-both #grid_overlay, .show-grid-both #grid_overlay_max {
    height: 50% !important
}

#grid_overlay .break-2-grid-1 {
    display: block
}

#grid_overlay .break-4-grid-1 {
    display: none
}

#grid_overlay .break-8-grid-1 {
    display: none
}

#grid_overlay .break-12-grid-1 {
    display: none
}

#grid_overlay .break-16-grid-1 {
    display: none
}

#grid_overlay .break-20-grid-1 {
    display: none
}

@media (min-width:480px) and (max-width:767px) {
    #grid_overlay .break-2-grid-1 {
        display: none
    }

    #grid_overlay .break-4-grid-1 {
        display: block
    }

    #grid_overlay .break-8-grid-1 {
        display: none
    }

    #grid_overlay .break-12-grid-1 {
        display: none
    }

    #grid_overlay .break-16-grid-1 {
        display: none
    }

    #grid_overlay .break-20-grid-1 {
        display: none
    }
}

@media (min-width:768px) and (max-width:999px) {
    #grid_overlay .break-2-grid-1 {
        display: none
    }

    #grid_overlay .break-4-grid-1 {
        display: none
    }

    #grid_overlay .break-8-grid-1 {
        display: block
    }

    #grid_overlay .break-12-grid-1 {
        display: none
    }

    #grid_overlay .break-16-grid-1 {
        display: none
    }

    #grid_overlay .break-20-grid-1 {
        display: none
    }
}

@media (min-width:1000px) and (max-width:1199px) {
    #grid_overlay .break-2-grid-1 {
        display: none
    }

    #grid_overlay .break-4-grid-1 {
        display: none
    }

    #grid_overlay .break-8-grid-1 {
        display: none
    }

    #grid_overlay .break-12-grid-1 {
        display: block
    }

    #grid_overlay .break-16-grid-1 {
        display: none
    }

    #grid_overlay .break-20-grid-1 {
        display: none
    }
}

@media (min-width:1200px) {
    #grid_overlay .break-2-grid-1 {
        display: none
    }

    #grid_overlay .break-4-grid-1 {
        display: none
    }

    #grid_overlay .break-8-grid-1 {
        display: none
    }

    #grid_overlay .break-12-grid-1 {
        display: none
    }

    #grid_overlay .break-16-grid-1 {
        display: block
    }

    #grid_overlay .break-20-grid-1 {
        display: none
    }
}

@media (min-width:1200px) and (max-width:1399px) {
    body.browse #grid_overlay .break-2-grid-1 {
        display: none
    }

    body.browse #grid_overlay .break-4-grid-1 {
        display: none
    }

    body.browse #grid_overlay .break-8-grid-1 {
        display: none
    }

    body.browse #grid_overlay .break-12-grid-1 {
        display: none
    }

    body.browse #grid_overlay .break-16-grid-1 {
        display: block
    }

    body.browse #grid_overlay .break-20-grid-1 {
        display: none
    }
}

@media (min-width:1400px) {
    body.browse #grid_overlay .break-2-grid-1 {
        display: none
    }

    body.browse #grid_overlay .break-4-grid-1 {
        display: none
    }

    body.browse #grid_overlay .break-8-grid-1 {
        display: none
    }

    body.browse #grid_overlay .break-12-grid-1 {
        display: none
    }

    body.browse #grid_overlay .break-16-grid-1 {
        display: none
    }

    body.browse #grid_overlay .break-20-grid-1 {
        display: block
    }
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after {
    content: "";
    content: none
}

q:before, q:after {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

html {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%
}

html, body {
    height: 100%;
    min-height: 100%
}

body {
    overflow: hidden
}

body .body-wrapper {
    height: 100%;
    min-height: 100%;
    overflow-y: hidden
}

body .body-wrapper .layout-browse.with-hero {
    height: 100%;
    z-index: 99;
    position: relative
}

body .body-wrapper #block-system-main, body .body-wrapper .region {
    height: 100%
}

body .stacklafw {
    padding: 2.8%;
    background: #000;
    overflow: hidden;
    -webkit-overflow-scrolling: touch !important;
    overflow: scroll !important;
    height: 100% !important;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0
}

body .stacklafw iframe {
    margin-top: 90px;
    margin-bottom: 80px
}

body {
    font-family: helvetica-neue-LT-reg, "Helvetica Neue Light", Helvetica, Arial
}

body.browse, body.detail {
    color: #333
}

h1, h2, h3, h4, h5, h6, .size-1, .size-2, .size-3, .size-4, .size-5, .size-6, .size-20, .size-7, .size-8, .size-9, .size-10, p {
    font-family: helvetica-neue-LT-reg, "Helvetica Neue Light", Helvetica, Arial
}

h1.bold, h2.bold, h3.bold, h4.bold, h5.bold, h6.bold, .size-1.bold, .size-2.bold, .size-3.bold, .size-4.bold, .size-5.bold, .size-6.bold, .size-20.bold, .size-7.bold, .size-8.bold, .size-9.bold, .size-10.bold, p.bold {
    font-family: helvetica-neue-LT-bold, "Helvetica Neue Light", Helvetica, Arial
}

h1.regular, h2.regular, h3.regular, h4.regular, h5.regular, h6.regular, .size-1.regular, .size-2.regular, .size-3.regular, .size-4.regular, .size-5.regular, .size-6.regular, .size-20.regular, .size-7.regular, .size-8.regular, .size-9.regular, .size-10.regular, p.regular {
    font-weight: normal;
    font-family: helvetica-neue-LT-reg, "Helvetica Neue Light", Helvetica, Arial
}

.size-1, .size-2, .size-3, .size-4, .size-5 {
    color: #000
}

.size-6, .size-7, .size-8, .size-9, .size-10, .size-20 {
    color: #333
}

blockquote {
    border-top: solid 1px #b2b2b2;
    border-bottom: solid 1px #b2b2b2;
    padding: 20px;
    margin-top: 30px
}

.underline {
    text-decoration: underline;
    border-bottom: 0
}

strong, .bold {
    font-family: helvetica-neue-LT-bold, "Helvetica Neue Light", Helvetica, Arial
}

em {
    font-style: italic
}

.normal {
    font-weight: normal;
    font-family: helvetica-neue-LT-reg, "Helvetica Neue Light", Helvetica, Arial
}

.center {
    text-align: center
}

p.small-padding-bottom, .small-padding-bottom p {
    padding-bottom: 10px
}

.medium-padding-bottom, p.medium-padding-bottom, .medium-padding-bottom p, .textformat p {
    padding-bottom: 20px
}

p.large-padding-bottom, .large-padding-bottom p {
    padding-bottom: 40px
}

.textformat p {
    line-height: 24px
}

.textformat ul {
    list-style: disc;
    margin-left: 30px;
    margin-bottom: 24px
}

.textformat ul li {
    font-family: helvetica-neue-LT-reg, "Helvetica Neue Light", Helvetica, Arial;
    line-height: 24px
}

.textformat ul li p {
    padding: 0
}

.blackboard {
    color: #fff
}

p {
    font-size: 16px;
    line-height: 20px
}

p.adjust-leading {
    line-height: 24px
}

blockquote {
    font-size: 14px;
    line-height: 16px
}

blockquote p {
    font-size: inherit !important;
    padding-bottom: 0 !important;
    line-height: inherit !important
}

.size-1, .size-1 p {
    font-size: 90px;
    line-height: 90px
}

.size-2, .size-2 p {
    font-size: 72px;
    line-height: 72px
}

.size-3, .size-3 p {
    font-size: 48px;
    line-height: 52px
}

.size-4, .size-4 p {
    font-size: 36px;
    line-height: 40px
}

.size-5, .size-5 p {
    font-size: 28px;
    line-height: 32px
}

.size-6, .size-6 p {
    font-size: 24px;
    line-height: 28px
}

.size-20, .size-20 p {
    font-size: 20px;
    line-height: 24px
}

.size-7, .size-7 p {
    font-size: 18px;
    line-height: 24px
}

.size-8, .size-8 p {
    font-size: 16px;
    line-height: 20px
}

.size-8.adjust-leading, .size-8 p.adjust-leading {
    line-height: 24px
}

.size-9, .size-9 p {
    font-size: 14px;
    line-height: 16px
}

.size-10, .size-10 p {
    font-size: 12px;
    line-height: 16px
}

@media (max-width:479px) {
    body .mobile-bold {
        font-family: helvetica-neue-LT-bold, "Helvetica Neue Light", Helvetica, Arial
    }

    body .break-2-size-1 {
        font-size: 90px;
        line-height: 90px
    }

    body .break-2-size-2 {
        font-size: 72px;
        line-height: 72px
    }

    body .break-2-size-3 {
        font-size: 48px;
        line-height: 52px
    }

    body .break-2-size-4 {
        font-size: 36px;
        line-height: 40px
    }

    body .break-2-size-5 {
        font-size: 28px;
        line-height: 32px
    }

    body .break-2-size-6 {
        font-size: 24px;
        line-height: 28px
    }

    body .break-2-size-20 {
        font-size: 20px;
        line-height: 24px
    }

    body .break-2-size-7 {
        font-size: 18px;
        line-height: 24px
    }

    body .break-2-size-8 {
        font-size: 16px;
        line-height: 20px
    }

    body .break-2-size-8.adjust-leading {
        line-height: 24px
    }

    body .break-2-size-9 {
        font-size: 14px;
        line-height: 16px
    }

    body .break-2-size-10 {
        font-size: 12px;
        line-height: 16px
    }

    body .product-overview p:first-child {
        font-size: 20px;
        line-height: 24px
    }
}

@media (min-width:480px) and (max-width:767px) {
    body .mobile-bold {
        font-family: helvetica-neue-LT-bold, "Helvetica Neue Light", Helvetica, Arial
    }

    body .break-4-size-1 {
        font-size: 90px;
        line-height: 90px
    }

    body .break-4-size-2 {
        font-size: 72px;
        line-height: 72px
    }

    body .break-4-size-3 {
        font-size: 48px;
        line-height: 52px
    }

    body .break-4-size-4 {
        font-size: 36px;
        line-height: 40px
    }

    body .break-4-size-5 {
        font-size: 28px;
        line-height: 32px
    }

    body .break-4-size-6 {
        font-size: 24px;
        line-height: 28px
    }

    body .break-4-size-20 {
        font-size: 20px;
        line-height: 24px
    }

    body .break-4-size-7 {
        font-size: 18px;
        line-height: 24px
    }

    body .break-4-size-8 {
        font-size: 16px;
        line-height: 20px
    }

    body .break-4-size-8.adjust-leading {
        line-height: 24px
    }

    body .break-4-size-9 {
        font-size: 14px;
        line-height: 16px
    }

    body .break-4-size-10 {
        font-size: 12px;
        line-height: 16px
    }

    body .product-overview p:first-child {
        font-size: 20px;
        line-height: 24px
    }
}

@media (min-width:768px) and (max-width:999px) {
    body .desktop-bold {
        font-family: helvetica-neue-LT-bold, "Helvetica Neue Light", Helvetica, Arial
    }

    body .break-8-size-1 {
        font-size: 90px;
        line-height: 90px
    }

    body .break-8-size-2 {
        font-size: 72px;
        line-height: 72px
    }

    body .break-8-size-3 {
        font-size: 48px;
        line-height: 52px
    }

    body .break-8-size-4 {
        font-size: 36px;
        line-height: 40px
    }

    body .break-8-size-5 {
        font-size: 28px;
        line-height: 32px
    }

    body .break-8-size-6 {
        font-size: 24px;
        line-height: 28px
    }

    body .break-8-size-20 {
        font-size: 20px;
        line-height: 24px
    }

    body .break-8-size-7 {
        font-size: 18px;
        line-height: 24px
    }

    body .break-8-size-8 {
        font-size: 16px;
        line-height: 20px
    }

    body .break-8-size-8.adjust-leading {
        line-height: 24px
    }

    body .break-8-size-9 {
        font-size: 14px;
        line-height: 16px
    }

    body .break-8-size-10 {
        font-size: 12px;
        line-height: 16px
    }

    body .product-overview p:first-child {
        font-size: 24px;
        line-height: 28px
    }
}

@media (min-width:1000px) and (max-width:1199px) {
    body .desktop-bold {
        font-family: helvetica-neue-LT-bold, "Helvetica Neue Light", Helvetica, Arial
    }

    body .break-12-size-1 {
        font-size: 90px;
        line-height: 90px
    }

    body .break-12-size-2 {
        font-size: 72px;
        line-height: 72px
    }

    body .break-12-size-3 {
        font-size: 48px;
        line-height: 52px
    }

    body .break-12-size-4 {
        font-size: 36px;
        line-height: 40px
    }

    body .break-12-size-5 {
        font-size: 28px;
        line-height: 32px
    }

    body .break-12-size-6 {
        font-size: 24px;
        line-height: 28px
    }

    body .break-12-size-20 {
        font-size: 20px;
        line-height: 24px
    }

    body .break-12-size-7 {
        font-size: 18px;
        line-height: 24px
    }

    body .break-12-size-8 {
        font-size: 16px;
        line-height: 20px
    }

    body .break-12-size-8.adjust-leading {
        line-height: 24px
    }

    body .break-12-size-9 {
        font-size: 14px;
        line-height: 16px
    }

    body .break-12-size-10 {
        font-size: 12px;
        line-height: 16px
    }

    body .product-overview p:first-child {
        font-size: 28px;
        line-height: 32px
    }
}

@media (min-width:1200px) {
    body .desktop-bold {
        font-family: helvetica-neue-LT-bold, "Helvetica Neue Light", Helvetica, Arial
    }

    body .break-16-size-1 {
        font-size: 90px;
        line-height: 90px
    }

    body .break-16-size-2 {
        font-size: 72px;
        line-height: 72px
    }

    body .break-16-size-3 {
        font-size: 48px;
        line-height: 52px
    }

    body .break-16-size-4 {
        font-size: 36px;
        line-height: 40px
    }

    body .break-16-size-5 {
        font-size: 28px;
        line-height: 32px
    }

    body .break-16-size-6 {
        font-size: 24px;
        line-height: 28px
    }

    body .break-16-size-20 {
        font-size: 20px;
        line-height: 24px
    }

    body .break-16-size-7 {
        font-size: 18px;
        line-height: 24px
    }

    body .break-16-size-8 {
        font-size: 16px;
        line-height: 20px
    }

    body .break-16-size-8.adjust-leading {
        line-height: 24px
    }

    body .break-16-size-9 {
        font-size: 14px;
        line-height: 16px
    }

    body .break-16-size-10 {
        font-size: 12px;
        line-height: 16px
    }

    body .product-overview p:first-child {
        font-size: 28px;
        line-height: 32px
    }
}

@media (min-width:1400px) {
    body .desktop-bold {
        font-family: helvetica-neue-LT-bold, "Helvetica Neue Light", Helvetica, Arial
    }

    body .break-20-size-1 {
        font-size: 90px;
        line-height: 90px
    }

    body .break-20-size-2 {
        font-size: 72px;
        line-height: 72px
    }

    body .break-20-size-3 {
        font-size: 48px;
        line-height: 52px
    }

    body .break-20-size-4 {
        font-size: 36px;
        line-height: 40px
    }

    body .break-20-size-5 {
        font-size: 28px;
        line-height: 32px
    }

    body .break-20-size-6 {
        font-size: 24px;
        line-height: 28px
    }

    body .break-20-size-20 {
        font-size: 20px;
        line-height: 24px
    }

    body .break-20-size-7 {
        font-size: 18px;
        line-height: 24px
    }

    body .break-20-size-8 {
        font-size: 16px;
        line-height: 20px
    }

    body .break-20-size-8.adjust-leading {
        line-height: 24px
    }

    body .break-20-size-9 {
        font-size: 14px;
        line-height: 16px
    }

    body .break-20-size-10 {
        font-size: 12px;
        line-height: 16px
    }

    body .product-overview p:first-child {
        font-size: 28px;
        line-height: 32px
    }
}

ul.inline {
    list-style: none
}

ul.inline li {
    display: inline-block;
    list-style: none
}

ul.inline.commas li:after {
    content: ',';
    padding-right: 5px
}

ul.inline.commas li:last-child:after {
    content: ''
}

.inline-block {
    display: inline-block
}

.swatch-white {
    background: #fff
}

.swatch-black, .blackboard {
    background: #000
}

.swatch-green {
    background: #00a550
}

.swatch-red {
    background: #e50000
}

.swatch-black5 {
    background: #f2f2f2
}

.swatch-black15 {
    background: #e3e3e3
}

.swatch-black30 {
    background: #b2b2b2
}

.swatch-black50 {
    background: gray
}

.swatch-black80 {
    background: #333
}

.white, .colour-white {
    color: #fff
}

.colour-green {
    color: #00a550
}

a.colour-green {
    border-color: #00a550
}

a.colour-green:hover {
    color: #fff;
    background-color: #00a550
}

.colour-red {
    color: #e50000
}

.colour-black5 {
    color: #f2f2f2
}

.colour-black15 {
    color: #e3e3e3
}

.colour-black30 {
    color: #b2b2b2
}

a.colour-black30 {
    border-color: #b2b2b2
}

.colour-black50 {
    color: gray
}

.colour-black80 {
    color: #333
}

.colour-black {
    color: #000
}

.colour-white {
    color: #fff
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.clearfix {
    display: block;
    float: left;
    width: 100%
}

html[xmlns] .clearfix {
    display: block
}

* html .clearfix {
    height: 1%
}

.whiteboard {
    background: #fff;
    color: #000
}

.type-of-content {
    text-transform: uppercase;
    color: gray
}

.margin-top-space5 {
    margin-top: 5px
}

.margin-top-space10 {
    margin-top: 10px
}

.margin-top-space15 {
    margin-top: 10px
}

.margin-top-space20 {
    margin-top: 20px
}

.margin-top-space25 {
    margin-top: 25px
}

.margin-top-space30 {
    margin-top: 30px
}

.margin-top-space35 {
    margin-top: 35px
}

.margin-top-space40 {
    margin-top: 40px
}

.margin-top-space45 {
    margin-top: 45px
}

.margin-top-space50 {
    margin-top: 50px
}

.margin-top-space60 {
    margin-top: 60px
}

.margin-top-space75 {
    margin-top: 75px
}

.margin-bottom-none {
    margin-bottom: 0
}

.margin-bottom-space5 {
    margin-bottom: 5px
}

.margin-bottom-space10 {
    margin-bottom: 10px
}

.margin-bottom-space15 {
    margin-bottom: 10px
}

.margin-bottom-space20 {
    margin-bottom: 20px
}

.margin-bottom-space25 {
    margin-bottom: 25px
}

.margin-bottom-space30 {
    margin-bottom: 30px
}

.margin-bottom-space35 {
    margin-bottom: 35px
}

.margin-bottom-space40 {
    margin-bottom: 40px
}

.margin-bottom-space50 {
    margin-bottom: 50px
}

.margin-bottom-space60 {
    margin-bottom: 60px
}

.margin-bottom-space75 {
    margin-bottom: 75px
}

.top-bottom-border {
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    overflow: hidden
}

.top-bottom-border.top-border-only {
    border-bottom: 0
}

.top-bottom-border.bottom-border-only {
    border-top: 0
}

.event-border {
    border-bottom: solid 1px #e3e3e3;
    margin-bottom: 15px
}

.no-border {
    border: none !important
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.relative {
    position: relative
}

.vertical-align-middle {
    vertical-align: middle
}

.element-invisible {
    display: none
}

ul.content-list {
    list-style: disc;
    margin-left: 30px
}

.image-with-caption {
    position: relative
}

.image-with-caption.bottom-left .caption {
    bottom: 0;
    left: 0;
    top: auto
}

.image-with-caption img {
    float: left;
    width: 100%
}

.image-with-caption .caption {
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    color: #fff;
    padding: 4px 8px 1px;
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    font-family: helvetica-neue-LT-reg, "Helvetica Neue Light", Helvetica, Arial
}

.image-with-caption.product-module-product-image {
    z-index: -1
}

.image-with-caption.product-module-product-image img {
    width: auto;
    float: none
}

.image-with-caption.product-module-product-image .caption {
    font-family: arial !important;
    padding-top: 2px;
    bottom: 12px;
    top: auto;
    right: 0;
    left: auto
}

.related-article-module-wrapper.background-image>*, .collection-module-wrapper.background-image>* {
    z-index: 1;
    position: relative
}

.related-article-module-wrapper.background-image:after, .collection-module-wrapper.background-image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    width: auto;
    background: rgba(0, 0, 0, .1)
}

.related-article-module-wrapper.background-image.background-white:after, .collection-module-wrapper.background-image.background-white:after {
    background: none
}

@media (max-width:479px) {
    body .no-border-mobile {
        border: none !important
    }

    body .margin-top-mobile-space5 {
        margin-top: 5px
    }

    body .margin-top-mobile-space10 {
        margin-top: 10px
    }

    body .margin-top-mobile-space15 {
        margin-top: 15px
    }

    body .margin-top-mobile-space20 {
        margin-top: 20px
    }

    body .margin-top-mobile-space25 {
        margin-top: 25px
    }

    body .margin-top-mobile-space30 {
        margin-top: 30px
    }

    body .margin-top-mobile-space35 {
        margin-top: 35px
    }

    body .margin-top-mobile-space40 {
        margin-top: 40px
    }

    body .margin-top-mobile-space50 {
        margin-top: 50px
    }

    body .margin-top-mobile-space60 {
        margin-top: 60px
    }

    body .margin-bottom-mobile-none {
        margin-bottom: 0
    }

    body .margin-bottom-mobile-space5 {
        margin-bottom: 5px
    }

    body .margin-bottom-mobile-space10 {
        margin-bottom: 10px
    }

    body .margin-bottom-mobile-space15 {
        margin-bottom: 15px
    }

    body .margin-bottom-mobile-space20 {
        margin-bottom: 20px
    }

    body .margin-bottom-mobile-space25 {
        margin-bottom: 25px
    }

    body .margin-bottom-mobile-space30 {
        margin-bottom: 30px
    }

    body .margin-bottom-mobile-space35 {
        margin-bottom: 35px
    }

    body .margin-bottom-mobile-space40 {
        margin-bottom: 40px
    }

    body .margin-bottom-mobile-space50 {
        margin-bottom: 50px
    }

    body .margin-bottom-mobile-space60 {
        margin-bottom: 60px
    }

    body .image-with-caption .caption {
        background: #fff;
        position: static;
        margin: 5px 0 25px;
        padding: 0;
        color: #000;
        line-height: auto;
        height: auto;
        top: 0;
        bottom: 0;
        float: left;
        width: 100%
    }

    body .image-with-caption.hero-center .caption {
        position: absolute;
        bottom: 0;
        top: auto;
        margin: 0;
        text-align: left;
        padding-top: 5px
    }

    body .mobile-pull-left {
        float: left
    }

    body .mobile-pull-right {
        float: left
    }
}

@media (min-width:480px) and (max-width:767px) {
    body .no-border-mobile {
        border: none !important
    }

    body .margin-top-mobile-space5 {
        margin-top: 5px
    }

    body .margin-top-mobile-space10 {
        margin-top: 10px
    }

    body .margin-top-mobile-space15 {
        margin-top: 15px
    }

    body .margin-top-mobile-space20 {
        margin-top: 20px
    }

    body .margin-top-mobile-space25 {
        margin-top: 25px
    }

    body .margin-top-mobile-space30 {
        margin-top: 30px
    }

    body .margin-top-mobile-space35 {
        margin-top: 35px
    }

    body .margin-top-mobile-space40 {
        margin-top: 40px
    }

    body .margin-top-mobile-space50 {
        margin-top: 50px
    }

    body .margin-top-mobile-space60 {
        margin-top: 60px
    }

    body .margin-bottom-mobile-none {
        margin-bottom: 0
    }

    body .margin-bottom-mobile-space5 {
        margin-bottom: 5px
    }

    body .margin-bottom-mobile-space10 {
        margin-bottom: 10px
    }

    body .margin-bottom-mobile-space15 {
        margin-bottom: 15px
    }

    body .margin-bottom-mobile-space20 {
        margin-bottom: 20px
    }

    body .margin-bottom-mobile-space25 {
        margin-bottom: 25px
    }

    body .margin-bottom-mobile-space30 {
        margin-bottom: 30px
    }

    body .margin-bottom-mobile-space35 {
        margin-bottom: 35px
    }

    body .margin-bottom-mobile-space40 {
        margin-bottom: 40px
    }

    body .margin-bottom-mobile-space50 {
        margin-bottom: 50px
    }

    body .margin-bottom-mobile-space60 {
        margin-bottom: 60px
    }

    body .image-with-caption .caption {
        background: #fff;
        position: static;
        margin: 5px 0 25px;
        padding: 0;
        color: #000;
        line-height: auto;
        height: auto;
        top: 0;
        bottom: 0;
        float: left;
        width: 100%
    }

    body .image-with-caption.hero-center .caption {
        position: absolute;
        bottom: 0;
        top: auto;
        margin: 0;
        text-align: left;
        padding-top: 5px
    }

    body .mobile-pull-left {
        float: left
    }

    body .mobile-pull-right {
        float: left
    }
}

@media (min-width:768px) and (max-width:999px) {
    body .no-border-desktop {
        border: none !important
    }

    body .margin-top-desktop-space5 {
        margin-top: 5px
    }

    body .margin-top-desktop-space10 {
        margin-top: 10px
    }

    body .margin-top-desktop-space15 {
        margin-top: 15px
    }

    body .margin-top-desktop-space20 {
        margin-top: 20px
    }

    body .margin-top-desktop-space25 {
        margin-top: 25px
    }

    body .margin-top-desktop-space30 {
        margin-top: 30px
    }

    body .margin-top-desktop-space35 {
        margin-top: 35px
    }

    body .margin-top-desktop-space40 {
        margin-top: 40px
    }

    body .margin-top-desktop-space50 {
        margin-top: 50px
    }

    body .margin-top-desktop-space60 {
        margin-top: 60px
    }

    body .margin-bottom-desktop-none {
        margin-bottom: 0
    }

    body .margin-bottom-desktop-space5 {
        margin-bottom: 5px
    }

    body .margin-bottom-desktop-space10 {
        margin-bottom: 10px
    }

    body .margin-bottom-desktop-space15 {
        margin-bottom: 15px
    }

    body .margin-bottom-desktop-space20 {
        margin-bottom: 20px
    }

    body .margin-bottom-desktop-space25 {
        margin-bottom: 25px
    }

    body .margin-bottom-desktop-space30 {
        margin-bottom: 30px
    }

    body .margin-bottom-desktop-space35 {
        margin-bottom: 35px
    }

    body .margin-bottom-desktop-space40 {
        margin-bottom: 40px
    }

    body .margin-bottom-desktop-space50 {
        margin-bottom: 50px
    }

    body .margin-bottom-desktop-space60 {
        margin-bottom: 60px
    }
}

@media (min-width:1000px) and (max-width:1199px) {
    body .no-border-desktop {
        border: none !important
    }

    body .margin-top-desktop-space5 {
        margin-top: 5px
    }

    body .margin-top-desktop-space10 {
        margin-top: 10px
    }

    body .margin-top-desktop-space15 {
        margin-top: 15px
    }

    body .margin-top-desktop-space20 {
        margin-top: 20px
    }

    body .margin-top-desktop-space25 {
        margin-top: 25px
    }

    body .margin-top-desktop-space30 {
        margin-top: 30px
    }

    body .margin-top-desktop-space35 {
        margin-top: 35px
    }

    body .margin-top-desktop-space40 {
        margin-top: 40px
    }

    body .margin-top-desktop-space50 {
        margin-top: 50px
    }

    body .margin-top-desktop-space60 {
        margin-top: 60px
    }

    body .margin-bottom-desktop-none {
        margin-bottom: 0
    }

    body .margin-bottom-desktop-space5 {
        margin-bottom: 5px
    }

    body .margin-bottom-desktop-space10 {
        margin-bottom: 10px
    }

    body .margin-bottom-desktop-space15 {
        margin-bottom: 15px
    }

    body .margin-bottom-desktop-space20 {
        margin-bottom: 20px
    }

    body .margin-bottom-desktop-space25 {
        margin-bottom: 25px
    }

    body .margin-bottom-desktop-space30 {
        margin-bottom: 30px
    }

    body .margin-bottom-desktop-space35 {
        margin-bottom: 35px
    }

    body .margin-bottom-desktop-space40 {
        margin-bottom: 40px
    }

    body .margin-bottom-desktop-space50 {
        margin-bottom: 50px
    }

    body .margin-bottom-desktop-space60 {
        margin-bottom: 60px
    }
}

@media (min-width:1200px) {
    body .no-border-desktop {
        border: none !important
    }

    body .margin-top-desktop-space5 {
        margin-top: 5px
    }

    body .margin-top-desktop-space10 {
        margin-top: 10px
    }

    body .margin-top-desktop-space15 {
        margin-top: 15px
    }

    body .margin-top-desktop-space20 {
        margin-top: 20px
    }

    body .margin-top-desktop-space25 {
        margin-top: 25px
    }

    body .margin-top-desktop-space30 {
        margin-top: 30px
    }

    body .margin-top-desktop-space35 {
        margin-top: 35px
    }

    body .margin-top-desktop-space40 {
        margin-top: 40px
    }

    body .margin-top-desktop-space50 {
        margin-top: 50px
    }

    body .margin-top-desktop-space60 {
        margin-top: 60px
    }

    body .margin-bottom-desktop-none {
        margin-bottom: 0
    }

    body .margin-bottom-desktop-space5 {
        margin-bottom: 5px
    }

    body .margin-bottom-desktop-space10 {
        margin-bottom: 10px
    }

    body .margin-bottom-desktop-space15 {
        margin-bottom: 15px
    }

    body .margin-bottom-desktop-space20 {
        margin-bottom: 20px
    }

    body .margin-bottom-desktop-space25 {
        margin-bottom: 25px
    }

    body .margin-bottom-desktop-space30 {
        margin-bottom: 30px
    }

    body .margin-bottom-desktop-space35 {
        margin-bottom: 35px
    }

    body .margin-bottom-desktop-space40 {
        margin-bottom: 40px
    }

    body .margin-bottom-desktop-space50 {
        margin-bottom: 50px
    }

    body .margin-bottom-desktop-space60 {
        margin-bottom: 60px
    }
}

@media (min-width:1400px) {
    body .no-border-desktop {
        border: none !important
    }

    body .margin-top-desktop-space5 {
        margin-top: 5px
    }

    body .margin-top-desktop-space10 {
        margin-top: 10px
    }

    body .margin-top-desktop-space15 {
        margin-top: 15px
    }

    body .margin-top-desktop-space20 {
        margin-top: 20px
    }

    body .margin-top-desktop-space25 {
        margin-top: 25px
    }

    body .margin-top-desktop-space30 {
        margin-top: 30px
    }

    body .margin-top-desktop-space35 {
        margin-top: 35px
    }

    body .margin-top-desktop-space40 {
        margin-top: 40px
    }

    body .margin-top-desktop-space50 {
        margin-top: 50px
    }

    body .margin-top-desktop-space60 {
        margin-top: 60px
    }

    body .margin-bottom-desktop-none {
        margin-bottom: 0
    }

    body .margin-bottom-desktop-space5 {
        margin-bottom: 5px
    }

    body .margin-bottom-desktop-space10 {
        margin-bottom: 10px
    }

    body .margin-bottom-desktop-space15 {
        margin-bottom: 15px
    }

    body .margin-bottom-desktop-space20 {
        margin-bottom: 20px
    }

    body .margin-bottom-desktop-space25 {
        margin-bottom: 25px
    }

    body .margin-bottom-desktop-space30 {
        margin-bottom: 30px
    }

    body .margin-bottom-desktop-space35 {
        margin-bottom: 35px
    }

    body .margin-bottom-desktop-space40 {
        margin-bottom: 40px
    }

    body .margin-bottom-desktop-space50 {
        margin-bottom: 50px
    }

    body .margin-bottom-desktop-space60 {
        margin-bottom: 60px
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.container {
    *zoom: 1;
    max-width: 90.6%;
    _width: 90.6%;
    padding-left: 0%;
    padding-right: 0%;
    margin-left: auto;
    margin-right: auto
}

.container:after {
    content: "";
    display: table;
    clear: both
}

@media (max-width:479px) {
    body .container {
        width: 100%;
        max-width: 100% !important;
        max-width: 93.7%
    }

    body .container .container-padding {
        padding: 0 3.1%
    }

    body .container .container-padding-mobile {
        padding: 0 3.1%
    }

    body .container .container-padding-desktop {
        padding: 0%
    }

    body .container .break-all-quarter, body .container .break-all-half, body .container .break-2-grid-1 {
        width: 48.66596%;
        float: left;
        margin-right: 2.66809%
    }

    body .container .break-all-full, body .container .break-2-grid-2, body .container .break-all-three-quarter {
        width: 100%;
        float: right;
        margin-right: 0
    }

    body .container .break-2-omega {
        float: right;
        margin-right: 0
    }

    body .container .break-2-clear-left {
        clear: left !important
    }

    body .container .break-2-clear-right {
        clear: right !important
    }
}

@media (min-width:480px) and (max-width:767px) {
    body .container {
        width: 100%;
        max-width: 100% !important;
        max-width: 90.7%
    }

    body .container .container-padding {
        padding: 0 4.6%
    }

    body .container .container-padding-mobile {
        padding: 0 4.6%
    }

    body .container .container-padding-desktop {
        padding: 0%
    }

    body .container .break-all-quarter, body .container .break-4-grid-1 {
        width: 22.93275%;
        float: left;
        margin-right: 2.75634%
    }

    body .container .break-all-half, body .container .break-4-grid-2 {
        width: 48.62183%;
        float: left;
        margin-right: 2.75634%
    }

    body .container .break-all-three-quarter, body .container .break-4-grid-3 {
        width: 74.31092%;
        float: left;
        margin-right: 2.75634%
    }

    body .container .break-all-full, body .container .break-4-grid-4 {
        width: 100%;
        float: right;
        margin-right: 0
    }

    body .container .break-4-omega {
        float: right;
        margin-right: 0
    }

    body .container .break-4-clear-left {
        clear: left !important
    }

    body .container .break-4-clear-right {
        clear: right !important
    }
}

@media (min-width:768px) and (max-width:999px) {
    body .container {
        max-width: 93.9%;
        width: 100%;
        max-width: 100% !important
    }

    body .container .container-padding {
        padding: 0 3.1%
    }

    body .container .container-padding-mobile {
        padding: 0%
    }

    body .container .container-padding-desktop {
        padding: 0 3.1%
    }

    body .container .break-all-quarter, body .container .break-8-grid-2 {
        width: 23.32268%;
        float: left;
        margin-right: 2.23642%
    }

    body .container .break-all-half, body .container .break-8-grid-4 {
        width: 48.88179%;
        float: left;
        margin-right: 2.23642%
    }

    body .container .break-all-full, body .container .break-8-grid-8 {
        width: 100%;
        float: right;
        margin-right: 0
    }

    body .container .break-8-grid-1 {
        width: 10.54313%;
        float: left;
        margin-right: 2.23642%
    }

    body .container .break-8-grid-3 {
        width: 36.10224%;
        float: left;
        margin-right: 2.23642%
    }

    body .container .break-8-grid-5 {
        width: 61.66134%;
        float: left;
        margin-right: 2.23642%
    }

    body .container .break-8-grid-6, body .container .break-all-three-quarter {
        width: 74.44089%;
        float: left;
        margin-right: 2.23642%
    }

    body .container .break-8-grid-7 {
        width: 87.22045%;
        float: left;
        margin-right: 2.23642%
    }

    body .container .break-8-omega {
        float: right;
        margin-right: 0
    }

    body .container .break-8-clear-left {
        clear: left !important
    }

    body .container .break-8-clear-right {
        clear: right !important
    }
}

@media (min-width:1000px) and (max-width:1199px) {
    body .container {
        max-width: 94%;
        padding-left: 0%;
        padding-right: 0%;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: 100% !important
    }

    body .container:after {
        content: "";
        display: table;
        clear: both
    }

    body .container .container-padding {
        padding: 0 3%
    }

    body .container .container-padding-mobile {
        padding: 0%
    }

    body .container .container-padding-desktop {
        padding: 0 3%
    }

    body .container .break-all-quarter, body .container .break-12-grid-4 {
        width: 31.91489%;
        float: left;
        margin-right: 2.12766%
    }

    body .container .break-all-half, body .container .break-12-grid-6 {
        width: 48.93617%;
        float: left;
        margin-right: 2.12766%
    }

    body .container .break-all-full, body .container .break-12-grid-12 {
        width: 100%;
        float: right;
        margin-right: 0
    }

    body .container .break-12-grid-1 {
        width: 6.38298%;
        float: left;
        margin-right: 2.12766%
    }

    body .container .break-12-grid-2 {
        width: 14.89362%;
        float: left;
        margin-right: 2.12766%
    }

    body .container .break-12-grid-3 {
        width: 23.40426%;
        float: left;
        margin-right: 2.12766%
    }

    body .container .break-12-grid-5 {
        width: 40.42553%;
        float: left;
        margin-right: 2.12766%
    }

    body .container .break-12-grid-7 {
        width: 57.44681%;
        float: left;
        margin-right: 2.12766%
    }

    body .container .break-12-grid-8 {
        width: 65.95745%;
        float: left;
        margin-right: 2.12766%
    }

    body .container .break-12-grid-9, body .container .break-all-three-quarter {
        width: 74.46809%;
        float: left;
        margin-right: 2.12766%
    }

    body .container .break-12-grid-10 {
        width: 82.97872%;
        float: left;
        margin-right: 2.12766%
    }

    body .container .break-12-grid-11 {
        width: 91.48936%;
        float: left;
        margin-right: 2.12766%
    }

    body .container .break-12-omega {
        float: right;
        margin-right: 0
    }

    body .container .break-12-clear-left {
        clear: left !important
    }

    body .container .break-12-clear-right {
        clear: right !important
    }
}

@media (min-width:1200px) {
    body .container {
        max-width: 92.7%;
        max-width: 100% !important;
        width: 1200px
    }

    body .container .container-padding {
        padding: 0 2.8%
    }

    body .container .container-padding-mobile {
        padding: 0%
    }

    body .container .container-padding-desktop {
        padding: 0 2.8%
    }

    body .container .break-all-quarter, body .container .break-16-grid-4 {
        width: 23.6246%;
        float: left;
        margin-right: 1.83387%
    }

    body .container .break-all-half, body .container .break-16-grid-8 {
        width: 49.08306%;
        float: left;
        margin-right: 1.83387%
    }

    body .container .break-all-full, body .container .break-16-grid-16 {
        width: 100%;
        float: right;
        margin-right: 0
    }

    body .container .break-16-grid-1 {
        width: 4.53074%;
        float: left;
        margin-right: 1.83387%
    }

    body .container .break-16-grid-2 {
        width: 10.89536%;
        float: left;
        margin-right: 1.83387%
    }

    body .container .break-16-grid-3 {
        width: 17.25998%;
        float: left;
        margin-right: 1.83387%
    }

    body .container .break-16-grid-5 {
        width: 29.98921%;
        float: left;
        margin-right: 1.83387%
    }

    body .container .break-16-grid-6 {
        width: 36.35383%;
        float: left;
        margin-right: 1.83387%
    }

    body .container .break-16-grid-7 {
        width: 42.71845%;
        float: left;
        margin-right: 1.83387%
    }

    body .container .break-16-grid-9 {
        width: 55.44768%;
        float: left;
        margin-right: 1.83387%
    }

    body .container .break-16-grid-10 {
        width: 61.8123%;
        float: left;
        margin-right: 1.83387%
    }

    body .container .break-16-grid-11 {
        width: 68.17691%;
        float: left;
        margin-right: 1.83387%
    }

    body .container .break-16-grid-12, body .container .break-all-three-quarter {
        width: 74.54153%;
        float: left;
        margin-right: 1.83387%
    }

    body .container .break-16-grid-13 {
        width: 80.90615%;
        float: left;
        margin-right: 1.83387%
    }

    body .container .break-16-grid-14 {
        width: 87.27077%;
        float: left;
        margin-right: 1.83387%
    }

    body .container .break-16-grid-15 {
        width: 93.63538%;
        float: left;
        margin-right: 1.83387%
    }

    body .container .break-16-omega {
        float: right;
        margin-right: 0
    }

    body .container .break-16-clear-left {
        clear: left !important
    }

    body .container .break-16-clear-right {
        clear: right !important
    }
}

@media (min-width:1200px) and (max-width:1399px) {
    body.browse .container {
        max-width: 92.7%;
        width: 100%;
        max-width: 100% !important
    }

    body.browse .container .container-padding {
        padding: 0 2.8%
    }

    body.browse .container .container-padding-mobile {
        padding: 0%
    }

    body.browse .container .container-padding-desktop {
        padding: 0 2.8%
    }

    body.browse .container .break-all-quarter, body.browse .container .break-16-grid-4 {
        width: 23.6246%;
        float: left;
        margin-right: 1.83387%
    }

    body.browse .container .break-all-half, body.browse .container .break-16-grid-8 {
        width: 49.08306%;
        float: left;
        margin-right: 1.83387%
    }

    body.browse .container .break-all-full, body.browse .container .break-16-grid-16 {
        width: 100%;
        float: right;
        margin-right: 0
    }

    body.browse .container .break-16-grid-1 {
        width: 4.53074%;
        float: left;
        margin-right: 1.83387%
    }

    body.browse .container .break-16-grid-2 {
        width: 10.89536%;
        float: left;
        margin-right: 1.83387%
    }

    body.browse .container .break-16-grid-3 {
        width: 17.25998%;
        float: left;
        margin-right: 1.83387%
    }

    body.browse .container .break-16-grid-5 {
        width: 29.98921%;
        float: left;
        margin-right: 1.83387%
    }

    body.browse .container .break-16-grid-6 {
        width: 36.35383%;
        float: left;
        margin-right: 1.83387%
    }

    body.browse .container .break-16-grid-7 {
        width: 42.71845%;
        float: left;
        margin-right: 1.83387%
    }

    body.browse .container .break-16-grid-9 {
        width: 55.44768%;
        float: left;
        margin-right: 1.83387%
    }

    body.browse .container .break-16-grid-10 {
        width: 61.8123%;
        float: left;
        margin-right: 1.83387%
    }

    body.browse .container .break-16-grid-11 {
        width: 68.17691%;
        float: left;
        margin-right: 1.83387%
    }

    body.browse .container .break-16-grid-12, body.browse .container .break-all-three-quarter {
        width: 74.54153%;
        float: left;
        margin-right: 1.83387%
    }

    body.browse .container .break-16-grid-13 {
        width: 80.90615%;
        float: left;
        margin-right: 1.83387%
    }

    body.browse .container .break-16-grid-14 {
        width: 87.27077%;
        float: left;
        margin-right: 1.83387%
    }

    body.browse .container .break-16-grid-15 {
        width: 93.63538%;
        float: left;
        margin-right: 1.83387%
    }

    body.browse .container .break-16-omega {
        float: right;
        margin-right: 0
    }

    body.browse .container .break-16-clear-left {
        clear: left !important
    }

    body.browse .container .break-16-clear-right {
        clear: right !important
    }
}

@media (min-width:1400px) {
    body.browse .container {
        max-width: 100.0%;
        width: 100%;
        max-width: 1400px !important
    }

    body.browse .container .container-padding {
        padding: 0 2.3%
    }

    body.browse .container .container-padding-mobile {
        padding: 0%
    }

    body.browse .container .container-padding-desktop {
        padding: 0 2.3%
    }

    body.browse .container .break-all-quarter, body.browse .container .break-20-grid-5 {
        padding-left: 0;
        padding-right: 0;
        width: 23.725%;
        float: left;
        margin-right: 1.7%
    }

    body.browse .container .break-all-half, body.browse .container .break-20-grid-10 {
        padding-left: 0;
        padding-right: 0;
        width: 49.15%;
        float: left;
        margin-right: 1.7%
    }

    body.browse .container .break-all-full, body.browse .container .break-20-grid-20 {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        float: right;
        margin-right: 0
    }

    body.browse .container .break-20-grid-1 {
        padding-left: 0;
        padding-right: 0;
        width: 3.385%;
        float: left;
        margin-right: 1.7%
    }

    body.browse .container .break-20-grid-2 {
        padding-left: 0;
        padding-right: 0;
        width: 8.47%;
        float: left;
        margin-right: 1.7%
    }

    body.browse .container .break-20-grid-3 {
        padding-left: 0;
        padding-right: 0;
        width: 13.555%;
        float: left;
        margin-right: 1.7%
    }

    body.browse .container .break-20-grid-4 {
        padding-left: 0;
        padding-right: 0;
        width: 18.64%;
        float: left;
        margin-right: 1.7%
    }

    body.browse .container .break-20-grid-6 {
        padding-left: 0;
        padding-right: 0;
        width: 28.81%;
        float: left;
        margin-right: 1.7%
    }

    body.browse .container .break-20-grid-7 {
        padding-left: 0;
        padding-right: 0;
        width: 33.895%;
        float: left;
        margin-right: 1.7%
    }

    body.browse .container .break-20-grid-8 {
        padding-left: 0;
        padding-right: 0;
        width: 38.98%;
        float: left;
        margin-right: 1.7%
    }

    body.browse .container .break-20-grid-9 {
        padding-left: 0;
        padding-right: 0;
        width: 44.065%;
        float: left;
        margin-right: 1.7%
    }

    body.browse .container .break-20-grid-11 {
        padding-left: 0;
        padding-right: 0;
        width: 54.235%;
        float: left;
        margin-right: 1.7%
    }

    body.browse .container .break-20-grid-12 {
        padding-left: 0;
        padding-right: 0;
        width: 59.32%;
        float: left;
        margin-right: 1.7%
    }

    body.browse .container .break-20-grid-13 {
        padding-left: 0;
        padding-right: 0;
        width: 64.405%;
        float: left;
        margin-right: 1.7%
    }

    body.browse .container .break-20-grid-14 {
        padding-left: 0;
        padding-right: 0;
        width: 69.49%;
        float: left;
        margin-right: 1.7%
    }

    body.browse .container .break-20-grid-15, body.browse .container .break-all-three-quarter {
        padding-left: 0;
        padding-right: 0;
        width: 74.575%;
        float: left;
        margin-right: 1.7%
    }

    body.browse .container .break-20-grid-16 {
        padding-left: 0;
        padding-right: 0;
        width: 79.66%;
        float: left;
        margin-right: 1.7%
    }

    body.browse .container .break-20-grid-17 {
        padding-left: 0;
        padding-right: 0;
        width: 84.745%;
        float: left;
        margin-right: 1.7%
    }

    body.browse .container .break-20-grid-18 {
        padding-left: 0;
        padding-right: 0;
        width: 89.83%;
        float: left;
        margin-right: 1.7%
    }

    body.browse .container .break-20-grid-19 {
        padding-left: 0;
        padding-right: 0;
        width: 94.915%;
        float: left;
        margin-right: 1.7%
    }

    body.browse .container .break-20-omega {
        padding-left: 0;
        padding-right: 0;
        float: right;
        margin-right: 0
    }

    body.browse .container .break-20-clear-left {
        clear: left !important
    }

    body.browse .container .break-20-clear-right {
        clear: right !important
    }

    body.browse .container.detail {
        max-width: 98.3%;
        max-width: 100% !important;
        width: 1200px
    }

    body.browse .container.detail .container-padding {
        padding: 0 2.8%
    }

    body.browse .container.detail .container-padding-mobile {
        padding: 0%
    }

    body.browse .container.detail .container-padding-desktop {
        padding: 0 2.8%
    }

    body.browse .container.detail .break-all-quarter, body.browse .container.detail .break-16-grid-4 {
        width: 23.6246%;
        float: left;
        margin-right: 1.83387%
    }

    body.browse .container.detail .break-all-half, body.browse .container.detail .break-16-grid-8 {
        width: 49.08306%;
        float: left;
        margin-right: 1.83387%
    }

    body.browse .container.detail .break-all-full, body.browse .container.detail .break-16-grid-16 {
        width: 100%;
        float: right;
        margin-right: 0
    }

    body.browse .container.detail .break-16-grid-1 {
        width: 4.53074%;
        float: left;
        margin-right: 1.83387%
    }

    body.browse .container.detail .break-16-grid-2 {
        width: 10.89536%;
        float: left;
        margin-right: 1.83387%
    }

    body.browse .container.detail .break-16-grid-3 {
        width: 17.25998%;
        float: left;
        margin-right: 1.83387%
    }

    body.browse .container.detail .break-16-grid-5 {
        width: 29.98921%;
        float: left;
        margin-right: 1.83387%
    }

    body.browse .container.detail .break-16-grid-6 {
        width: 36.35383%;
        float: left;
        margin-right: 1.83387%
    }

    body.browse .container.detail .break-16-grid-7 {
        width: 42.71845%;
        float: left;
        margin-right: 1.83387%
    }

    body.browse .container.detail .break-16-grid-9 {
        width: 55.44768%;
        float: left;
        margin-right: 1.83387%
    }

    body.browse .container.detail .break-16-grid-10 {
        width: 61.8123%;
        float: left;
        margin-right: 1.83387%
    }

    body.browse .container.detail .break-16-grid-11 {
        width: 68.17691%;
        float: left;
        margin-right: 1.83387%
    }

    body.browse .container.detail .break-16-grid-12, body.browse .container.detail .break-all-three-quarter {
        width: 74.54153%;
        float: left;
        margin-right: 1.83387%
    }

    body.browse .container.detail .break-16-grid-13 {
        width: 80.90615%;
        float: left;
        margin-right: 1.83387%
    }

    body.browse .container.detail .break-16-grid-14 {
        width: 87.27077%;
        float: left;
        margin-right: 1.83387%
    }

    body.browse .container.detail .break-16-grid-15 {
        width: 93.63538%;
        float: left;
        margin-right: 1.83387%
    }

    body.browse .container.detail .break-16-omega {
        float: right;
        margin-right: 0
    }

    body.browse .container.detail .break-16-clear-left {
        clear: left !important
    }

    body.browse .container.detail .break-16-clear-right {
        clear: right !important
    }
}

body .break-2-suffix-1 {
    padding-right: 51.33404%
}

body .break-2-prefix-1 {
    padding-left: 51.33404%
}

@media (min-width:480px) and (max-width:767px) {
    body .break-4-suffix-1 {
        padding-right: 25.68908%
    }

    body .break-4-suffix-2 {
        padding-right: 51.37817%
    }

    body .break-4-suffix-3 {
        padding-right: 77.06725%
    }

    body .break-4-prefix-1 {
        padding-left: 25.68908%
    }

    body .break-4-prefix-2 {
        padding-left: 51.37817%
    }

    body .break-4-prefix-3 {
        padding-left: 77.06725%
    }
}

@media (min-width:768px) and (max-width:999px) {
    body .break-8-suffix-1 {
        padding-right: 12.77955%
    }

    body .break-8-suffix-2 {
        padding-right: 25.55911%
    }

    body .break-8-suffix-3 {
        padding-right: 38.33866%
    }

    body .break-8-suffix-4 {
        padding-right: 51.11821%
    }

    body .break-8-suffix-5 {
        padding-right: 63.89776%
    }

    body .break-8-suffix-6 {
        padding-right: 76.67732%
    }

    body .break-8-suffix-7 {
        padding-right: 89.45687%
    }

    body .break-8-prefix-1 {
        padding-left: 12.77955%
    }

    body .break-8-prefix-2 {
        padding-left: 25.55911%
    }

    body .break-8-prefix-3 {
        padding-left: 38.33866%
    }

    body .break-8-prefix-4 {
        padding-left: 51.11821%
    }

    body .break-8-prefix-5 {
        padding-left: 63.89776%
    }

    body .break-8-prefix-6 {
        padding-left: 76.67732%
    }

    body .break-8-prefix-7 {
        padding-left: 89.45687%
    }
}

@media (min-width:1000px) and (max-width:1199px) {
    body .break-12-suffix-1 {
        padding-right: 8.51064%
    }

    body .break-12-suffix-2 {
        padding-right: 17.02128%
    }

    body .break-12-suffix-3 {
        padding-right: 25.53191%
    }

    body .break-12-suffix-4 {
        padding-right: 34.04255%
    }

    body .break-12-suffix-5 {
        padding-right: 42.55319%
    }

    body .break-12-suffix-6 {
        padding-right: 51.06383%
    }

    body .break-12-suffix-7 {
        padding-right: 59.57447%
    }

    body .break-12-suffix-8 {
        padding-right: 68.08511%
    }

    body .break-12-suffix-9 {
        padding-right: 76.59574%
    }

    body .break-12-suffix-10 {
        padding-right: 85.10638%
    }

    body .break-12-suffix-11 {
        padding-right: 93.61702%
    }

    body .break-12-prefix-1 {
        padding-left: 8.51064%
    }

    body .break-12-prefix-2 {
        padding-left: 17.02128%
    }

    body .break-12-prefix-3 {
        padding-left: 25.53191%
    }

    body .break-12-prefix-4 {
        padding-left: 34.04255%
    }

    body .break-12-prefix-5 {
        padding-left: 42.55319%
    }

    body .break-12-prefix-6 {
        padding-left: 51.06383%
    }

    body .break-12-prefix-7 {
        padding-left: 59.57447%
    }

    body .break-12-prefix-8 {
        padding-left: 68.08511%
    }

    body .break-12-prefix-9 {
        padding-left: 76.59574%
    }

    body .break-12-prefix-10 {
        padding-left: 85.10638%
    }

    body .break-12-prefix-11 {
        padding-left: 93.61702%
    }
}

@media (min-width:1200px) {
    body .break-16-suffix-1 {
        padding-right: 6.36462%
    }

    body .break-16-suffix-2 {
        padding-right: 12.72923%
    }

    body .break-16-suffix-3 {
        padding-right: 19.09385%
    }

    body .break-16-suffix-4 {
        padding-right: 25.45847%
    }

    body .break-16-suffix-5 {
        padding-right: 31.82309%
    }

    body .break-16-suffix-6 {
        padding-right: 38.1877%
    }

    body .break-16-suffix-7 {
        padding-right: 44.55232%
    }

    body .break-16-suffix-8 {
        padding-right: 50.91694%
    }

    body .break-16-suffix-9 {
        padding-right: 57.28155%
    }

    body .break-16-suffix-10 {
        padding-right: 63.64617%
    }

    body .break-16-suffix-11 {
        padding-right: 70.01079%
    }

    body .break-16-suffix-12 {
        padding-right: 76.3754%
    }

    body .break-16-suffix-13 {
        padding-right: 82.74002%
    }

    body .break-16-suffix-14 {
        padding-right: 89.10464%
    }

    body .break-16-suffix-15 {
        padding-right: 95.46926%
    }

    body .break-16-prefix-1 {
        padding-left: 6.36462%
    }

    body .break-16-prefix-2 {
        padding-left: 12.72923%
    }

    body .break-16-prefix-3 {
        padding-left: 19.09385%
    }

    body .break-16-prefix-4 {
        padding-left: 25.45847%
    }

    body .break-16-prefix-5 {
        padding-left: 31.82309%
    }

    body .break-16-prefix-6 {
        padding-left: 38.1877%
    }

    body .break-16-prefix-7 {
        padding-left: 44.55232%
    }

    body .break-16-prefix-8 {
        padding-left: 50.91694%
    }

    body .break-16-prefix-9 {
        padding-left: 57.28155%
    }

    body .break-16-prefix-10 {
        padding-left: 63.64617%
    }

    body .break-16-prefix-11 {
        padding-left: 70.01079%
    }

    body .break-16-prefix-12 {
        padding-left: 76.3754%
    }

    body .break-16-prefix-13 {
        padding-left: 82.74002%
    }

    body .break-16-prefix-14 {
        padding-left: 89.10464%
    }

    body .break-16-prefix-15 {
        padding-left: 95.46926%
    }
}

@media (min-width:1200px) and (max-width:1399px) {
    body.browse .break-16-suffix-1 {
        padding-right: 6.36462%
    }

    body.browse .break-16-suffix-2 {
        padding-right: 12.72923%
    }

    body.browse .break-16-suffix-3 {
        padding-right: 19.09385%
    }

    body.browse .break-16-suffix-4 {
        padding-right: 25.45847%
    }

    body.browse .break-16-suffix-5 {
        padding-right: 31.82309%
    }

    body.browse .break-16-suffix-6 {
        padding-right: 38.1877%
    }

    body.browse .break-16-suffix-7 {
        padding-right: 44.55232%
    }

    body.browse .break-16-suffix-8 {
        padding-right: 50.91694%
    }

    body.browse .break-16-suffix-9 {
        padding-right: 57.28155%
    }

    body.browse .break-16-suffix-10 {
        padding-right: 63.64617%
    }

    body.browse .break-16-suffix-11 {
        padding-right: 70.01079%
    }

    body.browse .break-16-suffix-12 {
        padding-right: 76.3754%
    }

    body.browse .break-16-suffix-13 {
        padding-right: 82.74002%
    }

    body.browse .break-16-suffix-14 {
        padding-right: 89.10464%
    }

    body.browse .break-16-suffix-15 {
        padding-right: 95.46926%
    }

    body.browse .break-16-prefix-1 {
        padding-left: 6.36462%
    }

    body.browse .break-16-prefix-2 {
        padding-left: 12.72923%
    }

    body.browse .break-16-prefix-3 {
        padding-left: 19.09385%
    }

    body.browse .break-16-prefix-4 {
        padding-left: 25.45847%
    }

    body.browse .break-16-prefix-5 {
        padding-left: 31.82309%
    }

    body.browse .break-16-prefix-6 {
        padding-left: 38.1877%
    }

    body.browse .break-16-prefix-7 {
        padding-left: 44.55232%
    }

    body.browse .break-16-prefix-8 {
        padding-left: 50.91694%
    }

    body.browse .break-16-prefix-9 {
        padding-left: 57.28155%
    }

    body.browse .break-16-prefix-10 {
        padding-left: 63.64617%
    }

    body.browse .break-16-prefix-11 {
        padding-left: 70.01079%
    }

    body.browse .break-16-prefix-12 {
        padding-left: 76.3754%
    }

    body.browse .break-16-prefix-13 {
        padding-left: 82.74002%
    }

    body.browse .break-16-prefix-14 {
        padding-left: 89.10464%
    }

    body.browse .break-16-prefix-15 {
        padding-left: 95.46926%
    }
}

@media (min-width:1400px) {
    body.browse .container .container-padding .break-20-suffix-1 {
        padding-right: 5.085%
    }

    body.browse .container .container-padding .break-20-suffix-2 {
        padding-right: 10.17%
    }

    body.browse .container .container-padding .break-20-suffix-3 {
        padding-right: 15.255%
    }

    body.browse .container .container-padding .break-20-suffix-4 {
        padding-right: 20.34%
    }

    body.browse .container .container-padding .break-20-suffix-5 {
        padding-right: 25.425%
    }

    body.browse .container .container-padding .break-20-suffix-6 {
        padding-right: 30.51%
    }

    body.browse .container .container-padding .break-20-suffix-7 {
        padding-right: 35.595%
    }

    body.browse .container .container-padding .break-20-suffix-8 {
        padding-right: 40.68%
    }

    body.browse .container .container-padding .break-20-suffix-9 {
        padding-right: 45.765%
    }

    body.browse .container .container-padding .break-20-suffix-10 {
        padding-right: 50.85%
    }

    body.browse .container .container-padding .break-20-suffix-11 {
        padding-right: 55.935%
    }

    body.browse .container .container-padding .break-20-suffix-12 {
        padding-right: 61.02%
    }

    body.browse .container .container-padding .break-20-suffix-13 {
        padding-right: 66.105%
    }

    body.browse .container .container-padding .break-20-suffix-14 {
        padding-right: 71.19%
    }

    body.browse .container .container-padding .break-20-suffix-15 {
        padding-right: 76.275%
    }

    body.browse .container .container-padding .break-20-suffix-16 {
        padding-right: 81.36%
    }

    body.browse .container .container-padding .break-20-suffix-17 {
        padding-right: 86.445%
    }

    body.browse .container .container-padding .break-20-suffix-18 {
        padding-right: 91.53%
    }

    body.browse .container .container-padding .break-20-suffix-19 {
        padding-right: 96.615%
    }

    body.browse .container .container-padding .break-20-prefix-1 {
        padding-left: 5.085%
    }

    body.browse .container .container-padding .break-20-prefix-2 {
        padding-left: 10.17%
    }

    body.browse .container .container-padding .break-20-prefix-3 {
        padding-left: 15.255%
    }

    body.browse .container .container-padding .break-20-prefix-4 {
        padding-left: 20.34%
    }

    body.browse .container .container-padding .break-20-prefix-5 {
        padding-left: 25.425%
    }

    body.browse .container .container-padding .break-20-prefix-6 {
        padding-left: 30.51%
    }

    body.browse .container .container-padding .break-20-prefix-7 {
        padding-left: 35.595%
    }

    body.browse .container .container-padding .break-20-prefix-8 {
        padding-left: 40.68%
    }

    body.browse .container .container-padding .break-20-prefix-9 {
        padding-left: 45.765%
    }

    body.browse .container .container-padding .break-20-prefix-10 {
        padding-left: 50.85%
    }

    body.browse .container .container-padding .break-20-prefix-11 {
        padding-left: 55.935%
    }

    body.browse .container .container-padding .break-20-prefix-12 {
        padding-left: 61.02%
    }

    body.browse .container .container-padding .break-20-prefix-13 {
        padding-left: 66.105%
    }

    body.browse .container .container-padding .break-20-prefix-14 {
        padding-left: 71.19%
    }

    body.browse .container .container-padding .break-20-prefix-15 {
        padding-left: 76.275%
    }

    body.browse .container .container-padding .break-20-prefix-16 {
        padding-left: 81.36%
    }

    body.browse .container .container-padding .break-20-prefix-17 {
        padding-left: 86.445%
    }

    body.browse .container .container-padding .break-20-prefix-18 {
        padding-left: 91.53%
    }

    body.browse .container .container-padding .break-20-prefix-19 {
        padding-left: 96.615%
    }

    body.browse .container.detail .container-padding .break-20-suffix-1 {
        padding-right: 6.36462%
    }

    body.browse .container.detail .container-padding .break-20-suffix-2 {
        padding-right: 12.72923%
    }

    body.browse .container.detail .container-padding .break-20-suffix-3 {
        padding-right: 19.09385%
    }

    body.browse .container.detail .container-padding .break-20-suffix-4 {
        padding-right: 25.45847%
    }

    body.browse .container.detail .container-padding .break-20-suffix-5 {
        padding-right: 31.82309%
    }

    body.browse .container.detail .container-padding .break-20-suffix-6 {
        padding-right: 38.1877%
    }

    body.browse .container.detail .container-padding .break-20-suffix-7 {
        padding-right: 44.55232%
    }

    body.browse .container.detail .container-padding .break-20-suffix-8 {
        padding-right: 50.91694%
    }

    body.browse .container.detail .container-padding .break-20-suffix-9 {
        padding-right: 57.28155%
    }

    body.browse .container.detail .container-padding .break-20-suffix-10 {
        padding-right: 63.64617%
    }

    body.browse .container.detail .container-padding .break-20-suffix-11 {
        padding-right: 70.01079%
    }

    body.browse .container.detail .container-padding .break-20-suffix-12 {
        padding-right: 76.3754%
    }

    body.browse .container.detail .container-padding .break-20-suffix-13 {
        padding-right: 82.74002%
    }

    body.browse .container.detail .container-padding .break-20-suffix-14 {
        padding-right: 89.10464%
    }

    body.browse .container.detail .container-padding .break-20-suffix-15 {
        padding-right: 95.46926%
    }

    body.browse .container.detail .container-padding .break-20-suffix-16 {
        padding-right: 101.83387%
    }

    body.browse .container.detail .container-padding .break-20-prefix-1 {
        padding-left: 6.36462%
    }

    body.browse .container.detail .container-padding .break-20-prefix-2 {
        padding-left: 12.72923%
    }

    body.browse .container.detail .container-padding .break-20-prefix-3 {
        padding-left: 19.09385%
    }

    body.browse .container.detail .container-padding .break-20-prefix-4 {
        padding-left: 25.45847%
    }

    body.browse .container.detail .container-padding .break-20-prefix-5 {
        padding-left: 31.82309%
    }

    body.browse .container.detail .container-padding .break-20-prefix-6 {
        padding-left: 38.1877%
    }

    body.browse .container.detail .container-padding .break-20-prefix-7 {
        padding-left: 44.55232%
    }

    body.browse .container.detail .container-padding .break-20-prefix-8 {
        padding-left: 50.91694%
    }

    body.browse .container.detail .container-padding .break-20-prefix-9 {
        padding-left: 57.28155%
    }

    body.browse .container.detail .container-padding .break-20-prefix-10 {
        padding-left: 63.64617%
    }

    body.browse .container.detail .container-padding .break-20-prefix-11 {
        padding-left: 70.01079%
    }

    body.browse .container.detail .container-padding .break-20-prefix-12 {
        padding-left: 76.3754%
    }

    body.browse .container.detail .container-padding .break-20-prefix-13 {
        padding-left: 82.74002%
    }

    body.browse .container.detail .container-padding .break-20-prefix-14 {
        padding-left: 89.10464%
    }

    body.browse .container.detail .container-padding .break-20-prefix-15 {
        padding-left: 95.46926%
    }

    body.browse .container.detail .container-padding .break-20-prefix-16 {
        padding-left: 101.83387%
    }
}

@media (min-width:768px) and (max-width:999px) {
    body .pull-1 {
        margin-left: -25.55911%
    }

    body .pull-2 {
        margin-left: -51.11821%
    }
}

@media (min-width:1000px) and (max-width:1199px) {
    body .pull-1 {
        margin-left: -17.02128%
    }

    body .pull-2 {
        margin-left: -34.04255%
    }
}

@media (min-width:1200px) {
    body .pull-1 {
        margin-left: -12.72923%
    }

    body .pull-2 {
        margin-left: -25.45847%
    }
}

@media (min-width:1200px) and (max-width:1399px) {
    body.browse .pull-1 {
        margin-left: -12.72923%
    }

    body.browse .pull-2 {
        margin-left: -25.45847%
    }
}

@media (min-width:1400px) {
    body.browse .pull-1 {
        margin-left: -10.17%
    }

    body.browse .pull-2 {
        margin-left: -20.34%
    }
}

@media (max-width:479px) {
    body .hidden-mobile {
        display: none !important
    }

    body .break-2-hidden {
        display: none !important
    }
}

@media (min-width:480px) and (max-width:767px) {
    body .hidden-mobile {
        display: none !important
    }

    body .break-4-hidden {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:999px) {
    body .hidden-desktop {
        display: none !important
    }

    body .break-8-hidden {
        display: none !important
    }
}

@media (min-width:1000px) and (max-width:1199px) {
    body .hidden-desktop {
        display: none !important
    }

    body .break-12-hidden {
        display: none !important
    }
}

@media (min-width:1200px) {
    body .hidden-desktop {
        display: none !important
    }

    body .break-16-hidden {
        display: none !important
    }
}

@media (min-width:1200px) and (max-width:1399px) {
    body .hidden-desktop {
        display: none !important
    }

    body .break-16-hidden {
        display: none !important
    }
}

@media (min-width:1400px) {
    body .hidden-desktop {
        display: none !important
    }

    body .break-20-hidden {
        display: none !important
    }
}

.hero {
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #000;
    color: #fff;
    font-family: helvetica-neue-LT-bold, "Helvetica Neue Light", Helvetica, Arial;
    margin: 0 auto;
    overflow: hidden
}

.hero.no-image {
    height: 265px !important;
    min-height: 265px !important;
    background-color: #fff;
    color: #000
}

.hero.no-image .hero-center {
    background: #fff;
    height: auto
}

.hero.no-image .hero-center .white {
    color: #000
}

.hero.top {
    background-position: top center
}

.hero.middle {
    background-position: center center
}

.hero.bottom {
    background-position: bottom center
}

.hero.object-packaging-full {
    background-color: #fff
}

.hero .hero-center {
    position: relative
}

.hero {
    min-height: 100%;
    height: 100%
}

.hero .hero-center {
    background: url(/sites/all/themes/lush/assets/img/lush/images/web-kit/xgradient.png.pagespeed.ic.35hVVOQQvj.webp) 0 bottom repeat-x
}

.hero .objects-hero-title h1, .hero .objects-hero-title h2 {
    font-family: helvetica-neue-LT-bold, "Helvetica Neue Light", Helvetica, Arial
}

.hero.hero-article {
    text-align: center;
    display: table;
    width: 100%
}

.hero.hero-article .size-8 {
    letter-spacing: 0
}

.hero.hero-article .hero-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle
}

.hero.hero-article .hero-center .objects-hero-title {
    margin-top: -12px
}

.hero.hero-article .hero-center .objects-hero-type {
    margin-bottom: 10px
}

.hero.hero-article .hero-center .objects-hero-link-wrapper {
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    padding-top: 13px
}

.hero.hero-article .hero-center .objects-hero-link-wrapper a {
    display: inline-block;
    margin: 10px 20%;
    line-height: 16px
}

.objects-hero-body-small-grid {
    margin: 15px auto !important;
    float: none !important
}

.hero.hero-commerce .hero-center {
    display: table-cell;
    vertical-align: middle;
    background: none
}

.hero.hero-commerce.hero-video {
    position: relative;
    overflow: hidden
}

.hero.hero-commerce.hero-video .video-container {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.hero.hero-commerce.hero-video .video-container .video-controls {
    display: none
}

.hero.hero-category {
    margin-bottom: 0
}

.hero.hero-video {
    overflow: hidden;
    vertical-align: middle
}

.hero.hero-video * {
    vertical-align: middle
}

.hero.hero-video video {
    min-height: 100%;
    width: 100%;
    overflow: hidden
}

.hero.hero-video .video-controls {
    display: none
}

.hero.hero-homepage .objects-hero-type {
    position: absolute;
    top: 110px;
    left: 0;
    width: 100%;
    right: 0;
    text-align: center
}

.hero.hero-homepage .objects-hero-title {
    margin: 0 0 25px
}

.hero.hero-homepage .size-4 {
    margin-bottom: 40px
}

.hero.hero-homepage .size-4.bold {
    font-weight: normal;
    font-family: helvetica-neue-LT-reg, "Helvetica Neue Light", Helvetica, Arial
}

.hero.hero-homepage .hero-center .objects-hero-link-wrapper {
    position: absolute;
    bottom: 108px;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    text-align: center
}

#landing-page-country-block {
    visibility: hidden
}

section>.hero.hero-category {
    margin-top: 40px;
    margin-bottom: 30px
}

section>.hero.hero-category:first-child {
    margin-top: 0;
    margin-bottom: 0
}

section>.hero-clickable {
    margin-top: 40px;
    margin-bottom: 30px
}

section>.hero-clickable:first-child {
    margin-top: 0;
    margin-bottom: 0
}

.content-hero {
    margin: 0 0 30px 0
}

.content-hero .hero {
    max-width: 1800px
}

.content-hero .hero .container {
    width: 100%
}

.content-hero .hero .container .size-4 {
    margin: 30px 0 20px 0
}

@media (max-width:479px) {
    body .hero {
        min-height: 100%;
        height: 100% !important
    }

    body .hero.parallex {
        background-position-y: top !important
    }

    body .hero .hero-center {
        height: 100%;
        bottom: 0 !important;
        opacity: 1 !important
    }

    body .hero.no-image {
        min-height: 100% !important;
        height: 100% !important
    }

    body .hero.hero-category .hero-center .size-4, body .hero.hero-shop .hero-center .size-4 {
        padding-left: 6%;
        padding-right: 6%
    }

    body .hero.hero-category .hero-center .size-6, body .hero.hero-shop .hero-center .size-6 {
        padding-left: 0;
        padding-right: 0
    }

    body .hero.hero-article .hero-center .objects-hero-link-wrapper {
        padding-top: 0
    }

    body .hero.hero-article .hero-center .objects-hero-title {
        margin-top: 0;
        margin-bottom: 20px
    }

    body .hero.hero-article .hero-center #button-country-selector {
        padding: 10px 10%;
        margin: 10px 10%
    }

    body .hero.hero-commerce {
        min-height: 100%;
        height: 100%
    }

    body .hero.hero-commerce .hero-center {
        height: 100%
    }

    body #load-more-shops .more-products-link {
        border: none;
        padding-top: 0
    }

    body section .hero.hero-category:nth-child(n+2), body section .hero-clickable:nth-child(n+2) .hero.hero-category {
        min-height: 0;
        height: auto
    }

    body section .hero.hero-category:nth-child(n+2) .hero-center, body section .hero-clickable:nth-child(n+2) .hero.hero-category .hero-center {
        height: auto
    }
}

@media (min-width:480px) and (max-width:767px) {
    body .hero {
        min-height: 100%;
        height: 100% !important
    }

    body .hero.parallex {
        background-position-y: top !important
    }

    body .hero .hero-center {
        height: 100%;
        bottom: 0 !important;
        opacity: 1 !important
    }

    body .hero.no-image {
        min-height: 100% !important;
        height: 100% !important
    }

    body .hero.hero-category .hero-center .size-4, body .hero.hero-shop .hero-center .size-4 {
        padding-left: 6%;
        padding-right: 6%
    }

    body .hero.hero-category .hero-center .size-6, body .hero.hero-shop .hero-center .size-6 {
        padding-left: 0;
        padding-right: 0
    }

    body .hero.hero-article .hero-center .objects-hero-link-wrapper {
        padding-top: 0
    }

    body .hero.hero-article .hero-center .objects-hero-title {
        margin-top: 0;
        margin-bottom: 20px
    }

    body .hero.hero-article .hero-center #button-country-selector {
        padding: 10px 10%;
        margin: 10px 10%
    }

    body .hero.hero-commerce {
        min-height: 100%;
        height: 100%
    }

    body .hero.hero-commerce .hero-center {
        height: 100%
    }

    body #load-more-shops .more-products-link {
        border: none;
        padding-top: 0
    }
}

@media (min-width:768px) and (max-width:999px) {
    body .hero {
        min-height: 100%;
        height: 100%
    }

    body .hero .hero-center {
        height: 100%
    }

    body .hero.hero-homepage .hero-center .objects-hero-link-wrapper {
        bottom: 73px
    }

    body .hero.hero-homepage .hero-center .objects-hero-type {
        top: 90px
    }
}

@media (min-width:1000px) and (max-width:1199px) {
    body .hero {
        min-height: 100%;
        height: 100%
    }

    body .hero .hero-center {
        height: 100%
    }

    body .hero.hero-homepage .hero-center .objects-hero-link-wrapper {
        bottom: 63px
    }

    body .hero.hero-homepage .hero-center .objects-hero-type {
        top: 88px
    }
}

@media (min-width:1200px) {
    body .hero {
        min-height: 100%;
        height: 100%
    }

    body .hero .hero-center {
        height: 100%
    }

    body .hero.hero-homepage .hero-center .objects-hero-link-wrapper {
        bottom: 80px
    }

    body .hero.hero-homepage .hero-center .objects-hero-type {
        top: 105px
    }
}

@media (min-width:1400px) {
    body.browse .hero {
        min-height: 100%;
        height: 100%
    }

    body.browse .hero .hero-center {
        height: 100%
    }

    body.browse .hero.hero-homepage .hero-center .objects-hero-link-wrapper {
        bottom: 88px
    }

    body.browse .hero.hero-homepage .hero-center .objects-hero-type {
        top: 115px
    }
}

@media (min-width:1800px) {
    body .hero, body.browse .hero {
        min-height: 100%;
        height: 100%
    }

    body .hero .hero-center, body.browse .hero .hero-center {
        height: 100%
    }

    body .hero.hero-homepage .hero-center .objects-hero-link-wrapper, body.browse .hero.hero-homepage .hero-center .objects-hero-link-wrapper {}

    body .hero.hero-homepage .hero-center .objects-hero-type, body.browse .hero.hero-homepage .hero-center .objects-hero-type {
        top: 135px
    }
}

.tempbg {
    background: #000;
    opacity: .9;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.object-country-selector-wrapper {
    width: 100%;
    z-index: 999;
    min-height: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    overflow-y: scroll
}

.object-country-selector-wrapper.fadeOut {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.object-country-selector-wrapper .object-country-selector-wrapper-close, .object-country-selector-wrapper .object-country-selector-wrapper-close:hover {
    background: transparent;
    background-image: url("../img/cross_circle.svg");
    width: 50px;
    height: 50px;
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    border-radius: 34px;
    border: none;
    outline: none;
    line-height: 15px;
    text-indent: -999px;
    overflow: hidden;
    background-position: top 8px right 8px;
    background-size: 34px;
    background-repeat: no-repeat;
    display: block;
    cursor: pointer;
    position: absolute;
    right: 80px;
    top: 120px
}

.object-country-selector-wrapper .object-country-selector-wrapper-close:focus, .object-country-selector-wrapper .object-country-selector-wrapper-close:hover:focus {
    outline: none !important
}

.object-country-selector-wrapper #form-edit-search-filter {
    position: relative;
    width: 400px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 60px;
    margin-top: 110px
}

.object-country-selector-wrapper #form-edit-search-filter .form-item {
    margin-top: 0 !important
}

.object-country-selector-wrapper #form-edit-search-filter .form-submit {}

.object-country-selector-wrapper #form-edit-search-filter .form-text {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    padding-left: 55px
}

.object-country-selector-wrapper #form-edit-search-filter .form-text:active, .object-country-selector-wrapper #form-edit-search-filter .form-text:focus {
    outline: solid 2px #fff
}

.object-country-selector-wrapper #form-edit-search-filter .form-submit {
    position: absolute;
    top: 14px;
    left: 10px;
    display: inline-block;
    height: 48px;
    width: 35px;
    border: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -9999px;
    background: transparent url(/sites/all/themes/lush/assets/img/lush/images/web-kit/search.svg) no-repeat 0 0;
    background-size: 26px
}

.object-country-selector-wrapper .object-country-list {
    width: 610px;
    margin: 0 auto;
    overflow: hidden
}

.object-country-selector-wrapper .object-country-list p {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 40px
}

.object-country-selector-wrapper .object-country-list .object-country-list-underline {
    width: 60px;
    border-bottom: 2px solid #fff;
    display: inline-block;
    height: 2px;
    margin: 0 auto 15px auto
}

.object-country-selector-wrapper .object-country-list .object-country-list-item {
    display: inline-block;
    width: 200px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 25px;
    border: 0 !important
}

.object-country-selector-wrapper .object-country-list .object-country-list-item:hover {
    background: transparent !important;
    border: 0;
    text-decoration: none !important
}

.object-country-selector-wrapper .object-country-list .object-country-list-item:hover .object-country-list-country {
    text-decoration: underline !important
}

.object-country-selector-wrapper .object-country-list .object-country-list-item.object-country-list-item-autofill {
    width: 100%;
    display: block
}

.object-country-selector-wrapper .object-country-list .object-country-list-country {
    font-family: helvetica-neue-LT-bold, "Helvetica Neue Light", Helvetica, Arial
}

.object-country-selector-wrapper .object-country-list .object-country-list-lang {
    font-family: helvetica-neue-LT-reg, "Helvetica Neue Light", Helvetica, Arial
}

.object-country-selector-wrapper .object-country-list .object-country-list-country, .object-country-selector-wrapper .object-country-list .object-country-list-lang {
    display: block;
    text-transform: capitalize
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @supports (-webkit-appearance: none) {
        .object-country-selector-wrapper .object-country-selector-wrapper-close, .object-country-selector-wrapper .object-country-selector-wrapper-close:hover {
            background-position: top 8px right 8px;
        }
    }
}

@media (max-width:479px) {
    body .object-country-selector-wrapper {
        padding-bottom: 40px;
        overflow-y: scroll
    }

    body .object-country-selector-wrapper .object-country-selector-wrapper-close, body .object-country-selector-wrapper .object-country-selector-wrapper-close:hover {
        right: 30px;
        top: 80px
    }

    body .object-country-selector-wrapper #form-edit-search-filter {
        margin-top: 150px
    }

    body .object-country-selector-wrapper .object-country-list {
        width: 80%;
        margin: 0 auto;
        overflow: hidden;
        text-align: center
    }

    body .object-country-selector-wrapper .object-country-list .object-country-list-col {
        width: 100%;
        display: block;
        overflow: hidden
    }

    body .object-country-selector-wrapper .object-country-list .object-country-list-underline {
        display: block;
        margin-bottom: 30px
    }

    body .object-country-selector-wrapper .object-country-list span.object-country-list-item {
        margin-bottom: 0;
        display: block
    }

    body .object-country-selector-wrapper .object-country-list .object-country-list-item {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 100%
    }

    body section .hero.hero-category:nth-child(n+2), body section .hero-clickable:nth-child(n+2) .hero.hero-category {
        min-height: 0;
        height: auto
    }

    body section .hero.hero-category:nth-child(n+2) .hero-center, body section .hero-clickable:nth-child(n+2) .hero.hero-category .hero-center {
        height: auto
    }

    body .object-country-selector-wrapper #form-edit-search-filter {
        width: 80%
    }
}

@media (min-width:480px) and (max-width:767px) {
    body .object-country-selector-wrapper {
        padding-bottom: 40px;
        overflow-y: scroll
    }

    body .object-country-selector-wrapper .object-country-selector-wrapper-close, body .object-country-selector-wrapper .object-country-selector-wrapper-close:hover {
        right: 30px;
        top: 80px
    }

    body .object-country-selector-wrapper #form-edit-search-filter {
        margin-top: 150px
    }

    body .object-country-selector-wrapper .object-country-list {
        width: 80%;
        margin: 0 auto;
        overflow: hidden;
        text-align: center
    }

    body .object-country-selector-wrapper .object-country-list .object-country-list-col {
        width: 100%;
        display: block;
        overflow: hidden
    }

    body .object-country-selector-wrapper .object-country-list .object-country-list-underline {
        display: block;
        margin-bottom: 30px
    }

    body .object-country-selector-wrapper .object-country-list span.object-country-list-item {
        margin-bottom: 0;
        display: block
    }

    body .object-country-selector-wrapper .object-country-list .object-country-list-item {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 100%
    }

    body .object-country-selector-wrapper #form-edit-search-filter {
        width: 80%
    }
}

.show-video {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: transparent;
    text-align: center;
    z-index: 9999
}

.show-video .show-video-button {
    margin: 0 auto
}

.show-video .show-video-button:hover {
    border-color: #fff !important
}

.mfp-wrap {
    z-index: 99999 !important
}

.delivery-address-details-inner a {
    margin-top: 15px;
    display: inline-block;
    clear: left
}

.textformat a, .textformat a:link, .textformat a.link {
    text-decoration: underline;
    filter: none;
    border-bottom: 0;
    color: #000;
    font-family: Arial !important
}

.textformat a:visited, .textformat a:link:visited, .textformat a.link:visited {
    color: #000
}

.textformat a:hover, .textformat a.active, .textformat a:link:hover, .textformat a:link.active, .textformat a.link:hover, .textformat a.link.active {
    background: #000;
    text-decoration: none;
    border-bottom: 0;
    color: #fff;
    border-left: 2px solid #000;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    margin-left: -4px;
    margin-bottom: -2px;
    position: relative;
    right: -2px
}

.textformat a:hover:visited, .textformat a.active:visited, .textformat a:link:hover:visited, .textformat a:link.active:visited, .textformat a.link:hover:visited, .textformat a.link.active:visited {
    color: #fff !important;
    border-color: #000;
    background: #000
}

.textformat a.bold, .textformat a:link.bold, .textformat a.link.bold {
    font-weight: bold
}

.bold a {
    font-weight: bold
}

a, .link, a:visited, .link:visited {
    border-bottom: 0;
    filter: none;
    text-decoration: none;
    color: #000;
    font-family: Arial !important
}

a:visited, .link:visited, a:visited:visited, .link:visited:visited {
    color: #000
}

a:hover, a.active, .link:hover, .link.active, a:visited:hover, a:visited.active, .link:visited:hover, .link:visited.active {
    text-decoration: underline;
    border: 0;
    color: #000;
    background-color: transparent
}

a:hover:visited, a.active:visited, .link:hover:visited, .link.active:visited, a:visited:hover:visited, a:visited.active:visited, .link:visited:hover:visited, .link:visited.active:visited {
    color: #000;
    background-color: transparent
}

a.bold, .link.bold, a:visited.bold, .link:visited.bold {
    font-weight: bold
}

a.button, .link.button, a:visited.button, .link:visited.button {
    text-decoration: none
}

input.inverted {
    background: none;
    border: 0;
    filter: none;
    padding: 0
}

.basket {
    padding: 0;
    border: 3px solid #fff;
    cursor: pointer;
    display: inline-block;
    text-align: left;
    position: relative;
    width: 100%;
    max-width: 180px;
    min-width: 160px;
    height: 48px;
    overflow: hidden;
    text-indent: 53px;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    line-height: 42px;
    background-size: 23px;
    background-position: 18px 10px !important;
    background-image: url(/sites/all/themes/lush/assets/img/lush/images/web-kit/basket-main.svg) !important;
    background-color: #000;
    background-repeat: no-repeat
}

.basket:hover {
    color: #000;
    background-image: url(/sites/all/themes/lush/assets/img/lush/images/web-kit/basket-main.svg) !important;
    background-color: #fff;
    background-position: 18px -382px !important;
    background-size: 23px;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    transition: color .2s ease
}

.button {
    text-align: center;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    width: 218px;
    text-transform: uppercase
}

.button-text {
    width: 218px;
    height: 88px;
    line-height: 88px;
    font-weight: normal;
    font-family: helvetica-neue-LT-reg, "Helvetica Neue Light", Helvetica, Arial;
    background-image: url(/sites/all/themes/lush/assets/img/lush/images/web-kit/xsub_btn_1.png.pagespeed.ic.eoXeHt7II1.webp);
    display: inline-block
}

.button-text:hover {
    width: 218px;
    height: 88px;
    font-weight: normal;
    font-family: helvetica-neue-LT-reg, "Helvetica Neue Light", Helvetica, Arial;
    color: #000;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    transition: color .2s ease;
    background-image: url(/sites/all/themes/lush/assets/img/lush/images/web-kit/xsub_btn_4.png.pagespeed.ic.xwDuk-W2OV.webp)
}

.button-cross, .button-cross:hover {
    background: #fff;
    background-image: url(/sites/all/themes/lush/assets/img/lush/images/web-kit/cross.svg);
    width: 16px;
    height: 16px;
    border: none;
    outline: none;
    line-height: 15px;
    text-indent: -999px;
    overflow: hidden;
    background-position: 0 0;
    background-size: 16px;
    background-repeat: no-repeat
}

.button-cross:focus, .button-cross:hover:focus {
    outline: none !important
}

.button-text-white, .checkout-buttons .button-text-white {
    text-align: center;
    text-decoration: none;
    width: 220px;
    height: 60px;
    background-color: #fff;
    border: solid 3px #000;
    color: #000;
    text-transform: uppercase;
    display: inline-block;
    font-family: helvetica-neue-LT-bold, "Helvetica Neue Light", Helvetica, Arial;
    line-height: 56px
}

.button-text-white.bold, .checkout-buttons .button-text-white.bold {
    border-bottom: solid 3px #000
}

.button-text-white.no-border, .checkout-buttons .button-text-white.no-border {
    border: solid 3px #fff
}

.button-text-white.arrow-to-the-left, .checkout-buttons .button-text-white.arrow-to-the-left {
    background: #fff url(/sites/all/themes/lush/assets/img/lush/images/web-kit/arrow-left-small.svg) no-repeat 10px 18px
}

.button-text-white.arrow-to-the-right, .checkout-buttons .button-text-white.arrow-to-the-right {
    background: #fff url(/sites/all/themes/lush/assets/img/lush/images/web-kit/arrow-right-small.svg) no-repeat right 18px
}

.button-text-white.size-9, .checkout-buttons .button-text-white.size-9 {
    width: 160px;
    height: 44px;
    line-height: 38px
}

.button-text-white.size-9.shorter, .checkout-buttons .button-text-white.size-9.shorter {
    height: 40px;
    line-height: 34px !important
}

.button-text-white:hover, .checkout-buttons .button-text-white:hover {
    color: #fff !important;
    text-decoration: none !important
}

input.button-text-white {
    line-height: 54px
}

.button-text-white:hover {
    border-color: #000;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #000;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    transition: color .2s ease
}

.button-text-white:hover.arrow-to-the-left {
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    transition: color .2s ease;
    background: #000 url(/sites/all/themes/lush/assets/img/lush/images/web-kit/arrow-left-small.svg) no-repeat 10px -51px
}

.button-text-white:hover.arrow-to-the-right {
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    transition: color .2s ease;
    background: #000 url(/sites/all/themes/lush/assets/img/lush/images/web-kit/arrow-right-small.svg) no-repeat right -51px
}

.large-button-text-white, .checkout-buttons .large-button-text-white {
    text-align: center;
    text-decoration: none;
    width: 320px;
    height: 70px;
    border: solid 4px #000;
    color: #000;
    display: inline-block;
    text-transform: uppercase;
    font-size: 20px;
    font-family: helvetica-neue-LT-bold, "Helvetica Neue Light", Helvetica, Arial;
    line-height: 66px
}

.large-button-text-white.bold, .checkout-buttons .large-button-text-white.bold {
    border-bottom: solid 4px #000
}

.large-button-text-white.arrow-to-the-left, .checkout-buttons .large-button-text-white.arrow-to-the-left {
    background: #fff url(/sites/all/themes/lush/assets/img/lush/images/web-kit/arrow-left-small.svg) no-repeat 10px 24px
}

.large-button-text-white.arrow-to-the-right, .checkout-buttons .large-button-text-white.arrow-to-the-right {
    background: #fff url(/sites/all/themes/lush/assets/img/lush/images/web-kit/arrow-right-small.svg) no-repeat right 24px
}

.large-button-text-white:hover {
    border-color: #000;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #000;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    transition: color .2s ease
}

.large-button-text-white:hover.arrow-to-the-left {
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    transition: color .2s ease;
    background: #000 url(/sites/all/themes/lush/assets/img/lush/images/web-kit/arrow-left-small.svg) no-repeat 10px -58px
}

.large-button-text-white:hover.arrow-to-the-right {
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    transition: color .2s ease;
    background: #000 url(/sites/all/themes/lush/assets/img/lush/images/web-kit/arrow-right-small.svg) no-repeat right -46px
}

a.hero-white-button {
    border: 4px solid #fff;
    padding: 10px 34px;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 16px;
    font-family: Arial !important;
    font-weight: bold !important
}

a.hero-white-button:hover {
    text-decoration: none !important;
    border: 4px solid #fff;
    background: #fff !important;
    color: #000 !important
}

.button-text-black {
    max-width: 100%;
    text-align: center;
    text-decoration: none;
    width: 160px;
    height: 40px;
    background-color: #000;
    border: solid 3px #000;
    color: #fff !important;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 16px;
    line-height: 37px;
    font-family: helvetica-neue-LT-reg, "Helvetica Neue Light", Helvetica, Arial;
    -webkit-appearance: none
}

.button-text-black.bold {
    border-bottom: solid 3px #000
}

.button-text-black.icon-to-the-left {
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    transition: color .2s ease;
    background: #000 url(/sites/all/themes/lush/assets/img/lush/images/web-kit/plus.svg) no-repeat 15px 11px
}

.button-text-black.active {
    background: gray;
    border-color: gray
}

.button-text-black:hover {
    color: #000 !important;
    border: solid 3px #000 !important
}

input.button-text-black {
    line-height: 34px
}

.button-text-black:hover {
    border-color: #000;
    text-align: center;
    text-decoration: none;
    color: #000;
    background-color: #fff
}

.button-text-black:hover.icon-to-the-left {
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    transition: color .2s ease;
    background: url(/sites/all/themes/lush/assets/img/lush/images/web-kit/plus.svg) no-repeat 15px -40px
}

.blackboard .button-text-black {
    border: solid 3px #fff
}

.button-text-white-small {
    max-width: 100%;
    text-align: center;
    text-decoration: none;
    width: 160px;
    height: 40px;
    background-color: #fff;
    border: solid 3px #000;
    color: #000 !important;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 16px;
    line-height: 37px;
    font-family: helvetica-neue-LT-reg, "Helvetica Neue Light", Helvetica, Arial;
    -webkit-appearance: none
}

.button-text-white-small.arrow-to-the-right {
    background: #fff url(/sites/all/themes/lush/assets/img/lush/images/web-kit/arrow-right-small.svg) no-repeat right 8px
}

.button-text-white-small.arrow-to-the-right.size-8 {
    background-position: 86% 8px;
    text-indent: -12%
}

.button-text-white-small.arrow-to-the-right.size-8:hover {
    background-position: 86% -61px
}

.button-text-white-small.bold {
    border-bottom: solid 3px #000
}

.button-text-white-small.icon-to-the-left {
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    transition: color .2s ease;
    background: #000 url(/sites/all/themes/lush/assets/img/lush/images/web-kit/plus.svg) no-repeat 15px 11px
}

.button-text-white-small.active {
    background: gray;
    border-color: gray
}

.button-text-white-small:hover {
    color: #fff !important;
    border: solid 3px #000 !important
}

input.button-text-white-small {
    line-height: 34px
}

.button-text-white-small:hover {
    border-color: #000;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #000
}

.button-text-white-small:hover.icon-to-the-left {
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    transition: color .2s ease;
    background: url(/sites/all/themes/lush/assets/img/lush/images/web-kit/plus.svg) no-repeat 15px -40px
}

.blackboard .button-text-white-small {
    border: solid 3px #fff
}

.button-small {
    padding: 0 !important;
    margin: 10px 0 0 0;
    line-height: 28px;
    height: auto !important
}

.icon-cart {
    background-image: url(/sites/all/themes/lush/assets/assets/lush/images/sprites/basket.svg) !important;
    background-position: 12px -42px !important;
    background-repeat: no-repeat;
    background-color: #000;
    background-size: 18px !important
}

.icon-cart:hover {
    background-position: 12px 7px !important
}

.icon-cart.size-10 {
    font-size: 12px;
    line-height: 16px
}

.button-wrapper {
    display: inline-block;
    width: 100%
}

.video-container {
    position: relative
}

.video-container .video-controls {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -34px;
    margin-top: -45px
}

.video-container .video-controls button {
    background-image: url(/sites/all/themes/lush/assets/img/lush/images/web-kit/xvideo_btn.png.pagespeed.ic.pBcouxi10e.webp);
    background-color: transparent;
    text-indent: 80px;
    cursor: pointer;
    border: none;
    height: 87px;
    width: 72px;
    background-size: 72px
}

.video-container .video-controls button:hover {
    background-color: transparent;
    background-image: url(/sites/all/themes/lush/assets/img/lush/images/web-kit/xvideo_btn_hover3.png.pagespeed.ic.hn3Y5vo6X5.webp);
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    transition: color .2s ease
}

.video-container:hover button {
    display: block !important
}

.video-container.playing button {
    display: none
}

.slideshow_actions a {
    height: 12px;
    width: 12px;
    background: #fff;
    border: solid 2px #b2b2b2;
    border-radius: 100%;
    margin-left: 5px;
    float: left;
    cursor: pointer;
    text-indent: -50px;
    overflow: hidden
}

.slideshow_actions a.selected {
    height: 12px;
    width: 12px;
    background: #fff;
    border: solid 2px #000;
    border-radius: 100%;
    margin-left: 5px;
    float: left;
    cursor: pointer
}

.slideshow_actions a:hover {
    height: 12px;
    width: 12px;
    background: #000;
    border: solid 2px #000;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    transition: color .2s ease;
    border-radius: 100%;
    margin-left: 5px;
    float: left
}

.object-rating.rating.rating-fivestar {
    height: 21px
}

.object-rating.rating.rating-fivestar ul.non-interactive {
    vertical-align: middle
}

.object-rating.rating.rating-fivestar ul.non-interactive li {
    background-image: url(/sites/all/themes/lush/assets/assets/lush/images/sprites/ecommerce-component.svg?update=true);
    display: inline-block;
    width: 13px;
    text-indent: 50px;
    height: 13px;
    text-decoration: none;
    border: none;
    background-position: -94px -5px
}

.object-rating.rating.rating-fivestar ul.non-interactive li.rate-fivestar-btn-empty {
    background-position: -107px -5px
}

.object-rating.rating.rating-fivestar ul li {
    width: 13px;
    height: 18px;
    overflow: hidden
}

.object-rating.rating.rating-fivestar ul li a, .object-rating.rating.rating-fivestar ul li span {
    background-image: url(/sites/all/themes/lush/assets/assets/lush/images/sprites/ecommerce-component.svg?update=true?update=true);
    display: inline-block;
    width: 13px;
    text-indent: 50px;
    height: 18px;
    background-position: -94px -6px;
    text-decoration: none;
    border: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none
}

.object-rating.rating.rating-fivestar ul li a.rate-fivestar-btn-filled, .object-rating.rating.rating-fivestar ul li span.rate-fivestar-btn-filled {
    background-position: -94px -5px
}

.object-rating.rating.rating-fivestar ul li a.rate-fivestar-btn-empty, .object-rating.rating.rating-fivestar ul li span.rate-fivestar-btn-empty {
    background-position: -107px -5px
}

.object-rating.rating.rating-fivestar ul li a:hover, .object-rating.rating.rating-fivestar ul li span:hover {
    background-color: inherit
}

.object-rating.rating.rating-fivestar .rate-count {
    padding-left: 5px;
    vertical-align: middle
}

.object-rating.rating.rating-fivestar .rate-count a {
    text-decoration: underline;
    filter: none;
    border-bottom: 0;
    color: #000;
    font-family: Arial !important
}

.object-rating.rating.rating-fivestar .rate-count a:visited {
    color: #000
}

.object-rating.rating.rating-fivestar .rate-count a:hover, .object-rating.rating.rating-fivestar .rate-count a.active {
    background: #000;
    text-decoration: none;
    border-bottom: 0;
    color: #fff;
    border-left: 2px solid #000;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    margin-left: -4px;
    margin-bottom: -2px;
    position: relative;
    right: -2px
}

.object-rating.rating.rating-fivestar .rate-count a:hover:visited, .object-rating.rating.rating-fivestar .rate-count a.active:visited {
    color: #fff !important;
    border-color: #000;
    background: #000
}

.object-rating.rating.rating-fivestar .rate-count a.bold {
    font-weight: bold
}

.object-rating.rating.rating-fivestar.rating-size-large ul li {
    width: 15px;
    height: 17px
}

.object-rating.rating.rating-fivestar.rating-size-large ul li a, .object-rating.rating.rating-fivestar.rating-size-large ul li span {
    width: 17px;
    text-indent: 50px;
    height: 18px;
    background-size: 363px;
    background-position: -124px -6px
}

.object-rating.rating.rating-fivestar.rating-size-large ul li a.rate-fivestar-btn-filled, .object-rating.rating.rating-fivestar.rating-size-large ul li span.rate-fivestar-btn-filled {
    background-position: -95px -6px
}

.object-rating.rating.rating-fivestar.rating-size-large ul li a.rate-fivestar-btn-empty, .object-rating.rating.rating-fivestar.rating-size-large ul li span.rate-fivestar-btn-empty {
    background-position: -110px -6px
}

.object-rating.rating.rating-fivestar.rating-size-large ul li a:hover, .object-rating.rating.rating-fivestar.rating-size-large ul li span:hover {
    background-color: inherit
}

.object-rating.rating.rating-fivestar.rating-size-large ul.non-interactive li {
    width: 15px;
    text-indent: 50px;
    height: 18px;
    background-size: 363px;
    background-position: -124px -6px
}

.object-rating.rating.rating-fivestar.rating-size-large ul.non-interactive li.rate-fivestar-btn-filled {
    background-position: -95px -6px
}

.object-rating.rating.rating-fivestar.rating-size-large ul.non-interactive li.rate-fivestar-btn-empty {
    background-position: -110px -6px
}

.object-rating.rating.rating-fivestar.rating-size-xlarge ul li {
    width: 24px;
    height: 30px
}

.object-rating.rating.rating-fivestar.rating-size-xlarge ul li a, .object-rating.rating.rating-fivestar.rating-size-xlarge ul li span {
    width: 44px;
    text-indent: 50px;
    height: 26px;
    background-size: 563px;
    background-position: -193px -9px
}

.object-rating.rating.rating-fivestar.rating-size-xlarge ul li a.rate-fivestar-btn-filled, .object-rating.rating.rating-fivestar.rating-size-xlarge ul li span.rate-fivestar-btn-filled {
    background-position: -147px -9px
}

.object-rating.rating.rating-fivestar.rating-size-xlarge ul li a.rate-fivestar-btn-empty, .object-rating.rating.rating-fivestar.rating-size-xlarge ul li span.rate-fivestar-btn-empty {
    background-position: -170px -9px
}

.object-rating.rating.rating-fivestar.rating-size-xlarge ul li a:hover, .object-rating.rating.rating-fivestar.rating-size-xlarge ul li span:hover {
    background-color: inherit
}

.object-rating.rating.rating-fivestar.rating-size-xlarge ul.non-interactive li {
    width: 24px;
    text-indent: 50px;
    height: 26px;
    background-size: 563px;
    background-position: -193px -9px
}

.object-rating.rating.rating-fivestar.rating-size-xlarge ul.non-interactive li.rate-fivestar-btn-filled {
    background-position: -147px -9px
}

.object-rating.rating.rating-fivestar.rating-size-xlarge ul.non-interactive li.rate-fivestar-btn-empty {
    background-position: -170px -9px
}

a.icons-yes-no {
    border-bottom: none;
    margin-left: 20px !important
}

a.icons-yes-no:hover, a.icons-yes-no.active {
    background: none;
    color: #000;
    margin-left: 18px !important
}

a.icons-yes-no:hover span.icon-yes, a.icons-yes-no.active span.icon-yes {
    background-position: -2px -20px
}

a.icons-yes-no:hover span.icon-no, a.icons-yes-no.active span.icon-no {
    background-position: -45px -20px
}

a span.icon-yes, a span.icon-no {
    background-image: url(/sites/all/themes/lush/assets/assets/lush/images/sprites/yes-no-arrows.svg);
    display: inline-block;
    background-repeat: no-repeat;
    height: 10px;
    width: 10px
}

a span.icon-yes {
    background-position: -2px 0
}

a span.icon-no {
    background-position: -45px 0
}

a.active, a.comment-or-review-link-active {
    color: #000
}

a.active span.icon-yes, a.comment-or-review-link-active span.icon-yes {
    background-position: -2px -47px
}

a.active span.icon-no, a.comment-or-review-link-active span.icon-no {
    background-position: -44px -47px
}

a.comment-or-review-link-active {
    border-bottom-color: #000
}

a:hover {
    background: #000;
    color: #fff
}

a:hover span.icon-yes {
    background-position: -2px -20px
}

a:hover span.icon-no {
    background-position: -44px -20px
}

.hero.hero-article .hero-center a {
    border-color: #fff
}

.hero .white a:hover, .hero a.white:hover {
    background-color: #fff;
    color: #000
}

.hero .white-copy-link, .hero .landing-page-country-link {
    color: #fff;
    font-weight: normal;
    vertical-align: baseline;
    border: 0;
    background-color: transparent !important;
    min-height: 30px
}

.hero .white-copy-link.white a, .hero .white-copy-link:hover, .hero .landing-page-country-link.white a, .hero .landing-page-country-link:hover {
    background-color: transparent !important;
    color: #fff !important;
    font-weight: normal;
    border: 0
}

.hero .white-link, .hero .white-link:visited, .hero .white-link:visited:visited {
    color: #fff;
    font-weight: normal;
    vertical-align: baseline;
    border: 0;
    background-color: transparent !important;
    min-height: 30px
}

.hero .white-link:hover {
    background-color: transparent !important;
    color: #fff !important;
    font-weight: normal;
    border: 0
}

.hero .white-link.bold {
    font-weight: bold !important
}

a.image-link, .image-link a {
    border: none !important;
    background: none !important
}

a.image-link img, .image-link a img {
    border: none !important
}

a.image-link:hover, .image-link a:hover {
    border: none !important;
    background: none !important
}

.slideshow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    overflow: hidden;
    min-height: 550px
}

.slideshow img {
    width: 100%;
    min-height: 100%
}

.slideshow .caroufredsel_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    overflow: hidden;
    min-height: 550px;
    height: 550px !important
}

.slideshow .slideshow_actions {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    top: auto;
    width: auto;
    z-index: 70;
    text-align: center
}

.slideshow .slideshow_actions>div.slideshow_actions_inner {
    display: inline-block
}

.ajax-droplist {
    border: 1px solid #000;
    height: 42px;
    max-width: 220px;
    position: relative
}

.ajax-droplist .ajax-droplist-label {
    padding: 8px 14px;
    display: block;
    line-height: 24px;
    font-family: Arial !important
}

.ajax-droplist .ajax-droplist-label .arrow {
    background: url(/sites/all/themes/lush/assets/img/lush/images/web-kit/arrows/black-up.svg) right 0 no-repeat !important;
    background-size: 20px !important;
    height: 14px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -6px;
    cursor: pointer;
    left: 0;
    width: auto
}

.ajax-droplist.droplist-closed .arrow {
    background: url(/sites/all/themes/lush/assets/img/lush/images/web-kit/arrows/black-down.svg) right 0 no-repeat !important;
    background-size: 20px !important
}

.ajax-droplist ul {
    display: none;
    position: absolute;
    top: 40px;
    border: 1px solid #000;
    min-width: 220px;
    left: -1px;
    z-index: 1
}

.ajax-droplist ul li {
    padding: 8px 14px;
    background: #fff;
    cursor: pointer
}

.ajax-droplist ul li:hover {
    background: #f2f2f2;
    text-decoration: underline
}

.ajax-droplist.ajax-droplist-smaller {
    border-color: #e3e3e3;
    height: 34px;
    font-weight: normal !important
}

.ajax-droplist.ajax-droplist-smaller .ajax-droplist-label {
    line-height: 16px !important
}

.ajax-droplist.ajax-droplist-smaller .ajax-droplist-label .arrow {
    background: url(/sites/all/themes/lush/assets/img/lush/images/web-kit/arrows/black-up.svg) right 0 no-repeat !important;
    background-size: 12px !important;
    height: 9px;
    right: 11px;
    top: 50%;
    margin-top: -4px;
    background-color: transparent !important;
    left: 0;
    width: auto
}

.ajax-droplist.ajax-droplist-smaller.droplist-closed {
    background: #fff;
    color: #000
}

.ajax-droplist.ajax-droplist-smaller.droplist-closed .ajax-droplist-label .arrow {
    background: url(/sites/all/themes/lush/assets/img/lush/images/web-kit/arrows/black-down.svg) right 0 no-repeat !important;
    background-size: 12px !important
}

.ajax-droplist.ajax-droplist-smaller ul {
    top: 32px;
    border-color: #e3e3e3;
    min-width: 170px;
    left: -1px;
    z-index: 999;
    width: auto;
    right: -1px
}

.ajax-droplist.ajax-droplist-smaller ul li {
    background: #f2f2f2;
    cursor: pointer;
    padding: 0
}

.ajax-droplist.ajax-droplist-smaller ul li a {
    display: block;
    border: 0;
    padding: 8px 14px
}

.ajax-droplist.ajax-droplist-smaller ul li a:hover {
    background: transparent !important
}

.ajax-droplist.ajax-droplist-smaller ul li:hover {
    background: #fff
}

.ajax-droplist.ajax-droplist-smaller ul li:hover a {
    color: #000;
    text-decoration: underline !important
}

.tipsy {
    padding: 5px;
    font-size: 10px;
    position: absolute;
    z-index: 100000
}

.tipsy-inner {
    padding: 5px 8px 4px 8px;
    background-color: #000;
    color: #fff;
    max-width: 200px;
    text-align: center
}

.tipsy-inner {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.tipsy-arrow {
    position: absolute;
    background: url(/sites/all/themes/lush/assets/img/lush/images/web-kit/tipsy.svg) no-repeat top left;
    width: 9px;
    height: 5px
}

.tipsy-w .tipsy-arrow {
    top: 50%;
    margin-top: -4px;
    left: 0;
    width: 5px;
    height: 9px
}

.tipsy {
    margin-left: 8px;
    margin-top: 0
}

.tipsy .tipsy-inner {
    padding: 18px;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0
}

.form-radios:not(#foo) .form-type-radio input[type='radio'], form:not(#foo) .form-type-checkbox input[type='checkbox'] {
    opacity: 0;
    position: absolute;
    float: left;
    width: 18px
}

form:not(#foo) .form-type-checkbox {
    position: relative
}

form:not(#foo) .form-type-checkbox input[type='checkbox'] {
    left: 0;
    top: 5px;
    width: 20px;
    height: 20px
}

.form-radios:not(#foo) .form-type-radio input[type='radio']+label, .form-radios:not(#foo) .form-type-radio input[type='radio']+.label-container label, form:not(#foo) .form-type-checkbox input[type='checkbox']+label {
    margin-bottom: 5px;
    margin-left: 0;
    clear: none;
    padding: 7px 0 3px 35px;
    cursor: pointer;
    background: url(/sites/all/themes/lush/assets/img/lush/images/web-kit/radio-button-sprite.svg) no-repeat 0 4px;
    line-height: 24px
}

.form-radios:not(#foo) .form-type-radio input[type='radio']+.label-container p {
    padding-left: 35px
}

.option-large {
    font-size: 18px;
    line-height: 24px
}

.option-small {
    font-size: 14px;
    line-height: 16px
}

form:not(#foo) .form-type-checkbox input[type='checkbox']+label, form:not(#foo) .form-type-checkbox input[type='checkbox']+.label-container label {
    background: url(/sites/all/themes/lush/assets/img/lush/images/web-kit/check-box-sprite.svg) no-repeat 0 -73px
}

.form-radios:not(#foo) .form-type-radio input[type='radio']:checked+label, .form-radios:not(#foo) .form-type-radio input[type='radio']:checked+.label-container label {
    background: url(/sites/all/themes/lush/assets/img/lush/images/web-kit/radio-button-sprite.svg) no-repeat 0 -66px
}

form:not(#foo) .form-type-checkbox input[type='checkbox']:checked+label, form:not(#foo) .form-type-checkbox input[type='checkbox']:checked+.label-container label {
    background: url(/sites/all/themes/lush/assets/img/lush/images/web-kit/check-box-sprite.svg) no-repeat 0 4px
}

form:not(#foo) .label_left input[type='checkbox']:checked+label {
    background-position: right 4px
}

form:not(#foo) .label_left input[type='checkbox']+label {
    background-position: right -72px;
    text-align: right;
    padding-right: 35px;
    padding-left: 0
}

form:not(#foo) .label_left input[type='checkbox'] {
    left: auto;
    right: 0
}

@media (max-width:479px) {
    body form:not(#foo) .label_left input[type='checkbox']:checked+label {
        background: url(/sites/all/themes/lush/assets/img/lush/images/web-kit/check-box-sprite.svg) no-repeat 0 3px
    }

    body form:not(#foo) .label_left input[type='checkbox']+label {
        padding: 5px 0 5px 35px;
        background: url(/sites/all/themes/lush/assets/img/lush/images/web-kit/check-box-sprite.svg) no-repeat 0 -72px;
        text-align: left
    }

    body form:not(#foo) .label_left input[type='checkbox'] {
        right: auto;
        left: 0
    }

    body .with_tooltip .form-item, body .with_tooltip.form-item {
        margin-right: 0
    }

    body .with_tooltip .form-item .description, body .with_tooltip.form-item .description {
        bottom: 5px;
        display: none
    }
}

@media (min-width:480px) and (max-width:767px) {
    body form:not(#foo) .label_left input[type='checkbox']:checked+label {
        background: url(/sites/all/themes/lush/assets/img/lush/images/web-kit/check-box-sprite.svg) no-repeat 0 3px
    }

    body form:not(#foo) .label_left input[type='checkbox']+label {
        padding: 5px 0 5px 35px;
        background: url(/sites/all/themes/lush/assets/img/lush/images/web-kit/check-box-sprite.svg) no-repeat 0 -72px;
        text-align: left
    }

    body form:not(#foo) .label_left input[type='checkbox'] {
        right: auto;
        left: 0
    }

    body .with_tooltip .form-item, body .with_tooltip.form-item {
        margin-right: 0
    }

    body .with_tooltip .form-item .description, body .with_tooltip.form-item .description {
        bottom: 5px;
        display: none
    }
}

.button-text-white {
    -webkit-appearance: none
}

.button-text-white.arrow-to-the-right.size-7[value="CONTINUE"], .button-text-white.arrow-to-the-right.size-7[href="#"] {
    background-position: 81% 18px;
    text-indent: -8%
}

.button-text-white.arrow-to-the-right.size-7[value="CONTINUE"]:hover, .button-text-white.arrow-to-the-right.size-7[value="CONTINUE"].active, .button-text-white.arrow-to-the-right.size-7[href="#"]:hover, .button-text-white.arrow-to-the-right.size-7[href="#"].active {
    background-position: 81% -52px
}

.button-text-white.arrow-to-the-left.size-7[href="#"], .button-text-white.arrow-to-the-left.size-7[value="PREVIOUS"] {
    background-position: 23% 20px;
    text-indent: 8%
}

.button-text-white.arrow-to-the-left.size-7[href="#"]:hover, .button-text-white.arrow-to-the-left.size-7[href="#"].active, .button-text-white.arrow-to-the-left.size-7[value="PREVIOUS"]:hover, .button-text-white.arrow-to-the-left.size-7[value="PREVIOUS"].active {
    background-position: 23% -50px
}

.button-text-white.arrow-to-the-left.size-8[href="#"] {
    background-position: 0% 20px;
    text-indent: -2%;
    font-weight: normal;
    font-family: helvetica-neue-LT-reg, "Helvetica Neue Light", Helvetica, Arial;
    text-transform: none
}

.button-text-white.arrow-to-the-left.size-8[href="#"]:hover, .button-text-white.arrow-to-the-left.size-8[href="#"].active {
    background-position: 0% 20px;
    background-color: transparent;
    color: #000;
    text-decoration: underline
}

.button-text-white.pay-with-paypal, .button-text-white.pay-with-card {
    background-image: url(/sites/all/themes/lush/assets/img/lush/images/web-kit/paypal-bttn.svg);
    background-position: center 10px !important;
    min-width: 260px !important;
    text-align: center !important;
    text-indent: 10px !important;
    line-height: 56px;
    border: solid 3px #000
}

.button-text-white.pay-with-paypal:hover, .button-text-white.pay-with-card:hover {
    line-height: 60px;
    background-image: url(/sites/all/themes/lush/assets/img/lush/images/web-kit/paypal-bttn.svg);
    background-position: center -89px !important
}

.large-button-text-white.arrow-to-the-right.size-7[value="PAY SECURELY"], .large-button-text-white.arrow-to-the-right.size-7[href="#"] {
    background-position: center 13px;
    background-image: url(/sites/all/themes/lush/assets/img/lush/images/web-kit/paypal-bttn.svg);
    text-indent: 4%;
    line-height: 64px;
    margin-left: 2px;
    font-family: Arial !important;
    font-weight: bold !important
}

.large-button-text-white.arrow-to-the-right.size-7[value="PAY SECURELY"]:hover, .large-button-text-white.arrow-to-the-right.size-7[value="PAY SECURELY"].active, .large-button-text-white.arrow-to-the-right.size-7[href="#"]:hover, .large-button-text-white.arrow-to-the-right.size-7[href="#"].active {
    background-position: center -88px
}

.button-text-black.icon-to-the-left.size-9[value="ADD NEW"], .button-text-black.icon-to-the-left.size-9[href="#"], .button-text-black.icon-to-the-left.size-7[value="ADD NEW"], .button-text-black.icon-to-the-left.size-7[href="#"] {
    background-position: 23% 10px;
    text-indent: 14%;
    line-height: 30px
}

.button-text-black.icon-to-the-left.size-9[value="ADD NEW"]:hover, .button-text-black.icon-to-the-left.size-9[value="ADD NEW"].active, .button-text-black.icon-to-the-left.size-9[href="#"]:hover, .button-text-black.icon-to-the-left.size-9[href="#"].active, .button-text-black.icon-to-the-left.size-7[value="ADD NEW"]:hover, .button-text-black.icon-to-the-left.size-7[value="ADD NEW"].active, .button-text-black.icon-to-the-left.size-7[href="#"]:hover, .button-text-black.icon-to-the-left.size-7[href="#"].active {
    background-position: 23% -44px
}

.button-text-black.icon-to-the-left.size-9.add-all-to-basket, .button-text-black.icon-to-the-left.size-7.add-all-to-basket {
    background-position: 10% -61px !important;
    padding: 3px 20px;
    height: 46px;
    min-width: 250px
}

.button-text-black.icon-to-the-left.size-9.add-all-to-basket.active, .button-text-black.icon-to-the-left.size-9.add-all-to-basket:hover, .button-text-black.icon-to-the-left.size-7.add-all-to-basket.active, .button-text-black.icon-to-the-left.size-7.add-all-to-basket:hover {
    background-position: 10% 9px !important;
    text-decoration: none
}

.arrow-to-the-left.button-text-white.basic-page-previous {
    width: 140px;
    text-indent: -2%;
    line-height: 44px;
    background-position: 0 12px
}

.arrow-to-the-left.button-text-white.basic-page-previous:hover, .arrow-to-the-left.button-text-white.basic-page-previous.active {
    background-color: transparent;
    background-position: 0 12px;
    text-decoration: underline !important;
    color: #000 !important
}

.arrow-to-the-left.button-text-white.basic-page-current-vacancies {
    width: 230px;
    text-indent: -2%;
    line-height: 44px;
    background-position: 0 12px
}

.arrow-to-the-left.button-text-white.basic-page-current-vacancies:hover, .arrow-to-the-left.button-text-white.basic-page-current-vacancies.active {
    background-color: transparent;
    background-position: 0 12px;
    text-decoration: underline !important;
    color: #000 !important
}

.arrow-to-the-left.button-text-white.basic-page-faq {
    width: 110px;
    text-indent: -2%;
    line-height: 44px;
    background-position: 0 12px;
    border-bottom: 0;
    filter: none;
    text-decoration: none;
    color: #000;
    font-family: Arial !important
}

.arrow-to-the-left.button-text-white.basic-page-faq:visited {
    color: #000
}

.arrow-to-the-left.button-text-white.basic-page-faq:hover, .arrow-to-the-left.button-text-white.basic-page-faq.active {
    text-decoration: underline;
    border: 0;
    color: #000;
    background-color: transparent
}

.arrow-to-the-left.button-text-white.basic-page-faq:hover:visited, .arrow-to-the-left.button-text-white.basic-page-faq.active:visited {
    color: #000;
    background-color: transparent
}

.arrow-to-the-left.button-text-white.basic-page-faq.bold {
    font-weight: bold
}

.arrow-to-the-left.button-text-white.basic-page-faq:hover, .arrow-to-the-left.button-text-white.basic-page-faq.active {
    background-position: 0 12px;
    text-decoration: underline !important;
    color: #000 !important
}

a.arrow-to-the-left.button-text-white {
    line-height: 60px
}

.faq-review-result .useful-message a.icons-yes-no {
    text-decoration: underline;
    filter: none;
    border-bottom: 0;
    color: gray;
    font-family: Arial !important
}

.faq-review-result .useful-message a.icons-yes-no:visited {
    color: gray
}

.faq-review-result .useful-message a.icons-yes-no:hover, .faq-review-result .useful-message a.icons-yes-no.active {
    background: gray;
    text-decoration: none;
    border-bottom: 0;
    color: #fff;
    border-left: 2px solid gray;
    border-right: 2px solid gray;
    border-bottom: 2px solid gray;
    margin-left: -4px;
    margin-bottom: -2px;
    position: relative;
    right: -2px
}

.faq-review-result .useful-message a.icons-yes-no:hover:visited, .faq-review-result .useful-message a.icons-yes-no.active:visited {
    color: #fff !important;
    border-color: gray;
    background: gray
}

.faq-review-result .useful-message a.icons-yes-no.bold {
    font-weight: bold
}

.object-article-tags ul {
    margin: 20px 0
}

.object-article-tags ul li {
    float: left
}

.object-article-tags ul li a {
    border: 1px solid #e3e3e3;
    background: #fff;
    float: left;
    margin: 0 7px 11px 0;
    padding: 3px 14px;
    height: 27px;
    display: inline-block;
    color: #333;
    font-size: 14px;
    line-height: 16px
}

.object-article-tags ul li a:hover, .object-article-tags ul li a.active {
    background-color: #000;
    color: #fff;
    text-decoration: none;
    margin: 0 7px 11px 0;
    padding: 3px 14px
}

@media (max-width:479px) {
    body input.button-text-white.arrow-to-the-left {
        margin-top: 20px
    }

    body .button-text-white.arrow-to-the-right.size-7[value="CONTINUE"], body .button-text-white.arrow-to-the-right.size-7[href="#"] {
        background-position: 74% 18px;
        text-indent: -2%
    }

    body .button-text-white.arrow-to-the-right.size-7[value="CONTINUE"]:hover, body .button-text-white.arrow-to-the-right.size-7[value="CONTINUE"].active, body .button-text-white.arrow-to-the-right.size-7[href="#"]:hover, body .button-text-white.arrow-to-the-right.size-7[href="#"].active {
        background-position: 74% -52px
    }

    body .button-text-white.arrow-to-the-left.size-7[href="#"], body .button-text-white.arrow-to-the-left.size-7[value="PREVIOUS"] {
        margin-top: 30px;
        background-position: 34% 20px;
        text-indent: 11%;
        width: 100%
    }

    body .button-text-white.arrow-to-the-left.size-7[href="#"]:hover, body .button-text-white.arrow-to-the-left.size-7[href="#"].active, body .button-text-white.arrow-to-the-left.size-7[value="PREVIOUS"]:hover, body .button-text-white.arrow-to-the-left.size-7[value="PREVIOUS"].active {
        background-position: 34% -50px
    }
}

@media (min-width:480px) and (max-width:767px) {
    body input.button-text-white.arrow-to-the-left {
        margin-top: 20px
    }

    body .button-text-white.arrow-to-the-right.size-7[value="CONTINUE"], body .button-text-white.arrow-to-the-right.size-7[href="#"] {
        background-position: 65% 18px;
        text-indent: -2%
    }

    body .button-text-white.arrow-to-the-right.size-7[value="CONTINUE"]:hover, body .button-text-white.arrow-to-the-right.size-7[value="CONTINUE"].active, body .button-text-white.arrow-to-the-right.size-7[href="#"]:hover, body .button-text-white.arrow-to-the-right.size-7[href="#"].active {
        background-position: 65% -52px
    }

    body .button-text-white.arrow-to-the-left.size-7[href="#"], body .button-text-white.arrow-to-the-left.size-7[value="PREVIOUS"] {
        margin-top: 30px;
        background-position: 39% 20px;
        text-indent: 7%;
        width: 100%
    }

    body .button-text-white.arrow-to-the-left.size-7[href="#"]:hover, body .button-text-white.arrow-to-the-left.size-7[href="#"].active, body .button-text-white.arrow-to-the-left.size-7[value="PREVIOUS"]:hover, body .button-text-white.arrow-to-the-left.size-7[value="PREVIOUS"].active {
        background-position: 39% -50px
    }

    body .large-button-text-white.arrow-to-the-right.size-7[value="PAY SECURELY"], body .large-button-text-white.arrow-to-the-right.size-7[href="#"] {
        background-position: center 13px
    }

    body .large-button-text-white.arrow-to-the-right.size-7[value="PAY SECURELY"]:hover, body .large-button-text-white.arrow-to-the-right.size-7[value="PAY SECURELY"].active, body .large-button-text-white.arrow-to-the-right.size-7[href="#"]:hover, body .large-button-text-white.arrow-to-the-right.size-7[href="#"].active {
        background-position: center -89px
    }
}

@media (min-width:768px) and (max-width:999px) {
    body input.button-text-white.arrow-to-the-left {
        margin-top: 20px
    }

    body .button-text-white.arrow-to-the-left.size-7[href="#"], body .button-text-white.arrow-to-the-left.size-7[value="PREVIOUS"] {
        margin-top: 70px
    }

    body #commerce-checkout-form-addresses .button-text-white.arrow-to-the-left.size-7[href="#"], body #commerce-checkout-form-addresses .button-text-white.arrow-to-the-left.size-7[value="PREVIOUS"] {
        margin-top: 0
    }
}

@media (min-width:1000px) and (max-width:1199px) {
    body input.button-text-white.arrow-to-the-left {
        margin-top: 20px
    }

    body .button-text-white.arrow-to-the-left.size-7[href="#"], body .button-text-white.arrow-to-the-left.size-7[value="PREVIOUS"] {
        margin-top: 70px
    }

    body #commerce-checkout-form-addresses .button-text-white.arrow-to-the-left.size-7[href="#"], body #commerce-checkout-form-addresses .button-text-white.arrow-to-the-left.size-7[value="PREVIOUS"] {
        margin-top: 0
    }
}

input.button-text-black {
    font-family: Arial !important;
    font-weight: bold !important
}

input.button-text-black.size-7 {
    line-height: 30px !important
}

input.button-text-black.find-address {
    line-height: 32px
}

input.button-text-white {
    font-family: Arial !important;
    font-weight: bold !important
}

input.button-text-white.shorter {
    line-height: 30px !important
}

input.button-text-white.size-9 {
    line-height: 36px !important
}

input.checkout-continue {
    line-height: 54px !important;
    font-weight: bold !important
}

input.bold {
    font-family: Arial !important;
    font-weight: bold !important
}

input.basket {
    line-height: 40px !important
}

a.button-text-black.icon-cart {
    font-family: Arial !important;
    font-weight: bold !important;
    line-height: 28px !important
}

a.button-text-white {
    font-family: Arial !important;
    font-weight: bold !important
}

a.button-text-white.size-7 {
    line-height: 60px !important
}

a.cart-checkout {
    font-family: Arial !important;
    font-weight: bold !important
}

a.add-all-to-basket {
    font-family: Arial !important;
    font-weight: bold !important;
    line-height: 34px !important
}

.object-commerce-product .form-item {
    margin-bottom: 0
}

.object-commerce-product select.bold {
    font-family: Arial !important;
    font-weight: bold !important;
    line-height: 18px
}

select.single-option {
    background-image: none !important
}

.wishlist-wrapper .wishlist {
    font-family: Arial !important;
    font-weight: bold !important;
    line-height: 50px !important
}

.ajax-droplist {
    font-family: Arial !important;
    font-weight: bold !important
}

.ajax-droplist .ajax-droplist-label {
    line-height: 26px !important
}

.ajax-progress .throbber, .ajax-progress .flag-throbber, .flag-waiting .throbber, .flag-waiting .flag-throbber {
    float: left;
    height: 18px;
    width: 18px;
    background: transparent url(/sites/all/themes/lush/assets/img/lush/images/web-kit/loading_black.gif) no-repeat -41px -21px;
    background-size: 100px;
    position: absolute
}

.blackboard .ajax-progress, .blackboard .flag-waiting {
    margin-top: 15px;
    padding-left: 5px
}

.blackboard .ajax-progress .throbber, .blackboard .ajax-progress .flag-throbber, .blackboard .flag-waiting .throbber, .blackboard .flag-waiting .flag-throbber {
    background: transparent url(/sites/all/themes/lush/assets/img/lush/images/web-kit/loading_white.gif) no-repeat -41px -21px;
    background-size: 100px
}

.hero .landing-page-country-link:visited, .hero .landing-page-country-link:visited:visited, .hero .landing-page-country-link {
    color: #fff;
    font-weight: normal;
    vertical-align: baseline;
    border: 0;
    background-color: transparent
}

.hero .landing-page-country-link:visited.white a, .hero .landing-page-country-link:visited:hover, .hero .landing-page-country-link:visited:visited.white a, .hero .landing-page-country-link:visited:visited:hover, .hero .landing-page-country-link.white a, .hero .landing-page-country-link:hover {
    background-color: transparent;
    color: #fff;
    font-weight: normal;
    border: 0
}

.hero a.objects-hero-title-link:visited, .hero a.objects-hero-title-link:visited:visited, .hero a.objects-hero-title-link {
    color: #fff;
    vertical-align: baseline;
    border: 0;
    background-color: transparent
}

.hero a.objects-hero-title-link:visited.white a, .hero a.objects-hero-title-link:visited:hover, .hero a.objects-hero-title-link:visited:visited.white a, .hero a.objects-hero-title-link:visited:visited:hover, .hero a.objects-hero-title-link.white a, .hero a.objects-hero-title-link:hover {
    background-color: transparent;
    color: #fff;
    border: 0
}

.slideDown {
    animation-name: slideDown;
    -webkit-animation-name: slideDown;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    visibility: visible !important;
    top: inherit !important
}

@keyframes slideDown {
    0% {
        transform: translateY(0%);
    }

    50% {
        transform: translateY(108%);
    }

    65% {
        transform: translateY(101%);
    }

    80% {
        transform: translateY(101%);
    }

    95% {
        transform: translateY(101%);
    }

    100% {
        transform: translateY(101%);
    }
}

@-webkit-keyframes slideDown {
    0% {
        -webkit-transform: translateY(0%);
    }

    50% {
        -webkit-transform: translateY(108%);
    }

    65% {
        -webkit-transform: translateY(101%);
    }

    80% {
        -webkit-transform: translateY(101%);
    }

    95% {
        -webkit-transform: translateY(101%);
    }

    100% {
        -webkit-transform: translateY(101%);
    }
}

.slideUp {
    -webkit-animation: slideUp 1s;
    animation: slideUp 1s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    visibility: visible !important
}

@-webkit-keyframes slideUp {
    0% {
        -webkit-transform: translateY(200%);
        transform: translateY(0%);
        opacity: 0;
    }

    1% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 1;
    }

    50% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }
}

@keyframes slideUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    50% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }

    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

.fadeOut {
    animation-name: fadeOut;
    -webkit-animation-name: fadeOut;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease
}

@keyframes fadeOut {
    0% {
        opacity: 0.9;
    }

    60% {
        opacity: 0.3;
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0.0;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 0.9;
    }

    60% {
        opacity: 0.3;
    }

    80% {
        opacity: 0.0;
    }

    100% {
        opacity: 0.0;
    }
}

.fadeIn {
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease
}

@keyframes fadeIn {
    0% {
        opacity: 0.0;
    }

    60% {
        opacity: 0.9;
    }

    80% {
        opacity: 0.9;
    }

    100% {
        opacity: 0.9;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0.0;
    }

    60% {
        opacity: 0.9;
    }

    80% {
        opacity: 0.9;
    }

    100% {
        opacity: 0.9;
    }
}

body .body-wrapper>header.header {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 9999
}

body .body-wrapper>header.header .contextual-links-region {
    position: static
}

body.absolute_header .body-wrapper>header.header {
    position: absolute
}

body .header-padding {
    background: #000
}

header.header {
    background: #000
}

header.header .header-contents-wrapper {
    position: relative;
    background: #000
}

header.header .header-contents-wrapper a:hover {
    border: 0 !important
}

@media (max-width:479px) {
    body header.header .header-logo-mobile {
        height: 55px;
        width: 100%;
        background: #000 url("/img/logo.svg") no-repeat center center;
        background-size: 160px;
        border-bottom: 1px solid #000;
        margin: 0 auto
    }

    body header.header .header-logo-mobile a {
        border: 0;
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        cursor: pointer
    }

    body header.header .header-logo-mobile a:hover {
        background: none;
        border: 0
    }

    body header.header .header-contents-wrapper {
        min-height: 50px;
        padding: 0 47px
    }

    body header.header .header-contents-wrapper .header-contents {
        width: 100%
    }

    body header.header .header-contents-wrapper .header-contents .container {
        width: 100%;
        margin: 0;
        padding: 0
    }

    body header.header .header-contents-wrapper .header-contents .container .container-padding {
        width: 100%;
        margin: 0;
        padding: 0
    }

    body header.header .header-contents-wrapper .header-contents .container-padding>div {
        width: 50%;
        display: inline-block;
        vertical-align: middle;
        float: left;
        height: 50px;
        float: none
    }
}

@media (min-width:480px) and (max-width:767px) {
    body header.header .header-logo-mobile {
        height: 55px;
        width: 100%;
        background: #000 url("/img/logo.svg") no-repeat center center;
        background-size: 160px;
        border-bottom: 1px solid #000;
        margin: 0 auto
    }

    body header.header .header-logo-mobile a {
        border: 0;
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        cursor: pointer
    }

    body header.header .header-logo-mobile a:hover {
        background: none;
        border: 0
    }

    body header.header .header-contents-wrapper {
        min-height: 50px;
        padding: 0 47px
    }

    body header.header .header-contents-wrapper .header-contents {
        width: 100%
    }

    body header.header .header-contents-wrapper .header-contents .container {
        width: 100%;
        margin: 0;
        padding: 0
    }

    body header.header .header-contents-wrapper .header-contents .container .container-padding {
        width: 100%;
        margin: 0;
        padding: 0
    }

    body header.header .header-contents-wrapper .header-contents .container-padding>div {
        width: 50%;
        display: inline-block;
        vertical-align: middle;
        float: left;
        height: 50px;
        float: none
    }
}

@media (min-width:768px) and (max-width:999px) {
    body .header-padding {
        min-height: 70px
    }

    body header.header .header-contents-wrapper {
        min-height: 70px
    }

    body header.header .header-contents-wrapper .header-contents .header-first-container {
        max-width: 1200px !important
    }

    body header.header .header-contents-wrapper .header-contents .header-first-container .header-first-container-padding>div {
        height: 70px;
        display: inline-block;
        vertical-align: top
    }

    body header.header .header-contents-wrapper .header-contents .header-first-container .header-first-container-padding .header-logo-desktop {
        height: 70px;
        width: 210px;
        background: #000 url("/img/logo.svg") no-repeat center center;
        background-size: 205px;
        display: block;
        margin: 0 auto
    }

    body header.header .header-contents-wrapper .header-contents .header-first-container .header-first-container-padding .header-logo-desktop a {
        border: 0;
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        display: inline-block;
        cursor: pointer;
        text-indent: -99999px;
        outline: none
    }

    body header.header .header-contents-wrapper .header-contents .header-first-container .header-first-container-padding .header-logo-desktop a:hover {
        background: none;
        border: 0;
        text-indent: -99999px;
        outline: none
    }

    body .header-first-container .header-first-container-padding {
        padding: 0 87px
    }
}

@media (min-width:1000px) and (max-width:1199px) {
    body .header-padding {
        min-height: 70px
    }

    body header.header .header-contents-wrapper {
        min-height: 70px
    }

    body header.header .header-contents-wrapper .header-contents .header-first-container {
        max-width: 1200px !important
    }

    body header.header .header-contents-wrapper .header-contents .header-first-container .header-first-container-padding>div {
        height: 70px;
        display: inline-block;
        vertical-align: top
    }

    body header.header .header-contents-wrapper .header-contents .header-first-container .header-first-container-padding .header-logo-desktop {
        height: 70px;
        width: 210px;
        background: #000 url("/img/logo.svg") no-repeat center center;
        background-size: 205px;
        display: block;
        margin: 0 auto
    }

    body header.header .header-contents-wrapper .header-contents .header-first-container .header-first-container-padding .header-logo-desktop a {
        border: 0;
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        display: inline-block;
        cursor: pointer;
        text-indent: -99999px;
        outline: none
    }

    body header.header .header-contents-wrapper .header-contents .header-first-container .header-first-container-padding .header-logo-desktop a:hover {
        background: none;
        border: 0;
        text-indent: -99999px;
        outline: none
    }

    body header.header .header-contents-wrapper {
        min-height: 80px
    }

    body header.header .header-contents-wrapper .header-contents .header-first-container .header-first-container-padding {
        padding: 0 100px
    }

    body header.header .header-contents-wrapper .header-contents .header-first-container .header-first-container-padding .header-logo-desktop {
        background: #000 url("/img/logo.svg") no-repeat center center;
        height: 80px;
        width: 233px;
        background-size: 237px
    }

    body header.header .header-contents-wrapper .header-contents .header-first-container .header-first-container-padding .header-logo-desktop a {
        border: 0;
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        display: inline-block;
        cursor: pointer;
        text-indent: -99999px;
        outline: none
    }

    body header.header .header-contents-wrapper .header-contents .header-first-container .header-first-container-padding .header-logo-desktop a:hover {
        background: none;
        border: 0;
        text-indent: -99999px;
        outline: none
    }

    body header.header .header-contents-wrapper .header-contents .header-first-container .header-first-container-padding .header-products .header-products-contents {
        height: 80px
    }

    body header.header .header-contents-wrapper .header-contents .header-first-container .header-first-container-padding .header-products .header-products-contents li {
        height: 80px
    }

    body header.header .header-contents-wrapper .header-contents .header-first-container .header-first-container-padding .header-products .header-products-contents li a {
        line-height: 80px
    }

    body header.header .header-contents-wrapper .header-contents .header-first-container .header-first-container-padding>div {
        height: 80px
    }
}

@media (min-width:1200px) and (max-width:1260px) {
    body .header-padding {
        min-height: 70px
    }

    body header.header .header-contents-wrapper {
        min-height: 70px
    }

    body header.header .header-contents-wrapper .header-contents .header-first-container {
        max-width: 1200px !important
    }

    body header.header .header-contents-wrapper .header-contents .header-first-container .header-first-container-padding>div {
        height: 70px;
        display: inline-block;
        vertical-align: top
    }

    body header.header .header-contents-wrapper .header-contents .header-first-container .header-first-container-padding .header-logo-desktop {
        height: 70px;
        width: 210px;
        background: #000 url("/img/logo.svg") no-repeat center center;
        background-size: 205px;
        display: block;
        margin: 0 auto
    }

    body header.header .header-contents-wrapper .header-contents .header-first-container .header-first-container-padding .header-logo-desktop a {
        border: 0;
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        display: inline-block;
        cursor: pointer;
        text-indent: -99999px;
        outline: none
    }

    body header.header .header-contents-wrapper .header-contents .header-first-container .header-first-container-padding .header-logo-desktop a:hover {
        background: none;
        border: 0;
        text-indent: -99999px;
        outline: none
    }

    body header.header .header-contents-wrapper {
        min-height: 80px
    }

    body header.header .header-contents-wrapper .header-contents .header-first-container .header-first-container-padding {
        padding: 0 100px
    }

    body header.header .header-contents-wrapper .header-contents .header-first-container .header-first-container-padding .header-logo-desktop {
        background: #000 url("/img/logo.svg") no-repeat center center;
        height: 80px;
        width: 233px;
        background-size: 237px
    }

    body header.header .header-contents-wrapper .header-contents .header-first-container .header-first-container-padding .header-logo-desktop a {
        border: 0;
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        display: inline-block;
        cursor: pointer;
        text-indent: -99999px;
        outline: none
    }

    body header.header .header-contents-wrapper .header-contents .header-first-container .header-first-container-padding .header-logo-desktop a:hover {
        background: none;
        border: 0;
        text-indent: -99999px;
        outline: none
    }

    body header.header .header-contents-wrapper .header-contents .header-first-container .header-first-container-padding .header-products .header-products-contents {
        height: 80px
    }

    body header.header .header-contents-wrapper .header-contents .header-first-container .header-first-container-padding .header-products .header-products-contents li {
        height: 80px
    }

    body header.header .header-contents-wrapper .header-contents .header-first-container .header-first-container-padding .header-products .header-products-contents li a {
        line-height: 80px
    }

    body header.header .header-contents-wrapper .header-contents .header-first-container .header-first-container-padding>div {
        height: 80px
    }

    body header.header .header-contents-wrapper .header-contents .header-first-container .header-first-container-padding {
        padding: 0 70px !important
    }
}

@media (min-width:1200px) {
    body .header-padding {
        min-height: 70px
    }

    body header.header .header-contents-wrapper {
        min-height: 70px
    }

    body header.header .header-contents-wrapper .header-contents .header-first-container {
        max-width: 1200px !important
    }

    body header.header .header-contents-wrapper .header-contents .header-first-container .header-first-container-padding>div {
        height: 70px;
        display: inline-block;
        vertical-align: top
    }

    body header.header .header-contents-wrapper .header-contents .header-first-container .header-first-container-padding .header-logo-desktop {
        height: 70px;
        width: 210px;
        background: #000 url("/img/logo.svg") no-repeat center center;
        background-size: 205px;
        display: block;
        margin: 0 auto
    }

    body header.header .header-contents-wrapper .header-contents .header-first-container .header-first-container-padding .header-logo-desktop a {
        border: 0;
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        display: inline-block;
        cursor: pointer;
        text-indent: -99999px;
        outline: none
    }

    body header.header .header-contents-wrapper .header-contents .header-first-container .header-first-container-padding .header-logo-desktop a:hover {
        background: none;
        border: 0;
        text-indent: -99999px;
        outline: none
    }

    body header.header .header-contents-wrapper {
        min-height: 80px
    }

    body header.header .header-contents-wrapper .header-contents .header-first-container .header-first-container-padding {
        padding: 0 100px
    }

    body header.header .header-contents-wrapper .header-contents .header-first-container .header-first-container-padding .header-logo-desktop {
        background: #000 url("/img/logo.svg") no-repeat center center;
        height: 80px;
        width: 233px;
        background-size: 237px
    }

    body header.header .header-contents-wrapper .header-contents .header-first-container .header-first-container-padding .header-logo-desktop a {
        border: 0;
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        display: inline-block;
        cursor: pointer;
        text-indent: -99999px;
        outline: none
    }

    body header.header .header-contents-wrapper .header-contents .header-first-container .header-first-container-padding .header-logo-desktop a:hover {
        background: none;
        border: 0;
        text-indent: -99999px;
        outline: none
    }

    body header.header .header-contents-wrapper .header-contents .header-first-container .header-first-container-padding .header-products .header-products-contents {
        height: 80px
    }

    body header.header .header-contents-wrapper .header-contents .header-first-container .header-first-container-padding .header-products .header-products-contents li {
        height: 80px
    }

    body header.header .header-contents-wrapper .header-contents .header-first-container .header-first-container-padding .header-products .header-products-contents li a {
        line-height: 80px
    }

    body header.header .header-contents-wrapper .header-contents .header-first-container .header-first-container-padding>div {
        height: 80px
    }

    body header.header .header-contents-wrapper .header-contents .header-first-container .header-first-container-padding {
        padding: 0 2.8%
    }
}

@media (min-width:1400px) {
    body .header-padding {
        min-height: 70px
    }

    body header.header .header-contents-wrapper {
        min-height: 70px
    }

    body header.header .header-contents-wrapper .header-contents .header-first-container {
        max-width: 1200px !important
    }

    body header.header .header-contents-wrapper .header-contents .header-first-container .header-first-container-padding>div {
        height: 70px;
        display: inline-block;
        vertical-align: top
    }

    body header.header .header-contents-wrapper .header-contents .header-first-container .header-first-container-padding .header-logo-desktop {
        height: 70px;
        width: 210px;
        background: #000 url("/img/logo.svg") no-repeat center center;
        background-size: 205px;
        display: block;
        margin: 0 auto
    }

    body header.header .header-contents-wrapper .header-contents .header-first-container .header-first-container-padding .header-logo-desktop a {
        border: 0;
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        display: inline-block;
        cursor: pointer;
        text-indent: -99999px;
        outline: none
    }

    body header.header .header-contents-wrapper .header-contents .header-first-container .header-first-container-padding .header-logo-desktop a:hover {
        background: none;
        border: 0;
        text-indent: -99999px;
        outline: none
    }

    body header.header .header-contents-wrapper {
        min-height: 80px
    }

    body header.header .header-contents-wrapper .header-contents .header-first-container .header-first-container-padding {
        padding: 0 100px
    }

    body header.header .header-contents-wrapper .header-contents .header-first-container .header-first-container-padding .header-logo-desktop {
        background: #000 url("/img/logo.svg") no-repeat center center;
        height: 80px;
        width: 233px;
        background-size: 237px
    }

    body header.header .header-contents-wrapper .header-contents .header-first-container .header-first-container-padding .header-logo-desktop a {
        border: 0;
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        display: inline-block;
        cursor: pointer;
        text-indent: -99999px;
        outline: none
    }

    body header.header .header-contents-wrapper .header-contents .header-first-container .header-first-container-padding .header-logo-desktop a:hover {
        background: none;
        border: 0;
        text-indent: -99999px;
        outline: none
    }

    body header.header .header-contents-wrapper .header-contents .header-first-container .header-first-container-padding .header-products .header-products-contents {
        height: 80px
    }

    body header.header .header-contents-wrapper .header-contents .header-first-container .header-first-container-padding .header-products .header-products-contents li {
        height: 80px
    }

    body header.header .header-contents-wrapper .header-contents .header-first-container .header-first-container-padding .header-products .header-products-contents li a {
        line-height: 80px
    }

    body header.header .header-contents-wrapper .header-contents .header-first-container .header-first-container-padding>div {
        height: 80px
    }

    body header.header .header-contents-wrapper .header-contents .header-first-container .header-first-container-padding {
        padding: 0 2.8%
    }
}

section.layout-detail .objects-footer-object .layout-detail-product-module {
    padding-top: 0;
    padding-bottom: 40px
}

.objects-footer-object .accordion-label-inner {
    padding: 0 0 10px
}

.objects-footer-object .bottom-border-only {
    margin-bottom: 20px
}

.objects-footer-object .object-footer-links-top {
    padding-bottom: 20px
}

.objects-footer-object .object-footer-links-top .object-footer-links-item {
    margin-bottom: 5px
}

.objects-footer-object .object-footer-links-top.object-footer-links-top-checkout {
    padding-bottom: 30px
}

.objects-footer-object .object-footer-links-bottom {
    padding-top: 15px;
    padding-bottom: 20px;
    border-top: 1px solid #333
}

.objects-footer-object .container.object-footer-icons {
    text-align: center
}

.objects-footer-object .container .footer-icons-svg {
    margin: 15px auto
}

.objects-footer-object .container .footer-icons-svg li {
    width: 16.66%;
    float: left
}

.objects-footer-object .container .footer-icons-svg li a {
    border: 0 !important;
    background: transparent
}

.objects-footer-object .container .footer-icons-svg li a:hover {
    border: 0;
    background: transparent
}

.objects-footer-object .container .footer-icons-svg li span {
    background: url(/sites/all/themes/lush/assets/assets/lush/images/sprites/footer-icon-sprite.svg) no-repeat;
    height: 137px;
    display: inline-block
}

.objects-footer-object .container .footer-icons-svg li span.icon-fat {
    width: 65px;
    background-position: -13px top
}

.objects-footer-object .container .footer-icons-svg li span.icon-fco {
    width: 135px;
    background-position: -162px top
}

.objects-footer-object .container .footer-icons-svg li span.icon-eb {
    width: 145px;
    background-position: -368px top
}

.objects-footer-object .container .footer-icons-svg li span.icon-1v {
    width: 120px;
    background-position: -578px top
}

.objects-footer-object .container .footer-icons-svg li span.icon-h {
    width: 97px;
    background-position: -771px top
}

.objects-footer-object .container .footer-icons-svg li span.icon-n {
    width: 120px;
    background-position: -956px top
}

.objects-footer-object .container.object-footer-links {
    padding-top: 40px;
    padding-bottom: 0
}

.objects-footer-object .container.object-footer-links a.colour-black50 {
    border-bottom: 0;
    color: gray !important
}

.objects-footer-object .container.object-footer-links a.colour-black50:hover, .objects-footer-object .container.object-footer-links a.colour-black50.active {
    text-decoration: underline !important;
    color: #fff !important
}

.objects-footer-object .object-footer-form-newsletter .form-item, .objects-footer-object .object-footer-form-newsletter .form-actions {
    display: inline-block;
    margin-bottom: 0
}

.objects-footer-object .object-footer-form-newsletter .form-item {
    width: 508px
}

.objects-footer-object .object-footer-form-newsletter .form-item .form-text {
    border-color: #fff;
    font-size: 14px;
    line-height: 16px
}

.objects-footer-object .object-footer-form-newsletter .object-footer-form-newsletter-submit {
    border: 3px solid #fff;
    margin-left: 15px
}

.objects-footer-object .object-footer-form-newsletter .object-footer-form-newsletter-submit:hover {
    border: 3px solid #fff !important
}

.objects-footer-object .object-footer-copyrights {
    width: 100%;
    text-align: center;
    padding: 20px 0;
    border-top: solid 1px #e3e3e3
}

.objects-footer-object .object-footer-copyrights a {
    text-decoration: underline;
    filter: none;
    border-bottom: 0;
    color: #000;
    font-family: Arial !important
}

.objects-footer-object .object-footer-copyrights a:visited {
    color: #000
}

.objects-footer-object .object-footer-copyrights a:hover, .objects-footer-object .object-footer-copyrights a.active {
    background: #000;
    text-decoration: none;
    border-bottom: 0;
    color: #fff;
    border-left: 2px solid #000;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    margin-left: -4px;
    margin-bottom: -2px;
    position: relative;
    right: -2px
}

.objects-footer-object .object-footer-copyrights a:hover:visited, .objects-footer-object .object-footer-copyrights a.active:visited {
    color: #fff !important;
    border-color: #000;
    background: #000
}

.objects-footer-object .object-footer-copyrights a.bold {
    font-weight: bold
}

.objects-footer-object .object-footer-copyrights .copyrights-icon-container {
    margin: 0 auto 25px auto;
    width: 100%;
    text-align: center;
    display: block
}

.objects-footer-object .object-footer-copyrights .copyrights-icon-container .icon-which-link:hover {
    background: none;
    border: 0
}

.objects-footer-object .object-footer-copyrights .copyrights-icon-container .icon-which {
    background: url(/sites/all/themes/lush/assets/img/lush/images/web-kit/which-logo.svg) no-repeat;
    width: 148px;
    height: 118px;
    display: inline-block;
    background-size: 148px
}

@media (max-width:479px) {
    body .objects-footer-object .object-footer-icons {
        display: none
    }

    body .objects-footer-object .object-footer-copyrights .copyrights-icon-container {
        margin-bottom: 15px
    }

    body .objects-footer-object .object-footer-copyrights .copyrights-icon-container .icon-which {
        width: 100px;
        height: 80px;
        background-size: 100px
    }

    body .objects-footer-object .object-footer-paysecurely {
        margin-top: 20px
    }

    body .objects-footer-object .object-footer-links-bottom {
        padding-bottom: 30px
    }

    body .objects-footer-object .object-footer-links-bottom .icon.icon-social {
        margin-right: 15px
    }

    body .objects-footer-object .object-footer-newsletter {
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid #333
    }

    body .objects-footer-object .object-footer-form-newsletter .form-item, body .objects-footer-object .object-footer-form-newsletter .form-actions {
        width: 100%
    }

    body .objects-footer-object .object-footer-form-newsletter .form-item {
        margin-bottom: 10px
    }

    body .objects-footer-object .object-footer-form-newsletter .object-footer-form-newsletter-submit {
        width: 100%;
        margin-left: 0
    }
}

@media (min-width:480px) and (max-width:767px) {
    body .objects-footer-object .object-footer-icons {
        display: none
    }

    body .objects-footer-object .object-footer-copyrights .copyrights-icon-container {
        margin-bottom: 15px
    }

    body .objects-footer-object .object-footer-copyrights .copyrights-icon-container .icon-which {
        width: 100px;
        height: 80px;
        background-size: 100px
    }

    body .objects-footer-object .object-footer-paysecurely {
        margin-top: 20px
    }

    body .objects-footer-object .object-footer-paysecurely .icon.icon-payment {
        margin-right: 20px
    }

    body .objects-footer-object .object-footer-links-bottom {
        padding-bottom: 30px
    }

    body .objects-footer-object .object-footer-links-bottom .icon.icon-social {
        margin-right: 30px
    }

    body .objects-footer-object .object-footer-newsletter {
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid #333
    }

    body .objects-footer-object .object-footer-form-newsletter .form-item {
        width: 240px
    }
}

@media (min-width:768px) and (max-width:999px) {
    body .objects-footer-object .object-footer-form-newsletter .form-item {
        width: 252px
    }

    body .objects-footer-object .container .footer-icons-svg li {
        width: 32.66%
    }
}

@media (min-width:1000px) and (max-width:1199px) {
    body .objects-footer-object .object-footer-form-newsletter .form-item {
        width: 348px
    }
}

.grippie {
    display: none
}

.blackboard .form-text {
    height: 36px;
    background: #fff;
    color: #333;
    border: none;
    margin-bottom: 16px;
    width: 100%;
    font-size: 14px;
    line-height: 16px
}

.blackboard .form-select {
    width: 100%;
    height: 36px;
    background-color: #000;
    color: #fff;
    border: 1px solid gray;
    padding: 7px 50px 7px 11px;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: .01px;
    text-overflow: '';
    margin-bottom: 16px;
    background: #000 url(/sites/all/themes/lush/assets/img/lush/images/web-kit/select-arrow-black.jpg) no-repeat right center;
    font-size: 14px;
    line-height: 16px;
    line-height: 15px;
    background-size: 45px
}

.blackboard .form-select:active, .blackboard .form-select:focus {
    border: 1px solid gray;
    outline: none
}

.blackboard .actions {
    vertical-align: top
}

.blackboard .actions * {
    vertical-align: top
}

.form-text {
    font-family: arial !important
}

.form-required {
    color: #333 !important
}

input, select {
    cursor: pointer;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.form-item, .form-actions {
    margin-bottom: 0
}

.form-item .description, .form-actions .description {
    font-size: 1em
}

.whiteboard .form-select {
    width: 100%;
    height: 36px;
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    padding: 7px 50px 7px 11px;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: .01px;
    text-overflow: '';
    margin-bottom: 13px;
    background: #fff url(/sites/all/themes/lush/assets/img/lush/images/web-kit/arrow-down-small.svg) no-repeat right center;
    background-size: 22px
}

.form-item label, .form-actions label {
    display: block;
    font-weight: normal;
    font-family: helvetica-neue-LT-reg, "Helvetica Neue Light", Helvetica, Arial;
    font-size: 14px;
    line-height: 16px;
    font-family: arial !important
}

html.js .form-autocomplete {
    background-position: 100% 19px
}

input.error, select.error, textarea.error {
    border-color: #e50000 !important
}

form .top-bottom-border {
    padding: 20px 0
}

form label {
    display: block
}

form .form-item {
    margin-bottom: 15px
}

form .form-item.form-item-user-addressbook-commerce-customer-address-1nd-line {
    margin-bottom: 0
}

form .form-item.form-item-user-addressbook-commerce-customer-address-1nd-line input {
    margin-bottom: 0
}

form .form-item.form-item-user-addressbook-commerce-customer-address-2nd-line label {
    display: none
}

form .form-item-user-addressbook-use-as-billing, form .form-item-user-addressbook-add-to-user-addressbook {
    margin-bottom: 20px
}

form .form-item-user-addressbook-use-as-billing label, form .form-item-user-addressbook-add-to-user-addressbook label {
    display: inline-block;
    margin-left: 10px
}

form .form-text {
    width: 100%;
    padding: 6px 10px;
    border: 1px solid gray;
    margin: 10px 0;
    font-family: inherit;
    height: 40px;
    color: #333;
    font-size: 18px;
    line-height: 24px
}

form .form-text.colour-black30 {
    color: #b2b2b2
}

form .form-text.colour-black30:active, form .form-text.colour-black30:focus {
    color: #333
}

form .form-select {
    font-size: 18px;
    line-height: 24px;
    width: 100%;
    background-color: #fff;
    color: #000;
    border: 1px solid gray;
    font-family: inherit;
    padding: 7px 50px 7px 11px;
    margin: 10px 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: .01px;
    text-overflow: '';
    margin-bottom: 13px;
    background: #fff url(/sites/all/themes/lush/assets/img/lush/images/web-kit/arrow-down-small.svg) no-repeat right center;
    background-size: 28px
}

form .form-item-delivery-option>.form-item {
    display: inline-block
}

form .form-item-delivery-option>.form-item input, form .form-item-delivery-option>.form-item label {
    display: inline-block;
    float: left;
    margin-left: 10px
}

form .form-item-delivery-option.form-radios .form-item {
    margin-right: 30px
}

form .form-item-delivery-option.form-type-radios {
    margin-bottom: 20px
}

form .form-item-delivery-option.form-type-radio {
    display: inline-block
}

form .form-item-delivery-option.form-type-radio input, form .form-item-delivery-option.form-type-radio label {
    display: inline-block;
    float: left;
    margin-left: 35px
}

form .link {
    padding: 0
}

.cart_contents, .cart_contents_form {
    position: relative
}

.cart_contents input.order-update, .cart_contents_form input.order-update {
    position: absolute !important;
    right: 26.5% !important;
    margin-top: 10px;
    bottom: -33px
}

.delivery-address-details-inner input {
    margin: 0
}

.views-field-user-address-set-default .form-type-checkbox label.option {
    margin-top: 20px;
    display: inline-block
}

.button-operator {
    display: none
}

.checkout-back-to-shopping-link-right input, .checkout-back-to-shopping-link-left {
    margin-top: 30px
}

.checkout-buttons-pay {
    float: left;
    width: 100%
}

.checkout-buttons-pay .checkout-back-to-shopping-link-left {
    margin-top: 10px
}

.checkout-buttons-pay.lush_basket_checkout_complete_pay_by_phone .checkout-back-to-shopping-link-left {
    margin-top: 0
}

th {
    padding-right: 0;
    background-color: #fff;
    text-align: center
}

input.form-text.pass {
    background-image: url(/sites/all/themes/lush/assets/img/lush/images/web-kit/tick-green.svg);
    background-repeat: no-repeat;
    background-position: 98% center
}

input.form-text.fail {
    background-image: url(/sites/all/themes/lush/assets/img/lush/images/web-kit/caution.svg);
    background-repeat: no-repeat;
    background-position: 98% center;
    background-size: 22px
}

input.form-text {
    cursor: text
}

label {
    font-size: 14px
}

textarea:focus, input:focus, select:focus {
    outline: solid 2px #000
}

.lush-dashboard-profile-details-edit-form .description {
    font-size: 14px;
    line-height: 16px;
    color: #b2b2b2
}

.lush-dashboard-profile-details-edit-form label, .lush-dashboard-profile-details-edit-form .form-required {
    color: gray !important
}

.page-user form.user-pass-reset input.button-text-white {
    background-position: 75% 18px;
    text-indent: -8%
}

.page-user form.user-pass-reset input.button-text-white:hover {
    background-position: 75% -51px
}

.stackla-wrapper {
    overflow: auto;
    margin-top: 20px;
    margin-bottom: 40px;
    padding-bottom: 100px;
    padding-left: 10px;
    padding-right: 10px;
    height: 100%
}

@media (max-width:479px) {
    body .commerce-checkout-form-review .checkout-back-to-shopping-link-left {
        margin-top: 0
    }

    body .commerce-checkout-form-review .checkout-buttons-pay .checkout-back-to-shopping-link-left {
        margin-top: 0
    }

    body .commerce-checkout-form-review .checkout-buttons-pay .checkout-back-to-shopping-link-left input.button-text-white.arrow-to-the-left {
        margin-top: 0
    }

    body .commerce-checkout-form-review div>#checkout-review-ajax-wrapper, body .commerce-checkout-form-review div>#commerce-fieldgroup-pane--group-delivery-message-ajax-wrapper, body .commerce-checkout-form-review div>#commerce-fieldgroup-pane--group-gift-message-ajax-wrapper, body .commerce-checkout-form-review div>#commerce-fieldgroup-pane--group-terms-ajax-wrapper, body .commerce-checkout-form-review div>#commerce-fieldgroup-pane--group-lushtimes-ajax-wrapper {
        margin: 0 -3.1% 0
    }

    body .commerce-checkout-form-review div>#commerce-fieldgroup-pane--group-terms-ajax-wrapper {
        width: 106.2%
    }

    body .commerce-checkout-form-review div>#commerce-fieldgroup-pane--group-terms-ajax-wrapper .commerce_fieldgroup_pane__group_terms {
        padding-left: 3.1%;
        padding-right: 3.1%
    }
}

.phone {
    display: none
}

.object-country-selector-wrapper {
    background: #000;
    z-index: 199999
}

.loading-safari {
    display: none;
    background: #000;
    padding: 20px 0;
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center
}

div.spinner {
    position: relative;
    width: 100px;
    height: 100px;
    display: inline-block
}

div.spinner div {
    width: 12%;
    height: 26%;
    background: #000;
    position: absolute;
    left: 44.5%;
    top: 37%;
    opacity: 0;
    -webkit-animation: fade 1s linear infinite;
    -webkit-border-radius: 50px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .2)
}

div.spinner div.bar1 {
    -webkit-transform: rotate(0deg) translate(0, -142%);
    -webkit-animation-delay: 0s
}

div.spinner div.bar2 {
    -webkit-transform: rotate(30deg) translate(0, -142%);
    -webkit-animation-delay: -.9167s
}

div.spinner div.bar3 {
    -webkit-transform: rotate(60deg) translate(0, -142%);
    -webkit-animation-delay: -.833s
}

div.spinner div.bar4 {
    -webkit-transform: rotate(90deg) translate(0, -142%);
    -webkit-animation-delay: -.75s
}

div.spinner div.bar5 {
    -webkit-transform: rotate(120deg) translate(0, -142%);
    -webkit-animation-delay: -.667s
}

div.spinner div.bar6 {
    -webkit-transform: rotate(150deg) translate(0, -142%);
    -webkit-animation-delay: -.5833s
}

div.spinner div.bar7 {
    -webkit-transform: rotate(180deg) translate(0, -142%);
    -webkit-animation-delay: -.5s
}

div.spinner div.bar8 {
    -webkit-transform: rotate(210deg) translate(0, -142%);
    -webkit-animation-delay: -.41667s
}

div.spinner div.bar9 {
    -webkit-transform: rotate(240deg) translate(0, -142%);
    -webkit-animation-delay: -.333s
}

div.spinner div.bar10 {
    -webkit-transform: rotate(270deg) translate(0, -142%);
    -webkit-animation-delay: -.25s
}

div.spinner div.bar11 {
    -webkit-transform: rotate(300deg) translate(0, -142%);
    -webkit-animation-delay: -.1667s
}

div.spinner div.bar12 {
    -webkit-transform: rotate(330deg) translate(0, -142%);
    -webkit-animation-delay: -.0833s
}

@-webkit-keyframes fade {
    from {
        opacity: 1;
    }

    to {
        opacity: 0.25;
    }
}

div.spinner-container {
    display: inline-block;
    padding: 0 1.5em 1.25em;
    margin: 1em;
    height: 100%
}

div.spinner-container div.spinner {
    width: 28px;
    height: 28px
}

div.spinner-container.grey div.spinner {
    width: 60px;
    height: 60px
}

div.spinner-container div.spinner div {
    background: #fff
}

div.labeled {
    font-family: sans-serif;
    font-size: 14px;
    margin: 0 auto;
    background: #fff;
    padding: .5em .75em .5em .5em;
    display: inline-block;
    color: #c00;
    line-height: 25px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .4);
    -webkit-border-radius: 1em;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #ccc))
}

@media screen\0 {
    .object-country-selector-wrapper.ie9and10 {
        display: none;
    }

    .stackla-wrapper, .object-country-selector-wrapper.ie9and10visible {
        display: block;
    }

    .object-country-selector-wrapper {
        -webkit-overflow-scrolling: touch;
    }
}

@media only screen and (min-device-width:481px) and (max-device-width:1024px) and (orientation:landscape) {
    body .hero.hero-video .video-container {
        display: none
    }

    .stackla-wrapper, .object-country-selector-wrapper {
        -webkit-overflow-scrolling: touch
    }

    .object-country-selector-wrapper.ie9and10visible {
        display: block;
        position: fixed
    }
}

@media only screen and (min-device-width:481px) and (max-device-width:1024px) and (orientation:portrait)) {
    body .hero.hero-video .video-container {
        display: none;
    }

    .stackla-wrapper, .object-country-selector-wrapper {
        -webkit-overflow-scrolling: touch;
    }

    .object-country-selector-wrapper.ie9and10visible {
        display: block;
        position: fixed;
    }
}

@media only screen and (min-device-width:375px) and (max-device-width:667px) and (-webkit-min-device-pixel-ratio:2) {
    body .hero.hero-video .video-container {
        display: none
    }

    body .object-country-selector-wrapper-close {
        background-position: 8px 8px
    }

    .stackla-wrapper, .object-country-selector-wrapper {
        -webkit-overflow-scrolling: touch
    }

    .object-country-selector-wrapper.ie9and10visible {
        display: block;
        position: fixed
    }
}

@media only screen and (min-device-width:414px) and (max-device-width:736px) and (-webkit-min-device-pixel-ratio:3) {
    body .hero.hero-video .video-container {
        display: none
    }

    body .object-country-selector-wrapper-close {
        background-position: 8px 8px !important
    }

    .stackla-wrapper, .object-country-selector-wrapper {
        -webkit-overflow-scrolling: touch
    }

    .object-country-selector-wrapper.ie9and10visible {
        display: block;
        position: fixed
    }
}

@media only screen and (min-device-width:320px) and (max-device-width:568px) {
    body .hero.hero-video .video-container {
        display: none
    }

    body .object-country-selector-wrapper-close {
        background-position: 8px 0 !important
    }

    .stackla-wrapper, .object-country-selector-wrapper {
        -webkit-overflow-scrolling: touch
    }

    .object-country-selector-wrapper.ie9and10visible {
        display: block;
        position: fixed
    }
}

@media only screen and (min-device-width:320px) and (max-device-width:480px) {
    body .hero.hero-video .video-container {
        display: none
    }

    body .object-country-selector-wrapper-close {
        background-position: 8px 0 !important
    }

    .stackla-wrapper, .object-country-selector-wrapper {
        -webkit-overflow-scrolling: touch
    }

    .object-country-selector-wrapper.ie9and10visible {
        display: block;
        position: fixed
    }
}

@media only screen and (min-device-width:320px) and (max-device-width:640px) and (-webkit-min-device-pixel-ratio:3) {
    object-country-selector-wrapper.ie9and10 {
        display: none
    }

    object-country-selector-wrapper.ie9and10visible {
        display: block;
        position: fixed
    }

    .stackla-wrapper, .object-country-selector-wrapper {
        -webkit-overflow-scrolling: touch
    }
}

@media only screen and (min-device-width:360px) and (max-device-width:640px) and (-webkit-min-device-pixel-ratio:3) {
    object-country-selector-wrapper.ie9and10 {
        display: none
    }

    object-country-selector-wrapper.ie9and10visible {
        display: block
    }

    .stackla-wrapper, .object-country-selector-wrapper {
        -webkit-overflow-scrolling: touch
    }
}

@media only screen and (min-device-width:600px) and (-webkit-min-device-pixel-ratio:1.33) {
    object-country-selector-wrapper.ie9and10 {
        display: none
    }

    object-country-selector-wrapper.ie9and10visible {
        display: block
    }

    .stackla-wrapper, .object-country-selector-wrapper {
        -webkit-overflow-scrolling: touch
    }
}

@media only screen and (min-device-width:360px) and (max-device-width:592px) and (-webkit-min-device-pixel-ratio:3) {
    object-country-selector-wrapper.ie9and10 {
        display: none
    }

    object-country-selector-wrapper.ie9and10visible {
        display: block
    }

    .stackla-wrapper, .object-country-selector-wrapper {
        -webkit-overflow-scrolling: touch
    }
}

@media only screen and (min-device-width:384px) and (max-device-width:592px) and (-webkit-min-device-pixel-ratio:2) {
    object-country-selector-wrapper.ie9and10 {
        display: none
    }

    object-country-selector-wrapper.ie9and10visible {
        display: block
    }

    .stackla-wrapper, .object-country-selector-wrapper {
        -webkit-overflow-scrolling: touch
    }
}

@media only screen and (min-device-width:320px) and (max-device-width:534px) and (-webkit-min-device-pixel-ratio:1.5) {
    object-country-selector-wrapper.ie9and10 {
        display: none
    }

    object-country-selector-wrapper.ie9and10visible {
        display: block
    }

    .stackla-wrapper, .object-country-selector-wrapper {
        -webkit-overflow-scrolling: touch
    }
}

html {
    -webkit-text-size-adjust: none
}

img[src=""] {
    visibility: hidden
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8;
    filter: alpha(opacity=80)
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape), screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.mfp-ie7 .mfp-img {
    padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px
}

.mfp-ie7 .mfp-container {
    padding: 0
}

.mfp-ie7 .mfp-content {
    padding-top: 44px
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0
}

#jr_overlay {
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    z-index: 2147483646;
    position: absolute
}

#jr_wrap {
    position: absolute;
    width: 100%;
    z-index: 2147483647;
    padding: 0;
    margin: 0
}

#jr_inner {
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    font-size: 12px;
    background: #fff;
    border: 1px solid #ccc;
    color: #4f4f4f;
    margin: 0 auto;
    height: auto;
    padding: 20px;
    position: relative;
    box-sizing: content-box
}

#jr_header {
    display: block;
    color: #333;
    padding: 5px;
    padding-bottom: 0;
    margin: 0;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 1.3em;
    margin-bottom: .5em
}

#jr_inner p {
    padding: 5px;
    margin: 0
}

#jr_inner ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0
}

#jr_inner ul li {
    cursor: pointer;
    float: left;
    width: 120px;
    height: 122px;
    margin: 0 10px 10px 10px;
    padding: 0;
    text-align: center
}

#jr_inner li a, #jr_inner li a:visited, #jr_inner li a:visited:visited {
    color: #333;
    font-size: .8em;
    text-decoration: none;
    padding: 0;
    margin: 0
}

#jr_inner li a:hover {
    text-decoration: underline;
    color: #fff !important
}

#jr_inner .jr_icon {
    width: 100px;
    height: 100px;
    margin: 1px auto;
    padding: 0;
    background: transparent no-repeat scroll left top;
    cursor: pointer
}

#jr_close {
    clear: both;
    padding: 0;
    margin: 0
}

#jr_close a, #jr_close a:visited #jr_close a:visited:visited {
    color: #000;
    display: block;
    width: auto;
    margin: 0;
    padding: 0;
    text-decoration: underline
}

#jr_close a:hover {
    display: inline-block;
    color: #fff
}

#jr_close p {
    padding: 10px 0 0 0;
    margin: 0
}
