/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Loaded fonts
   ========================================================================== */

@font-face {
    font-family: Museo;
    font-weight: 300;
    font-style: normal;
    src: url('../fonts/Museo300-Regular.otf') format('opentype');
}

@font-face {
    font-family: Museo;
    font-weight: 700;
    font-style: normal;
    src: url('../fonts/Museo700-Regular.otf') format('opentype');
}

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #373737;
    font-size: 1em;
    line-height: 1.4;
    -webkit-backface-visibility: hidden;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: rgba(95, 206, 80, 0.8);
    color: #FFF;
    text-shadow: none;
}

::selection {
    background: rgba(95, 206, 80, 0.5);
    color: #FFF;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Reset global styles set elsewhere
   ========================================================================== */

li {
    list-style: inherit;
}

.pt_customerservice .contentasset ul li {
    background: none;
    padding: 0;
    margin: 0;
}

.pt_customerservice .contentasset {
    margin-left: 0;
    font-size: inherit;
}

.cat-accessory {
    background: none;
    border: none;
    height: auto;
}

.globalHeader #header-content {
    position: static;
    height: auto;
    margin: 0 auto;
    width: auto;
    max-width: 1024px;
    overflow: visible;
    position: relative;
    height: 64px;
}

.globalHeader .topbarMenu {
    float: none !important;
    margin: auto !important;
}

#main_content .dynamicasset,
#main .contentasset {
    width: auto !important;
    max-width: 1024px;
    margin-left: auto !important;
    margin-right: auto !important;
}


/* ==========================================================================
   Mobile-first styles
   ========================================================================== */

/*
    Color Scheme
    ------------
    Light Blue: #00B8E9
    Mid Blue: #1891CA
    Dark Blue: #006499
*/

body {
    background: #FFF;
}

/* Typography */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, sidebar, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    font: inherit;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 90%;
    line-height: 1.6em;
}

a {
    color: #006499;
    text-decoration: underline;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    transition: all 0.1s ease;
    outline: 0;
}

a:hover {
    color: #E87700;
}

h1 {
    line-height: 1;
}

h1 > a {
    font: inherit;
}

iframe {
    border: none;
    margin: 0;
    padding: 0;
    /*width: 100%;*/
    /*height: 300px;*/
}

/* Buttons */

a.button-primary {
    background: #1891CA;
    color: #FFF !important;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px;
    font-weight: bold;
}

a.button-primary:hover,
a:hover .button-primary {
    background: #006499;
    color: #FFF;
}

a.button-primary,
a .button-primary {
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.button-secondary {
    background: #006499;
    color: #FFF;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px;
    font-weight: bold;
}

a.button-secondary:hover,
a:hover .button-secondary {
    background: #1891CA;
    color: #FFF;
}

a.button-secondary,
a .button-secondary {
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.button-tertiary {
    background: #D2D2D2;
    color: #FFF;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px;
}

a.button-tertiary:hover,
a:hover .button-tertiary {
    background: #B2B2B2;
    color: #FFF;
}

a.button-tertiary,
a .button-tertiary {
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

/* Layout */

#container {
    width: 100%;
}

#main {
    width: 100% !important;
    max-width: none;
}

/* No Script */

#noscript {
    background: #EFEFEF;
    line-height: 1;
    overflow: hidden;
    padding: 0 10px;
}

/* Accept Cookies */

#cookies {
    background: #EFEFEF;
    line-height: 1;
    overflow: hidden;
    padding: 10px;
    font-size: 90%;
}

#cookies-title {
    background: #006499;
    color: #FFF;
    padding: 8px;
    float: left;
}

#cookies-msg {
    padding: 8px;
    float: left;
}

#cookies-accept {
    float: left;
}

#top-country-selector {
    /*position: fixed;*/
    top: 0;
    width: 100%;
    height: 25px;
    background-color:#11a3d4;
    z-index: 100;
    margin: 0;
}
    #top-country-selector .inner {
        text-align:right;
        padding-right:7px;
        font-size:11px;
        color: #006293;
        margin: 0 auto;
        max-width: 1024px;
        width: auto;
        overflow: visible;
    }
    #top-country-selector a:link, #top-country-selector a:visited {
        color: white;
        text-decoration: none;
    }

/* Header */

header.globalHeader {
    /*position: fixed;*/
    top: 0;
    width: 100%;
    height: 64px;
    background: #00B8E9;s
    /*float: left;*/
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.6);
    z-index: 100;
    margin: 0;
}

header.globalHeader ul {
    margin: 0;
    padding: 0;
}

#header-logo {
    float: left;
    margin: 11px 15px;
    position: relative;
    z-index: 200;
}

#header-logo img {
    height: 42px;
}

#header-promo {
    display: none;
}

#header-nav-primary {
    position: absolute;
    z-index: 100;
    right: 0;
    bottom: 11px;
    left: 0;
    margin: -1.6em 0 0;
}

#header-nav-primary > ul {
    margin: 0 auto;
    text-align: center;
}

#header-nav-primary > ul > li {
    display: inline-block;
    margin: 0 -2px;
    background: none;
}

#header-nav-primary > ul > li > a {
    display: block;
    color: #FFF;
    text-decoration: none;
    padding: 8px;
    margin: 5px;
    line-height: 1;
    font-size: 1.6em;
    font-weight: bold;
    -webkit-backface-visibility: hidden;
}

#header-nav-primary > ul > li > a:hover {
    background-color: #006499;
}

#header-nav-primary > ul > li.active > a {
    background-color: #006499;
    color: #FFF;
}

#header-nav-primary .megamenu {
    display: none;
}

#header-nav-primary .burgernav-nav-button {
    top: 32px;
}

#header-nav-secondary {
    position: absolute;
    right: 64px;
    bottom: 15px;
    margin-top: -16px;
    z-index: 200;
}

#header-nav-secondary li,
#header-nav-secondary li:last-child {
    float: left;
    margin: 0 0 0 1px;
}

#header-nav-secondary a {
    display: block;
    text-indent: -9999px;
    height: 32px;
    width: 32px;
    background-color: #1891CA;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

#header-nav-secondary a:hover {
    background-color: #006499;
}

#header-nav-secondary li.retailer a {
    background-image: url(../images/header-icon-retailers.png);
    /* hidden for now as we don't have any SL data */
    /*display: none;*/
}

#header-nav-secondary li.warranty a {
    background-image: url(../images/header-icon-warranty.png);
}

#header-nav-secondary li.contact a {
    background-image: url(../images/header-icon-contact.png);
}

/* Content */

#content {
    clear: left;
    text-align: center;
    padding-top: 64px;
    width: 100%;
    max-width: none !important;
    float: left;
}

#content.nonav .contentasset {
    width: 100%;
    margin: 0;
}

div.breadcrumb {
    display: none;
}

/* Footer */

footer {
    background: #505050;
    color: #FFF;
    max-width: 100%;
}

#footer {
    width: auto;
    max-width: 980px;
    margin: 0 auto;
    padding: 40px;
    overflow: hidden;
    clear: left;
    text-align: center;
}

#footer a {
    color: #CDCDCD;
    text-decoration: none;
}

#footer a:hover {
    color: #FFF;
    text-decoration: underline;
}

#footer-nav section {
    margin: 30px 0 0;
    line-height: 1.8em;
}

#footer-nav section:first-child {
    margin: 0;
}

#footer-nav section h4 {
    border: none;
    color: #FFF;
    margin: 0;
    text-transform: uppercase;
    font-weight: normal;
}

#footer-social {
    margin: 30px 0 0;
}

#footer-social ul {
    margin: 0;
    padding: 0;
}

#footer-social li {
    display: inline-block;
    margin: 0 5px 0;
}

#footer-social a {
    display: block;
    text-indent: -9999px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

#footer-social .youtube a {
    width: 35px;
    background-image: url(../images/social-icons-youtube.png);
}

#footer-social .facebook a {
    width: 8px;
    background-image: url(../images/social-icons-facebook.png);
}

#footer-social .twitter a {
    width: 17px;
    background-image: url(../images/social-icons-twitter.png);
}

