#aside {
  bottom: 0 !important;
}
.white-bg-custom {
  background-color: #FBFBFB;
}
img[data-sprite][class*="position"].vw150 {
  width: 150vw!important;
  min-width: initial!important;
  min-height: initial !important;
}
#header-nav .span12.-gutter {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.padding-top-xxlg,
.padding-top-xxlg.padding {
  padding-top: 6rem;
}
.padding-top-xlg,
.padding-top-xlg.padding {
  padding-top: 4.5rem;
}
.padding-bottom-xxlg,
.padding-bottom-xxlg.padding {
  padding-bottom: 6rem;
}
.padding-bottom-xlg,
.padding-bottom-xlg.padding {
  padding-bottom: 4.5rem;
}
.copy-box.transparent-black-gradient-down {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(9em, rgba(0, 0, 0, 0.6))) !important;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6) 9em) !important;
}
[class*="span"].float-right {
  float: right!important;
}
.rotate-90 {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.cursor {
  cursor: pointer;
}
.white h2 {
  color: #FFF;
}
video.full-screen {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
}
#header form span {
  font-size: .875rem;
  line-height: 2rem;
}
html.ontablet #header > div:not(.js-stuck),
html.ondesktop #header > div:not(.js-stuck) {
  z-index: -999 !important;
  position: relative;
  visibility: hidden;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex.align-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.flex.align-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: left;
}
.flex.valign-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
img[data-sprite][class*="position"] {
  min-width: 100vw;
  min-height: 120vh;
  width: auto!important;
  height: auto!important;
  z-index: -1;
}
html.onphone img[data-sprite][class*="position"] {
  max-height: 100vh!important;
}
html.onphone #panel-2 img[data-sprite][class*="position"] {
  left: 10%;
}
#panel-tabs {
  opacity: 0;
  -webkit-transition: .3s 2s;
  transition: .3s 2s;
}
#panel-tabs a {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 100%;
  background: transparent;
  border: 1px solid white;
  margin: .5em;
  -webkit-transition: all .3s;
  transition: all .3s;
  overflow: visible;
  position: relative;
}
#panel-tabs a.active {
  background-color: #fff;
}
#panel-tabs span {
  position: absolute;
  left: 100%;
  top: 0;
  margin-left: 1em;
  line-height: 1em;
  font-weight: bold;
  text-shadow: 0 1px rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  text-shadow: 0 1px 6px #000000;
}
#panel-tabs a:hover span {
  opacity: 1;
  visibility: visible;
}
section img[data-sprite] {
  opacity: 0;
}
section.js-above-the-fold img {
  opacity: 1;
}
section.js-above-the-fold .animate-fade-up {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
#panel-1.js-above-the-fold ~ aside #panel-tabs {
  opacity: 1;
}
.bounce {
  animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-10px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
/* PHONE */
#aside {
  background: rgba(0, 0, 0, 0.8);
}
#aside .spanX {
  width: 33.33% !important;
  margin: 0 !important;
  padding: 1em 0 !important;
}
#aside .spanX {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
#aside .spanX p {
  font-weight: 400;
}
#aside .spanX + .spanX,
#aside .spanX + .spanX + .spanX {
  border-left: 1px solid #000000;
}
html.onphone #aside .spanX:nth-child(2) {
  border-right: 1px solid #3c3b3b !important;
}
html.onphone #aside .spanX:nth-child(3) {
  border-right: 0 !important;
}
#aside li a i,
#aside li a {
  color: #A6A97C !important;
}
@media all and (-ms-high-contrast: none) {
  video ~ .padding-top-xxlg {
    margin-top: 30vh;
  }
  .copy-box {
    top: 30vh;
  }
}
html.ondesktop nav#primary > ul > li:first-child {
  display: none;
}
html {
  opacity: 1 !important;
}
html #preloader {
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
  -webkit-transition: opacity .3s .6s, top 0s .95s;
  transition: opacity .3s .6s, top 0s .95s;
}
html #status {
  width: 320px;
  height: 150px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -155px 0 0 -160px;
  z-index: 9999;
  text-align: center;
}
html .loadlogo {
  width: 310px;
  margin: 0 auto;
  margin-bottom: 10px;
  opacity: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}
#preloader img {
  opacity: 1;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}
#preloader p {
  opacity: 1;
  -webkit-transition: opacity 0.4s 0.2s, -webkit-transform 0.6s cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition: opacity 0.4s 0.2s, -webkit-transform 0.6s cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition: opacity 0.4s 0.2s, transform 0.6s cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition: opacity 0.4s 0.2s, transform 0.6s cubic-bezier(0.6, -0.28, 0.735, 0.045), -webkit-transform 0.6s cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
