/*!
################################################################################################
# INFOR CSS
# BUILD v2, 2022-01-20
# DOCUMENTATION CENTRAL V 2.0

################################################################################################
!*/


html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address,
cite, code, em, img, small, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, legend, label,
input, textarea, select, button, table, caption, thead, tbody, tfoot, tr, th, td {
    border: 0;
    font: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, audio, canvas, video {
    display: block;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: normal;
    line-height: normal;
}

address, cite, code, em, strong {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

.custom-hr-menu {
    width: 50%;
    margin: 5px 0;
    border: 1px solid #F5F5F5;
  }

.custom-hr-body {
    width: 50%;
    margin: 5px 0;
    border: 1px solid #161618;
  }

.product-heading {
    margin-left: 10px;
    color: #161618;
}

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

input, textarea, select, button {
    display: block;
    resize: none;
}

img {
    display: block;
    max-width: 100%;
}

img.banner {
    display: block;
    max-width: 100%;
    padding-top: 0;
}

html {
    height: 100%
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*:focus {
 /*default focus styling is added */
outline: none
}

.search-input:focus {
    box-shadow: 0 0 0 0.2em #61c5ff;
}

.filter-input:focus {
    box-shadow: 0 0 0 0.2em #61c5ff;
}

.input-container {
    position: relative;
    display: inline-block;
    width: 80%;
}

.facet-search-input {
    position: relative;
    display: inline-block;
    width: 30%;
}

.facet-input-container {
    width: 55% !important;
}

.icon-right {
    right: 77px !important;
}

.highlight {
    box-shadow: 0 0 0 0.25em #61c5ff !important;
    outline: 0 !important;
    color: #ffffff !important;
}

.clear:after, .wrapper:after, nav ul:after, .blocks:after, .cards:after, .cols:after, .site-footer .primary:after,
.site-footer .sitemap:after, .site-footer .secondary:after, .sidebar:after, .site-header .utility-panel .container:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}

body {
    background: #fff;
    color: #737373;
    -webkit-font-smoothing: antialiased;
    height: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
    line-height: 1.5;
}

a {
    color: #0072ed;
    text-decoration: none;
}

a:focus {
    color: #13a3f7;
    box-shadow: none;
    text-decoration: underline;
    text-decoration-style: underline;
    text-underline-offset: 0.3em;
    text-decoration-color: #61c5ff;
    text-decoration-thickness: 0.25em;
}

input:focus {
    box-shadow: 0 0 0 0.2em #61c5ff ;
    text-decoration-thickness: 0.25em;
}

textarea:focus {
    box-shadow: 0 0 0 0.2em #61c5ff ;
    text-decoration-thickness: 0.25em;
}

.header_a:focus {
    text-decoration-color: #fff;
}

p {
    margin-bottom: 20px;
}

p:last-child {
    margin-bottom: 0;
}

strong {
    font-weight: 700;
}

em {
    font-style: italic;
}

sup, sub {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

.tagline {
    text-align: right;
    font-size: 20px;
    color: #737373;
}

.opening-text {
    margin-bottom: 40px;
    max-width: 75%
}

.opening-text p {
    font-weight: 100;
}

.stand-out-text {
    margin: 40px 0 60px;
}

.stand-out-text p {
    font-size: 24px;
    font-weight: 100;
}

h1 {
    font-size: 30px;
    font-weight: 700;
}

h2 {
    font-size: 30px;
    margin-bottom: 20px;
}

h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

h5 {
    font-size: 20px;
    font-weight: 400;
}

h6 {
    font-size: 18px;
    font-weight: 700;
}

.heading-icon {
    margin-bottom: 30px;
    max-width: 80px;
}

button {
    border: 0;
    cursor: pointer;
    text-align: left;
}

.btn {
    background: #0072ed;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    min-height: 43px;
    padding: 8px 20px;
    border-radius: 3px;
    vertical-align: baseline;
}

.all-products-menu.btn {
    background: #fff;
    color: #0072ed !important;
    font-size: 20px;
    font-weight: 550;
    min-height: 35px;
    padding: 0 10px;
    margin-bottom: 20px;
    margin-right: 20px;
    border-radius: 8px;
    vertical-align: baseline;
    border: 1px solid #0072ed;
    align-items: center;
    display: flex;
    width: fit-content;
    column-gap: 5px;
}

.all-products-menu.btn:focus {
    box-shadow: 0 0 0 0.1em #61c5ff;
    color: #fff !important;
}

.prods-btn {
    background: #0072ed;
    color: #F5F5F5 !important;
    border-radius: 8px !important;
}
.allProds {
    position: sticky;
    left: 94%;
    z-index: 1;
    font-size: 1em;
    top: 85%;
    width: fit-content;
}
.allProds:hover {
    cursor: pointer;
}

.prods {
        position: absolute;
        bottom: 10px;
        right: 10px;
}
.tooltip-text {
    visibility: hidden;
    width: max-content;
    max-width: 250px;
    background-color: #eee;
    text-align: center;
    border-radius: 5px;
    padding: 3px;
    position: absolute;
    left: -35px;
    bottom: -55px;
    transform: translateX(-50%);
    border: 1px solid #eee;
    opacity: 0;
    transition: opacity 0.3s;
    word-wrap: break-word;
    white-space: normal;
}

.session-exists {
    left: 6px;
    bottom: -35px;
    width: max-content;
    max-width: 200px;
}

.tooltip-container {
    position: relative;
}

.tooltip-container:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

.tooltip-container:focus {
    box-shadow: 0 0 0 0.2em #61c5ff;
  }

.tooltip-text::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 70%;
    transform: translateX(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #eee transparent;
}

.session-exists::after {
    left: 60% !important;
}

.svg-icon {
    width: 15px;
    height: 15px;
}

.btn:hover {
    background: #0066D4;
    color: #fff !important;
    text-decoration: none;
}

.btn:focus {
    box-shadow: 0 0 0 0.3em #61c5ff;
    background: #0066D4;
    color: #f5f5f5 !important;
    outline: 0;
    text-decoration: none;
}

.btn.light, .light-fg .btn {
    background-color: #fff;
    color: #737373;
    min-height: 47px;
}

.btn.light:hover, .light-fg .btn:hover {
    background-color: #ebebeb;
}

.btn.gray {
    background-color: #ebebeb;
    color: #737373;
}

.btn.gray:hover {
    background-color: #ebebeb;
    color: #13a3f7;
}

[class^="btn"] {
    height: auto;
    line-height: normal;
    min-height: 48px;
}

.scr-only {
    border: 0;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.skip-to-main {
    background: #fff;
    border: 1px solid #fff;
    display: inline-block;
    font-size: 14px;
    left: 0;
    outline: 0;
    padding: 10px;
    position: absolute;
    top: -40px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 10;
}

.skip-to-main:focus {
    border: 1px solid #13a3f7;
    top: 0;
}

.field {
    margin-bottom: 15px;
    position: relative;
}

.field.end {
    margin: 0;
}

.field label {
    color: #737373;
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin: 5px 5px 0;
    text-transform: uppercase;
}

label em {
    color: #f00;
}

.field .error-msg {
    color: #f00;
    font-size: 14px;
    margin-top: 5px;
}

.input-text {
    -webkit-appearance: none;
    background: transparent;
    -webkit-border-radius: 0;
    border-bottom: 1px solid #b3b3b3;
    display: block;
    height: 40px;
    font-size: 16px;
    outline: 0;
    padding: 8px 0;
    width: 100%
}

.field.error .input-text {
    border-color: #f00;
}

textarea.input-text {
    height: auto;
    min-height: 120px;
}

.input-text:focus {
    border-color: #13a3f7;
    border-width: thick
}

input[type="search"] {
    -webkit-appearance: none;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button,
 input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset;
}

.input-select {
    -moz-appearance: none;
    -webkit-appearance: none;
    /*background: url('/furniture/design2015/images/icon/select-arrow.png') no-repeat right 0 transparent;*/
    -webkit-border-radius: 0;
    border-bottom: 1px solid #b3b3b3;
    color: #737373;
    cursor: pointer;
    display: block;
    height: 40px;
    font-size: 16px;
    outline: 0;
    padding: 8px 10px 8px 0;
    text-indent: 1px;
    text-overflow: '';
    width: 100%;
}

.ie9 .input-select {
    background-image: none;
    padding-right: 10px;
}

.input-select::-ms-expand {
    display: none;
}

.input-select:focus {
    background-position: right -40px;
    border-color: #13a3f7;
}

.field.error .input-select {
    background-position: right -80px;
    border-color: #f00;
}

.gray-bg {
    background: #f2f2f2;
}

.blue-bg {
    background: #13a3f7;
}

.image-bg {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.light-fg {
    color: #fff;
}

.light-fg a {
    color: #fff;
}

.wrapper {
    margin: 0 auto;
    max-width: 1520px;
    padding: 0 60px ;
    position: relative;
}

.text-wrapper {
    max-width: 1160px;
    margin-bottom: 40px;
}

.text-wrapper:last-child {
    margin-bottom: 0;
}

.c-3-col .col {
    float: left;
    width: 30.4761904762%;
}

.c-3-col .col:first-child {
    margin-left: 0;
}

.c-2-1 .col {
    float: left;
    margin-left: 3.57142%;
    width: 32.14285%
}
.c-2-1 .col:first-child {
    margin-left: 0;
    /*width: 64.28571%*/
    width: 100%
}

/**********************
   Header Detail (large screen)
***********************/
.header-title::after{
    /*content: *.*;*/
    margin-right: 20px;
}

.top-menu{
    height: 30px;
    /* top: 15px; */
}

body:not(.nav-engaged) .header-menu {
    display: flex; 
    flex-wrap: wrap;
    width: 100%;
}
.infordocs-home {
    display: block;
    float: left;
    font-size: 17px;
    color: #f5f5f5;
    font-weight: 600;
    padding-right: 15px;
}

.header-products {
      font-weight: 400;
}
.infordocs-home a {
    color: #f5f5f5;
    margin-left: 40px;
    margin-top: 10px;
    display: inline-block;
    height: 40px;
    vertical-align: middle;
    white-space: nowrap;
}
.infordocs-home a:hover {
    text-decoration: none;
}

.header_a:focus {
    text-decoration-color: #fff;
}

/**** Search toolbar ****/
.toolbar .title + .buttonset {
    text-align: right;
}

.toolbar.do-resize .buttonset, .formatter-toolbar.do-resize .buttonset {
    width:auto;
}

.toolbar .title + .buttonset, .formatter-toolbar .title + .buttonset {
    text-align: right;
    width: calc(55% 1px);
}

.toolbar .buttonset {
    height: 41px;
}

.toolbar .buttonset, .formatter-toolbar .buttonset {
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    height: 40px;
    overflow: hidden;
    padding-left: 1px;
    width: 100%;
}

.toolbar > *, .formatter-toolbar > * {
    display: inline-block;
    vertical-align: middle;
}

.html.is-firefox .searchfield-wrapper.toolbar-searchfield-wrapper {
    height: 34px;
}

.toolbar .buttonset > :last-child, .formatter-toolbar .buttonset > :last-child {
    margin-right: 1px;
}

.html.is-firefox .searchfield-wrapper {
    height: 34px;
}

.toolbar .buttonset > *, .formatter-toolbar .buttonset {
    margin: 3px 5px 3px 0;
    vertical-align: top;
}

.toolbar-searchfield-wrapper {
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 0;
    overflow: hidden;
    text-align: left;
    white-space: nowrap;
    width: 34px;
}

.searchfield-wrapper {
    display: inline-block;
margin-bottom: 20px;
position: relative;
-webkit-transition: width 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94), left 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94), right 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94), box-shadow 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
-moz-transition: width 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94), left 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94), right 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94), box-shadow 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
-o-transition: width 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94), left 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94), right 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94), box-shadow 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
-ms-transition: width 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94), left 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94), right 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94), box-shadow 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
transition: width 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94), left 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94), right 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94), box-shadow 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
}