#footer-social .pinterest a {
    width: 16px;
    background-image: url(../images/social-icons-pinterest.png);
}

#footer-signup {
    margin: 20px 0 0;
}

#footer-signup ol {
    margin: 0;
    padding: 0 0 1px;
    list-style: none;
    position: relative;
    overflow: hidden;
}

#footer-signup label {
    color: #FFF;
    display: block;
    font-weight: bold;
    margin: 0 0 5px 0;
    text-align: center;
}

#footer-signup-email-field {
    border: 1px solid #ADADAD;
    background: transparent;
    margin: 0;
    padding: 1em 85px 1em 1em;
    color: #FFF;
    width: 100%;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    transition: all 0.1s ease;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#footer-signup-email-field:hover {
    border-color: #FFF;
}

#footer-signup-submit-button {
    background: transparent;
    border: none;
    margin: 0;
    height: 30px;
    line-height: 30px;
    position: absolute;
    bottom: 12px;
    right: 0;
    color: #FFF;
    text-transform: uppercase;
    border-left: 1px solid #ADADAD;
}

#footer-signup-submit-button .ui-button-text {
    margin: 0.5em;
    padding: 0 0 0 1em;
    color: #FFF;
    text-transform: uppercase;
    border-left: 1px solid #606060;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

#footer-signup-submit-button:hover .ui-button-text {
    color: #E87700;
}

#footer-copyright {
    color: #CDCDCD;
    border-top: 1px solid #ADADAD;
    margin: 20px 0 0;
    padding: 78px 0 0;
    width: 100%;
    float: left;
    clear: both;
    background: url(../images/sealy-logo-mono-white.png) 50% 30px no-repeat;
    background-size: auto 34px;
    text-align: center;
}

#footer-copyright p {
    margin: 0;
}

/* BX Slider */

.bx-wrapper .bx-controls-direction a {
    -webkit-transition: none;
    -moz-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

/* Image Slider */

.image-slider {
    position: relative;
}

.image-slider .bx-wrapper {
    margin-bottom: 0;
}

.image-slider .bx-viewport {
    overflow: visible !important;
}

.image-slider .bx-viewport > ul {
    margin: 0;
    padding: 0;
}

.image-slider .slide a.overlay {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.image-slider .slide img {
    width: 100%;
}

.image-slider .bx-controls {
    margin-top: 10px;
}

.image-slider .bx-controls .bx-pager {
    overflow: hidden;
    text-align: center;
}

.image-slider .bx-controls .bx-pager-item {
    display: inline-block;
}

.image-slider .bx-controls a {
    display: block;
    position: relative;
    width: 40px;
    height: 20px;
    background: #B4B9B9;
    float: left;
    margin: 0 5px 0 0;
    text-indent: -9999px;
    text-decoration: none;
}

.image-slider .bx-controls a.active {
    background: #1891CA;
}

.image-slider .bx-controls a:after {
    content: '\2022';
    text-indent: 0;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: #FFF;
    font-size: 1.5em;
}

.image-slider .bx-controls .bx-pager-item:nth-child(2) a:after {
    content: '\2022 \2022';
}

.image-slider .bx-controls .bx-pager-item:nth-child(3) a:after {
    content: '\2022 \2022 \2022';
}

.image-slider .bx-controls .bx-pager-item:nth-child(4) a:after {
    content: '\2022 \2022 \2022 \2022';
}

.image-slider .bx-controls .bx-pager-item:nth-child(5) a:after {
    content: '\2022 \2022 \2022 \2022 \2022';
}

.image-slider figcaption {
    padding: 10px;
    color: #006499;
}

.image-slider.single figcaption {
    bottom: 10%;
}

.image-slider .mejs-overlay-button {
    display: none;
}

/* Home: Features */

#home-features ul {
    margin: 0;
    padding: 10px 0;
    list-style: none;
    overflow: hidden;
}

#home-features li {
    margin: 0 0 10px;
    position: relative;
}

#home-features li:last-child {
    margin: 0;
}

#home-features a {
    display: block;
}

#home-features img {
    width: 100%;
}

#home-features .cta {
    position: absolute;
    bottom: 25px;
    left: 25px;
    background: #1891CA;
    color: #FFF;
    text-decoration: none;
    padding: 2px 8px 2px 20px;
    -webkit-transition: background-color 0.1s ease;
    -moz-transition: background-color 0.1s ease;
    transition: background-color 0.1s ease;
    font-weight: bold;
    text-transform: uppercase;
}

#home-features .cta:before {
    content: '> ';
}

#home-features a:hover .cta {
    background-color: #006499;
}

/* Home: Spots */

.home-spots article .wrapper {
    padding: 20px 20px 45px;
}

.home-spots article .info {
    text-align: left;
    background: #D0D0D0;
    padding: 10px 20px 30px;
    font-family: Museo, sans-serif;
}

.home-spots article .shop-button {
    margin-top: 20px;
    text-align: right;
}

.home-spots article figure {
    border: 1px solid #D0D0D0;
    background: #FFF;
    padding: 5px;
}

.home-spots article figure img {
    width: 100%;
}

.home-spots article h1 {
    display: block !important;
    text-transform: uppercase;
    font-family: Museo, sans-serif !important;
    font-weight: bold;
    font-size: 1.8em;
    margin: 0.6em 0 0;
}

.home-spots article h1 a {
    color: #006499;
    text-decoration: none;
}

/* Home: Promo: Hybrid */

#home-promo-hybrid header {
    position: relative;
}

#home-promo-hybrid header img {
    width: 100%;
}

#home-promo-hybrid header h2 {
    position: absolute;
    width: 100%;
    top: 15%;
    left: 0;
    text-align: center;
    font-family: Museo, sans-serif;
    font-weight: bold;
    font-size: 1em;
    text-transform: uppercase;
}

#home-promo-hybrid main {
    color: #FFF;
}

#home-promo-hybrid main > div {
    font-family: Museo, sans-serif;
    font-weight: normal;
    background: #00B8E9;
    padding: 20px;
}

#home-promo-hybrid main > div:nth-child(2) {
    background: #7F8892;
}

#home-promo-hybrid main h3 {
    font-size: 1.8em;
    font-family: Museo, sans-serif;
    font-weight: bold;
    color: #FFF;
    margin-bottom: 0.6em;
    text-transform: uppercase;
}

#home-promo-hybrid main p {
    font-size: 120%;
}

#home-promo-hybrid main p.footnote {
    margin: 2em auto auto;
    font-size: 60%;
}

/* Home: Locator */

#home-locator {
    width: auto;
    margin: 0;
    clear: both;
    padding: 40px 20px 160px;
    background: #E2DDD3 url(../images/home-locator-bg.jpg) 50% 0;
    position: relative;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 0.1s ease;
    overflow: hidden;
}

#home-locator .map {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 330px;
}

#home-locator form {
    background: #00B8E9;
    box-shadow: inset 0 0 30px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 0 30px 0 rgba(0, 0, 0, 0.2);
    color: #FFF;
    max-width: 400px;
    margin: 0 auto;
    padding: 20px 5%;
    border-radius: 20px;
    text-align: center;
    position: relative;
    z-index: 1;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: Museo, sans-serif;
}

#home-locator form h2 {
    width: auto;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

#home-locator form ol {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}

#home-locator form label {
    display: none;
}

#home-locator #home-locator-form-location-field {
    color: #333;
    background: #FFF;
    border: none;
    width: 80%;
    font-family: Museo, sans-serif;
    font-size: 1.5em;
    line-height: 1.5em;
    margin: 15px 0 0;
    padding: 2.5% 15% 2.5% 2.5%;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    z-index: 1;
}

#home-locator form button {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    display: block;
    width: 32px;
    height: 32px;
    background: url(../images/home-locator-icon-search.png) 50% 50% no-repeat;
    border: none;
    margin: -8px 10px 0 0;
    padding: 0;
    text-indent: -9999px;
}

#home-locator.searching form button {
    background-image: url(../images/progressicon.gif);
}

#home-locator.search-results {
    padding-top: 20px;
    height: 180px;
}

#home-locator .map .infowindow {
    width: 250px;
    font-family: Arial, Helvetica, sans-serif;
}