html.ready #preloader {
  top: 100%;
  opacity: 0;
}
html.ready #preloader p {
  opacity: 0;
  -webkit-transform: translateY(-10em);
  transform: translateY(-10em);
}
html.ready #preloader img {
  opacity: 0;
}
html.ready .spinner > div {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.spinner {
  margin: 35px auto 0;
  width: 70px;
  text-align: center;
}
.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #aad1eb;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
html.ondesktop .header-nav-wrapper.js-stuck,
html.ontablet .header-nav-wrapper.js-stuck {
  height: 3.5em;
}
html.ondesktop .header-nav-wrapper.js-stuck > div,
html.ontablet .header-nav-wrapper.js-stuck {
  top: -3.5em;
  -webkit-transition: top .3s .5s;
  transition: top 0.3s 0.5s;
}
html.ondesktop .header-nav-wrapper.js-stuck:hover > div,
html.ontablet .header-nav-wrapper.js-stuck:hover > div {
  -webkit-transition: top 0s 0s;
  transition: top 0s 0s;
}
html.ondesktop .header-nav-wrapper.js-stuck > div,
html.ontablet .header-nav-wrapper.js-stuck > div {
  position: fixed;
  width: 100%;
  z-index: 999;
  background: rgba(255, 255, 255, 0.95);
  top: 0;
}
html.ondesktop .header-nav-wrapper.js-stuck nav,
html.ontablet .header-nav-wrapper.js-stuck nav {
  display: block;
}
html.ontablet .js-stuck nav#primary a {
  font-size: smaller;
}
.js-stuck li.divider {
  padding: 1rem 0.5rem;
}
.nav-list {
  list-style: none;
  margin: 0!important;
  padding: 0;
}
.nav-list li {
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0;
}
.nav-list li a {
  display: block;
  padding: 0 0.5rem;
}
html.ontablet .nav-list li a {
  padding: 0 0.3rem;
}
.nav-list li:nth-child(1) a {
  padding-left: 0;
}
#video-container iframe {
  height: calc(97vh);
  margin-top: 3em;
}
.copy-box h2 {
  font-size: 1.6em;
}
.ontablet .js-stuck nav#primary a {
  padding: 1rem .01rem;
}
html.onsmallscreen .js-stuck nav#primary a {
  padding-left: 1em !important;
  padding-right: 1em !important;
}
/* --------------------------------------------------
    LAYOUT - from BC THEMES
    .onphone|.smallscreen 		<50em/800px 48em/768px
    .ontablet|.mediumscreen 	>50em/800px  (60em/960px)
	.ondesktop|.largescreen 	<64em/1024px
	.largescreen 				<80em/1280px
	.largerscreen				<90em/1440px
	.largestscreen				<120em/1920px

	.{fixed-|fluid-;}container{-left|-right;}

	.spanX
	.span12.reset .spanX
	.span{Half|Halfs|Thirds|Forths|Fifths|Sixths;}
	.spanX{.-gutter-right;}{.-gutter-left;}



//TEST
@highdensity: ~"only screen and (-webkit-min-device-pixel-ratio: 1.5)",
~"only screen and (min--moz-device-pixel-ratio: 1.5)",
~"only screen and (-o-min-device-pixel-ratio: 3/2)",
~"only screen and (min-device-pixel-ratio: 1.5)";
@mobile: ~"only screen and (max-width: 800px)";
@tablet: ~"only screen and (min-width: 801px) and (max-width: 1023px)";
@laptop: ~"only screen and (min-width: 1024px) and (max-width: 1279px)";
@desktop: ~"only screen and (min-width: 1280px) and (max-width: 1399px)";
@desktopxl: ~"only screen and (min-width: 1400px) and (max-width: 1919px)";
@desktopxxl: ~"only screen and (min-width: 1920px)";
@retina-laptop: ~"only screen and (min-width: 1200px) and (max-width: 1600px) and (-webkit-min-device-pixel-ratio: 1)";



----------------------------------------------------*/
.responsivehelper,
.responsivehelper:after {
  background: black;
  color: #fff;
  content: "undefined";
  right: 0;
  padding: .5em 1em;
  position: fixed;
  text-align: center;
  top: 200px;
  z-index: 999999;
  /*
    @media @desktopxl {
        background: rgb(209, 1, 209);
        content: "desktopXL";
    }
    @media @desktopxxl {
        background: rgb(65, 0, 62);
        content: "desktopXXL";
    }
    */
}
@media only screen and (max-width: 767px) {
  .responsivehelper,
  .responsivehelper:after {
    background: #50b300;
    content: "mobile";
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .responsivehelper,
  .responsivehelper:after {
    background: yellowgreen;
    content: "tablet";
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .responsivehelper,
  .responsivehelper:after {
    background: orange;
    content: "laptop";
  }
}
@media only screen and (min-width: 1200px) {
  .responsivehelper,
  .responsivehelper:after {
    background: #ff8c9f;
    content: "desktop";
  }
}
#VideoIntro {
  z-index: auto;
}
.slick-slide {
  outline: none;
}
@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  header#header {
    height: 0px;
  }
  #headerInner {
    top: -64px;
  }
  #headerInner #header-nav .container .span12 .img-logo {
    margin: 0 0 0 5px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #headerInner #header-nav .container .span12 .img-logo {
    margin: 0 0 0 15px;
    display: block;
    z-index: 999;
  }
  #headerInner #header-nav .container .span12 #primary > ul > li:nth-child(9) {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #headerInner {
    top: -164px;
  }
  #headerInner #header-nav .container .span12 {
    background-color: #fff;
  }
  #headerInner #header-nav .container .span12 .img-logo {
    position: absolute;
    top: 0px;
    left: 15px;
    display: block;
    z-index: 999;
  }
  #headerInner #header-nav .container .span12 #primary {
    z-index: 888;
  }
  #headerInner #header-nav .container .span12 #primary ul li a {
    padding-left: 15px;
  }
  #headerInner #header-nav .container .span12 #primary ul li.js-toggle-nav a {
    color: #fff;
  }
  #headerInner #header-nav .container .span12 #primary ul li.js-toggle-nav a:after {
    color: #559ED2;
  }
  #headerInner #header-nav .container .span12 #primary > ul > li:first-child {
    color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  header#header.desktopHeader {
    height: 0px;
  }
  header#header.desktopHeader #primary {
    position: relative;
  }
  header#header.desktopHeader #headerInner {
    top: -164px;
  }
  header#header.desktopHeader #headerInner #header-nav .container .span12 {
    background-color: #fff;
  }
  header#header.desktopHeader #headerInner #header-nav .container .span12 .img-logo {
    position: absolute;
    top: 0px;
    left: 15px;
    display: block;
    z-index: 999;
  }
  header#header.desktopHeader #headerInner #header-nav .container .span12 #primary {
    z-index: 888;
  }
  header#header.desktopHeader #headerInner #header-nav .container .span12 #primary ul li a {
    padding-left: 15px;
  }
  header#header.desktopHeader #headerInner #header-nav .container .span12 #primary ul li.js-toggle-nav a {
    color: #fff;
  }
  header#header.desktopHeader #headerInner #header-nav .container .span12 #primary ul li.js-toggle-nav a:after {
    color: #559ED2;
  }
  header#header.desktopHeader #headerInner #header-nav .container .span12 #primary > ul > li:first-child {
    color: #fff;
  }
}
#intro .introtext {
  position: absolute;
  top: 90px;
  width: 100%;
}
#intro .introtext h1,
#intro .introtext h2 {
  font-weight: 300;
  text-align: center;
  font-family: Raleway, -apple-system, "Segoe UI", Roboto, Oxygen-Sans, sans-serif !important;
  /* CODEMISTRESS */
}
#intro .introtext h1 {
  font-size: 40px;
}
#intro .introtext h2 {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  #body {
    width: 100vw;
    overflow-x: hidden;
  }
}
section {
  position: relative;
}
section h1,
section h2,
section h3 {
  font-family: Raleway, -apple-system, "Segoe UI", Roboto, Oxygen-Sans, sans-serif !important;
  /* CODEMISTRESS */
  font-weight: 300;
}
section h2 {
  font-size: 24px;
  line-height: normal;
}
section p {
  line-height: 27px;
}
@media only screen and (max-width: 767px) {
  section .sectionheaderWhite,
  section .sectionheaderBlack {
    position: absolute;
    top: 0px;
    width: 100%;
  }
}
section .sectionheaderWhite {
  background-color: rgba(255, 255, 255, 0.8);
}
section .sectionheaderWhite h2,
section .sectionheaderWhite p {
  color: #000;
}
section .sectionheaderBlack {
  background-color: rgba(0, 0, 0, 0.8);
}
section .sectionheaderBlack h2,
section .sectionheaderBlack p {
  color: #fff;
}
section .sectioncontent {
  padding: 30px;
}
@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px) {
  section .mattresstechcontentcontainer {
    width: 40%;
    padding: 0;
    height: 40%;
    margin: 0 0 0 auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  section .mattresstechcontentcontainer .mattressTechInner {
    width: 400px;
  }
  section .mattresstechcontentcontainer .mattressTechInner h2,
  section .mattresstechcontentcontainer .mattressTechInner p {
    color: #fff;
  }
  section .mattresstechcontentcontainer .mattressTechInner h2 {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px) {
  section.fade-in .mattresstechcontentcontainer {
    opacity: 1;
    visibility: visible;
  }
}
section .sectionFooter a.scrollToLink {
  font-family: Raleway, sans-serif !important;
  text-transform: uppercase;
  /* CODEMISTRESS */
  color: #fff;
  font-weight: 400;
  /* CODEMISTRESS */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
section .sectionFooter a.scrollToLink .bounce {
  margin: 15px auto 15px auto;
}
section .sectionFooter a.scrollToLink .bounce .downArrow i {
  color: #fff;
}
section .sectionFooter a.scrollToLink:hover {
  text-decoration: none;
}
section .sectionFooter a.scrollToLink.black {
  color: #000;
}
.downArrow {
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.downArrow:hover {
  opacity: 1;
}
.downArrow i {
  font-weight: 300;
  display: block;
}
.box-shadow1.on-hover-box-shadow {
  transition: box-shadow 0.3s;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.16);
}
.box-shadow1.on-hover-box-shadow:hover {
  box-shadow: 0 4px 3px rgba(0, 0, 0, 0.16);
}
html #preloader {
  opacity: 1;
  top: 0px;
  left: 0px;
}
html #preloader #status #posturepedic_logo_white {
  position: fixed;
  top: 30px;
  left: 30px;
}
#side-nav a {
  -webkit-transition: opacity 0.3s, background-color 0.3s, color 0.3s;
  transition: opacity 0.3s, background-color 0.3s, color 0.3s;
  color: rgba(255, 255, 255, 0.9);
  background-color: rgba(33, 33, 33, 0.9);
  display: block;
  width: 100%;
  padding: 0 1.75em 0 1.5em;
  line-height: 3.5em;
  height: 3.5em;
  margin: 2px 0;
  cursor: pointer;
}
#side-nav a img,
#side-nav a svg {
  line-height: 3em;
  position: relative;
  /*top: 8px;*/
  vertical-align: middle;
  margin-right: 1em;
  font-size: 28px;
}
#side-nav a:hover {
  color: #ffffff;
}
#side-nav {
  top: 20rem;
}
#side-nav a {
  overflow: hidden;
  width: 100%;
  max-width: 4.25rem !important;
  -webkit-transition: max-width 0.6s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: max-width 0.6s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  text-overflow: clip;
}
#side-nav.start {
  display: none;
}
#side-nav.start a {
  max-width: 19rem!important;
  opacity: 1;
  -webkit-transition: max-width 0.6s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: max-width 0.6s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
#side-nav.start a span {
  opacity: 1;
}
#side-nav a span {
  opacity: 0;
  -webkit-transition: opacity 0.4s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: opacity 0.4s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
#side-nav:hover a,
html.ondesktop #VideoIntro.js-inview ~ #side-nav a {
  max-width: 19rem!important;
  opacity: 1;
}
#panel-1.js-inview ~ #side-nav span,
#side-nav:hover span {
  opacity: 1 !important;
}
#VideoIntro #posturepedic_logo_white {
  position: fixed;
  top: 30px;
  left: 30px;
  -webkit-transition: 3s;
  transition: 3s;
}
#VideoIntro .intro-logo-container {
  position: absolute;
  bottom: 50%;
  margin-bottom: -192px;
  width: 100%;
  -webkit-transition: 3s;
  transition: 3s;
}
#VideoIntro.scrolled #posturepedic_logo_white {
  opacity: 0;
}
#VideoIntro.scrolled .intro-logo-container {
  bottom: 20%;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  opacity: 0.7;
}
body.modalOpen {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) {
  #mattressSizing {
    display: none;
  }
}
#MatressSizeModalOutter {
  display: none;
  position: fixed;
  z-index: 999999;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