.toolbar-searchfield-wrapper label {
    display: none;
}

.toolbar-searchfield-wrapper > * {
    vertical-align: middle;
}

.sr-only, .audible {
    clip: rect(0, 0, 0, 0);
    height: 0;
    line-height: 0;
    min-height: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

label, .label {
    min-height: 19px;
    display: block;
    font-size: 1.6rem;
    margin: 0 0 1px 0; /***** affects product grid too ****/
    min-height: 25px;
}

table tr:last-child .last {
    border-bottom: 1px solid grey; /* Add bottom border to the last row */
  }

table tr td {
    height:50px;
}
  
/**** Search input area ****/
html.is-firefox .toolbar-searchfield-wrapper:not(.is-open):not(.non-collapsible) .searchfield {
    height: 34px;
    padding-bottom: 5px;
    padding-top: 7px;
}
.toolbar-searchfield-wrapper:not(.is-open):not(.non-collapsible) .searchfield {
    height: 100%;
}
.toolbar-searchfield-wrapper:not(.is-open) .searchfield, .toolbar-searchfield-wrapper.non-collapsible .searchfield {
    height: 34px;
    padding-bottom: 6px;
    padding-top: 6px;
}
.toolbar-searchfield-wrapper:not(.is-open) .searchfield {
    padding-bottom: 7px;
    padding-top: 11px;
}
.searchfield-wrapper.has-close-icon-button .searchfield {
    overflow: hidden;
    padding-right: 28px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.toolbar-searchfield-wrapper .searchfield {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    background-color: transparent;
    border: 1px solid transparent;
    box-shadow: none;
    color: #2F2F32;
    font-size: 1.6rem;
    font-weight: 600;
    outline: 0;
    padding-left: 34px;
    padding-right: 0;
    text-overflow: ellipsis;
    width: 100%;
}
.searchfield-wrapper .searchfield {
    padding-left: 34px;
    padding-right: 10px;
    -webkit-transition: background-color 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94), border-color 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    -moz-transition: background-color 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94), border-color 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    -o-transition: background-color 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94), border-color 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    -ms-transition: background-color 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94), border-color 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    transition: background-color 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94), border-color 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
}
.toolbar-searchfield-wrapper > * {
    vertical-align: middle;
}
input, textarea {
    -webkit-transition: border 300ms ease 0s, box-shadow 300ms ease 0s;
    -moz-transition: border 300ms ease 0s, box-shadow 300ms ease 0s;
    -o-transition: border 300ms ease 0s, box-shadow 300ms ease 0s;
    -ms-transition: border 300ms ease 0s, box-shadow 300ms ease 0s;
    transition: border 300ms ease 0s, box-shadow 300ms ease 0s;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    /*-webkit-appearance: none;*/
    background-color: #ffffff;
    border: 1px solid #97979B;
    border-collapse: separate;
    border-radius: 2px;
    color: #000000;
    display: inline-block;
    font-size: 1.6rem;
    height: 3.8rem;
    max-width: 100%;
    padding: 0 10px;
    resize: none;
    text-align: left;
    width: 300px;
}
input, textarea, select, button, th {
    border: 0;
    font-family: inherit;
    font-weight: inherit;
    margin: 0;
    padding: 0;
}

/**** Font family ****/
/* cyrillic-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v21/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Hw0aXpsog.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
  /* cyrillic */
  @font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v21/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Hw9aXpsog.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v21/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Hw2aXpsog.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v21/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Hw3aXpsog.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v21/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Hw5aXo.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* cyrillic-ext */
  @font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v21/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw0aXpsog.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
  /* cyrillic */
  @font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v21/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw9aXpsog.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v21/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw2aXpsog.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v21/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw3aXpsog.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v21/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw5aXo.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* cyrillic-ext */
  @font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v21/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Hw0aXpsog.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
  /* cyrillic */
  @font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v21/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Hw9aXpsog.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v21/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Hw2aXpsog.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v21/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Hw3aXpsog.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v21/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Hw5aXo.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
/* cyrillic-ext */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v14/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwmhduz8A.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
  /* cyrillic */
  @font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v14/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwkxduz8A.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* greek-ext */
  @font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v14/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwmxduz8A.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
  }
  /* greek */
  @font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v14/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlBduz8A.woff2) format('woff2');
    unicode-range: U+0370-03FF;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v14/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwmBduz8A.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v14/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwmRduz8A.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v14/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlxdu.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* cyrillic-ext */
  @font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v14/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNa7lqDY.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
  /* cyrillic */
  @font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v14/6xK3dSBYKcSV-LCoeQqfX1RYOo3qPK7lqDY.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* greek-ext */
  @font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v14/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNK7lqDY.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
  }
  /* greek */
  @font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v14/6xK3dSBYKcSV-LCoeQqfX1RYOo3qO67lqDY.woff2) format('woff2');
    unicode-range: U+0370-03FF;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v14/6xK3dSBYKcSV-LCoeQqfX1RYOo3qN67lqDY.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v14/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNq7lqDY.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v14/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7l.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* cyrillic-ext */
  @font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v14/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmhduz8A.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
  /* cyrillic */
  @font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v14/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwkxduz8A.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* greek-ext */
  @font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v14/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmxduz8A.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
  }
  /* greek */
  @font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v14/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlBduz8A.woff2) format('woff2');
    unicode-range: U+0370-03FF;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v14/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmBduz8A.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v14/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmRduz8A.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v14/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlxdu.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }

  /**** Search toolbar icon ****/



/**** SVG details ****/
.hidden {
    display: none !important;
    visibility: hidden !important;
}

/**********************************************************************
    Search Section: main search area
**********************************************************************/

.search-section .banner form {
    padding: 74px 60px;
}

.search-section .banner {
    background-image: url('../images/banner/Homepage_bluetheme.png');
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
    text-align: center;
    margin-top: -2px;
}

.search-banner .wrapper {
	padding: 60px 60px 10px;
	text-align: center;
	background: #ffffff;
	margin-top: 60px;
}

.search-section .tagline-wrapper {
	margin: 0 auto;
    max-width: 1520px;
    padding: 0 60px;
    position: relative;
	text-align: center;
}

.search-input {
	display: inline-block;
	border: 2px solid #6F6F76;
    color: #6F6F76;
	border-radius: 3px;
	padding: 5px 8px;
	width: 55%;
    height: 43px;
    font-size: 90%;
}


.chip {
    display: inline-block;
    padding: 0 15px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    border-radius: 25px;
    background-color: #eee;
    margin-bottom: 3px;
}
  
.closebtn {
    padding-left: 10px;
    font-weight: bold;
    float: right;
    font-size: 20px;
    cursor: pointer;
}
  
.closebtn:hover {
    color: #000;
}

.button-margins {
  padding-left: 2px;
  padding-bottom: 5px;
}

  .search-list-ul {
    position: absolute;
    top: 100%;
    left: -149px;
    background-color: #0072ed;
    opacity: 100%;
    border-radius: 0px 0px 8px 8px;
    width: 174px;
    margin-top: -7px;
  }

  .search-list-li, .search-list-li-disable {
    padding: 6px 6px 6px 8px;
    cursor: pointer;
    text-align: left;
    margin-left: 10px;
  }
  
  .search-list-li:hover {
    background-color: #0066D4; /* Change background color on hover */
    border-radius: 0px 0px 8px 8px;
  }

  .search-list-li-disable:hover {
    background-color: #E0E0E1; /* Change background color on hover */
  }
  
.search-button {
    background: #0072ed;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    height: 43px;
    width: 90px;
    border-radius: 4px;
    font-size: 100%;
    font-weight: 600;
    text-align: center;
    vertical-align: 0px;
}

.search-button:disabled {
    background: #E0E0E1;
    color: #BBBBBF;
    text-decoration: none;
    display: inline-block;
    height: 43px;
    width: 90px;
    border-radius: 4px;
    font-size: 100%;
    font-weight: 600;
    text-align: center;
    vertical-align: 0px;
}

.input-searchbox{
    display: flex;
    margin-left: calc(15.5% - 2px);
    width: 100%
}

.dropdown-search-button, .dropdown-searchpage-button {
    background: #0072ed;
    color: #F5F5F5;
    text-decoration: none;
    display: inline-block;
    height: 43px;
    width: 150px;
    border-radius: 8px 0px 0px 8px;
    font-size: 100%;
    font-weight: 600;
    text-align: center;
    padding-left: 8px;
}

.search-button-open {
    background-color: #ffffff;
    opacity: 70%;
    color: #454545;
    display: inline-block;
    height: 43px;
    width: 175px;
    border-radius: 4px 0px 0px 0px;
    font-size: 100%;
    font-weight: 600;
    text-align: center;
    vertical-align: 0px;
}

.dropdown-button, .searchpage-dropdown-button {
    background: #0072ed;
    color: #F5F5F5; 
    text-decoration: none;
    display: inline-block;
    height: 43px;
    width: 25px;
    border-radius: 0px 8px 8px 0px;
    font-size: 100%;
    font-weight: 600;
    text-align: center;
    /* vertical-align: 9px; */
    padding-top: 10px;
    position: absolute;
    cursor: pointer;
    margin-left: -1px;
}
.dropdown-search-button:disabled,.dropdown-searchpage-button:disabled {
    background: #E0E0E1;
    color: #BBBBBF;
    text-decoration: none;
    display: inline-block;
    height: 43px;
    width: 170px;
    border-radius: 4px 0px 0px 4px;
    font-size: 100%;
    font-weight: 600;
    text-align: left;
    padding-left: 8px;
}
.dropdown-search-button:disabled:hover, .dropdown-searchpage-button:disabled:hover{
    background-color: #E0E0E1;
	text-decoration: none;
}