#home-locator .map .infowindow h4,
#home-locator .map .infowindow p {
    margin: 0.5em 0;
}

#home-locator .map .infowindow p.more {
    float: right;
}

#home-locator .map .infowindow p.distance {
    float: left;
}

#home-locator .map .infowindow .address span {
    display: block;
}

/* Home: Secondary Spots */

#home-spots-secondary article {
    padding-bottom: 0;
}

#home-spots-secondary h1,
#home-spots-secondary h1 a {
    color: #00B8E9;
}

/* Home: Sleep Innovation */

#home-sleep-innovation article {
    margin: 30px 0 0;
    overflow: hidden;
    position: relative;
}

#home-sleep-innovation article:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -25px;
    border-style: solid;
    border-width: 25px 25px 0;
    border-color: #FFF transparent;
    display: block;
    width: 0;
    z-index: 1;
}

#home-sleep-innovation article figure img {
    width: 100%;
}

#home-sleep-innovation article > div {
    padding: 20px 20px 30px;
}

#home-sleep-innovation article .part-1 {
    padding-bottom: 0;
}

#home-sleep-innovation article .part-2 {
    padding-top: 0;
}

#home-sleep-innovation article h2 {
    color: #006499;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 1.8em;
    line-height: normal;
}

/* Customer Services Nav */

nav.customer_services {
    display: none;
}

/* Article Pages */

.article {
    padding: 0 10px;
    text-align: left;
    font-family: Museo, sans-serif !important;
    color: #A7A7A7;
}

.article > header {
    background: none;
    margin-bottom: 20px;
}

.article > header > .title {
    text-transform: uppercase;
    color: #999;
}

.article > header > .title h1 {
    display: block !important;
    font-size: 3em !important;
    color: #00B8E9 !important;
    font-family: Museo, sans-serif !important;
}

.article > header > .title .headline {
    display: block;
    color: #00B8E9 !important;
    font-family: Museo, sans-serif !important;
    margin-top: -10px;
}

.article > header > .description {
    margin: 10px 0 0;
    padding: 20px;
    border-top: 1px solid #000;
    font-family: Museo, sans-serif !important;
    font-style: italic;
}

.article .image img {
    width: 100%;
}

.article blockquote:before {
    content: '\201C';
    font-weight: bold;
}

.article blockquote {
    padding: 20px;
    font-size: 3em;
    color: #00B8E9;
    font-family: Museo, sans-serif;
    text-align: center;
    line-height: 1em;
}

.article blockquote:after {
    content: '\201D';
    font-weight: bold;
}

/* Category Page */

.category-selector {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
}

.category-selector .wrapper {
    background: rgba(50, 50, 50, 0.84);
    padding: 10px 10px 35px;
}

body.mattress .category-selector .wrapper {
    padding-bottom: 10px;
}

.category-selector .wrapper > h2 {
    font-weight: normal;
    margin: 0 0 10px;
}

.category-selector .wrapper > h3 {
    font-weight: normal;
    color: #FFF;
    text-transform: uppercase;
    font-family: Museo, sans-serif;
}

.category-selector nav ul {
    margin: 0;
    padding: 0;
}

.category-selector nav li {
    display: block;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
}

.category-selector nav a {
    display: block;
    text-decoration: none;
    transform: scale(0.9);
    transform-origin: 50% 50%;
    -webkit-transform: scale(0.9);
    -webkit-transform-origin: 50% 50%;
    -webkit-backface-visibility: hidden;
    background: #DADADA;
    padding: 3px;
}

.category-selector nav .logo {
    background-color: #0B57A1;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 135px;
    text-indent: -9999px;
}

.category-selector nav h4 {
    border: none;
    margin: 3px 0 0;
    color: #006499;
    text-transform: uppercase;
    background: #FFF;
    text-align: center;
    padding: 10px 5px;
    font-family: Museo, sans-serif;
}

.category-index-wrapper {
    margin-top: -25px;
}

.category-index article > header {
    background: none;
}

.category-index article > header > .title {
    color: #006499;
    text-transform: uppercase;
}

.category-index article > header > .title h1 {
    margin-bottom: 0;
    display: block !important;
    font-size: 2em !important;
    color: #006499 !important;
    font-family: Museo, sans-serif !important;
    line-height: 1 !important;
}

.category-index .collection {
    padding: 25px 10px 0;
}

.category-index-wrapper .bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    position: absolute;
    top: -45px;
    left: 0;
    right: 0;
}

.category-index-wrapper .bx-wrapper .bx-pager .bx-pager-item,
.category-index-wrapper .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
}

.category-index-wrapper .bx-wrapper .bx-pager.bx-default-pager a {
    background: rgba(255, 255, 255, 0.3);
    text-indent: -9999px;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.category-index-wrapper .bx-wrapper .bx-pager.bx-default-pager a:hover,
.category-index-wrapper .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #FFF;
}

.product header {
    text-transform: uppercase;
    background: #BFBFBF;
}

.product header h2 {
    background: #006499;
    padding: 10px;
    margin: 0;
    color: #FFF;
    font-size: 1em;
}

.product header ul {
    display: table;
    margin: 0;
    padding: 0;
    width: 100%;
}

.product main {
    border: 1px solid #E4E4E4;
    padding: 20px;
    text-align: left;
}

.product .image img {
    max-width: 100%;
    max-height: 300px;
    margin: 0 auto;
}

.product .contentexpander .description {
    width: 100%;
    float: left;
}

.product .description {
    font-family: Museo, sans-serif;
    color: #666;
}

.product .description h3,
.product .description h4 {
    font-family: Museo, sans-serif;
    text-transform: uppercase;
    color: #00B8E9;
    font-weight: bold;
    font-size: 100%;
}

.product .description h4 {
    text-transform: none;
}

.product .description ul,
.product .description ol {
    padding: 0 0 0 1.7em;
}

.product nav.more {
    position: relative;
    z-index: 1;
}

.product nav.more a {
    display: inline-block;
}

.product nav.more ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.product .contentexpander.active + nav.more ul {
    margin: -50px 43px 0 0;
}

.product nav.more li {
    display: inline-block;
    padding: 13px 13px 12px;
    margin-right: 5px;
}

.product nav.more li a {
    color: #FFF;
}

.product .features {
    background: #E8E8E8;
    border: 1px solid #E4E4E4;
    color: #666;
    font-family: Museo, sans-serif;
    overflow: hidden;
    padding: 0 0 20px;
}

.product .features h2 {
    text-transform: uppercase;
    background: #BFBFBF;
    color: #FFF;
    margin: 0 !important;
    padding: 12px 20px;
    font-size: 100%;
    width: auto;
}

.product .features .feature {
    width: 100%;
    float: left;
    padding: 20px 20px 0 110px;
    box-sizing: border-box;
    background-position: 20px 20px;
    background-repeat: no-repeat;
}

.product .features .feature h3 {
    margin: 0;
    color: #666 !important;
    font-weight: bold;
}

.product .features .feature p {
    margin-top: 0;
}

.product .features .feature.apex {
    background-image: url(../images/icon-apex.png);
}

.product .features .feature.coresupport {
    background-image: url(../images/icon-coresupport.png);
}

.product .features .feature.foreverflex {
    background-image: url(../images/icon-foreverflex.png);
}

.product .features .feature.opticool {
    background-image: url(../images/icon-opticool.png);
}

.product .features .feature.optipro {
    background-image: url(../images/icon-optipro.png);
}

.product .features .feature.solidedge {
    background-image: url(../images/icon-solidedge.png);
}

.product .features .feature.amovibles {
    background-image: url(../images/icon-amovibles.png);
}

.product .features .feature.staytightfoundation {
    background-image: url(../images/icon-staytightfoundation.png);
}

.product .features .feature.espumaactive {
    background-image: url(../images/icon-espumaactive.png);
}

.product .features .feature.acolchoadoaloft {
    background-image: url(../images/icon-acolchoadoaloft.png);
}

.product .features .feature.hractismart {
    background-image: url(../images/icon-HR.png);
}