#MatressSizeModalOutter #MatressSizeModalInner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100vw;
  position: absolute;
  top: 0px;
  left: 0px;
}
#MatressSizeModalOutter #MatressSizeModalInner #MatressSizeModal {
  position: relative;
  width: 90%;
  height: auto;
}
#MatressSizeModalOutter #MatressSizeModalInner #MatressSizeModal #MatressSizeModalClose {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  margin-top: -15px;
  right: 30px;
  z-index: 9999;
  color: #000;
  transition: 0.3s;
}
#MatressSizeModalOutter #MatressSizeModalInner #MatressSizeModal #MatressSizeModalClose:hover {
  cursor: pointer;
  transform: scale(1.3);
  transform-origin: center;
}
#MatressSizeModalOutter #MatressSizeModalInner #MatressSizeModal #MatressSizeModalClose:before {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #000;
  border-radius: 5px;
  margin-top: -6px;
  transform: rotate(45deg);
}
#MatressSizeModalOutter #MatressSizeModalInner #MatressSizeModal #MatressSizeModalClose:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #000;
  border-radius: 5px;
  margin-top: -6px;
  transform: rotate(-45deg);
}
#MatressSizeModalOutter #MatressSizeModalInner #MatressSizeModal #mattressSizing {
  display: block;
  width: 100%;
  position: relative;
}
#panel-1 {
  padding-bottom: 30px;
}
#panel-1 .sectioncontent {
  display: block;
  padding: 60px 30px 30px 30px!important;
  margin: auto;
  max-width: 768px;
  color: #fff;
  text-align: center;
}
#panel-1 .sectioncontent h2,
#panel-1 .sectioncontent h1 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 30px;
}
#panel-1 .sectioncontent span {
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  #panel-1 {
    background-color: #fff;
  }
  #panel-1 .sectioncontent {
    display: block;
    padding: 30px!important;
    margin: auto;
    color: #000;
    text-align: left;
  }
  #panel-1 .sectioncontent h2,
  #panel-1 .sectioncontent h1 {
    color: #000;
    margin-bottom: 15px;
    line-height: 1;
  }
  #panel-1 .sectioncontent span {
    font-weight: 500;
  }
}
#MattresssTechImageOutter {
  width: 100%;
  height: 100vh;
}
#MattresssTechImageOutter #MattresssTechImageInner {
  background-color: #000;
  width: 100%;
  height: 100%;
  overflow: hidden;
  will-change: transform;
}
#MattresssTechImageOutter #MattresssTechImageInner #MattressTechImage {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 1600px;
  display: block;
}
@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .mattressTechDetailContainer {
    position: absolute;
    z-index: 1;
  }
  .mattressTechDetailContainer .mattressTechMobileBg,
  .mattressTechDetailContainer .mobileDetailReveal {
    display: none;
  }
  .mattressTechDetailContainer .beacon {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
  }
  .mattressTechDetailContainer .animatedLine {
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 0;
    width: 0;
    height: 0px;
    border-top: 2px solid #fff;
    -webkit-transition: 1s;
    transition: 1s;
  }
  .mattressTechDetailContainer .mattressTechInner {
    opacity: 0;
    visibility: hidden;
    color: #fff;
    width: 350px;
    position: absolute;
    top: 17px;
    left: 200px;
    padding: 15px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .mattressTechDetailContainer .mattressTechInner h2,
  .mattressTechDetailContainer .mattressTechInner p {
    color: #fff;
  }
  .mattressTechDetailContainer .mattressTechInner h2 {
    margin-bottom: 10px;
  }
  .mattressTechDetailContainer .mattressTechInner p {
    line-height: 1.5;
  }
  .mattressTechDetailContainer.active {
    z-index: 300;
  }
  .mattressTechDetailContainer.active .beacon {
    border: 3px solid white;
  }
  .mattressTechDetailContainer.active .animatedLine {
    width: 535px;
  }
  .mattressTechDetailContainer.active .mattressTechInner {
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .mattressTechDetailContainer .mattressTechInner {
    opacity: 0;
    visibility: hidden;
    color: #fff;
    width: 450px;
    position: absolute;
    top: 17px;
    left: 100px;
    padding: 15px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .mattressTechDetailContainer .mattressTechInner h2,
  .mattressTechDetailContainer .mattressTechInner p {
    color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .mattressTechDetailContainer {
    position: relative;
  }
  .mattressTechDetailContainer .mattressTechMobileBg {
    display: block;
    width: 100%;
  }
  .mattressTechDetailContainer .mattressTechInner {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8) !important;
    padding: 30px;
  }
  .mattressTechDetailContainer .mattressTechInner.mobileBlackBG {
    background-color: rgba(0, 0, 0, 0.8) !important;
    color: #fff;
  }
  .mattressTechDetailContainer .mattressTechInner.mobileBlackBG h2 {
    color: #fff;
  }
  .mattressTechDetailContainer span.beacon {
    position: absolute;
    top: 50%;
    left: 35px;
  }
  .mattressTechDetailContainer .mobileDetailReveal {
    position: absolute;
    bottom: -490px;
    /* CODEMISTRESS */
    right: -470px;
    /* CODEMISTRESS */
    width: 470px;
    /* CODEMISTRESS */
    height: 490px;
    /* CODEMISTRESS */
    transform: rotate(45deg);
    overflow: hidden;
    transition: 0.5s;
  }
  .mattressTechDetailContainer .mobileDetailReveal:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: inset 10px 0px 20px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 10px 0px 20px -5px rgba(0, 0, 0, 0.75);
    box-shadow: inset 10px 0px 20px -5px rgba(0, 0, 0, 0.75);
    z-index: 1;
  }
  .mattressTechDetailContainer .mobileDetailReveal img {
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0;
  }
  .mattressTechDetailContainer .mobileDetailReveal.active {
    bottom: -240px;
    /* CODEMISTRESS */
    right: -230px;
    /* CODEMISTRESS */
  }
}
.pulse {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}
.pulse:hover {
  -webkit-animation: none;
  animation: none;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
  }
  70% {
    -webkit-box-shadow: 0 0 0 60px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
  }
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
#detailRevealContainer {
  background-color: #000;
  position: absolute;
  z-index: 200;
  top: 0;
  height: 100%;
  width: 0;
  right: -160px;
  transform: skew(10deg);
  transform-origin: 0 100%;
  -webkit-transition: 1s;
  transition: 1s;
  overflow: hidden;
}
#detailRevealContainer:after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset 12px 0px 22px -5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 12px 0px 22px -5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 12px 0px 22px -5px rgba(0, 0, 0, 0.5);
  z-index: 1;
}
@media only screen and (min-width: 1200px) {
  #detailRevealContainer.reveal {
    width: 40vw;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  #detailRevealContainer.reveal {
    width: 45vw;
  }
}
#detailRevealContainer img {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: auto;
  transform: skew(-10deg);
  transform-origin: 100% 0;
  z-index: -1;
}
#panel-2 {
  width: 100vw;
  overflow: hidden;
}
@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  #panel-2 {
    background-size: auto 100%;
    background-position: bottom left;
    background-repeat: no-repeat;
    background-color: #000;
  }
}
#panel-2 {
  height: 900px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  #panel-2 {
    height: 600px;
  }
}
@media only screen and (max-width: 767px) {
  #panel-2 {
    height: auto;
  }
}
#mattressSizing {
  overflow: hidden;
  background-image: url('https://sealy.com.au/uploads/mattress-range/Sealy-Sizing-bg_Desktop.jpg');
  background-position: center bottom;
  background-size: auto;
  background-repeat: no-repeat;
  height: 900px;
  background-color: #dfe0db;
}
@media only screen and (max-width: 767px) {
  #mattressSizing {
    overflow: hidden;
    background-image: url('https://sealy.com.au/uploads/mattress-range/Sealy-Sizing-bg_Mobile.jpg');
    background-size: auto 800px;
    height: 800px;
  }
}
#mattressSizing h2 {
  font-size: 28px!important;
  text-transform: uppercase;
  text-align: center;
  padding: 30px 0;
  position: relative;
  z-index: 999;
}
#mattressSizing #sizingNav {
  position: relative;
  z-index: 999;
}
@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  #mattressSizing #sizingNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 768px;
    margin: auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