.search-result-dropdown {
    resize: none;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #BBBBBF;
    color: #161618;
    border-radius: 2px;
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
    line-height: normal;
    
} 

.hover-pointer {
    cursor: pointer;
}


.search-button:hover, .dropdown-button:hover, .dropdown-search-button:hover, .searchpage-dropdown-button:hover,.dropdown-searchpage-button:hover {
    background-color: #0066D4;
	text-decoration: none;
}

.search-button:focus, .dropdown-button:focus, .searchpage-dropdown-button:focus {
    box-shadow: 0 0 0 0.25em #61c5ff;
    outline: 0;
}

.dropdown-search-button:focus, .dropdown-searchpage-button:focus {
    box-shadow: inset 0 0 0 0.25em #61c5ff;
    outline: 0;
}

.search-btn:hover { /*Used in another Home*/
	background-color: #0066D4;
	color: #fff;
	text-decoration: none;
    cursor: pointer;
}
.search-tips {
    color: #fff;
    font-weight: 510;
    line-height: 35px;
    font-size: 16px;
    border: none;
    width: 100%;
}

.search-tips:hover {
    transition: all 0.0s;
    color: rgb(245, 245, 245);
    font-weight: 510;
    text-decoration: none;
}

.search-tips-container {
    display: flex;
    width: calc(100% - 218px);
}

.search-tips-container-home {
    display: flex;
    margin-left: calc(15.5% - 2px);
    width: 55%;
}

.search-tips-right {
    text-align: right;
}

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

.search-tips-list {
    padding: 1rem 3rem;
    list-style: square;
}

.search-tips-list li {
    padding-bottom: 1rem;
}

.search-tips-list p{
    margin-bottom: 0rem;
}

.search-tips-list:last-child p{
    margin-bottom: 1rem;
}

.search-tips-col-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
}

.search-tips-bottom-band {
    background-image: url(../images/banner/keys2.jpg);
    padding: 60px 0;
    margin: 0 0;
}
.search-overlay .search-field a {
    font-size: 18px;
    line-height: 30px;
    color: #0072ed;
    display: block;
    padding-left: 30px;
}

.search-overlay .search-field a:hover{
    text-decoration: none;
    transition: all 0.0s;
    color: #13a3f7;
    cursor: pointer;
}

.search-line div h1 {
	margin: 0 0 20px 0;
	text-align: left;
}

.search-line div h1, .productline-alpha h1 {
	font-size: 48px;
	font-weight: 700;
	font-style: normal;
	color: #13a3f7;
	padding: 0;
	line-height: 48px;
	margin: 0 0 40px 0;
}

.search-input+.search-btn {
	margin-left: 10px;
}

.search-item>li {
	border-bottom: 1px solid #ccc;
	padding: 40px 0;
	position: relative;
}

.search-item li:last-child {
	border-bottom-width: 0;
}

.search-item h3 {
	margin-bottom: 8px;
}

.search-item .item-found {
	font-size: 12px;
}

.search-item ul {
	margin: 40px 0 0;
}

.search-overlay .btn-close {
	background: url('../images/nav-icon/close-btn-blue.png') no-repeat center center;
	display: block;
	height: 40px;
	position: absolute;
	right: 60px;
	text-indent: -9999px;
	top: 14px;
	width: 40px;
}

.search-overlay .search-btn {
	background: url('../images/nav-icon/search-icon.png') no-repeat
		center center;
	display: block;
	height: 40px;
	opacity: 0;
	margin-top: -20px;
	position: absolute;
	right: 0;
	text-indent: -9999px;
	top: 50%;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-ms-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
	width: 40px;
}

.search-overlay .search-input {
	border-top-width: 0;
	border-right-width: 0;
	border-left-width: 0;
	border-radius: 0;
	width: 100%;
}

.site-header .search-toggle {
	background: url('../images/nav-icon/search-toggle.png') no-repeat 0 0;
	height: 40px;
	text-indent: -9999px;
	width: 40px;
}

.page-content-header {
    height: 125px;
    position: relative;
}

.page-content-header .header-container {
    background: #fff;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* .page-content-header.is-sticky .header-container {
    backface-visibility: hidden;
    position: fixed;
    -webkit-transform: translate(0, -125px);
    -moz-transform: translate(0, -125px);
    -ms-transform: translate(0, -125px);
    -o-transform: translate(0, -125px);
    transform: translate(0, -125px);
    z-index: 10;
} */

/* .page-content-header.is-visible .header-container {
    backface-visibility: hidden;
    position: fixed;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all .3s ease .2s;
    -moz-transition: all .3s ease .2s;
    -ms-transition: all .3s ease .2s;
    -o-transition: all .3s ease .2s;
    transition: all .3s ease .2s;
    z-index: 101;
} */

.page-content-header .container {
    display: table;
    height: 125px;
    table-layout: fixed;
    width: 100%
}

.page-content-header .nav {
    display: table-cell;
    vertical-align: middle;
}

.page-content-header .nav ul {
    float: right;
}

.page-content-header .nav li {
    float: left;
    font-size: 16px;
    margin-left: 30px;
}

.page-content-header .nav li:first-child {
    margin-left: 0;
}

.page-content-header .nav a {
    color: #737373;
}

.page-content-header .nav .active {
    color: #0072ed;
}

.page-content-header .nav a:hover {
    color: #13a3f7;
    text-decoration: none;
}

.page-content-header .toggle {
    background: url('/furniture/design2015/images/icon/sub-nav-caret.png') no-repeat right center #fff;
    border: 2px solid #b3b3b3;
    border-radius: 3px;
    color: #737373;
    cursor: pointer;
    display: none;
    font-size: 16px;
    outline: 0;
    padding: 10px 31px 10px 10px;
}

.page-content-header .toggle .name {
    display: none;
}

.page-nav-overlay {
    background: rgba(0, 0, 0, .3);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.version-dropdown{
    margin-top: 40px;
    width: 250px;
}

#productVersionSelect{
    display: table-cell;
    font-size: 85%;
    margin-left: 8px;
}

.breadcrumbs li {
    float: left;
    font-size: 12px;
    margin-left: 6px;
}

.breadcrumbs li:before {
    content: "\203A";
    display: inline-block;
    margin-right: 6px;
    position: relative;
    top: -1px;
    vertical-align: middle;
}

.breadcrumbs li:first-child {
    margin-left: 0;
}

.breadcrumbs li:first-child:before {
    display: none;
}
/* Currently not using section scroller -AIZ
.section-scroller {
    bottom: 5px;
    height: 93px;
    position: fixed;
    right: 5px;
    width: 50px;
    z-index: 3;
}
.section-scroller button {
    background: url('/furniture/design2015/images/icon/section-scroller.png') no-repeat 0 0 #ccc;
    height: 45px;
    left: 0;
    position: absolute;
    text-indent: -9999px;
    width: 50px;
}

.section-scroller button:hover {
    background-color: #13a3f7;
}
.section-scroller button:focus {
    box-shadow: 0 0 0 2px #61c5ff;
    outline: 0;
}

.section-scroller .prev {
    top: 0;
}

.section-scroller .next {
    background-position: 0 -45px;
    bottom: 0;
} */

.infor-logo {
    background: url('../images/logo/infor-logo.png') no-repeat 0 0;
    height: 74px;
    text-indent: -9999px;
    width: 74px;
}

.infor-logo:focus {
    background: url('../images/logo/infor-logo.png') no-repeat 0 0;
    height: 74px;
    text-indent: -9999px;
    box-shadow: 0 0 0 0.3em #61c5ff;
    width: 74px;
}

.site-header {
    background: #003676;
    position: fixed;
    height: auto;
    width: 100%;
    z-index: 4;
}

.site-header .utility-panels {
    max-height: 0;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.site-header .utility-panels.is-open {
    max-height: 1000px;
}

.site-header .utility-panel {
    background: #6f6f76;
    color: #f5f5f5;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    visibility: hidden;
    width: 100%
}

.site-header .utility-panel.is-active {
    opacity: 1;
    visibility: visible;
}

.site-header .utility-panel .container {
    padding: 75px 0 50px;
}

.site-header .utility-panel .panel-title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
}

.site-header .utility-panel .col {
    float: left;
    margin-right: 4.8%;
    width: 30.13333333%
}

.site-header .utility-panel .col.end {
    margin-right: 0;
}

.site-header .contact-panel p {
    margin-bottom: 10px;
}

.site-header .contact-panel p:last-child {
    margin-bottom: 0;
}

.site-header .language-panel .languages>li {
    float: left;
    margin-bottom: 10px;
    margin-right: 6.34765%;
    width: 29.10156%;
    cursor: pointer;
}

.site-header .language-panel .languages .end {
    margin-right: 0;
}

.site-header .language-panel .languages a {
    color: #f5f5f5;
    display: inline-block;
    margin: 0 0 3px 3px;
}

.site-header .language-panel .languages a:hover {
    color: #f5f5f5;
    text-decoration: none;
}

.site-header .language-panel .languages .lang {
    background: #b3b3b3;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    margin-right: 15px;
    text-align: center;
    vertical-align: middle;
    width: 30px;
}

.site-header .language-panel .languages li:not(:last-child):hover {
    background: #8E8E95;
}

.site-header .language-panel .languages li:last-child a:hover {
    background: #8E8E95;
    width: 100%;
}

.site-header .header-container {
    height: 112px;
    position: relative;
    z-index: 1;
   /* border-bottom: 1px solid #D8D8D8;*/
}

.site-header .header-container .search-toggle {
    display: none;
}

.site-header .infor-logo {
    display: block;
    left: 60px;
    position: absolute;
    top: 10px;
}

.site-header .search-toggle {
    background: url('../images/nav-icon/search-toggle.png') no-repeat 0 0;
    height: 40px;
    text-indent: -9999px;
    width: 40px;
}

.site-header .search-toggle:hover, .site-header .search-toggle.is-active {
    background-position: -40px 0;
}

.site-header .nav-toggle {
    background: transparent;
    display: none;
    height: 40px;
    font: inherit;
    position: absolute;
    right: 20px;
    top: 42.5px;
    text-indent: -9999px;
    width: 40px;
}