.product .features .feature.ouate {
    background-image: url(../images/icon-ouate.png);
}

.product .features .feature.foam {
    background-image: url(../images/icon-foam.png);
}

.product .features .feature.fabric {
    background-image: url(../images/icon-fabric.png);
}

.product .features .feature.bottom3d {
    background-image: url(../images/icon-3D_bottom.png);
}

.product .features .feature.side3d {
    background-image: url(../images/icon-3D_side.png);
}

.product .features .feature.comfort1 {
    background-image: url(../images/icon-comfort1.png);
}

.product .features .feature.comfort2 {
    background-image: url(../images/icon-comfort2.png);
}

.product .features .feature.comfort3 {
    background-image: url(../images/icon-comfort3.png);
}

.product .features .feature.handles {
    background-image: url(../images/icon-handles.png);
}

.product .features .feature.twosides {
    background-image: url(../images/icon-2sides.png);
}

.product .features .feature.airvents {
    background-image: url(../images/icon-airvents.png);
}

.product .features .feature.latex {
    background-image: url(../images/icon-latex.png);
}

.product .features .feature.memosense {
    background-image: url(../images/icon-memosense.png);
}

.product .features .feature.minispring {
    background-image: url(../images/icon-mini_spring.png);
}

.product .features .feature.spring {
    background-image: url(../images/icon-spring.png);
}

.product .features .feature.viscogel {
    background-image: url(../images/icon-viscogel.png);
}

.product .features .feature.cotton {
    background-image: url(../images/icon-cotton.png);
}

.product .features .feature.hypoallergenic {
    background-image: url(../images/icon-hypoallergenic.png);
}

.product .features .feature.silk {
    background-image: url(../images/icon-silk.png);
}

.product .features .feature.miracle-edge {
    background-image: url(../images/icon-miracle-edge.png);
}

.product .features .feature.moisture-protect {
    background-image: url(../images/icon-moisture-protect.png);
}

.product .features .feature.adjustable {
    background-image: url(../images/icon-adjustable.png);
}

.product .features .feature.sealy-foam {
    background-image: url(../images/icon-sealy-foam.png);
}

.product .features .feature.sealy-chill {
    background-image: url(../images/icon-sealy-chill.png);
}

.product .features .feature.sealy-comfort-sense {
    background-image: url(../images/icon-sealy-comfort-sense.png);
}

.product .features .feature.merino-wool {
    background-image: url(../images/icon-merino-wool.png);
}

.product .features .feature.lumbar-support {
    background-image: url(../images/icon-lumbar-support.png);
}

.product .features .feature.removable-cover {
    background-image: url(../images/icon-removable-cover.png);
}

.product .features .feature:nth-child(3n+2) {
    clear: left;
}

/* News Article */

.product.news header {
    background: none;
}

.product.news header h2 {
    background: none;
    padding: 10px 0;
    color: inherit;
}

.product.news main {
    border: none;
    border-top: 1px solid #666;
    padding: 10px 0;
}

/* Category Page: Mattresses */

.category-selector.mattress {
    background-image: url(../images/SF_Sealy_141120_TEM112_Move_In_0124_Master5_RGB_EDIT_BLURRED-MILKCARTON.jpg);
}

.category-selector.mattress nav .logo {
    background-image: url(../images/category-selector-sealy-hybrid-logo.png);
}

.category-selector.mattress nav .mattress-gel .logo {
    background-image: url(../images/gel_series_category.jpg);
}

.category-selector.mattress nav .mattress-posturepedic .logo {
    background-image: url(../images/category-selector-sealy-posturepedic-logo.png);
}

/* Category Page: Pillows */

.category-selector.pillows {
    background-image: url(../images/slide-pillows-01.jpg);
}

.category-selector.pillows nav .logo {
    background-image: url(../images/category-selector-sealy-pillows-logo.png);
}

.category-selector.pillows nav .pillow-gel .logo {
    background-image: url(../images/gel_series_category.jpg);
}
/* Category Page: Accessories */

.category-selector.accessories {
    background-image: url(../images/SF_Sealy_141120_TEM112_Seniors_0046_Master2_RGB.jpg);
}

.category-selector.accessories .wrapper {
    padding: 4% 1%;
}

.category-selector.accessories ul {
    padding-left: 15%;
    padding-right: 15%;
}

.category-selector.accessories nav .logo {
    background-image: url(../images/category-selector-sealy-foundation-logo.png);
}

.category-selector.accessories nav .accessory-foundation-legs .logo {
    background-image: url(../images/category-selector-sealy-foundation-legs-logo.png);
}

.category-selector.accessories nav .accessory-bases .logo {
    background-image: url(../images/category-selector-sealy-bases-logo.png);
}

.category-selector.accessories nav .accessory-bed-sheets .logo {
    background-image: url(../images/category-selector-sealy-bed-sheets-logo.png);
}

.category-selector.accessories nav .accessory-headboards .logo {
    background-image: url(../images/category-selector-sealy-tete-de-lit.png);
}

/* Multiple Images */

.image ul.image-gallery-view {
    margin: 0;
    padding: 0;
    list-style: none;
}

.category-index-wrapper .image .bx-wrapper .bx-pager {
    display: block;
    position: absolute;
    top: auto;
    bottom: -65px;
    left: 0;
}

.image .bx-wrapper .bx-controls-direction a {
    z-index: 1;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.image .bx-pager-item a {
    width: 50px;
    height: 50px;
    border: 1px solid #DDD;
    padding: 2px;
    margin: 0 3px;
    line-height: 50px;
    display: inline-block;
}

.image .bx-pager-item a:hover {
    border-color: #999;
}

.image .bx-pager-item a.active {
    border-color: #E87700;
}

.image .bx-pager-item img {
    max-width: 50px;
    max-height: 50px;
    display: inline;
    position: relative;
    top: -2px;
}

/* Content Listing */

.content {
    border: 1px solid #B5B5B5;
    margin: 25px 10px 10px;
    overflow: hidden;
    clear: both;
}

.content:last-child {
    margin-bottom: 25px;
}

.content h1 {
    background: rgb(37,92,175);
    background: -moz-linear-gradient(top, rgba(37,92,175,1) 0px, rgba(9,53,137,1) 50px); /* FF3.6+ */
    background: -webkit-linear-gradient(top, rgba(37,92,175,1) 0px,rgba(9,53,137,1) 50px); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(37,92,175,1) 0px,rgba(9,53,137,1) 50px); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(37,92,175,1) 0px,rgba(9,53,137,1) 50px); /* IE10+ */
    background: linear-gradient(to bottom, rgba(37,92,175,1) 0px,rgba(9,53,137,1) 50px); /* W3C */
    color: #FFF;
    margin: 0;
    padding: 12px 30px;
    font-weight: normal;
    line-height: 1;
}

.content .description {
    border-top: 1px solid #B5B5B5;
    text-align: left;
    padding: 20px 30px;
}

.content .image img {
    width: 100%;
    max-width: 456px;
}

.content .description > ul {
    list-style: disc outside url(../images/bullet.png);
    margin: 0;
    padding: 0;
}

.content.full-description .description > ul {
    list-style: disc;
    margin: 0;
    padding-left: 40px;
}

.content .description li {
    margin: 0 0 0.6em;
}

.content .description li:last-child {
    margin: 0;
}

/* Content Listing: Full image */

.content.full-image .image {
    width: 100%;
    float: none;
    position: relative;
}

.content.full-image .image img {
    max-width: none;
}

.content.full-image .image figcaption {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 15px;
    overflow: none;
    background: rgba(255, 255, 255, 0.8);
}

.content.full-image .image figcaption > * {
    float: right;
    margin: 0 0 0 15px;
}

/* Content Listing: Description only */

.content.full-description .description {
    border: none;
}

/* Content Area: Form */

.content form {
    background: #f1f0ed;
    padding: 20px;
    border: 1px solid #dad9d6;
    border-top: 2px solid #7eb923;
    color: #616161;
}

.content form h2 {
    float: left;
    color: #001F66;
    font-size: 24px;
    font-weight: normal;
}

.content form label {
    float: left;
    font-weight: bold;
    margin-top: 15px;
    clear: both;
}