#mattressSizing #sizingNav .sizeLabel {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  color: #ccc;
  outline: none;
  border-radius: 3px;
  background-color: #fff;
  margin: 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 10px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
}
#mattressSizing #sizingNav .sizeLabel.active {
  background-color: #1B2C37;
}
#mattressSizing #sizingNav .sizeLabel:hover {
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
}
#mattressSizing #sizingNav .sizeLabel.sizeS {
  width: 52px;
  height: 92px;
}
#mattressSizing #sizingNav .sizeLabel.sizeSK {
  width: 100px;
  height: 100px;
}
#mattressSizing #sizingNav .sizeLabel.sizeK {
  width: 90.39px;
  height: 100px;
}
#mattressSizing #sizingNav .sizeLabel.sizeQ {
  width: 75.10px;
  height: 100px;
}
#mattressSizing #sizingNav .sizeLabel.sizeD {
  width: 67.06px;
  height: 92px;
}
#mattressSizing #sizingNav .sizeLabel.sizeKS {
  width: 58px;
  height: 100px;
}
#mattressSizing #sizingNav .sizeLabel.sizeXL {
  width: 52px;
  height: 100px;
}
#mattressSizing #sizingNav .sizeLabel:hover {
  cursor: pointer;
}
#mattressSizing #sizingNav .sizeLabel p {
  font-size: 32px;
  font-weight: 300;
  padding: 5px;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-family: Raleway, Palatino, 'Palatino Linotype', 'Libre Baskerville', 'Palatino LT STD', 'Book Antiqua', Georgia, serif !important;
}
#mattressSizing #sizingNav .sizeLabel.active p {
  color: #fff;
}
#mattressSizing #sizingDetail {
  padding: 70px 0;
  z-index: 888;
  position: relative;
}
#mattressSizing #sizingDetail .slick-list {
  overflow: visible;
}
@media only screen and (max-width: 767px) {
  #mattressSizing #sizingDetail {
    padding: 107px 0 0 0;
  }
}
#mattressSizing #sizingDetail .sizeDetailInner {
  border: 6px solid #1B2C37;
  font-family: Raleway, Palatino, 'Palatino Linotype', 'Libre Baskerville', 'Palatino LT STD', 'Book Antiqua', Georgia, serif !important;
  border-radius: 20px;
  padding: 0 5px 30px 5px;
  z-index: 888;
  -webkit-box-shadow: 0px 0px 0px 2000px rgba(255, 255, 255, 0.4);
  /* CODEMISTRESS */
  -moz-box-shadow: 0px 0px 0px 2000px rgba(255, 255, 255, 0.4);
  /* CODEMISTRESS */
  box-shadow: 0px 0px 0px 2000px rgba(255, 255, 255, 0.4);
  /* CODEMISTRESS */
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: center;
}
#mattressSizing #sizingDetail .sizeDetailInner.SuperKing {
  width: 562px;
  height: 562px;
}
#mattressSizing #sizingDetail .sizeDetailInner.King {
  width: 506px;
  height: 562px;
}
#mattressSizing #sizingDetail .sizeDetailInner.Queen {
  width: 444px;
  /* CODEMISTRESS */
  height: 562px;
}
#mattressSizing #sizingDetail .sizeDetailInner.Double {
  width: 383px;
  height: 526px;
}
#mattressSizing #sizingDetail .sizeDetailInner.KingSingle {
  width: 295px;
  height: 562px;
}
#mattressSizing #sizingDetail .sizeDetailInner.ExtraLarge {
  width: 253px;
  height: 562px;
}
#mattressSizing #sizingDetail .sizeDetailInner.Single {
  width: 253px;
  height: 526px;
}
@media only screen and (max-width: 767px) {
  #mattressSizing #sizingDetail .sizeDetailInner.SuperKing {
    width: 360px;
    height: 360px;
  }
  #mattressSizing #sizingDetail .sizeDetailInner.King {
    width: 323px;
    height: 360px;
  }
  #mattressSizing #sizingDetail .sizeDetailInner.Queen {
    width: 282px;
    height: 360px;
  }
  #mattressSizing #sizingDetail .sizeDetailInner.Double {
    width: 244px;
    height: 335px;
  }
  #mattressSizing #sizingDetail .sizeDetailInner.KingSingle {
    width: 187px;
    height: 360px;
  }
  #mattressSizing #sizingDetail .sizeDetailInner.ExtraLarge {
    width: 161px;
    height: 360px;
  }
  #mattressSizing #sizingDetail .sizeDetailInner.Single {
    width: 161px;
    height: 335px;
  }
}
#mattressSizing #sizingDetail .sizeDetailInner h3 {
  font-weight: normal;
  text-transform: uppercase;
  line-height: normal;
  margin-bottom: 15px;
}
#mattressSizing #sizingDetail .sizeDetailInner p.dimenstions {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 10px;
}
#mattressSizing #sizingDetail .sizeDetailInner p {
  font-size: 14px;
  line-height: normal;
}
#panel-8 {
  background-color: #efefef;
  height: 768px;
  background-size: auto;
  background-position: center center;
}
@media only screen and (max-width: 767px) {
  #panel-8 {
    background-image: none;
    height: auto;
  }
}
#panel-8 .innerContent {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
#panel-8 .innerContent #findRetailerOutter {
  position: absolute;
  top: 70px;
  width: 100%;
  z-index: 999;
}
@media only screen and (max-width: 767px) {
  #panel-8 .innerContent #findRetailerOutter {
    top: 0px;
    left: 0px;
  }
}
#panel-8 .innerContent #findRetailerOutter .findRetailInner {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 30px;
  display: block;
  margin: auto;
  width: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #panel-8 .innerContent #findRetailerOutter .findRetailInner {
    width: 100%;
    padding: 10px 0 15px 0;
    flex-direction: column;
  }
}
#panel-8 .innerContent #findRetailerOutter .findRetailInner p {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 900;
  margin-right: 15px;
  font-family: Raleway, Palatino, 'Palatino Linotype', 'Libre Baskerville', 'Palatino LT STD', 'Book Antiqua', Georgia, serif !important;
}
@media only screen and (max-width: 767px) {
  #panel-8 .innerContent #findRetailerOutter .findRetailInner p {
    margin: 0 0 5px 0;
  }
}
#panel-8 .innerContent #findRetailerOutter .findRetailInner .postcodeContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: -10px 10px 15px -15px rgba(0, 0, 0, 0.75);
  box-shadow: -10px 10px 15px -15px rgba(0, 0, 0, 0.75);
}
#panel-8 .innerContent #findRetailerOutter .findRetailInner .postcodeContainer input {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  outline: none;
  width: auto;
  display: block;
  width: 184px;
  height: 35px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  color: #000;
  opacity: 1;
  font-size: 14px;
  font-family: Raleway, Palatino, 'Palatino Linotype', 'Libre Baskerville', 'Palatino LT STD', 'Book Antiqua', Georgia, serif !important;
  min-height: auto;
}
#panel-8 .innerContent #findRetailerOutter .findRetailInner .postcodeContainer ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
}
#panel-8 .innerContent #findRetailerOutter .findRetailInner .postcodeContainer button {
  background-color: #559ED2;
  display: block;
  color: #fff;
  height: 35px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  font-family: Raleway, Palatino, 'Palatino Linotype', 'Libre Baskerville', 'Palatino LT STD', 'Book Antiqua', Georgia, serif !important;
}
#panel-8 .innerContent #findRetailerOutter .findRetailInner .findRetailerCta {
  margin-top: 10px;
  width: 100%;
  display: flex;
  justify-content: center;
  font-family: Raleway, Palatino, 'Palatino Linotype', 'Libre Baskerville', 'Palatino LT STD', 'Book Antiqua', Georgia, serif !important;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #panel-8 .innerContent #findRetailerOutter .findRetailInner .findRetailerCta {
    justify-content: center;
    max-width: 500px;
  }
}
#panel-8 .innerContent #findRetailerOutter .findRetailInner .findRetailerCta a,
#panel-8 .innerContent #findRetailerOutter .findRetailInner .findRetailerCta span {
  font-size: 14px;
  color: #000;
}
#panel-8 .innerContent #findRetailerOutter .findRetailInner .findRetailerCta a:hover {
  cursor: pointer;
}
#panel-8 .innerContent #findRetailerOutter .findRetailInner .findRetailerCta span {
  margin: 0 15px;
}
#panel-8 .innerContent .yourHomeDeserves {
  position: absolute;
  bottom: 250px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 15px;
}
@media only screen and (max-width: 767px) {
  #panel-8 .innerContent .yourHomeDeserves {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
  }
}
#panel-8 .innerContent .yourHomeDeserves h2 {
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 40px;
  text-align: center;
  line-height: normal;
}
#panel-9 {
  background-color: #fff;
  padding: 30px 0;
}
#panel-9 .sectioncontent {
  max-width: 768px;
  display: block;
  margin: auto;
  text-align: center;
  font-size: 18px;
}
#panel-9 .sectioncontent h2 {
  font-family: Raleway, Palatino, 'Palatino Linotype', 'Libre Baskerville', 'Palatino LT STD', 'Book Antiqua', Georgia, serif !important;
  font-size: 28px!important;
  text-transform: uppercase;
  text-align: center;
  padding: 0;
  margin-bottom: 30px;
}
img.fix-middle.fix-center.min-vh100.min-vw100 {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -200;
}
#callout-testimonials {
  background-color: #fff;
  background-image: url('https://sealy.com.au/uploads/Sealy-Home_Posturepedic-Customer-Reviews.jpg');
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
.js-inview img.fix-middle.fix-center.min-vh100.min-vw100 {
  z-index: -100;
}
#ContentWrapper {
  background-color: #fff;
}
#mobileintro {
  z-index: 1;
}
#mobileintro img {
  z-index: -100;
}
section {
  position: relative;
  z-index: 1;
}
.sectionheader {
  position: absolute;
  top: 0;
  left: 0;
}
.sectionheader.white-bg {
  background-color: rgba(255, 255, 255, 0.8);
  color: #000;
}
.sectionheader.black-bg {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
}
.sectionimage {
  width: 100%;
}
#PrivacyFoter {
  background-color: #fff;
}
#RangeSliderContainer {
  width: 100%;
  background-color: #fff;
}
#RangeSliderContainer #RangeSliderNavOutter .scrollmagic-pin-spacer {
  min-height: 0!important;
}
#RangeSliderContainer #RangeSliderNavOutter #RangeSliderNav {
  z-index: 999;
  width: 100%;
  display: block;
  margin: auto;
}
#RangeSliderContainer #RangeSliderNavOutter #RangeSliderNav .RangeItem.slick-slide .RangeSlideHeader {
  color: #fff;
  padding: 15px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#RangeSliderContainer #RangeSliderNavOutter #RangeSliderNav .RangeItem.slick-slide .RangeSlideHeader .next,