.site-header .doc-central{
    background: transparent;
    display: none;
    color: #13a3f7;
    height: 40px;
    font-size: inherit;
    position: absolute;
    font-weight: bold;
    top: 77px;
    left: 30px;
    text-indent: 10px;
}
.site-header .nav-toggle span {
    background: #ccc;
    display: block;
    height: 3px;
    left: 8px;
    position: absolute;
    top: 11px;
    -webkit-transition: top .15s .15s, opacity .15s .15s, -webkit-transform .15s .3s, background .15s .3s;
    -moz-transition: top .15s .15s, opacity .15s .15s, -moz-transform .15s .3s, background .15s .3s;
    -ms-transition: top .15s .15s, opacity .15s .15s, -ms-transform .15s .3s, background .15s .3s;
    -o-transition: top .15s .15s, opacity .15s .15s, -o-transform .15s .3s, background .15s .3s;
    transition: top .15s .15s, opacity .15s .15s, transform .15s .3s, background .15s .3s;
    width: 24px;
}

.site-header .nav-toggle.reverse span {
    -webkit-transition: background .15s .15s, -webkit-transform .15s .15s, opacity .15s .15s, top .15s .3s;
    -moz-transition: background .15s .15s, -moz-transform .15s .15s, opacity .15s .15s, top .15s .3s;
    -ms-transition: background .15s .15s, -ms-transform .15s .15s, opacity .15s .15s, top .15s .3s;
    -o-transition: background .15s .15s, -o-transform .15s .15s, opacity .15s .15s, top .15s .3s;
    transition: background .15s .15s, transform .15s .15s, opacity .15s .15s, top .15s .3s;
}

.site-header .nav-toggle:hover span {
    background: #737373;
}

.nav-engaged .site-header .nav-toggle span {
    animation-direction: normal;
    background: #13a3f7;
}

.nav-engaged .site-header .nav-toggle span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.site-header .nav-toggle span:nth-child(2) {
    top: 18px;
}

.nav-engaged .site-header .nav-toggle span:nth-child(2) {
    opacity: 0;
}

.site-header .nav-toggle span:nth-child(3) {
    top: 25px;
}

.nav-engaged .site-header .nav-toggle span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.site-utility-nav {
    position: absolute;
    right: 15px;
    top: 50px;
    z-index: 2;
}

.site-utility-nav li {
    float: left;
    margin-right: 16px; 
    cursor: pointer;
}

/* Tooltip container */
.site-utility-nav > ul > li[data-tooltip]:not(.genai-launch-icon):hover::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 30px;
    left: var(--tooltip-position);
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.9);
    color: #fff;
    padding: 6px 10px;
    font-size: 16px;
    white-space: nowrap;
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
    pointer-events: none;
}

/* Tooltip arrow */
.site-utility-nav > ul > li:not(.genai-launch-icon):hover::before {
    content: "";
    position: absolute;
    bottom: 23px;
    margin-bottom: 2px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid rgba(0, 0, 0, 0.9);
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
}

/* Show tooltip and arrow on hover */
.site-utility-nav > ul > li:hover::after,
.site-utility-nav > ul > li:hover::before {
    opacity: 1;
}

.site-utility-nav .search {
    /* margin-left: 20px; */
    background-position: -120px -8px;
}

.site-utility-nav .profile {
    margin-left: 2px;
}
.site-utility-nav .profile .profile-menu {
    background-color: #6f6f76;
    border: 1px solid #E0E0E1;
    position: absolute;
    right: 7px;
    padding: 10px 15px 10px 12px;
    margin-top: 10px;
    z-index: 1;
    white-space: nowrap;
    display: none;
}

.site-utility-nav .profile .profile-menu a {
    color: #f5f5f5;
    margin-left: 3px;
}

.profile-menu li {
    width: 100%;
}

.profile-menu li:hover {
    background: #8E8E95;
}

.profile-menu::before {
    content: "";
    position: absolute;
    top: -10px;
    right: 10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #E0E0E1;
    z-index: 0;
}

.profile-menu::after {
    content: "";
    position: absolute;
    top: -9px;
    right: 12px;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #6f6f76;
    z-index: 1;
}

.site-utility-nav button:focus {
    box-shadow: 0 0 0 2px #61c5ff;
    outline: 0;
}

.site-utility-nav li:focus {
    box-shadow: 0 0 0 2px #fff !important;
    outline: 0;
}

.site-utility-nav li:has(img):focus-within {
    box-shadow: 0 0 0 2px #fff !important;
    outline: 0;
}

.site-utility-nav .current-language {
    padding-top: 7px;
    display: none;
}

.site-utility-nav .language button {
    background-position: -120px 0;
}

.site-utility-nav .profile button {
    background-position: 0px 0;
}

.site-utility-nav .chat button {
    background-position: -40px 0;
}

.site-utility-nav button, .site-utility-nav .chat a {
	background: url('../images/nav-icon/utility-nav.png') no-repeat;
    display: block;
    height: 40px;
    text-indent: -9999px;
    width: 40px;
}

.site-utility-nav .chat button:hover{
    background-position: -40px -40px;
}

.site-utility-nav .language button:hover{
	background-position: -120px 0;
}

.site-utility-nav .profile button:hover {
    background-position: 0px 0;
}

.site-utility-nav .contact button:hover{
    background-position: 0px -40px !important;
}

.site-utility-nav .language .is-active {
    background-position: -120px -40px;
}

.site-utility-nav .profile .is-active {
    background-position: 0px -40px;
}

.site-utility-nav .contact .is-active {
    background-position: 0px -40px;
}

.site-nav {
    left: 174px;
    position: absolute;
    top: 40.5px;
    z-index: 2;
}

body:not(.nav-engaged) .header-nav {
    left: 9%;
}

body:not(.nav-engaged) .site-nav>ul {
    display: inline-flex;
}

/* body:not(.nav-engaged) .site-nav .nav-item {
    width: 40%;
} */

.site-nav .nav-item {
    float: left;
}

.site-nav .nav-item>span {
    display: block;
    position: relative;
    z-index: 2;
}

.site-nav .has-sub-menu:hover>span {
    border-color: #b3b3b3;
}

/* .submenu_on_enter_a{
     border-color: #b3b3b3;
    background-color: #fff;
    color: #0072ed !important; 
} */

/* .submenu_on_enter_span{
    background-color: #003676 !important; 
} */

.site-nav .nav-item>span a {
    color: #f5f5f5;
    display: block;
    font-size: 18px;
    height: 44px;
    line-height: 44px;
    padding: 0 15px 0 20px;
}

.site-nav .nav-item.is-on>span a {
    color: #13a3f7;
}

.site-nav .nav-item:hover>span a {
    text-decoration: none;
}

.site-nav .has-sub-menu:hover>span a {
    background-color: #003676;
    text-decoration: underline;
    text-decoration-color: #fff;
    text-underline-offset: 0.3em;
    text-decoration-thickness: 0.05em;
}

body:not(.nav-engaged) .site-nav .has-sub-menu:hover > .sub-menu {
    display: flex !important;
}

body:not(.nav-engaged) .site-nav .nav-item:hover > .sub-menu {
    display: flex !important;
}

body:not(.nav-engaged)  .site-nav {
    width: 80% !important;
}

.site-nav .has-sub-menu:enter > .sub-menu {
    display: flex !important;
}

.site-nav .nav-item:enter > .sub-menu {
    display: flex !important;
}

.site-nav .nav-item.is-on > .sub-menu {
    display: flex !important;
}

body:not(.nav-engaged) .dimmed {
    position: relative;
    z-index: -2;
}

.site-nav .sub-menu {
    background: #6F6F76;
    border: 1px solid #E0E0E1;
    font-size: 14px;
    display: none;
    left: -20px;
    padding: 40px 40px 55px 40px;
    position: absolute;
    top: auto;
    width: 500px;
    scroll-behavior: smooth;
    overflow-y: auto; 
    max-height: 450px;
    z-index: 0;
}

.site-nav .cat-news .sub-menu {
    width: 250px;
}

.site-nav .nav-item:hover .sub-menu {
    display: block;
}

.site-nav .sub-menu .menu-toggle {
    display: none;
}

.site-nav .sub-menu .top-level-item {
    display: none !important;
}

.site-nav .sub-menu .top-level {
    display: none;
}

.site-nav .sub-menu .col {
    float: left;
    padding-right: 20px;
    width: 50%
}

.site-nav .cat-company .sub-menu .col {
    width: 33.33%
}

.site-nav .sub-menu .col.end {
    padding-right: 0;
}

.site-nav .sub-menu .menu {
    margin-bottom: 20px;
}

.site-nav .sub-menu .menu:last-child {
    margin-bottom: 0;
}

.site-nav .sub-menu li {
    margin-bottom: 10px;
    padding-left: 5px;
}

.site-nav .sub-menu li:hover {
    background: #8E8E95;
}

.site-nav .sub-menu li:last-child {
    margin-bottom: 0;
}

.site-nav .sub-menu a {
    color: #f5f5f5;
    font-size: 17px;
}

.site-nav .sub-menu a:hover {
    color: #f5f5f5;
    text-decoration: none;
}



.site-nav .sub-menu .title {
    color: #000;
    margin-bottom: 10px;
}

.site-nav .sub-menu .title.link {
    margin-bottom: 20px;
}

.site-nav .sub-menu .title a {
    color: #000;
}

.site-content {
    outline: 0;
}

/****************************
    Save icon 
****************************/
.save-icon-popup {
    margin-left: 5px; 
    border-radius: 8px; 
    background-color: #0072ed; 
    padding: 8px;
}

.save-icon{
    float: right;
    height: 20px;
    width: 20px;
    margin-top: 1px;
    color: #f5f5f5;
}
/****************************
    Pop up 
****************************/
.popup {
    position: fixed;
    top: 0;
    right: 0px;
    width: 350px !important;
    height: 100%;
    background-color: #EEEEEE;
    padding: 20px;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    transition: left 0.3s ease;
    pointer-events: auto; 
    cursor: default;
}

.popup-header {
    display: flex;
}

.popup-header-text {
    width: 90%;
    color: #000;
}

.popup-header-icon-close {
    margin-top: 15px;
    cursor: pointer;
    color: black;
}

.search-input-popup {
    background-color: transparent;
    width: 100% !important;
    display: inline-block;
    border-radius: 3px;
    padding: 5px 8px;
}

.savesearch-popup-content {
    margin-top: 15px;
    height: 85%;
}

.text-label {
    color: black;
    width: 60%;
}

.description {
    width: 100%;
    height: 150px;
    border: 1px solid #ccc;
    padding: 10px;
    overflow-y: auto;
    color: black;
    height: 150px"
}

.filter-field {
    border: 1.5px solid black !important;
    width: 100%;
}

.form-row {
    display: flex;
    margin-bottom: 10px;
}