.content form .checkboxLabel {
    width: 93%;
}

.content form .input,
.content form .select,
.content form .textarea {
    float: left;
    width: 98%;
    height: 24px;
    line-height: 24px;
    border: 1px solid #d8d7d3;
    color: #9b9b9b;
}

.content form .input:focus,
.content form .select:focus,
.content form .textarea:focus {
    border: 1px solid #a2a19e;
}

.content form .input {
    text-indent: 8px;
}

.content form .textarea {
    height: 154px;
}

.content form .checkbox {
    float: left;
    width: auto;
    margin-top: 15px;
}

.content form .message {
    float: left;
}

.content form .button {
    float: left;
    width: auto;
    height: auto;
    padding: 5px 10px;
    background: #004585;
    border: none;
    color: #fff;
    font-weight: bold;
    margin-top: 20px;
}

.content form .error {
    border: 1px solid #f00;
    background: #FFF2F2;
}

#textarea-content {
    width: 100%;
    height: 100px;
}

.content form ul {
    float: none;
    width: auto;
}

.content form ul li {
    list-style: disc;
}

.content form .error {
    float: left;
    color: #7eb922;
    font-size: 10px;
    font-style: italic;
    clear: both;
    margin: 0;
}

img.captcha {
    clear: both;
    float: left;
    margin: 10px 10px 10px 0;
}

/* Brochure Page */

.brochure-button {
    margin-top: 61px;
    text-align: right;
}

/* Content Expander */

.contentexpander {
    position: relative;
    -webkit-transition: padding 0.5s ease;
    -moz-transition: padding 0.5s ease;
    transition: padding 0.5s ease;
    padding-bottom: 2em;
}

.contentexpander-control {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
    text-align: right;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50px);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0px,rgba(255,255,255,0)), color-stop(50px,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0px,rgba(255,255,255,1) 50px);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0px,rgba(255,255,255,1) 50px);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0px,rgba(255,255,255,1) 50px);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0px,rgba(255,255,255,1) 50px);
    padding-top: 4em;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.contentexpander-control a {
    display: inline-block;
    width: 20px;
    text-align: center;
    font-size: 200%;
}

.contentexpander.show {
    padding-bottom: 3em;
}

.contentexpander.show .contentexpander-control {
    padding-top: 0;
}

/* Sitemap */

ul.sitemap {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.sitemap h3 {
    background: -moz-linear-gradient(top, rgba(37,92,175,1) 0px, rgba(9,53,137,1) 50px); /* FF3.6+ */
    background: -webkit-linear-gradient(top, rgba(37,92,175,1) 0px,rgba(9,53,137,1) 50px); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(37,92,175,1) 0px,rgba(9,53,137,1) 50px); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(37,92,175,1) 0px,rgba(9,53,137,1) 50px); /* IE10+ */
    background: linear-gradient(to bottom, rgba(37,92,175,1) 0px,rgba(9,53,137,1) 50px); /* W3C */
    color: #FFF;
    margin: 0;
    padding: 12px 15px;
    font-weight: normal;
    line-height: 1;
}

/* Infopack */

#infopack-form {
    width: 100%;
    max-width: 750px;
    margin: 20px auto 0;
}

#infopack-form iframe {
    height: 570px;
}

/* Brochure */

body.brochure .article aside p {
    padding-top: 10px;
}

/* ==========================================================================
   Tablet styles
   ========================================================================== */