#RangeSliderContainer #RangeSliderNavOutter #RangeSliderNav .RangeItem.slick-slide .RangeSlideHeader .prev {
  display: none;
}
#RangeSliderContainer #RangeSliderNavOutter #RangeSliderNav .RangeItem.slick-slide .RangeSlideHeader h2 {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  #RangeSliderContainer #RangeSliderNavOutter #RangeSliderNav .RangeItem.slick-slide .RangeSlideHeader h2 span {
    display: none;
  }
}
#RangeSliderContainer #RangeSliderNavOutter #RangeSliderNav .RangeItem.slick-slide.slick-current .RangeSlideHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#RangeSliderContainer #RangeSliderNavOutter #RangeSliderNav .RangeItem.slick-slide.slick-current .RangeSlideHeader .next,
#RangeSliderContainer #RangeSliderNavOutter #RangeSliderNav .RangeItem.slick-slide.slick-current .RangeSlideHeader .prev {
  display: flex;
  align-items: center;
}
#RangeSliderContainer #RangeSliderNavOutter #RangeSliderNav .RangeItem.slick-slide.slick-current .RangeSlideHeader .next:hover,
#RangeSliderContainer #RangeSliderNavOutter #RangeSliderNav .RangeItem.slick-slide.slick-current .RangeSlideHeader .prev:hover {
  cursor: pointer;
}
#RangeSliderContainer #RangeSliderImages .RangeItem.slick-slide {
  height: 500px;
  display: block;
  margin: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  #RangeSliderContainer #RangeSliderImages .RangeItem.slick-slide {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  #RangeSliderContainer #RangeSliderImages .RangeItem.slick-slide {
    height: auto;
  }
}
#RangeSliderContainer #RangeSliderImages .RangeItem.slick-slide .RangeSlideImage {
  height: 100%;
  position: relative;
  overflow: hidden;
}
#RangeSliderContainer #RangeSliderImages .RangeItem.slick-slide .RangeSlideImage img.desktopRangeImage {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0px;
}
@media only screen and (max-width: 767px) {
  #RangeSliderContainer #RangeSliderImages .RangeItem.slick-slide .RangeSlideImage img.desktopRangeImage {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  #RangeSliderContainer #RangeSliderImages .RangeItem.slick-slide .RangeSlideImage img.desktopRangeImage {
    position: relative;
  }
}
#RangeSliderContainer #RangeSliderImages .RangeItem.slick-slide .RangeSlideImage img.mobileRangeImage {
  display: none;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #RangeSliderContainer #RangeSliderImages .RangeItem.slick-slide .RangeSlideImage img.mobileRangeImage {
    display: block;
    position: relative;
  }
}
#RangeSliderContainer #RangeSliderContent .RangeItem .RangeSlideContent {
  padding: 30px 0 60px 0;
  max-width: 768px;
  display: block;
  margin: auto;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #RangeSliderContainer #RangeSliderContent .RangeItem .RangeSlideContent {
    padding: 20px;
    max-width: 100vw;
  }
}
#RangeSliderContainer #RangeSliderContent .RangeItem .RangeSlideContent h2 {
  font-size: 24px;
  margin-bottom: 30px;
}
#RangeSliderContainer #RangeSliderContent .RangeItem .RangeSlideContent p {
  font-size: 18px;
  line-height: 27px;
}
#RangeSliderContainer #RangeSliderContent .RangeItem .RangeSlideContent a {
  margin: 15px auto;
}
#RangeSliderContainer #RangeSliderContent .RangeItem .RangeSlideContent .ComparisonDataContainer {
  margin: 30px 0;
}
#RangeSliderContainer #RangeSliderContent .RangeItem .RangeSlideContent .ComparisonDataContainer .ComparisonBlock {
  margin-bottom: 15px;
}
#RangeSliderContainer #RangeSliderContent .RangeItem .RangeSlideContent .ComparisonDataContainer .ComparisonBlock h3 {
  color: #A29870;
  margin-bottom: 5px;
  padding: 5px;
  background-color: rgba(162, 152, 112, 0.1);
}
#RangeSliderContainer .slick-slide {
  width: 40vw;
  opacity: 0.5;
  -webkit-transition: 1s;
  transition: 1s;
  outline: none;
}
@media only screen and (max-width: 767px) {
  #RangeSliderContainer .slick-slide {
    width: 100vw;
  }
}
#RangeSliderContainer .slick-current {
  opacity: 1;
}
#RangeFeatureComparison {
  width: 100%;
  background-color: #fff;
}
#RangeFeatureComparison #RangeSliderComparisonNavOutter .scrollmagic-pin-spacer {
  min-height: 0!important;
}
#RangeFeatureComparison #RangeSliderComparisonNavOutter #RangeSliderComparisonNav {
  z-index: 999;
  width: 100%;
  display: block;
  margin: auto;
}
#RangeFeatureComparison #RangeSliderComparisonNavOutter #RangeSliderComparisonNav .RangeItem.slick-slide .RangeSlideHeader {
  color: #fff;
  padding: 15px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#RangeFeatureComparison #RangeSliderComparisonNavOutter #RangeSliderComparisonNav .RangeItem.slick-slide .RangeSlideHeader .next,
#RangeFeatureComparison #RangeSliderComparisonNavOutter #RangeSliderComparisonNav .RangeItem.slick-slide .RangeSlideHeader .prev {
  display: none;
}
#RangeFeatureComparison #RangeSliderComparisonNavOutter #RangeSliderComparisonNav .RangeItem.slick-slide .RangeSlideHeader h2 {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  #RangeFeatureComparison #RangeSliderComparisonNavOutter #RangeSliderComparisonNav .RangeItem.slick-slide .RangeSlideHeader h2 span {
    display: none;
  }
}
#RangeFeatureComparison #RangeSliderComparisonNavOutter #RangeSliderComparisonNav .RangeItem.slick-slide.slick-current .RangeSlideHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#RangeFeatureComparison #RangeSliderComparisonNavOutter #RangeSliderComparisonNav .RangeItem.slick-slide.slick-current .RangeSlideHeader .next,
#RangeFeatureComparison #RangeSliderComparisonNavOutter #RangeSliderComparisonNav .RangeItem.slick-slide.slick-current .RangeSlideHeader .prev {
  display: flex;
  align-items: center;
}
#RangeFeatureComparison #RangeSliderComparisonNavOutter #RangeSliderComparisonNav .RangeItem.slick-slide.slick-current .RangeSlideHeader .next:hover,
#RangeFeatureComparison #RangeSliderComparisonNavOutter #RangeSliderComparisonNav .RangeItem.slick-slide.slick-current .RangeSlideHeader .prev:hover {
  cursor: pointer;
}
#RangeFeatureComparison #rangeComparisonSlider {
  padding-bottom: 30px;
}
#RangeFeatureComparison #rangeComparisonSlider .rangeComparisonTable .comparisonRow {
  margin-bottom: 5px;
}
#RangeFeatureComparison #rangeComparisonSlider .rangeComparisonTable .comparisonRow.slick-current {
  opacity: 1;
}
#RangeFeatureComparison #rangeComparisonSlider .rangeComparisonTable .comparisonRow h3 {
  font-family: Raleway, Palatino, 'Palatino Linotype', 'Libre Baskerville', 'Palatino LT STD', 'Book Antiqua', Georgia, serif !important;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  line-height: normal;
  margin: 5px 0;
  font-weight: 500;
}
#RangeFeatureComparison #rangeComparisonSlider .rangeComparisonTable .comparisonRow .comparisonRowInner {
  background-color: #F3F3F3;
  display: flex;
}
#RangeFeatureComparison #rangeComparisonSlider .rangeComparisonTable .comparisonRow .comparisonRowInner p {
  font-size: 14px;
  text-align: center;
  flex-grow: 1;
  padding: 5px 0;
  font-weight: 500;
}
#RangeFeatureComparison #rangeComparisonSlider .rangeComparisonTable .comparisonRow .comparisonRowInner .active {
  color: #fff;
}
.footer-wrapper {
  position: relative;
  z-index: 99999;
}
.footer-wrapper footer#sitefooter {
  padding: 30px;
  background-color: #666;
  color: #fff;
  font-family: Raleway, Palatino, 'Palatino Linotype', 'Libre Baskerville', 'Palatino LT STD', 'Book Antiqua', Georgia, serif !important;
  font-size: 14px;
  line-height: 23px;
  z-index: 999;
}
@media only screen and (max-width: 767px) {
  .footer-wrapper footer#sitefooter {
    padding: 0;
  }
}
.footer-wrapper footer#sitefooter > div > .container #footer1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-wrapper footer#sitefooter > div > .container #footer1 {
    justify-content: space-between;
  }
}
.footer-wrapper footer#sitefooter > div > .container #footer1 #canstar,
.footer-wrapper footer#sitefooter > div > .container #footer1 #ausmade {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-wrapper footer#sitefooter > div > .container #footer1 #canstar,
  .footer-wrapper footer#sitefooter > div > .container #footer1 #ausmade {
    flex-direction: column;
    width: 48%;
  }
}
.footer-wrapper footer#sitefooter > div > .container #footer1 #canstar .footer1logo,
.footer-wrapper footer#sitefooter > div > .container #footer1 #ausmade .footer1logo {
  width: 150px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.footer-wrapper footer#sitefooter > div > .container #footer1 #canstar .footer1logo img,