.save-button {
    float: right;
    font-size: 16px;
    cursor: pointer;
    min-height: 36px !important;
    padding: 8px 10px !important;
}

.save-button:focus {
    box-shadow: 0 0 0 0.2em #61c5ff;
}

.progress-bar-container {
    bottom: 10px;
    position: absolute;
    width: 100%;
    background-color: #f3f3f3;
    height: 5px;
    margin-top: 10px;
    overflow: hidden;
}

.save-record {
    bottom: 20px;
    position: absolute;
}

.progress-bar {
    width: 0;
    height: 100%;
    background-color: #0072ed;
    animation: progress-animation 3s linear forwards;
}

.disabled {
    pointer-events: none;
    cursor: not-allowed !important;
}

.alert-text-area {
    display: flex;
    color: red;
}

.alert-icon {
    height: 20px;
    width: 20px;
}

@keyframes progress-animation {
    0% { width: 0%; }
    100% { width: 100%; }
}

/****************************
   feed back details
****************************/
.feedback-section-header {
    display: flex;
    margin-bottom: 40px
}

.feedback-title {
    width: 30%;
    padding-right: 20px;
}

.feedback-message {
    color: green; 
    margin-top: -20px;
    display: flex; 
    margin-bottom: 10px;
}

.success-icon {
    height: 20px;
    width: 20px;
}

.feedback-section-body {
    margin-top: -30px; 
    margin-bottom: 40px;
}

.feedback-section-contents {
    display: flex;
    align-items: stretch;
    margin-top: 10px;
}

.sendfeedback-button {
    display: flex;
    align-items: flex-end;
    margin-bottom: 5px; 
    margin-left: 5px;
}

.feedback-checkbox-section {
    font-size: 16px; 
    display: flex;
    justify-content: space-between;
}

.mg-btm-zero {
    margin-bottom: 0px !important;
}

.mg-top-five {
    margin-top: 5px;
}

.mg-left-five {
    margin-left: 5px;
}

.mg-btm-five {
    margin-bottom: 5px;
}

/****************************
   Site footer details
****************************/

.bottomfooter {
    max-height: 100%;
}

.site-footer {
    background: #003676;
    height: 100%;
    text-align: center;
}

.site-footer .primary {
    border-bottom: 1px solid #b3b3b3;
    color: #6b6b6b;
    font-size: 14px;
    margin-bottom: 30px;
    padding: 20px 0;
}

.site-footer .primary p {
    float: left;
    line-height: 30px;
    margin: 0 15px 0 0;
}

.site-footer .primary .contact {
    float: left;
}

.site-footer .primary .contact ul {
    float: left;
}

.site-footer .primary .contact li {
    float: left;
    line-height: 30px;
}

.site-footer .primary .contact .chat {
    margin-right: 5px;
}

.site-footer .primary .contact a {
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    height: 30px;
}

.site-footer .primary .contact a:hover {
    background-position: 0 -30px;
}

.site-footer .primary .contact .chat a {
    background-image: url('/furniture/design2015/images/icon/chat-icon.png');
    text-indent: -9999px;
    width: 30px;
}

.site-footer .primary .contact .call a {
    background-image: url('/furniture/design2015/images/icon/phone-icon.png');
    color: #6b6b6b;
    padding-left: 30px;
}

.site-footer .primary .contact .call span {
    font-weight: 600;
}

.site-footer .primary .connect {
    float: right;
}

.site-footer .primary .connect ul {
    float: left;
}

.site-footer .primary .connect li {
    float: left;
    margin-right: 5px;
}

.site-footer .primary .connect .gp, .site-footer .primary .connect .fb {
    margin: 0;
}

.site-footer .secondary{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex-flow: row wrap;
    /* align-items: stretch; */
    align-items: center;
    justify-content: center;
}

.site-footer .secondary ul {
    float: left;
}

.site-footer .secondary li {
    float: left;
    margin-right: 15px;
    list-style: none;
}

.site-footer .secondary a {
     color: rgb(240, 240, 240);
}

.site-footer .secondary a:hover {
    text-decoration: underline;
}

.site-footer .copyright {
    color: #F0f0f0;
    float: right;
    margin: 0;
    font-size: inherit;
    /*font-size: 1.1VMAX;*/
}

.pbt-24{
    padding: 24px 15px 24px 0px !important;
}


/******************************
    Device responsiveness
*****************************/
@media (min-width: 0px) and (max-width: 1024px) {

    .site-footer .wrapper {
        padding: 30px;
        height: 100%;
    }
    .site-footer .secondary {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        flex-flow: column nowrap;
        justify-content: flex-start;
        /* align-items: stretch; */
        align-items: center;
    }

    .site-footer .secondary ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        flex-flow: row wrap;
        justify-content: center;
        align-items: stretch;
        line-height: 1.3;
    }
}

@media only screen and (min-width: 490px) and (max-width: 1024px) {
    .site-footer .secondary {
        display: flex;
        justify-content: center;
        /* align-items: stretch; */
        align-items: center;
    }

    .site-footer .secondary ul {
        display: flex;
        flex-direction: row;
        flex-flow: row wrap;
        align-items: stretch;
        flex-wrap: wrap;
        justify-content: center;
        line-height: 1.3;
    }

    .site-footer .secondary p {
        font-size: inherit;
        color: #999999;
        justify-content: center;
        text-align: center;
    }
}
.overlay-window {
    background: #fff;
    height: auto;
    left: 10vw;
    position: relative;
    padding: 25px;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: transform .2s, opacity .2s, visibility 0s .2s;
    transition: transform .2s, opacity .2s, visibility 0s .2s;
    visibility: hidden;
    width: 80%;
    z-index: 1;
    box-shadow: 0 2px 5px rgb(0 0 0 / 67%);
    border-radius: 7px;
}
.overlay-window.is-display {
    margin-top: -55px;
}

.searchtips-content {
    overflow-y: auto;
    max-height: 100vh;
}

.overlay-window.is-display {
    margin-top: -60px;
}

.searchtips-content {
    overflow-y: scroll;
    max-height: 100vh;
}

.overlay-engaged .overlay-window {
    -webkit-transform: scale(1);
    transform: scale(0.8);
    -webkit-transition: transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s;
    z-index: 1001;
}
/*
.search-overlay .btn-close {
    background: url('/furniture/design2015/images/icon/close-btn-blue.png') no-repeat center center;
    display: block;
    height: 40px;
    position: absolute;
    right: 60px;
    text-indent: -9999px;
    top: 14px;
    width: 40px;
}*/

.search-overlay .btn-close:focus {
    box-shadow: 0 0 0 2px #61c5ff;
    outline: 0;
}
.search-overlay .search-form {
    /*padding: 218px 75px 0;*/
    padding-left: 75px;
    padding-top:20px;
    padding-bottom:10px;
    width: 90%;
}
.search-overlay .search-field {
    position: relative;
    /*bottom: 90px;
    padding: 52px 20px;*/
}

.search-overlay .search-btn {
    /*background: url('/furniture/design2015/images/icon/search-icon.png') no-repeat center center;*/
    display: block;
    height: 40px;
    opacity: 0;
    margin-top: -20px;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    top: 50%;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    width: 40px;
}

.search-overlay .search-field.active .search-btn {
    opacity: 1;
}

.search-overlay .search-input {
    background: transparent;
    color: #4a4a4a;
    font-size: 25px;
    font-weight: 100;
    height: auto;
    line-height: normal;
    outline: 0;
    padding: 0 20px 0 0;
}

.search-overlay .search-input:focus {
    border-color: #b3b3b3;
}

.search-overlay .search-field.active .search-input {
    border-color: #13a3f7;
}

.search-overlay .search-input::-webkit-input-placeholder, .search-overlay .search-input:-moz-placeholder,
.search-overlay .search-input::-moz-placeholder, .search-overlay .search-input:-ms-input-placeholder {
    color: #b3b3b3;
    font-size: 55px;
    font-weight: 100;
    line-height: normal;
}

.tabs-panel {
    margin-bottom: 40px;
}

.tabs-panel .tabs-container {
    position: relative;
}

.tabs-panel .tabs-scroller {
    -webkit-transform: translate3d(0, 0, 0);
}

.tabs-panel.scrollable-tabs .tabs {
    opacity: 0;
    visibility: hidden;
}

html.touch .tabs-panel .tabs-container:before, html.touch .tabs-panel .tabs-container:after {
    content: "";
    display: block;
    height: calc(100% - 6px);
    position: absolute;
    top: 0;
    width: 20px;
    z-index: 2;
}

html.touch .tabs-panel .tabs-container:before {
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 0) 100%);
    left: 0;
}

html.touch .gray-bg .tabs-panel .tabs-container:before {
    background: -moz-linear-gradient(left, rgba(242, 242, 242, 1) 0, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(242, 242, 242, 1)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(242, 242, 242, 1) 0, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(242, 242, 242, 1) 0, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, rgba(242, 242, 242, 1) 0, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(242, 242, 242, 1) 0, rgba(255, 255, 255, 0) 100%);
}

html.touch .tabs-panel .tabs-container:after {
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 100%);
    right: 0;
}

html.touch .gray-bg .tabs-panel .tabs-container:after {
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(242, 242, 242, 1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(242, 242, 242, 1)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(242, 242, 242, 1) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(242, 242, 242, 1) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(242, 242, 242, 1) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(242, 242, 242, 1) 100%);
}

.tabs-panel .tabs-scroller::-webkit-scrollbar {
    height: 5px;
}

.tabs-panel .tabs-scroller::-webkit-scrollbar-track {
    background-color: #e6e6e6;
}

.tabs-panel .tabs-scroller::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #737373;
    height: 5px;
}

.tabs-panel .tabs li {
    float: left;
}

.tabs-panel .tabs a {
    display: block;
    text-decoration: none;
}

.tabs-panel.default .tabs {
    border-bottom: 1px solid #b3b3b3;
    margin-bottom: 40px;
}

.tabs-panel.default .tabs a {
    color: #b3b3b3;
    font-size: 20px;
    padding: 5px 30px;
    position: relative;
}

.tabs-panel.default .tabs a:after {
    background: #b3b3b3;
    bottom: -1px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    width: 100%}
.tabs-panel.default .tabs .is-selected a, .tabs-panel.default .tabs a:hover {
    color: #13a3f7;
}

.tabs-panel.default .tabs a:focus {
    color: #13a3f7;
    outline: 0;
}

.tabs-panel.default .tabs a:hover:after, .tabs-panel.default .tabs .is-selected a:after {
    background: #13a3f7;
    bottom: -2px;
    height: 2px;
}

.tabs-panel .icon-tabs {
    height: 120px;
    overflow: hidden;
}