@media (min-width: 481px) {
    
    /* Header */
    
    header.globalHeader {
        height: 90px;
        -webkit-transition: height 0.3s ease;
        -moz-transition: height 0.3s ease;
        transition: height 0.3s ease;
    }
    
    header.globalHeader #header-content {
        height: 90px;
    }
    
    #header.staticnav-fixed {
        position: fixed;
        top: 0;
        max-width: 1024px;
        height: 64px;
    }
    
    #header-logo img {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    
    #header.staticnav-fixed #header-logo img {
        height: 34px;
    }
    
    #header.staticnav-fixed #header-promo {
        display: none;
    }
    
    #header.staticnav-fixed ~ #content {
        padding-top: 50px;
    }
    
    #header.staticnav-fixed .megamenu {
        padding-top: 11px;
    }
    
    #header-logo img {
        height: 68px;
    }
    
    #header-promo {
        display: block;
        position: absolute;
        top: 5px;
        left: 240px;
        right: 115px;
        bottom: 4em;
        line-height: 42px;
    }
    
    #header-nav-primary > ul > li > a {
        font-size: 1em;
    }
    
    #header-nav-secondary {
        right: 16px;
    }
    
    #header-nav-secondary li,
    #header-nav-secondary li:last-child {
        margin: 0 0 0 9px;
    }
    
    /* Mega Menu Nav */
    
    #header-nav-primary .megamenu {
        display: none;
    }
    
    #header-nav-primary li.has-megamenu > a {
        background-image: url(../images/header-nav-icon-arrow-down.png);
        background-position: 100% 50%;
        background-repeat: no-repeat;
        padding-right: 15px;
    }
    
    #header-nav-primary li.has-megamenu:hover > a {
        background-color: #006499;
    }
    
    #header-nav-primary li.has-megamenu:hover > a {
        color: #FFF !important;
        background-image: url(../images/header-nav-icon-arrow-down-white.png);
    }
    
    #header-nav-primary > ul > li.has-megamenu.active > a {
        background-image: url(../images/header-nav-icon-arrow-down-white.png);
    }
    
    #header-nav-primary li.has-megamenu:hover .megamenu {
        display: block;
    }
    
    /* Mega Menus */
    
    .megamenu {
        display: none;
        position: absolute;
        z-index: 600;
        left: 0;
        right: 0;
        top: 100%;
        padding: 11px 0 0;
        text-align: left;
        width: 100%;
    }
    
    .megamenu .wrapper {
        background: #FFF;
        display: block;
        padding: 12px;
        box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.6);
    }
    
    .megamenu section {
        display: table;
        width: 100%;
    }
    
    .megamenu article {
        display: table-cell;
        vertical-align: top;
        border-left: 1px solid #E4E4E4;
        padding: 12px;
        font-size: 80%;
    }
    
    .megamenu article:first-child {
        border-left: none;
    }
    
    .megamenu .product-range ul {
        overflow: auto;
    }
    
    .megamenu .product-range li {
        float: left;
        width: 33.33%;
    }
    
    .megamenu .product-range li .thumb {
        height: 50px;
        line-height: 50px;
    }
    
    .megamenu figure {
        display: table-cell;
    }
    
    .megamenu figure img {
        width: 100%;
    }
    
    .megamenu article h3 {
        margin: 0 0 0.5em;
        padding: 0;
        font-weight: bold;
        text-transform: uppercase;
    }
    
    .megamenu article h3 em {
        font-weight: normal;
        color: #999;
    }
    
    header.globalHeader .megamenu article > ul {
        list-style: disc outside url(../images/bullet.png);
        margin: 0;
        padding: 0 0 0 15px;
    }
    
    .megamenu article a {
        color: #373737;
        text-decoration: none;
        display: block;
    }
    
    .megamenu article a:hover {
        color: #E87700;
    }
    
    .megamenu article a.button-primary {
        display: inline-block;
        color: #FFF;
        line-height: 1;
    }
    
    .megamenu article a.button-primary:before {
        display: none;
    }
    
    .megamenu article .thumb {
        position: absolute;
        top: 0;
        right: 0;
        padding: 10px 15px 0 0;
    }
    
    .megamenu article .logo {
        line-height: 85px;
        background: #0B57A1;
    }
    
    .megamenu article .collection-range .logo {
        background: #00B7E6;
    }
    
    .megamenu article .title {
        display: block;
        text-align: center;
        font-family: Museo, sans-serif;
        color: #FFF;
        text-transform: uppercase;
        margin: 2px 0 0;
        padding: 8px 3px;
        background: #1D6497;
        border: none;
    }
    
    .megamenu article .collection-hybrid-plush .title {
        background: #6C9ECA;
    }
    
    .megamenu article .collection-hybrid-ultra-plush .title {
        background: #B5CCDF;
    }
    
    .megamenu article .more {
        display: block;
        width: 75%;
        text-align: center;
        font-family: Museo, sans-serif;
        color: #FFF;
        text-transform: uppercase;
        margin: 10px auto;
        padding: 5px;
        background: #00B8E9;
        -webkit-transition: all 0.1s ease;
        -moz-transition: all 0.1s ease;
        transition: all 0.1s ease;
    }
    
    .megamenu article a:hover .more {
        background: #1891CA;
    }
    
    .megamenu article .collection-range {
        margin-top: 20px;
        display:none; /* this range is coming soon */
    }
    
    /* Mega Menu: About */
    
    #megamenu-about article {
        position: relative;
    }
    
    #megamenu-about-1 {
        width: 46.66%;
    }
    
    #megamenu-about-2 {
        width: 23.33%;
    }
    
    #megamenu-about figure {
        width: 30%;
    }
    
    /* Mega Menu: Product Categories */
    
    #megamenu-mattress-intro,
    #megamenu-pillows-intro,
    #megamenu-accessories-intro {
        width: 40%;
    }
    
    #megamenu-mattress-range,
    #megamenu-pillows-range,
    #megamenu-accessories-range {
        width: 60%;
    }
    
    header.globalHeader .megamenu #megamenu-mattress-range > ul,
    header.globalHeader .megamenu #megamenu-pillows-range > ul,
    header.globalHeader .megamenu #megamenu-accessories-range > ul {
        list-style: none;
    }
    
    #megamenu-mattress-range li,
    #megamenu-pillows-range li,
    #megamenu-accessories-range li {
        width: 32%;
        float: left;
        text-align: center;
        text-transform: uppercase;
        line-height: 1;
    }
    
    #megamenu-mattress-range li:nth-child(2),
    #megamenu-pillows-range li:nth-child(2),
    #megamenu-accessories-range li:nth-child(2) {
        margin: 0 2%;
    }
    
    /* Footer */
    
    #footer {
        text-align: left;
    }
    
    #footer-nav {
        overflow: hidden;
        margin-bottom: 30px;
    }
    
    #footer-nav section {
        width: 25%;
        float: left;
        margin: 0;
    }
    
    #footer-social {
        float: left;
    }
    
    #footer-signup {
        float: right;
    }
    
    #footer-signup ol {
        margin-top: -1em;
    }
    
    #footer-signup li {
        float: left;
    }
    
    #footer-signup label {
        display: inline;
        margin-right: 20px;
    }
    
    #footer-signup-email-field {
        width: 260px;
    }
    
    #footer-copyright {
        padding: 30px 0 0;
        background-position: 0 30px;
        background-size: auto;
        line-height: 101px;
        text-align: right;
    }
    
    /* Content */
    
    #content {
        padding-top: 0;
        text-align: left;
    }
    
    /* Image Slider */
    
    .image-slider .bx-controls {
        position: absolute;
        margin: 0 !important;
        padding: 0;
        bottom: 10%;
        left: 6%;
        width: 88%;
        z-index: 90;
    }
    
    .image-slider .bx-controls .bx-pager {
        text-align: left;
    }
    
    .image-slider figcaption {
        position: absolute;
        bottom: 20%;
        left: 6%;
        right: 6%;
        z-index: 10;
        background: rgba(255, 255, 255, 0.8);
    }
    
    /* Home: Features */
    
    #home-features li {
        width: 32.66%;
        float: left;
        margin: 0;
    }
    
    #home-features li:nth-child(2) {
        margin: 0 1%;
    }
    
    #home-features li:nth-child(3) {
        float: right;
    }
    
    /* Home: Spots */
    
    .home-spots {
        display: table;
        height: 100%;
        width: 100%;
    }
    
    .home-spots article {
        width: 32.66%;
        height: 100%;
        position: relative;
        display: table-cell;
        padding: 0 0 5em;
    }
    
    .home-spots article:nth-child(2) {
        margin: 0 1%;
    }
    
    .home-spots article .wrapper {
        height: 100%;
    }
    
    /* Sorry, Firefox hates absolute positioning inside elements being displayed as "table cell" */
    /* Only way I've found to fix (and maintain appearance in other browsers) is with a hack */
    @-moz-document url-prefix() {
        .home-spots article .wrapper {
            position: relative;
            padding-bottom: 20px;
        }
    }
    
    .home-spots article .info {
        background: none;
        padding: 0;
    }
    
    .home-spots article h1 {
        margin: 0.5em 0;
    }
    
    .home-spots article .shop-button {
        position: absolute;
        bottom: 4em;
        left: 20px;
    }
    
    @-moz-document url-prefix() {
        .home-spots article .shop-button {
            bottom: 0.6em;
        }
    }
    
    /* Home: Locator */
    
    #home-locator .map {
        height: 660px;
    }
    
    #home-locator form h2 {
        font-size: 1.2em;
        position: relative;
        top: 13px;
    }
    
    #home-locator form h2 strong {
        display: inline-block;
        width: 51px;
        height: 45px;
        position: relative;
        top: -13px;
        background: url(../images/home-locator-logo.png);
        text-indent: -9999px;
    }
    
    #home-locator form button {
        margin-right: 25px;
    }
    
    #home-locator.search-results {
        height: 480px;
    }
    
    /* Home: Spots: Secondary */
    
    #home-spots-secondary {
        margin-top: -80px;
    }
    
    #home-spots-secondary article h1 {
        text-align: center;
        display: block;
    }
    
    /* Home: Sleep Innovation */
    
    #home-sleep-innovation article {
        margin-top: -50px;
    }
    
    #home-sleep-innovation article > div {
        padding: 2% 4%;
        width: 42%;
        float: left;
    }
    
    #home-sleep-innovation article .part-1 {
        padding-bottom: 2%;
    }
    
    #home-sleep-innovation article .part-2 {
        padding-top: 2%;
    }
    
    /* Customer Services Nav */
    
    nav.customer_services {
        display: block;
        clear: both;
        background: #595959;
        color: #FFF;
        overflow: hidden;
        margin: 20px 0;
        width: 100%;
        float: left;
        font-size: 90%;
        font-family: Museo, sans-serif;
    }
    
    nav.customer_services h3 {
        float: left;
        margin: 0 10px;
        padding: 13px 20px 12px;
        text-transform: uppercase;
        background: #FFF;
        color: #595959;
    }
    
    nav.customer_services .pages {
        float: left;
        margin: 0;
        padding: 0;
    }
    
    nav.customer_services .pages li {
        float: left;
    }
    
    nav.customer_services .pages a {
        display: block;
        padding: 5px 10px;
        margin: 8px 10px 7px;
        color: #FFF;
        text-decoration: none;
    }
    
    nav.customer_services .pages a:before {
        content: '> ';
    }
    
    nav.customer_services .pages a:hover {
        background: #FFF;
        color: #595959;
    }
    
    nav.customer_services .tools {
        float: right;
        margin: 0 8px 0;
        padding: 0;
    }
    
    nav.customer_services .tools li {
        float: left;
        margin: 7px 2px 6px;
    }
    
    nav.customer_services .tools a {
        display: block;
        width: 32px;
        height: 32px;
        text-indent: -9999px;
        background: url(../images/icon-tools-print.png) 50% 50% no-repeat;
        opacity: 0.75;
        -webkit-backface-visibility: hidden;
    }
    
    nav.customer_services .tools a:hover {
        opacity: 1;
    }
    
    nav.customer_services .tools .share a {
        background-image: url(../images/icon-tools-share.png);
    }
    
    nav.customer_services .tools .email a {
        background-image: url(../images/icon-tools-email.png);
    }
    
    /* Category Page */
    
    .category-selector .wrapper {
        padding: 10% 1%;
    }
    
    body.mattress .category-selector .wrapper {
        padding-bottom: 10%;
    }
    
    .category-selector nav ul {
        margin: 25px 0;
    }
    
    .category-selector nav li {
        display: inline-block;
        width: 30%;
    }
    
    .category-selector .wrapper > h2 {
        font-size: 1.2em;
        font-weight: bold;
        position: relative;
        top: 25px;
        margin: 0;
    }
    
    .category-selector .wrapper > h2 strong {
        display: inline-block;
        width: 124px;
        height: 45px;
        position: relative;
        top: -25px;
        background: url(../images/home-locator-logo.png);
        text-indent: -9999px;
    }
    
    .category-selector nav a:hover {
        transform: scale(0.95);
        -webkit-transform: scale(0.95);
    }
    
    .category-selector nav a.active {
        box-shadow: 0px 0px 40px 0px rgba(255, 255, 255, 0.6);
        transform: scale(1);
        -webkit-transform: scale(1);
    }
    
    .category-index .collection header {
        overflow: hidden;
        padding: 20px 0 40px;
        clear: both;
    }
    
    .category-index .collection header .title {
        width: 32%;
        float: left;
    }
    
    .category-index .collection header .description {
        width: 61%;
        float: right;
        margin: 0 0 0 1%;
        padding: 0.3em 2%;
        border-top: none;
        border-left: 1px solid #000;
        font-style: italic;
    }
    
    .product header {
        overflow: hidden;
        width: 100%;
        float: left;
        padding: 0 !important;
        background: #C4C4C4 !important;
        font-family: Museo, sans-serif;
    }
    
    .product header h2 {
        width: auto;
        margin: 0 !important;
        padding: 13px 20px 12px;
        float: left;
    }
    
    .product main {
        clear: left;
        overflow: hidden;
    }
    
    .product .image {
        width: 33%;
        float: left;
    }
    
    .product .description,
    .product .contentexpander,
    .product nav.more {
        width: 63%;
        float: right;
    }
    
    .product:nth-child(2n+1) .image {
        float: right;
    }
    
    .product:nth-child(2n+1) .description,
    .product:nth-child(2n+1) .contentexpander,
    .product:nth-child(2n+1) nav.more {
        float: left;
    }
    
    .product .contentexpander .description {
        width: 100%;
        float: left;
    }
    
    .category-index-wrapper .bx-wrapper .bx-pager {
        display: none;
    }
    
    .product nav.more ul {
        float: right;
    }
    
    /* News Article */
    
    .product.news .image {
        width: 350px;
        float: left;
        margin: 0 15px 15px 0;
    }
    
    .product.news .description,
    .product.news .contentexpander {
        float: left;
        width: 100%;
    }
    
    /* Category Page: Mattresses */
    
    #mattress-selector nav li:nth-child(2) {
        margin: 0.5%;
    }
    
    #mattress-selector nav .info {
        padding: 40px 10px;
    }
    
    #mattress-selector nav .breeze {
        display: block;
        padding-top: 55px;
        background: #FFF url(../images/waves-original.png) 50% 5px no-repeat;
        margin-top: 3px;
    }
    
    #mattress-selector nav .breeze span {
        display: block;
        background: #005977;
        color: #FFF;
        text-align: center;
        text-transform: uppercase;
        margin: 0;
        padding: 8px 12px;
        line-height: 20px;
        border-top: 3px solid #DADADA;
    }
    
    #mattress-selector nav .breeze span:before {
        content: '';
        display: inline-block;
        width: 20px;
        height: 19px;
        background: url(../images/site/base/breeze-logo.png) no-repeat;
        position: relative;
        top: 4px;
        left: -6px;
    }

    #mattress-selector nav .collection-cloud .breeze {
        background-image: url(../images/waves-cloud.png)
    }
    
    #mattress-selector nav .collection-sensation .breeze {
        background-image: url(../images/waves-sensation.png)
    }
    
    #collection-original > header .title {
        color: #429838;
    }
    
    #collection-original nav.customer_services {
        background: #1891CA;
    }
    
    #collection-original nav.customer_services h3,
    #collection-original .product header h2 {
        background: #429838;
        color: #FFF;
    }
    
    #collection-original nav.customer_services .pages a:hover {
        color: #1891CA;
    }
    
    #collection-cloud > header .title {
        color: #2987B5;
    }
    
    #collection-cloud nav.customer_services {
        background: #2987B5;
    }
    
    #collection-cloud nav.customer_services h3,
    #collection-cloud .product header h2 {
        background: #0076A0;
        color: #FFF;
    }
    
    #collection-cloud nav.customer_services .pages a:hover {
        color: #2987B5;
    }
    
    #collection-sensation > header .title {
        color: #393939;
    }
    
    #collection-sensation nav.customer_services {
        background: #6A6A6A;
    }
    
    #collection-sensation nav.customer_services h3,
    #collection-sensation .product header h2 {
        background: #393939;
        color: #FFF;
    }
    
    #collection-sensation nav.customer_services .pages a:hover {
        color: #6A6A6A;
    }
    
    /* Category Page: Beds/Pillows */
    
    #bed-selector nav,
    #pillow-selector nav,
    #accessories-selector nav {
        margin-top: -25px;
    }
    
    #bed-selector nav li,
    #pillow-selector nav li,
    #accessories-selector nav li {
        width: 45%;
        max-width: 410px;
    }
    
    /* Article Listing */
    
    main > .article {
        overflow: hidden;
        padding-bottom: 20px;
    }
    
    main > .article > header {
        overflow: hidden;
    }
    
    main > .article > header nav {
        margin-top: 20px;
    }
    
    main > .article > main,
    main > .article > .contentexpander {
        width: 65%;
        float: left;
        margin-right: 1%;
        padding-right: 2%;
        border-right: 1px solid #D2D2D2;
    }
    
    main > .article > main.no-aside {
        width: 100%;
    }
    
    main > .article > .contentexpander > main {
        float: left;
    }
    
    main > .article main h2 {
        font-size: 1em;
    }
    
    main > .article aside {
        width: 30%;
        float: right;
    }
    
    /* Content Listing */
    
    .content .image {
        width: 50%;
        text-align: center;
        float: right;
    }
    
    .content .description {
        width: 50%;
        padding: 40px 5% 1000px;
        margin: 0 0 -1000px;
        border-top: none;
        border-right: 1px solid #B5B5B5;
        float: left;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
    
    .content:nth-child(2n+1) .image {
        float: left;
    }
    
    .content:nth-child(2n+1) .description {
        float: right;
        border-right: none;
        border-left: 1px solid #B5B5B5;
    }
    
    .content .description > :last-child {
        margin-bottom: 40px !important;
    }
    
    .content.full-description .description > :last-child {
        margin-bottom: 0 !important;
    }
    
    /* Content Listing: Full image */
    
    .content.full-image .image {
        width: auto;
        float: none;
    }
    
    /* Content Listing: Full description */
    
    .content.full-description .description {
        width: auto;
        float: none;
        border: none;
        margin: 0;
        padding: 30px;
    }
    
    /* Retailers */
    
    #retailers-listing {
        margin: 0 10px;
    }
    
    #retailers-listing .content {
        margin: 20px 0 0;
        width: 49%;
        float: right;
        clear: none;
    }
    
    #retailers-listing .content:nth-child(2n+1) {
        clear: both;
        float: left;
    }
    
    /* Sitemap */
    
    ul.sitemap > li {
        float: left;
        width: 32%;
    }
    
    ul.sitemap > li:nth-child(3n+1) {
        clear: left;
    }
    
    ul.sitemap > li:nth-child(3n+2) {
        margin-left: 2%;
        margin-right: 2%;
    }
    
    /* Content Area: Form */
    
    .content form .column {
        float: left;
        width: 45%;
    }
    
    .content form .columnGap {
        width: 10%;
        float: left;
    }
    
}