.footer-wrapper footer#sitefooter > div > .container #footer1 #ausmade .footer1logo img {
  display: block;
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 150px;
}
.footer-wrapper footer#sitefooter > div > .container #footer1 #canstar .footer1content,
.footer-wrapper footer#sitefooter > div > .container #footer1 #ausmade .footer1content {
  padding: 0 1.5rem;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-wrapper footer#sitefooter > div > .container #footer1 #canstar .footer1content,
  .footer-wrapper footer#sitefooter > div > .container #footer1 #ausmade .footer1content {
    padding: 15px 0 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer-wrapper footer#sitefooter > div > .container #footer1 #canstar .footer1content,
  .footer-wrapper footer#sitefooter > div > .container #footer1 #ausmade .footer1content {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .footer-wrapper footer#sitefooter > div > .container #footer1 {
    border: none;
    margin: 0;
  }
}
.footer-wrapper footer#sitefooter > div > .container #footer2 {
  margin: 0 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 1.5rem;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-wrapper footer#sitefooter > div > .container #footer2 {
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.footer-wrapper footer#sitefooter > div > .container #footer2 .footer2col {
  flex-basis: 1;
  flex-grow: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-wrapper footer#sitefooter > div > .container #footer2 .footer2col {
    width: 33.33%;
    margin-bottom: 30px;
    flex-grow: 0;
  }
}
.footer-wrapper footer#sitefooter > div > .container #footer2 .footer2col h3 {
  color: #fff;
  text-transform: uppercase;
  font-family: Raleway, Palatino, 'Palatino Linotype', 'Libre Baskerville', 'Palatino LT STD', 'Book Antiqua', Georgia, serif !important;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 15px;
}
.footer-wrapper footer#sitefooter > div > .container #footer2 .footer2col ul {
  list-style: none;
  padding: 0;
}
.footer-wrapper footer#sitefooter > div > .container #footer2 .footer2col a {
  color: #efefef;
  text-decoration: none;
}
.footer-wrapper footer#sitefooter > div > .container #footer2 .footer2col a:hover {
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
}
.footer-wrapper footer#sitefooter > div > .container #footer2 .footer2col.socialContainer #socialIconsContainer {
  margin-bottom: 15px;
}
.footer-wrapper footer#sitefooter > div > .container #footer2 .footer2col.socialContainer #socialIconsContainer a.social {
  font-size: 20px;
  margin-right: 10px;
  font-weight: 300;
  line-height: 1;
}
.footer-wrapper footer#sitefooter > div > .container #footer2 .footer2col.socialContainer #socialIconsContainer a.social[href*="facebook"]:hover {
  color: #3b5998;
}
.footer-wrapper footer#sitefooter > div > .container #footer2 .footer2col.socialContainer #socialIconsContainer a.social[href*="instagram"]:hover {
  color: #517fa4;
}
.footer-wrapper footer#sitefooter > div > .container #footer2 .footer2col.socialContainer #socialIconsContainer a.social[href*="youtube"]:hover {
  color: #cd201f;
}
.footer-wrapper footer#sitefooter > div > .container #footer2 .footer2col p.phoneLabel {
  font-size: 12px;
}
.footer-wrapper footer#sitefooter > div > .container #footer2 .footer2col a.phone {
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .footer-wrapper footer#sitefooter > div > .container #footer2 {
    display: none;
  }
}
.footer-wrapper footer#sitefooter > div > .container #footer3 {
  margin: 30px 150px;
  font-size: 12px;
  text-align: center;
  padding: 0 15px;
}
.footer-wrapper footer#sitefooter > div > .container #footer3 p {
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .footer-wrapper footer#sitefooter > div > .container #footer3 {
    display: none;
  }
}
.footer-wrapper footer#sitefooter > div > .container #footer2Mobile,
.footer-wrapper footer#sitefooter > div > .container #footer3Mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  .footer-wrapper footer#sitefooter > div > .container #footer2Mobile,
  .footer-wrapper footer#sitefooter > div > .container #footer3Mobile {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .footer-wrapper footer#sitefooter > div > .container #footer2Mobile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 8%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding-bottom: 30px;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .footer-wrapper footer#sitefooter > div > .container #footer2Mobile a {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 15px;
  }
  .footer-wrapper footer#sitefooter > div > .container #footer2Mobile a img {
    margin-right: 5px;
  }
  .footer-wrapper footer#sitefooter > div > .container #footer3Mobile {
    display: flex;
    justify-content: space-between;
  }
  .footer-wrapper footer#sitefooter > div > .container #footer3Mobile .col h4,
  .footer-wrapper footer#sitefooter > div > .container #footer3Mobile .col a {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
  }
  .footer-wrapper footer#sitefooter > div > .container #footer3Mobile .col h4 {
    font-weight: bold;
  }
}
#footer4 {
  position: relative;
  z-index: 999;
  background-color: #fff;
  font-family: 'Roboto', sans-serif !important;
  font-size: 12px;
  padding: 5px;
  text-align: center;
}
#footer4 .footer4Links {
  margin-bottom: 5px;
}
#footer4 .footer4Links a {
  color: #000;
  margin: 0 5px;
}
html.onphone .footer-wrapper.bg-image,
.mch-callout-sealy-statements {
  display: none;
}
.mobileFooter {
  z-index: 9999;
  background-color: #fff;
  position: relative;
}
body.PremiumPerformance .downArrow {
  background-color: #1B2C37;
}
body.PremiumPerformance #panel-1 {
  background-color: #1B2C37;
}
@media only screen and (max-width: 767px) {
  body.PremiumPerformance #panel-1 {
    background-color: #fff;
  }
}
@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  body.PremiumPerformance #panel-2 {
    background-image: url('https://www.sealy.com.au/uploads/mattress-range/premium/Sealy-PremiumPerformance-Features-bg_Desktop.jpg');
  }
  body.PremiumPerformance .mattressTechDetailContainer .mattressTechInner {
    background-color: #1b2c37;
  }
  body.PremiumPerformance .mattressTechDetailContainer.active .mattressTechInner {
    background-color: rgba(27, 44, 55, 0.6);
  }
}
body.PremiumPerformance #side-nav a:hover {
  background-color: #1B2C37 !important;
  cursor: pointer;
}
body.PremiumPerformance #side-nav li.js-active a,
body.PremiumPerformance #side-nav li.js-active a:active {
  background-color: #1B2C37;
}
body.PremiumPerformance #RangeSliderContainer #RangeSliderNav .RangeItem {
  background-color: #1B2C37;
}
body.PremiumPerformance #panel-8 {
  background-image: url('https://sealy.com.au/uploads/mattress-range/premium/Sealy-PremiumPerformance-Retailers-bg_Desktop.jpg');
}
body.PremiumPerformance #RangeFeatureComparison #RangeSliderComparisonNavOutter #RangeSliderComparisonNav {
  background-color: #1B2C37;
}
body.PremiumPerformance #RangeFeatureComparison #rangeComparisonSlider .rangeComparisonTable .comparisonRow .comparisonRowInner .active {
  background-color: #1B2C37;
}
body.PremiumPerformance .pulse {
  background: #1B2C37;
  cursor: pointer;
  -webkit-box-shadow: 0 0 60px rgba(27, 44, 55, 0.8);
  box-shadow: 0 0 60px rgba(27, 44, 55, 0.8);
}
@media only screen and (min-width: 1200px) {
  body.PremiumPerformance #tech_smartex.mattressTechDetailContainer {
    top: 300px;
    left: 120px;
  }
  body.PremiumPerformance #tech_gusset.mattressTechDetailContainer {
    top: 475px;
    left: 193px;
  }
  body.PremiumPerformance #tech_comfortcore.mattressTechDetailContainer {
    top: 660px;
    left: 630px;
  }
  body.PremiumPerformance #tech_support.mattressTechDetailContainer {
    top: 530px;
    left: 630px;
  }
  body.PremiumPerformance #tech_unicase.mattressTechDetailContainer {
    top: 664px;
    left: 300px;
  }
  body.PremiumPerformance #tech_base.mattressTechDetailContainer {
    top: 670px;
    left: 115px;
  }
  body.PremiumPerformance #tech_base2.mattressTechDetailContainer {
    top: 740px;
    left: 155px;
  }
  body.PremiumPerformance #tech_base2.mattressTechDetailContainer .mattressTechInner {
    /* CODEMISTRESS */
    width: 485px!important;
    left: 65px!important;
  }
}
@media only screen and (min-width: 1200px) and only screen and (max-width: 767px) {
  body.PremiumPerformance #tech_gusset .mattressTechInner {
    background-color: rgba(0, 0, 0, 0.9);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  body.PremiumPerformance #tech_smartex.mattressTechDetailContainer {
    top: 200px;
    left: 75px;
  }
  body.PremiumPerformance #tech_gusset.mattressTechDetailContainer {
    top: 280px;
    left: 75px;
  }
  body.PremiumPerformance #tech_comfortcore.mattressTechDetailContainer {
    top: 440px;
    left: 450px;
  }
  body.PremiumPerformance #tech_support.mattressTechDetailContainer {
    top: 350px;
    left: 450px;
  }
  body.PremiumPerformance #tech_unicase.mattressTechDetailContainer {
    top: 410px;
    left: 150px;
  }
  body.PremiumPerformance #tech_base.mattressTechDetailContainer {
    top: 430px;
    left: 55px;
  }
  body.PremiumPerformance #tech_base2.mattressTechDetailContainer {
    top: 460px;
    left: 95px;
  }
}
@media only screen and (max-width: 767px) {
  body.PremiumPerformance #tech_smartex .beacon {
    top: 50%;
    left: 60px;
  }
  body.PremiumPerformance #tech_gusset .beacon {
    top: 45%;
    left: 60px;
  }
  body.PremiumPerformance #tech_support .beacon {
    top: 50%;
    left: 100px;
  }
  body.PremiumPerformance #tech_base .beacon {
    top: 75%;
    left: 60px;
  }
  body.PremiumPerformance #tech_base2 .beacon {
    top: 50%;
    left: 60px;
  }
}
body.CrownJewel .downArrow {
  background-color: #A29870;
}
body.CrownJewel #panel-1 {
  background-color: #A29870;
}
@media only screen and (max-width: 767px) {
  body.CrownJewel #panel-1 {
    background-color: #fff;
  }
}
@media only screen and (min-width: 1200px) {
  body.CrownJewel #panel-2 {
    background-image: url('https://www.sealy.com.au/uploads/mattress-range/crownjewel/Sealy-CrownJewel-Features-bg_Desktop.jpg');
  }
  body.CrownJewel .mattressTechDetailContainer .mattressTechInner {
    background-color: #a29870;
  }
  body.CrownJewel .mattressTechDetailContainer.active .mattressTechInner {
    background-color: rgba(162, 152, 112, 0.8);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  body.CrownJewel #panel-2 {
    background-image: url('https://www.sealy.com.au/uploads/mattress-range/crownjewel/Sealy-CrownJewel-Features-bg_Tablet.jpg');
  }
  body.CrownJewel .mattressTechDetailContainer .mattressTechInner {
    background-color: #a29870;
  }
  body.CrownJewel .mattressTechDetailContainer.active .mattressTechInner {
    background-color: rgba(162, 152, 112, 0.8);
  }
}
body.CrownJewel #callout-testimonials {
  background-image: url('https://sealy.com.au/uploads/mattress-range/crownjewel/Sealy-CrownJewel-Customer-Reviews.jpg');
}
body.CrownJewel #side-nav a:hover {
  background-color: #A29870 !important;
}
body.CrownJewel #side-nav li.js-active a,
body.CrownJewel #side-nav li.js-active a:active {
  background-color: #A29870;
}
body.CrownJewel #RangeSliderContainer #RangeSliderNav .RangeItem {
  background-color: #A29870;
}
body.CrownJewel #panel-8 {
  background-image: url('https://sealy.com.au/uploads/mattress-range/crownjewel/Sealy-CrownJewel-Retailers-bg_Desktop.jpg');
}
body.CrownJewel #RangeFeatureComparison #RangeSliderComparisonNavOutter #RangeSliderComparisonNav {
  background-color: #A29870;
}
body.CrownJewel #RangeFeatureComparison #rangeComparisonSlider .rangeComparisonTable .comparisonRow .comparisonRowInner .active {
  background-color: #A29870;
}
body.CrownJewel .pulse {
  background: #A29870;
  cursor: pointer;
  -webkit-box-shadow: 0 0 60px rgba(162, 152, 112, 0.8);
  box-shadow: 0 0 60px rgba(162, 152, 112, 0.8);
}
@media only screen and (min-width: 1200px) {
  body.CrownJewel #tech_smartex.mattressTechDetailContainer {
    top: 420px;
    left: 300px;
  }
  body.CrownJewel #tech_gusset.mattressTechDetailContainer {
    top: 475px;
    left: 193px;
  }
  body.CrownJewel #tech_comfortcore.mattressTechDetailContainer {
    top: 480px;
    left: 340px;
  }
  body.CrownJewel #tech_support.mattressTechDetailContainer {
    top: 620px;
    left: 590px;
  }
  body.CrownJewel #tech_unicase.mattressTechDetailContainer {
    top: 600px;
    left: 300px;
  }
  body.CrownJewel #tech_base.mattressTechDetailContainer {
    top: 720px;
    left: 245px;
  }
  body.CrownJewel #tech_base.mattressTechDetailContainer .mattressTechInner {
    /* CODEMISTRESS */
    width: 485px!important;
    left: 65px!important;
  }
  body.CrownJewel #tech_base2.mattressTechDetailContainer {
    top: 740px;
    left: 325px;
  }
  body.CrownJewel #tech_base2.mattressTechDetailContainer .mattressTechInner {
    /* CODEMISTRESS */
    width: 485px!important;
    left: 65px!important;
  }
}
@media only screen and (min-width: 1200px) and only screen and (max-width: 767px) {
  body.CrownJewel #tech_gusset .mattressTechInner {
    background-color: rgba(0, 0, 0, 0.9);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  body.CrownJewel #tech_smartex.mattressTechDetailContainer {
    top: 230px;
    left: 115px;
  }
  body.CrownJewel #tech_gusset.mattressTechDetailContainer {
    top: 280px;
    left: 75px;
  }
  body.CrownJewel #tech_comfortcore.mattressTechDetailContainer {
    top: 280px;
    left: 130px;
  }
  body.CrownJewel #tech_support.mattressTechDetailContainer {
    top: 250px;
    left: 210px;
  }
  body.CrownJewel #tech_unicase.mattressTechDetailContainer {
    top: 380px;
    left: 160px;
  }
  body.CrownJewel #tech_base.mattressTechDetailContainer {
    top: 400px;
    left: 105px;
  }
  body.CrownJewel #tech_base.mattressTechDetailContainer .mattressTechInner {
    /* CODEMISTRESS */
    width: 485px!important;
    left: 65px!important;
  }
  body.CrownJewel #tech_base2.mattressTechDetailContainer {
    top: 440px;
    left: 85px;
  }
  body.CrownJewel #tech_base2.mattressTechDetailContainer .mattressTechInner {
    /* CODEMISTRESS */
    width: 485px!important;
    left: 65px!important;
  }
}
@media only screen and (max-width: 767px) {
  body.CrownJewel #tech_smartex .beacon {
    top: 50%;
    left: 60px;
  }
  body.CrownJewel #tech_gusset .beacon {
    top: 45%;
    left: 60px;
  }
  body.CrownJewel #tech_support .beacon {
    top: 50%;
    left: 100px;
  }
  body.CrownJewel #tech_unicase .beacon {
    top: 60%;
    left: 100px;
  }
  body.CrownJewel #tech_base .beacon {
    top: 55%;
    left: 70px;
  }
  body.CrownJewel #tech_base2 .beacon {
    top: 40%;
    left: 75px;
  }
}
body.CrownJewel #mattressSizing #sizingNav .sizeLabel.active {
  background-color: #A29870;
}
body.CrownJewel #mattressSizing #sizingDetail .sizeDetailInner {
  border: 6px solid #A29870;
}
body.CrownJewelNew .downArrow {
  background-color: #A29870;
}
body.CrownJewelNew #panel-1 {
  background-color: #A29870;
}
@media only screen and (max-width: 767px) {
  body.CrownJewelNew #panel-1 {
    background-color: #fff;
  }
}
@media only screen and (min-width: 1200px) {
  body.CrownJewelNew #panel-2 {
    background-image: url('/mattress-range/crown-jewel/Sealy_Crown_Jewel_Range.jpg');
  }
  body.CrownJewelNew .mattressTechDetailContainer .mattressTechInner {
    background-color: #a29870;
  }
  body.CrownJewelNew .mattressTechDetailContainer.active .mattressTechInner {
    background-color: rgba(162, 152, 112, 0.8);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  body.CrownJewelNew #panel-2 {
    background-image: url('/mattress-range/crown-jewel/Sealy-CrownJewel-Header_Tablet.jpg');
  }
  body.CrownJewelNew .mattressTechDetailContainer .mattressTechInner {
    background-color: #a29870;
  }
  body.CrownJewelNew .mattressTechDetailContainer.active .mattressTechInner {
    background-color: rgba(162, 152, 112, 0.8);
  }
}
body.CrownJewelNew #callout-testimonials {
  background-image: url('https://sealy.com.au/uploads/mattress-range/crownjewel/Sealy-CrownJewel-Customer-Reviews.jpg');
}
body.CrownJewelNew #side-nav a:hover {
  background-color: #A29870 !important;
}
body.CrownJewelNew #side-nav li.js-active a,
body.CrownJewelNew #side-nav li.js-active a:active {
  background-color: #A29870;
}
body.CrownJewelNew #RangeSliderContainer #RangeSliderNav .RangeItem {
  background-color: #A29870;
}
body.CrownJewelNew #panel-8 {
  background-image: url('/mattress-range/crown-jewel/Sealy_Crown_Jewel_Find_Retailer.jpg');
  background-size: cover;
  background-position: bottom center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body.CrownJewelNew #panel-8 {
    background-image: url('/mattress-range/crown-jewel/Sealy_Crown_Jewel_Find_Retailer_Laptop.jpg');
    background-position: center center;
    height: 41.87vw;
    width: 100vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body.CrownJewelNew #panel-8 {
    background-image: url('/mattress-range/crown-jewel/Sealy_Crown_Jewel_Find_Retailer_Mobile.jpg');
    background-position: center center;
    height: 900px;
  }
}
@media only screen and (max-width: 767px) {
  body.CrownJewelNew #panel-8 {
    height: 800px;
    background-image: url('/mattress-range/crown-jewel/Sealy_Crown_Jewel_Find_Retailer_Mobile.jpg');
    background-position: bottom center;
  }
}
body.CrownJewelNew #panel-8 .innerContent #MadeForYou {
  position: absolute;
  width: 500px;
  bottom: 30px;
  right: 30px;
  height: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body.CrownJewelNew #panel-8 .innerContent #MadeForYou {
    width: 400px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  body.CrownJewelNew #panel-8 .innerContent #MadeForYou {
    display: none;
  }
}
body.CrownJewelNew #panel-8 .innerContent #findRetailerOutter .findRetailInner {
  position: relative;
}
body.CrownJewelNew #RangeFeatureComparison #RangeSliderComparisonNavOutter #RangeSliderComparisonNav {
  background-color: #A29870;
}
body.CrownJewelNew #RangeFeatureComparison #rangeComparisonSlider .rangeComparisonTable .comparisonRow .comparisonRowInner .active {
  background-color: #A29870;
}
body.CrownJewelNew .pulse {
  background: #A29870;
  cursor: pointer;
  -webkit-box-shadow: 0 0 60px rgba(162, 152, 112, 0.8);
  box-shadow: 0 0 60px rgba(162, 152, 112, 0.8);
}
@media only screen and (min-width: 1200px) {
  body.CrownJewelNew #tech_smartex.mattressTechDetailContainer {
    top: 330px;
    left: 530px;
  }
  body.CrownJewelNew #hand_tuffed.mattressTechDetailContainer {
    top: 356px;
    left: 430px;
  }
  body.CrownJewelNew #tech_comfortcore.mattressTechDetailContainer {
    top: 399px;
    left: 580px;
  }
  body.CrownJewelNew #tech_support.mattressTechDetailContainer {
    top: 477px;
    left: 680px;
  }
  body.CrownJewelNew #tech_unicase.mattressTechDetailContainer {
    top: 477px;
    left: 400px;
  }
  body.CrownJewelNew #tech_base.mattressTechDetailContainer {
    top: 600px;
    left: 400px;
  }
  body.CrownJewelNew #tech_base.mattressTechDetailContainer .mattressTechInner {
    /* CODEMISTRESS */
    width: 485px!important;
    left: 65px!important;
  }
  body.CrownJewelNew #tech_base2.mattressTechDetailContainer {
    top: 740px;
    left: 325px;
  }
  body.CrownJewelNew #tech_base2.mattressTechDetailContainer .mattressTechInner {
    /* CODEMISTRESS */
    width: 485px!important;
    left: 65px!important;
  }
}
@media only screen and (min-width: 1200px) and only screen and (max-width: 767px) {
  body.CrownJewelNew #hand_tuffed .mattressTechInner {
    background-color: rgba(0, 0, 0, 0.9);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  body.CrownJewelNew #tech_smartex.mattressTechDetailContainer {
    top: 223px;
    left: 320px;
  }
  body.CrownJewelNew #hand_tuffed.mattressTechDetailContainer {
    top: 228px;
    left: 240px;
  }
  body.CrownJewelNew #tech_comfortcore.mattressTechDetailContainer {
    top: 262px;
    left: 380px;
  }
  body.CrownJewelNew #tech_support.mattressTechDetailContainer {
    top: 314px;
    left: 480px;
  }
  body.CrownJewelNew #tech_unicase.mattressTechDetailContainer {
    top: 314px;
    left: 300px;
  }
  body.CrownJewelNew #tech_base.mattressTechDetailContainer {
    top: 394px;
    left: 300px;
  }
  body.CrownJewelNew #tech_base.mattressTechDetailContainer .mattressTechInner {
    /* CODEMISTRESS */
    width: 485px!important;
    left: 65px!important;
  }
  body.CrownJewelNew #tech_base2.mattressTechDetailContainer {
    top: 740px;
    left: 325px;
  }
  body.CrownJewelNew #tech_base2.mattressTechDetailContainer .mattressTechInner {
    /* CODEMISTRESS */
    width: 485px!important;
    left: 65px!important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) and only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) and only screen and (max-width: 767px) {
  body.CrownJewelNew #hand_tuffed .mattressTechInner {
    background-color: rgba(0, 0, 0, 0.9);
  }
}
@media only screen and (max-width: 767px) {
  body.CrownJewelNew #tech_smartex .beacon {
    top: 50%;
    left: 60px;
  }
  body.CrownJewelNew #hand_tuffed .beacon {
    top: 45%;
    left: 60px;
  }
  body.CrownJewelNew #tech_support .beacon {
    top: 50%;
    left: 100px;
  }
  body.CrownJewelNew #tech_unicase .beacon {
    top: 60%;
    left: 100px;
  }
  body.CrownJewelNew #tech_base .beacon {
    top: 55%;
    left: 70px;
  }
  body.CrownJewelNew #tech_base2 .beacon {
    top: 40%;
    left: 75px;
  }
}
body.CrownJewelNew #mattressSizing #sizingNav .sizeLabel.active {
  background-color: #A29870;
}
body.CrownJewelNew #mattressSizing #sizingDetail .sizeDetailInner {
  border: 6px solid #A29870;
}
body.Exquisite .downArrow {
  background-color: #464242;
}
body.Exquisite #panel-1 {
  background-color: #464242;
}
@media only screen and (max-width: 767px) {
  body.Exquisite #panel-1 {
    background-color: #fff;
  }
}
@media only screen and (min-width: 1200px) {
  body.Exquisite #panel-2 {
    background-image: url('https://www.sealy.com.au/uploads/mattress-range/exquisite/Sealy-Exquisite-2018-Features-bg_Desktop.jpg');
  }
  body.Exquisite .mattressTechDetailContainer .mattressTechInner {
    background-color: #a29870;
  }
  body.Exquisite .mattressTechDetailContainer.active .mattressTechInner {
    background-color: rgba(162, 152, 112, 0.8);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  body.Exquisite #panel-2 {
    background-image: url('https://www.sealy.com.au/uploads/mattress-range/exquisite/Sealy-Exquisite-2018-Features-bg_Tablet.jpg');
  }
  body.Exquisite .mattressTechDetailContainer .mattressTechInner {
    background-color: #a29870;
  }
  body.Exquisite .mattressTechDetailContainer.active .mattressTechInner {
    background-color: rgba(162, 152, 112, 0.8);
  }
}
body.Exquisite #side-nav a:hover {
  background-color: #A29870 !important;
}
body.Exquisite #side-nav li.js-active a,
body.Exquisite #side-nav li.js-active a:active {
  background-color: #A29870;
}
body.Exquisite #RangeSliderContainer #RangeSliderNav .RangeItem {
  background-color: #A29870;
}
body.Exquisite #panel-8 {
  background-image: url('https://www.sealy.com.au/uploads/mattress-range/exquisite/Sealy-Exquisite-2018-Retailers-bg_Desktop.jpg');
}
body.Exquisite #RangeFeatureComparison #RangeSliderComparisonNavOutter #RangeSliderComparisonNav {
  background-color: #464242;
}
body.Exquisite #RangeFeatureComparison #rangeComparisonSlider .rangeComparisonTable .comparisonRow .comparisonRowInner .active {
  background-color: #464242;
}
body.Exquisite .pulse {
  background: #A29870;
  cursor: pointer;
  -webkit-box-shadow: 0 0 60px rgba(162, 152, 112, 0.8);
  box-shadow: 0 0 60px rgba(162, 152, 112, 0.8);
}
@media only screen and (min-width: 1200px) {
  body.Exquisite #tech_smartex.mattressTechDetailContainer {
    top: 430px;
    left: 560px;
  }
  body.Exquisite #tech_comfortcore.mattressTechDetailContainer {
    top: 480px;
    left: 460px;
  }
  body.Exquisite #tech_support.mattressTechDetailContainer {
    top: 530px;
    left: 360px;
  }
  body.Exquisite #tech_unicase.mattressTechDetailContainer {
    top: 580px;
    left: 470px;
  }
  body.Exquisite #tech_base.mattressTechDetailContainer {
    top: 690px;
    left: 335px;
  }
  body.Exquisite #tech_base.mattressTechDetailContainer .mattressTechInner {
    /* CODEMISTRESS */
    width: 485px!important;
    left: 65px!important;
  }
  body.Exquisite #tech_base2.mattressTechDetailContainer {
    top: 750px;
    left: 365px;
  }
  body.Exquisite #tech_base2.mattressTechDetailContainer .mattressTechInner {
    /* CODEMISTRESS */
    width: 485px!important;
    left: 65px!important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  body.Exquisite #tech_smartex.mattressTechDetailContainer {
    top: 260px;
    left: 235px;
  }
  body.Exquisite #tech_gusset.mattressTechDetailContainer {
    top: 280px;
    left: 75px;
  }
  body.Exquisite #tech_comfortcore.mattressTechDetailContainer {
    top: 300px;
    left: 170px;
  }
  body.Exquisite #tech_support.mattressTechDetailContainer {
    top: 340px;
    left: 140px;
  }
  body.Exquisite #tech_unicase.mattressTechDetailContainer {
    top: 380px;
    left: 220px;
  }
  body.Exquisite #tech_base.mattressTechDetailContainer {
    top: 440px;
    left: 135px;
  }
  body.Exquisite #tech_base2.mattressTechDetailContainer {
    top: 460px;
    left: 195px;
  }
}
@media only screen and (max-width: 767px) {
  body.Exquisite #tech_smartex .beacon {
    top: 63%;
    left: 60px;
  }
  body.Exquisite #tech_gusset .beacon {
    top: 45%;
    left: 60px;
  }
  body.Exquisite #tech_comfortcore .beacon {
    top: 50%;
    left: 85px;
  }
  body.Exquisite #tech_support .beacon {
    top: 50%;
    left: 100px;
  }
  body.Exquisite #tech_unicase .beacon {
    top: 52%;
    left: 100px;
  }
  body.Exquisite #tech_base .beacon {
    top: 45%;
    left: 90px;
  }
  body.Exquisite #tech_base2 .beacon {
    top: 40%;
    left: 75px;
  }
}
body.Exquisite #mattressSizing #sizingNav .sizeLabel.active {
  background-color: #464242;
}
body.Exquisite #mattressSizing #sizingDetail .sizeDetailInner {
  border: 6px solid #464242;
}