.tabs-panel .icon-tabs a {
    color: #666;
    padding-bottom: 20px;
    text-align: center;
    width: 140px;
}

.tabs-panel .icon-tabs li:hover a, .tabs-panel .icon-tabs .is-selected a {
    color: #24a5f4;
}

.tabs-panel .icon-tabs .icon {
    background-position: center 0;
    background-repeat: no-repeat;
    height: 64px;
    display: block;
    margin: 0 auto 6px;
    overflow: hidden;
    text-indent: -9999px;
    width: 64px;
}

/* .title:focus {
    border: 1px solid #0072ed;
    border-radius: 7px;
    box-shadow: inset 0 0 0 0.02em #0072ed;
} */

.tabs-panel .icon-tabs li:hover .icon, .tabs-panel .icon-tabs li.is-selected .icon {
    background-position: center -64px;
}

.tabs-panel .icon-tabs .title {
    display: block;
    font-size: 16px;
    line-height: 1.2;
}

.tabs-panel .panel {
    display: none;
}

.tabs-panel .panel.is-selected {
    display: block;
}

.togglable-blocks {
    padding: 60px 0 0;
}

.homepage .togglable-blocks {
    padding-bottom: 0;
}

.togglable-blocks h2 {
    margin-bottom: 40px;
}

.togglable-blocks .wrapper{
    padding-bottom: 40px;
}

.homepage .togglable-blocks h2 {
    text-align: center;
}

.togglable-blocks .col {
    float: left;
    padding-left: 2.5px;
    width: 50%
}

.togglable-blocks .col:first-child {
    padding: 0 2.5px 0 0;
}

.homepage .togglable-blocks {
    padding-left: 30px;
    padding-right: 30px;
}

.togglable-blocks .block {
    /* background: #fff; */
    margin-bottom: 5px;
    -webkit-transition: background .3s ease;
    -moz-transition: background .3s ease;
    -ms-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
}

.togglable-blocks .block .toggle:hover, .togglable-blocks .block .toggle:focus {
    border: 1px solid #0072ed;
    border-radius: 7px;
    box-shadow: inset 0 0 0 0.02em #0072ed;
}
/* .title:hover {
    border: 1px solid #0072ed;
    border-radius: 7px;
    box-shadow: inset 0 0 0 0.02em #0072ed;
} */

.togglable-blocks .block .toggle {
    border: 1px solid #bbbbbf;
    box-shadow: inset 0 0 0 0.02em #bbbbbf;
    cursor: pointer;
    display: table;
    font-size: 20px;
    color: #161618;
    height: 90px;
    outline: 0;
    position: relative;
    width: 98%;
    margin: 1px 2px; /* edit */
    border-radius: 7px;
}

.togglable-blocks.content-preview .block .toggle {
    font-size: 24px;
    height: 75px;
}

.togglable-blocks.light-fg .block .toggle {
    color: #737373;
}

.togglable-blocks.light-fg .block .toggle:hover {
    background: #f2f2f2;
    color: #737373;
}

.togglable-blocks.content-preview .block .toggle:hover {
    background: #fff;
}

html.touch .togglable-blocks .block .toggle:hover {
    background: #fff;
    color: #13a3f7;
}

html.touch .togglable-blocks.light-fg .block .toggle:hover {
    background: #fff;
    color: #737373;
}

html.touch .togglable-blocks .block.is-active .toggle {
    background: #13a3f7;
    color: #fff;
}

html.touch .togglable-blocks.light-fg .block.is-active .toggle {
    background: #fff;
}

.togglable-blocks .block.is-active .toggle {
    background: #13a3f7;
    color: #fff;
}

.togglable-blocks.light-fg .block.is-active .toggle {
    background: #fff;
    color: #737373;
}

.togglable-blocks .block .toggle .abbr {
    border-right: 1px solid #f2f2f2;
    display: table-cell;
    font-size: 22px;
    font-weight: 600;
    height: 90px;
    text-align: center;
    width: 90px !important;
}

.togglable-blocks .block .toggle .title {
    display: table-cell;
    font-weight: 600;
    line-height: 1.2;
    padding: 0 50px 0 20px;
    vertical-align: middle;
}

.togglable-blocks.light-fg .block.is-active .toggle .title {
    color: #13a3f7;
}

.togglable-blocks .block .toggle .image {
    border-right: 1px solid #f2f2f2;
    display: table-cell;
    height: 90px;
    vertical-align: middle;
    width: 90px;
}

.togglable-blocks .block .toggle .image-icon {
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    height: 60px;
    margin: 0 auto;
    width: 60px;
}

.togglable-blocks .toggle:hover .image-icon,
.togglable-blocks .block.is-active .toggle .image-icon {
    background-position: 0 -60px;
}

.togglable-blocks .block .toggle .icon {
    display: block;
    height: 16px;
    margin-top: -8px;
    position: absolute;
    right: 30px;
    text-indent: -9999px;
    top: 50%;
    width: 16px;
}

.togglable-blocks .block .toggle .icon:before, .togglable-blocks .block .toggle .icon:after {
    background: #737373;
    content: "";
    display: block;
    height: 3px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    -webkit-transition: transform .3s ease;
    -moz-transition: transform .3s ease;
    -ms-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    width: 10px;
}

.togglable-blocks.light-fg .block .toggle .icon:before, .togglable-blocks.light-fg .block .toggle .icon:after {
    background: #737373;
}