/* ==========================================================================
   Desktop styles
   ========================================================================== */

@media only screen and (min-width : 1824px) {

 body {
		overflow-x: hidden !important;
    }

}	

@media (min-width: 1025px) {
    
    /* Layout */
    
    body {
        text-align: center;
		overflow-x: hidden !important;
    }
    
    #container {
        text-align: left;
        width: 1024px;
        margin: 0 auto;
        overflow: hidden;
    }

    /* Article Pages */
    
    .article {
        padding: 0;
    }
    
    /* Category Page: Index */
    
    .category-index .collection {
        padding: 25px 0 0;
    }

    .category-selector.accessories li {
        width: 40%;
    }

    .product .features .feature {
        width: 33.33%;
    }
    
    /* Content Listing */
    
    .content {
        margin: 25px 0 0;
    }
    
    /* Retailers */
    
    #retailers-listing {
        margin: 0;
    }


}

/* ==========================================================================
   Overflow breakpoints
   ========================================================================== */

/* Responsive header */

@media (max-width: 840px) {

    #header-promo {
        display: none;
    }
    
    #header-nav-primary > ul > li > a {
        font-size: 1.6em;
    }
    
    #header-nav-primary li.has-megamenu > a,
    #header-nav-primary li.has-megamenu:hover > a {
        background-image: none;
        padding: 8px;
    }
    
    #header-nav-primary li.has-megamenu:hover .megamenu {
        display: none;
    }
    
    #header-nav-secondary {
        right: 64px;
    }
    
    .burgernav-nav-button {
        display: block !important;
        width: 32px;
        height: 32px;
        margin: -16px 0 0;
        padding: 0;
        border: none;
        position: absolute;
        bottom: 15px;
        right: 16px;
        text-indent: -9999px;
        background: transparent;
    }
    
    .burgernav-nav-button:before {
        content: '';
        background: #1891CA url(../images/burgernav-over.png) 50% 50% no-repeat;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        line-height: 32px;
        -webkit-transition: all 0.1s ease;
        -moz-transition: all 0.1s ease;
        transition: all 0.1s ease;
    }
    
    .burgernav-nav-button:hover:before {
        background-color: #006499;
    }
    
    .burgernav-nav-button.burgernav-menu-open:before {
        background-color: #006499;
    }
    
    #header-nav-primary {
        display: none;
        overflow: hidden;
        position: relative;
        top: 0;
        clear: both;
        box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.6);
    }
    
    #header-nav-primary > ul {
        float: none;
        margin: 0;
        overflow: hidden;
    }
    
    #header-nav-primary > ul > li {
        float: none;
    }
    
    #header-nav-secondary li,
    #header-nav-secondary li:last-child {
        margin: 0 0 0 1px;
    }
    
    #header-nav-primary.burgernav-menu > ul {
        background: #FFF;
    }
    
    #header-nav-primary.burgernav-menu li {
        display: block;
    }
    
    #header-nav-primary.burgernav-menu li a {
        color: #1891CA;
    }
    
    #header-nav-primary.burgernav-menu li a:hover {
        color: #FFF;
    }

}

@media (max-width: 480px) {
    
    #home-slider {
        margin-top: 64px;
    }
    
}

@media (min-width: 841px) {

    /* Forces nav to reappear when burger nav disabled */
    #header-nav-primary {
        display: block !important;
    }
    
    #header-nav-primary li.has-megamenu:hover .megamenu {
        display: block;
    }

}

/* Home page layout reconfiguration */

@media (min-width: 481px) and (max-width: 650px) {
    
    #home-features {
        display: none;
    }
    
    #home-spots-primary {
        display: block;
    }
    
    #home-spots-primary article {
        display: block;
        width: 100%;
        overflow: hidden;
        margin: 0;
    }
    
    #home-spots-primary article figure {
        width: 30%;
        float: left;
    }
    
    #home-spots-primary article h1,
    #home-spots-primary article .description,
    #home-spots-primary article .shop-button {
        width: 65%;
        float: right;
    }
    
    #home-spots-primary article .shop-button {
        position: static;
    }
    
    #home-spots-primary article h1 {
        margin: 0;
    }
    
}

@media (min-width: 820px) {
    
    /* Home: Promo: Hybrid */
    
    #home-promo-hybrid {
        position: relative;
    }
    
    #home-promo-hybrid:before {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -25px;
        border-style: solid;
        border-width: 25px 25px 0;
        border-color: #FFF transparent;
        display: block;
        width: 0;
        z-index: 1;
    }
    
    #home-promo-hybrid header h2 {
        font-size: 1.8em;
    }
    
    #home-promo-hybrid main {
        border-top: 1px solid #FFF;
        border-bottom: 1px solid #FFF;
        background: url(../images/home-promo-hybrid-bg.png) 50% 50% no-repeat;
        overflow: hidden;
        min-height: 320px;
    }
    
    #home-promo-hybrid main > div {
        width: 50%;
        box-sizing: border-box;
        text-align: center;
        background: none !important;
    }
    
    #home-promo-hybrid main p.footnote {
        margin: 3em auto -55px;
        font-size: inherit;
    }
    
    #home-promo-hybrid main .foam {
        float: left;
        padding: 75px 175px 75px 75px;
    }
    
    #home-promo-hybrid main .springs {
        float: right;
        padding: 75px 75px 75px 175px;
    }
    
}

/* Footer reconfiguration within tablet layout */

@media (min-width: 481px) and (max-width: 820px) {
    
    #footer-nav section {
        width: 50%;
    }
    
    #footer-nav section:nth-child(2n+1) {
        clear: left;
    }
    
    #footer-nav section:nth-child(3),
    #footer-nav section:nth-child(4) {
        margin-top: 30px;
    }
    
    #footer-signup label {
        display: none;
    }
    
}

@media (min-width: 481px) and (max-width: 650px) {
    
    #footer-copyright {
        padding: 155px 0 0;
        background-position: 50% 30px;
        text-align: center;
        line-height: normal;
    }
    
}

/* Image slider caption overflow */

@media (min-width: 481px) and (max-width: 650px) {
    
    /* Image Slider */
    
    .image-slider figcaption {
        position: static;
    }
    
}

/* Category Page: Index */

@media (min-width: 481px) and (max-width: 740px) {

    .category-selector nav li,
    .category-selector nav li:nth-child(2),
    #pillow-selector nav li,
    #pillow-selector nav li:nth-child(2),
    #bed-selector nav li,
    #bed-selector nav li:nth-child(2) {
        width: 80%;
        margin: 0 auto;
    }
    
    .category-selector nav a {
        padding: 0;
        margin: 0 auto;
        border: 3px solid #DADADA;
        display: table;
        width: 100%;
    }
    
    .category-selector nav .info {
        display: table-cell;
        vertical-align: middle;
        padding: 0 5%;
        width: 40%;
    }
    
    #mattress-selector nav .breeze {
        display: table-cell;
        vertical-align: bottom;
        margin: 0;
        width: 50%;
        border-left: 3px solid #DADADA;
        background-position: 50% 30%;
    }
    
    #bed-selector nav a,
    #pillow-selector nav a {
        display: block;
        border: none;
        padding: 3px;
    }
    
    #bed-selector nav .info,
    #pillow-selector nav .info {
        padding: 0;
        display: block;
        width: 100%;
    }

}

/* ==========================================================================
   Plugin styles
   ========================================================================== */

/* Brochure/Magazine */

.brochure .halfLeft,
.brochure .halfRight {
    width: 49%;
    text-align: center;
}

.brochure .halfLeft p,
.brochure .halfRight p {
    line-height: 60px;
    margin: auto;
}

a.brochureLink:link,
a.brochureLink:active,
a.brochureLink:visited {
    color: #3566A2;
    text-decoration: underline;
    font-weight: bold;
}

a.brochureLink:hover {
    text-decoration: none;
}

.brochure .contentWide p {
    margin: 20px 20px 10px 20px;
}

.brochure .contentWide p img {
    margin: 0 10px 0 0;
}

#brochure_wrap {
    position: absolute;
    top: 20px;
    left: 20px;
    display: none;
    z-index: 10;
    margin: auto;
}

#close_brochure {
    position: absolute;
    top: 5px;
    right: 5px;
    display: none;
    cursor: pointer;
    z-index: 11;
}

#magazine {
    margin: auto;
}

#magazine .turn-page {
    background-color: #FFF;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screen readers: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: ' '; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: ' (' attr(href) ')';
    }

    abbr[title]:after {
        content: ' (' attr(title) ')';
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: '';
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
/* Localized */

table.de_terms {width:100%; font-size:15pt;}
table.de_terms td {color:#a7a7a7; padding:5px; width:200px;}