.togglable-blocks .block .toggle .icon:before {
    left: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.togglable-blocks .block.is-active .toggle .icon:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.togglable-blocks .block .toggle .icon:after {
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.togglable-blocks .block.is-active .toggle .icon:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.togglable-blocks.light-fg .block .toggle:hover .icon:before,
.togglable-blocks.light-fg .block .toggle:hover .icon:after {
    background: #737373;
}


html.touch .togglable-blocks .block .toggle:hover .icon:before,
html.touch .togglable-blocks .block .toggle:hover .icon:after {
    background: #13a3f7;
}

html.touch .togglable-blocks.light-fg .block .toggle:hover .icon:before,
html.touch .togglable-blocks.light-fg .block .toggle:hover .icon:after {
    background: #13a3f7;
}

html.touch .togglable-blocks .block.is-active .toggle:hover .icon:before,
html.touch .togglable-blocks .block.is-active .toggle:hover .icon:after {
    background: #fff;
}

html.touch .togglable-blocks.light-fg .block.is-active .toggle:hover .icon:before,
html.touch .togglable-blocks.light-fg .block.is-active .toggle:hover .icon:after {
    background: #737373;
}

.togglable-blocks .block .content {
    color: #fff;
    font-weight: 100;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.togglable-blocks.light-fg .block .content {
    color: #737373;

}

.togglable-blocks.content-preview .block .content {
    max-height: 75px;
    position: relative;
}

.togglable-blocks.content-preview .block .content:before {
    background: url('/furniture/design2015/images/bg/grad-content-preview.png') repeat-x 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 50px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.togglable-blocks.content-preview .block.is-active .content:before {
    display: none;
}

.togglable-blocks.content-preview .block.is-active .content {
    border-top: 0;
}

.togglable-blocks.light-fg .block .content a {
    color: #13a3f7;
}

.togglable-blocks .block.is-active .content {
    border-top: 1px solid #fff;
    max-height: 10000px;
}

.togglable-blocks.light-fg .block.is-active .content {
    border-color: #b3b3b3;
}

.togglable-blocks .block .inner {
    padding: 20px 30px;
}

.togglable-blocks.content-preview .block .inner {
    padding-top: 0;
}

.togglable-blocks .block .content .cta {
    color: #fff;
    font-weight: 600;
}

.togglable-blocks .block a {
    color: #fff;
}

.togglable-blocks .block .resources {
    margin-top: 10px;
}

.togglable-blocks .block .resources ul {
    list-style: none;
    margin: 0;
}

.togglable-blocks .block .resources li {
    background: 0;
    border-top: 1px solid #71c8fa;
    margin: 0;
}

.togglable-blocks .block .resources li:first-child {
    border-top: 0;
}

.togglable-blocks .block .resources li a {
    padding-top: 14px;
    padding-bottom: 14px;
}

.togglable-blocks .block .resources a {
    color: #fff;
    display: block;
}

.togglable-blocks .highlights {
    border-top: 1px solid #d9d9d9;
    margin: 30px -30px 0;
    padding: 30px 30px 30px;
}

.togglable-blocks .col-image {
    float: left;
    margin-right: 7.84313%;
    width: 27.45098%}

.togglable-blocks.light-fg .content a.btn {
    background: #13a3f7;
    color: #fff;
}

.togglable-blocks.light-fg .content a.btn:hover {
    background: #0083d6;
}

.togglable-blocks .highlights .col-image img {
    margin-bottom: 15px;
}

.togglable-blocks .highlights .view {
    font-size: 18px;
    font-weight: 600;
}

.togglable-blocks .col-copy {
    float: left;
    width: 64.70588%
}

.togglable-blocks .featured {
    border-top: 1px solid #d9d9d9;
    margin: 0 -30px;
    padding: 30px 30px 0;
}

.togglable-blocks .featured .col-copy {
    padding-bottom: 10px;
}

.togglable-blocks .featured p {
    margin-bottom: 0;
}

.list-heading-font {
    font-weight: bolder;
    color: #F5F5F5;
    font-size:large;
}
.back-button-height {
    height:45px;
}

.home-title-font {
    font-size: x-large;font-weight: bolder;margin-top: 5px !important;
}

.sub-menu > ul.first {
    float: inline-start;
    width: 50%;
    margin-bottom: 30px;
}

.sub-menu > ul.second {
    float: left;
    width: 50%;
    margin-bottom: 30px;
}

.solution-title-font {
    font-weight:bolder;
}

@media not all, not all, only screen and (-webkit-min-device-pixel-ratio: 2), not all {
    .page-content-header .nav ul:before {
        background-image: url('../images/caret-white-up.png')!important;
        background-size: 22px 11px!important;
    }

   .togglable-blocks .block .toggle .abbr {
    border-right-width: 0;
    width: 50px;
    }
}

@media only screen and (min--moz-device-pixel-ratio:2),
 only screen and (-o-min-device-pixel-ratio:2/1), only screen and (-webkit-min-device-pixel-ratio:2),
 only screen and (min-device-pixel-ratio:2) {
        .image-2x {
        font-size: 1px;
    }
}

@media screen and (max-width:1400px) {

    .page-nav-engaged .page-content-header.is-visible .header-container:before {
        background: rgba(0, 0, 0, .3);
        content: "";
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 10;
    }

    .page-content-header .container {
        position: relative;
    }

    .page-content-header .nav {
        text-align: right;
    }

    .page-content-header .nav ul {
        background: #fff;
        box-shadow: 0 0 15px rgba(0, 0, 0, .2);
        display: none;
        min-width: 250px;
        padding: 30px 40px;
        position: absolute;
        right: 0;
        text-align: left;
        top: 115px;
        z-index: 1001;
    }

    .page-content-header .nav ul:before {
        background: url('/furniture/design2015/images/icon/caret-white-up.png') no-repeat;
        content: "";
        display: block;
        height: 11px;
        position: absolute;
        right: 25px;
        top: -11px;
        width: 22px;
    }

    .page-content-header .nav li:first-child {
        margin-top: 0;
    }

    .page-content-header .nav li {
        display: block;
        float: none;
        font-size: 18px;
        font-weight: 600;
        margin: 10px 0 0;
    }

    .page-content-header.nav-is-active .nav ul {
        display: block;
    }

    .page-content-header .toggle {
        display: inline-block;
    }

    .page-nav-engaged .page-nav-overlay {
        display: block;
        z-index: 10;
    }

    .locations-map .window {
        left: 53.5%
    }
}


@media screen and (max-width:950px) {
    body {
    font-size: 17px;
    }

    .topbanner {
        background-color: #003676;
        margin-top: -10px;
    }

    .site-header {
        position: relative;
    }

    .site-header .nav-container {
        display: none;
        left: 0;
        position: absolute;
        top: 125px;
        width: 100%
    }

    .nav-engaged .site-header .nav-container {
        display: block;
    }

    .site-header .nav-container .wrapper {
        padding: 0;
    }

    .site-header .secondary {
        background: #f0f0f0;
    }

    .site-header .utility-panels {
        height: auto!important;
        max-height: inherit;
    }

    .site-header .utility-panel {
        border-bottom: 1px solid #b3b3b3;
        display: none;
        max-height: inherit;
        min-height: inherit;
        opacity: 1;
        padding: 40px 60px;
        position: relative;
        visibility: visible;
    }

    .site-utility-nav > ul > li:hover::after {
        display: none;
    }

    .site-utility-nav > ul > li:hover::before {
        display: none;
    }

    .site-header .utility-panel.is-active {
        display: block;
    }

    .site-header .utility-panel .container {
        padding: 0;
    }

    .site-header .infor-logo {
        left: 60px;
    }

    .infordocs-home {
        border-top: 1px solid #b3b3b3;
    }

    .site-header .header-container .search-toggle {
        display: block;
        position: absolute;
        right: 70px;
        top: 40.5px;
    }

    .site-header .header-container .chat{
        background: url('../images/nav-icon/utility-nav.png') no-repeat;
        background-position: -40px 0;
        display: block;
        position: absolute;
        height: 40px;
        text-indent: -9999px;
        width: 40px;
        right: 60px;
        top: 42.5px;
    }

    .site-header .header-container .chat:hover{
        background-position: -40px -40px;

    }

    .site-header .nav-toggle {
        display: block;
    }

    .site-nav .nav-item:hover .sub-menu {
        display: none;
    }

    .site-header .header-container {
        height: 0px;
    }
    .site-header .doc-central{
        display: block;
        padding-top: 25px;

    }

    .site-utility-nav {
        background-color: #003676;
        border-top: 1px solid #b3b3b3;
        float: none;
        position: static;
    }

    .site-utility-nav ul {
        padding: 5px;
    }

    .site-utility-nav .search {
        border-right: 1px solid #b3b3b3;
        margin-left: 11vw;
        padding-top: 5px;
        width: 26.41406%
    }

    .site-utility-nav .language {
        margin-top: 2px;
    }

    .site-utility-nav .current-language {
        display: block;
        width: 24.414%;
        margin-left: 25px;
        margin-top: -5px;
        margin-right: 0;
        color: #f5f5f5;
    }

    .site-utility-nav .current-language {
        padding-top: 6px;
    }

    .site-utility-nav .profile {
         display: none; /* should be removed while working on small screens */
    }

    .search-button, .dropdown-button,.dropdown-searchpage-button, .searchpage-dropdown-button {
        vertical-align: -1px;
    }
  
    .dropdown-search-button,.searchpage-dropdown-button,.dropdown-search-button:disabled,.dropdown-searchpage-button, .dropdown-searchpage-button:disabled, .dropdown-searchpage-button-disabled {
        vertical-align: 10px;
    }

    .site-utility-nav li {
        margin-left: 11vw;
    }

    .site-footer .secondary li {
        font-size: 17px;
    }

    .language span {
        font-size: 1.1rem;
    }

    .language button {
        padding: 0 20px;
    }

    #container {
    height: 100%;
    }

    button {
        outline: 0;
    }

    .products,.searchpage, .page-title{
        padding: 20px 0px;
    }

    .c-75-25 .col {
    margin-left: 3.31858%;
    width: 38.71681%
    }

    .c-75-25 .col:first-child {
        margin-left: 0;
        width: 54.64601%
    }
    .page-content-header{
        clear:both;
    }

    .img {
        padding-top: 0px;
    }

    /*.page-content-header .title {
        width: 55VW;
    }*/

    /* Currently not using customer icons - AIZ
    .site-utility-nav .customer {
        margin-right: 0;
        width: 26.75781%
    }

    .site-utility-nav .customer button {
        top: auto;
    }

    .site-utility-nav .customer button:hover, .site-utility-nav .customer button:focus {
        color: #737373;
    }

    .site-utility-nav .customer .is-active {
        background: #fff;
    } */

    /*.site-utility-nav .search {
        display: none;
    }*/

    .site-utility-nav .language {
        border-right: 0;
    }

    .site-utility-nav button, .site-utility-nav .chat a {
        background: #f0f0f0;
        border: 0;
        color: #737373;
        font-size: 20px;
        font-weight: 300;
        height: 50px;
        line-height: 50px;
        position: relative;
        text-align: center;
        text-indent: 0;
        width: 100%
    }

    .site-utility-nav button:focus {
        box-shadow: none;
    }

    .site-utility-nav .is-active {
        /*background: #fff;*/
        background-position: -120px -37px;
    }

    .site-utility-nav button:after, .site-utility-nav .chat a:after {
        background: #b3b3b3;
        bottom: 0;
        content: "";
        display: block;
        height: 1px;
        left: 0;
        position: absolute;
        width: 100%
    }

    .site-utility-nav .is-active:after {
        background: #fff;
    }

    .site-utility-nav button span:before, .site-utility-nav .chat a span:before {
        background: url('/furniture/design2015/images/icon/utility-nav-tablet-2x.png') no-repeat;
        background-size: 51px 18px;
        content: "";
        display: inline-block;
        margin-right: 6px;
        position: relative;
        top: -2px;
        vertical-align: middle;
    }

    .site-utility-nav .customer button span:before {
        height: 18px;
        width: 19px;
    }

    .site-utility-nav .chat a span:before {
        background-position: -19px 0;
        height: 16px;
        width: 17px;
    }

    .site-utility-nav .contact button span:before {
        background-position: -36px 0;
        height: 16px;
        width: 15px;
    }

    .site-utility-nav .language button span:before {
        background: url('/furniture/design2015/images/icon/caret-blue-2x.png') no-repeat;
        background-size: 11px 6px;
        height: 6px;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        top: 0;
        width: 11px;
    }
    .site-utility-nav .language .is-active span:before {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .site-utility-nav button, .site-utility-nav .chat a {
        background: url('../images/nav-icon/utility-nav.png') no-repeat;
            background-position-x: 0%;
            background-position-y: 0%;
        display: block;
        height: 40px;
        text-indent: -9999px;
    }

    .site-utility-nav .language button {
        background-position: -120px 3px;
    }

    .site-utility-nav .language button:hover {
        background-position: -120px -37px;
    }
    .site-utility-nav .chat a {
        color: #737373;
        display: block;
    }

    .site-utility-nav .chat a:hover {
        text-decoration: none;
    }

    .site-utility-nav .chat button {
        display: none;
    }

    .site-utility-nav .chat .is-active {
        background: #f0f0f0;
    }

    .site-utility-nav .chat .is-active:after {
        background: #b3b3b3;
    }

    .site-nav {
        left: auto;
        position: relative;
        top: auto;
        width: 100%;
        z-index: 2;
    }

    .nav-engaged {
        overflow-x: hidden;
    }

    .site-nav>ul {
        background: #003676;
        position: absolute;
        right: 0;
        top: 0;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        width: 100%
    }

    .site-nav.level-2-active>ul {
        right: 100%
    }

    .site-nav.level-3-active>ul {
        right: 200%
    }

    .site-nav .nav-item {
        border-bottom: 1px solid #b3b3b3;
        float: none;
        margin-right: 0;
        position: static;
    }

    .site-nav .nav-item>span, .site-nav .push-left.nav-item>span {
        border: 0;
    }

    .site-nav .nav-item>span {
        position: static;
    }

    .site-nav .nav-item>span a {
        color: #f5f5f5;
        font-size: 20px;
        font-weight: 300;
        height: auto;
        line-height: inherit;
        padding: 15px 60px;
    }
    .site-nav .infordocs-home .nav-item>span a{
        font-weight: 700;
    }

    .site-nav .nav-item:hover>span a {
        background: transparent;
    }

    .site-nav .sub-menu {
        background: #6F6F76;
        border: 0;
        display: none;
        left: auto;
        padding: 0 0 50px 0;
        right: -100%;
        top: -21%;
        position: absolute;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        width: 100%!important;
    }

    .site-nav .push-left .sub-menu {
        border: 0;
    }

    .site-nav .nav-item.is-active .sub-menu {
        display: block;
    }

    .site-nav .sub-menu .menu-toggle {
        background: #0072ed;
        border-bottom: 1px solid #b3b3b3;
        color: #fff;
        display: block;
        font-size: 20px;
        font-weight: 300;
        outline: 0;
        padding: 15px 60px;
        position: relative;
        width: 100%
    }

    .site-nav .sub-menu .menu-toggle:before {
        content: '\2039';
        display: block;
        left: 40px;
        position: absolute;
        top: 13px;
    }

    .site-nav .sub-menu .top-level-item {
        background: #e4e5e6;
        border-bottom: 1px solid #b3b3b3;
        color: #737373;
        display: block;
        font-size: 20px;
        font-weight: 300;
        padding: 15px 60px;
    }

    .site-nav .sub-menu .top-level {
        display: block;
    }

    .site-nav .sub-menu .col {
        float: none;
        padding: 0!important;
        width: 100%!important;
    }

    .list-heading-font {
        margin-left: 12px !important;
    }

    .custom-hr-menu {
        margin: 5px 12px;
      }

    .site-nav .sub-menu li {
        font-size: 20px;
        font-weight: 300;
        margin: 0;
    }

    .site-nav .sub-menu li a {
        color: #f5f5f5;
        display: block;
        padding: 10px 14px;
    }

    .site-nav .sub-menu .top-level-link {
        background: #e4e5e6;
    }

    .site-nav .sub-menu .menu {
        background: #cacbcc;
        display: none;
        margin: 0;
        right: -100%;
        top: 0;
        position: absolute;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        width: 100%!important;
    }

    .site-nav .sub-menu .menu.is-active {
        display: block;
    }

    .site-nav .sub-menu .title {
        border-bottom: 1px solid #b3b3b3;
        color: #737373;
        cursor: pointer;
        font-size: 20px;
        font-weight: 300;
        line-height: inherit;
        margin-bottom: 0;
        padding: 15px 60px;
    }

    .site-nav .sub-menu .title.link {
        margin-bottom: 0;

    }

    .site-nav .sub-menu .link {
        padding: 0;
    }

    .site-nav .sub-menu .link a {
        color: #737373;
        display: block;
        padding: 15px 60px;
    }

    /* .site-footer .wrapper {
        padding: 0;
    }
    .site-footer .back-to-top {
        padding: 20px 60px;
    }
    .site-footer .primary {
        padding: 20px 60px;
    }

    .site-footer .sitemap {
        padding: 0 60px;
    }
    .site-footer .sitemap>li {
        margin-left: 3.31858%;
        width: 17.34513%}
    .site-footer .sitemap>li:first-child {
        margin-left: 0;
        width: 38.00884%}
    .site-footer .sitemap .col {
        margin-right: 8.73108%;
        width: 45.63445%}
    .site-footer .sitemap .col.end {
        margin-right: 0;
    }

    .site-footer .secondary{
        margin-top: -10px;  /* Secondary
        padding: 0;

    }*/

    .site-footer .secondary a{
        font-size: 17px !important;
        line-height: 1.3;
    }

    .site-footer .secondary ul{
        margin-bottom: 0px;
    }

    .site-footer .secondary li{
        display: block !important;
        text-align: justify;
    }

    #sitemap a{
        display: inline;
        font-size: 15px !important;
    }

    #sitemap li {
    display: inline !important;
    text-align: center;
    padding: 0 !important;
    }

    #sitemap {
    margin: 0 auto;
    width: 100%;
    }

    .site-footer .copyright {
    /* float:none; */
    margin: 0 auto;
    width: 100%;
    }

    .search-overlay .search-form {
        padding-left: 0;
        padding-right: 0;
        /*padding-top: 103px;*/
    }
    .search-overlay .search-input {
        font-size: 25px;
    }
    .search-overlay .btn-close {
        height: 40px;
        right: 70px;
        top: 42.5px;
        width: 40px;
    }

    .homepage .togglable-blocks {
        padding-left: 0;
        padding-right: 0;
    }

    .togglable-blocks.content-preview .block .toggle {
        font-size: 20px;
    }

    .togglable-blocks .col-image {
        float: none;
        width: 100%
    }

    .togglable-blocks .highlights .col-image {
        margin-bottom: 30px;
    }

    .togglable-blocks .col-copy {
        float: none;
        width: 100%
    }

    .company-logos-band .logos li {
        width: 16.66666%
    }

    .pagination-list {
        flex-wrap: nowrap !important;
    }

    .display-page-numbers {
        display: inline-flex;
    }

    .current-page-input {
        margin-right: 1px;
    }

    .button { 
        padding-left: .55em !important;
        padding-right: .55em !important;
    }

    .saved-searches-link {
        display: none;
    }
    /* hide filter button for 950px */
    .filter-dropdown-button {
        display: none !important;
    }
    .save-icon-popup {
        display: none;
    }

    .feedback-title {
        width: 40%;
    }

    .tabs .tab [type="radio"]:checked ~ .tab-panel>.tab-content {
    max-height: 10000px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin-left: 2px !important;
}
    .togglable-blocks .block .toggle .abbr {
    vertical-align: middle;
     }
}

@media screen and (min-width:950px) and (max-width:1030px) {
    .infordocs-home a {
        margin-left: 55px;
    }
}

@media screen and (max-width: 768px) {
    .allProds {
        left: 90%;
    }

    .search-section .tagline-wrapper {      /*Upper-section of the screen */
        padding: 0 30px;
    }
    .search-section .wrapper {
		padding: 60px 20px 40px;
	}
    .search-section .banner form{
        padding: 110px 15px;
    }
	.search-input {
		padding: 5px 5px;
		width: 55%;
	}
    .search-button, .dropdown-search-button,.dropdown-searchpage-button,.dropdown-search-button:disabled, .dropdown-search-button-disabled, .dropdown-searchpage-button:disabled, .dropdown-searchpage-button-disabled {
        vertical-align: 9px;
        height: 47px;
    }

    .dropdown-button,.dropdown-searchpage-button, .searchpage-dropdown-button {
        vertical-align: -1px;
        height: 47px;
    }
 
    .wrapper img{
        padding: 0px;
    }
    .site-header .header-container{
        margin-left: -20px;
        margin-bottom: 10px;
    }
	.site-header .infor-logo {
		background-image: url('../images/logo/infor-logo-mobile-2x.png')
			!important;
        background-size: 70px 70px;
	}
    .site-header .language-panel .languages a {
        font-size: 14px;
    }
	.tabs .tab>label {
		padding: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
	}
	.field-inline {
		position: relative;
		display: block;
		margin: 20px 0 20px;
	}
	.page-content-header {
		height: 220px;
	}

	.page-content-header .toggle .label {
		padding: 0;
	}
	.page-content-header .nav ul {
		right: auto;
	}
	.page-content-header .nav ul:before {
		left: 25px;
		right: auto;
	}

    .search-tips-container {
        width: calc(100% - 158px);
    }

    .popup-content {
        margin-top: 10px;
    }

    .description {
        height: 100px;
    }

    .popup {
        width: 300px !important;
    }

    .feedback-title {
        width: 50%;
    }

}

@media  screen and (min-width:0px) and (max-width:640px) {

    .site-header .language-panel .languages a {
        color: #f5f5f5;
        display: inline-block;
        font-size: 14px;
    }
    .site-header .language-panel .languages > li {
        margin-right: 5%;
        width: 29.10156%;
    }
    .site-header .utility-panel {
        padding: 40px 25px;
    }
    .site-header .language-panel .languages .lang {
        margin-right: 5px;
        width: 20px;
    }

        /* Site search and banner details */
    .tagline {
        font-size: 1rem;
        text-align: center;
    }
    .search-section .banner form{
        padding: 65px 0;
    }
    .search-input {
        width: 75% !important;
        height: 45px;
        font-size: 1rem;
    }
    .search-button { /*mobile device display; reused in site search page - AJ*/
        font-size: 0.5PX;
        vertical-align: 6px;
        height: 44px;
        width: 45px;
        color: #0072ed;
        background-image: url('../images/nav-icon/search.png');
        background-repeat: no-repeat;
        background-position: center center;
    }
    .dropdown-search-button, .dropdown-search-button-disabled {
        margin-top: 10px;
    }
    .dropdown-button { 
        margin-top: 10px !important;
    }
   
    .input-searchbox{
        display: contents;
    }
        /* Product Grid details */
    .wrapper {
        padding: 0 25px;
    }
    .tabs .tab [type="radio"]:checked ~ .tab-panel > .tab-content {
        margin-left: 2px !important;
        margin-top: -3px;
    }

        /* Site footer details */
    .site-footer .wrapper {
        padding: 0 10px;
        height: 100%;
    }
    .site-footer .secondary a {
        font-size: 1rem !important;
        line-height: 1.1;
    }

    .feedback-title {
        width: 60%;
    }
}

/* filter options MTDOCS-1984*/
.filter-dropdown-button{
    margin-right:30px; 
    margin-left:35px;
}
.filter-input {
	width: 250px;
    display: inline-block;
	border: 2px solid #f5f5f5;
    color: #6F6F76;
    border-radius: 3px;
	padding: 5px 8px;
	height: 35px;
    font-size: 90%;
    margin-left: 2px;
  }
.filter-container {
    position: relative; 
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 600px;
  }
.filter-panel {
    position: absolute;
    top: 100%;
    margin-top: 5px;
    left: -150px;
    background-color: #6F6F75;
    color: #fff;
    padding: 15px;
    z-index: 2;
    width: 868px;
    border-radius: 4px;
  }
  
  .filter-columns {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
  }
  
  .filter-column {
    flex: 1;
    max-height: 200px;
    overflow-y: auto;
    padding-right: 10px;
    display: flex;
    flex-direction: column; 
    align-items: flex-start;
    max-width: 320px;
  }
  
  .filter-column:last-child {
    border-right: none;
  }
  
  .checkbox-list {
    margin-top: 5px;
    display: flex;
    flex-direction: column;
    width: 98%;
    max-height: 200px; 
    overflow-y: auto; 
    overflow-x: hidden; 
    
  }
  
  .checkbox-list label {
        cursor: pointer;
        display: flex;
        /* align-items: center; */
        /* align-items: flex-start; */
        font-size: 14px;
        font-weight: 400;
        max-width: 100%; 
        justify-content: flex-start;
        margin-left: 2px;
        /* text-align: left;  */
    }

  
    .filter-checkbox {
        /* margin-right: 6px;
        margin-left: 0; */
        flex-shrink: 0;
        margin: 0 6px 0 0 !important
    }

  .filter-column h4 {
    margin-bottom: 8px;
    font-size: 100%;
    font-weight: 700;
    text-align: left;
    white-space: normal;
  }
  
  .clear-filter {
    margin-top: -10px; 
    padding: 5px 12px;
    background-color: #6F6F75;
    font-size: 100%;
    font-weight: 700;
    color: fff;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    margin-left: 810px;
  }
  .filter-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
  }
  .filter-search-icon {
    position: absolute;
    left: 10px;
    width: 16px;
    height: 16px;
    margin-left: 210px;
    cursor: pointer; 
  }
  .filters-count{
    display: inline-block;
    min-width: 24px;
    padding: 2px 6px;
    margin-left: 8px;
    background-color: #003676;;
    color: #fff;
    border-radius: 3px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  }

  /* filter options to apply different css in case filter dropdown active */
    .search-tips-container-home.active {
        display: flex;
        margin-left: calc(23.2% - 2px);
        width: 55%;
    }
    .input-searchbox.active {
        display: flex;
        margin-left: calc(4.5% - 2px);
        width: 100%;
    }
  /* filter options MTDOCS-1984*/