/************  RESPONSIVE HELPER  ************/
.responsivehelper,
.responsivehelper:after {
  background: green;
  color: #fff;
  content: "undefined";
  right: 0;
  padding: .5em 1em;
  position: fixed;
  text-align: center;
  top: 200px;
  z-index: 999999;
}
@media only screen and (max-width: 767px) {
  .responsivehelper,
  .responsivehelper:after {
    background: orange;
    content: "mobile";
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .responsivehelper,
  .responsivehelper:after {
    background: purple;
    content: "tablet";
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .responsivehelper,
  .responsivehelper:after {
    background: green;
    content: "laptop";
  }
}
@media only screen and (min-width: 1599px) {
  .responsivehelper,
  .responsivehelper:after {
    background: blue;
    content: "desktop";
  }
}
@font-face {
  font-family: 'Gotham Light Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Gotham Light Regular'), url('/campaign/sleep-census-2018/vendor/gotham-cufonfonts-webfont/Gotham-Light.woff') format('woff');
}
@font-face {
  font-family: 'Gotham Light';
  font-style: normal;
  font-weight: normal;
  src: local('Gotham Light'), url('/campaign/sleep-census-2018/vendor/gotham-cufonfonts-webfont/GothamLight.woff') format('woff');
}
@font-face {
  font-family: 'Gotham Thin Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Gotham Thin Regular'), url('/campaign/sleep-census-2018/vendor/gotham-cufonfonts-webfont/Gotham-Thin.woff') format('woff');
}
@font-face {
  font-family: 'Gotham Book';
  src: url(/_System/stylesheets/fonts/Gotham/Gotham-Book.eot);
  src: url(/_System/stylesheets/fonts/Gotham/Gotham-Book.eot?#iefix) format('embedded-opentype'), url(/_System/stylesheets/fonts/Gotham/Gotham-Book.woff) format('woff'), url(/_System/stylesheets/fonts/Gotham/Gotham-Book.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham Medium';
  font-style: normal;
  font-weight: normal;
  src: local('Gotham Medium'), url('/campaign/sleep-census-2018/vendor/gotham-cufonfonts-webfont/GothamMedium.woff') format('woff');
}
.fp-scroller {
  overflow: hidden;
}
a img {
  outline: none;
  border: none;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
body,
html {
  margin: 0;
  padding: 0;
  position: relative;
  font-family: 'Gotham Light Regular';
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  font-weight: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
h1,
h2 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 300;
  line-height: 1;
}
h3,
h4 {
  font-family: 'Gotham Book';
}
h1 {
  font-size: 3.75rem;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 18px;
}
.bold {
  font-weight: bold;
}
a.promotionbutton,
.promotionbutton {
  display: block;
  width: 300px;
  margin: auto;
  margin-top: 30px;
  font-size: 14px;
  background-color: #978d62;
  border-radius: 20px;
  padding: 10px 25px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 1s;
  transition: 1s;
}
a.promotionbutton:hover,
.promotionbutton:hover {
  background-color: #aca47f;
}
a.promotionbutton.reverse,
.promotionbutton.reverse {
  background-color: #aca47f;
}
a.promotionbutton.reverse:hover,
.promotionbutton.reverse:hover {
  background-color: #978d62;
}
.openCompetition:hover {
  cursor: pointer;
}
.ReadMoreContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}
.ReadMoreContainer img {
  width: 21px;
  height: 13px;
  margin-right: 10px;
  opacity: 0.6;
  margin-top: -3px;
}
.ReadMoreContainer p {
  font-family: 'Gotham Book';
  margin: 0;
  text-transform: uppercase;
}
.OrderedListContainer {
  margin: 0;
}
.OrderedListContainer p {
  margin: 0;
}
.OrderedListContainer .ListItem {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 1s;
  transition: 1s;
}
.OrderedListContainer .ListItem .NumberContainer {
  margin-right: 20px;
}
.OrderedListContainer .ListItem .NumberContainer p {
  font-size: 24px;
  font-weight: bold;
}
.OrderedListContainer .ListItem .ItemContainer h3 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5px;
}
#fp-nav {
  width: 120px;
}
#fp-nav.fp-left {
  left: 0px;
}
#fp-nav ul {
  width: 100%;
}
#fp-nav ul li {
  display: block;
  width: 100%;
  margin: 30px 0;
}
#fp-nav ul li a {
  display: block;
  margin: auto;
  width: 100%;
}
#fp-nav ul li .fp-tooltip {
  width: 100% !important;
  top: 20px;
  left: 0px !important;
  margin: 0px;
  text-align: center;
  font-size: 11px;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #fff;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#CensusNavContainer {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 120px;
  z-index: 999;
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #CensusNavContainer {
    height: 100px;
    padding: 0;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  #CensusNavContainer {
    height: 80px;
    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;
    padding: 0;
    width: 50px;
  }
}
#CensusNavContainer #HamburgerToggleContainer,
#CensusNavContainer #MobileHamburgerToggleContainer {
  margin-bottom: 20px;
  min-height: 35px;
  font-size: 35px;
  color: rgba(255, 255, 255, 0.5);
  width: 100%;
  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;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#CensusNavContainer #HamburgerToggleContainer:hover,
#CensusNavContainer #MobileHamburgerToggleContainer:hover {
  cursor: pointer;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CensusNavContainer #HamburgerToggleContainer,
  #CensusNavContainer #MobileHamburgerToggleContainer {
    margin: 0;
    font-size: 25px;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1199px) {
  #CensusNavContainer #HamburgerToggleContainer {
    display: none;
  }
}
#CensusNavContainer #MobileHamburgerToggleContainer {
  display: none;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1199px) {
  #CensusNavContainer #MobileHamburgerToggleContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#CensusNavContainer #CensusNav {
  padding: 0;
  list-style: none;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #CensusNavContainer #CensusNav {
    padding-top: 30px;
  }
}
#CensusNavContainer #CensusNav li {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CensusNavContainer #CensusNav li {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
  }
}
#CensusNavContainer #CensusNav li span {
  text-align: center;
  opacity: 0;
  -webkit-transition: 1.5s;
  transition: 1.5s;
  width: 100%;
  padding: 8px 0 15px 0;
}
@media only screen and (max-width: 767px) {
  #CensusNavContainer #CensusNav li span {
    padding: 0px;
    width: auto;
    margin-left: 30px;
    opacity: 1;
    color: rgba(255, 255, 255, 0.5);
  }
}
#CensusNavContainer #CensusNav li:hover span {
  opacity: 1;
}
#CensusNavContainer #CensusNav li a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 767px) {
  #CensusNavContainer #CensusNav li a {
    position: absolute;
    width: 100%;
  }
}
#CensusNavContainer #CensusNav li a:hover {
  color: #fff;
}
#CensusNavContainer #CensusNav li.active a {
  color: #fff;
}
#CensusNavContainer #CensusNav li.active span {
  opacity: 1;
  color: #fff;
}
#CensusNavContainer #CensusNav li#CloseMobileNav {
  display: none;
}
#CensusNavContainer #CensusNav li#MobileWinCTA {
  display: none;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1199px) {
  #CensusNavContainer #CensusNav {
    position: fixed;
    top: 0px;
    left: -150px;
    width: 150px;
    height: 100vh;
    z-index: 9999;
    margin: 0;
    padding: 0 10px;
    background-color: rgba(0, 0, 0, 0.95);
    padding-top: 10px;
    -webkit-transition: 1s;
    transition: 1s;
  }
  #CensusNavContainer #CensusNav li#CloseMobileNav {
    display: block;
    margin-bottom: 15px;
    text-align: center;
    font-size: 28px;
  }
  #CensusNavContainer #CensusNav li#MobileWinCTA {
    display: block;
    text-align: center;
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    font-size: 30px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #a29970;
  }
  #CensusNavContainer #CensusNav.MobileOpen {
    left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  #CensusNavContainer #CensusNav li#MobileWinCTA,
  #CensusNavContainer #CensusNav li#CloseMobileNav {
    text-align: left;
  }
}
#WinCtaContainer {
  width: 120px;
  position: fixed;
  z-index: 999;
  bottom: 20px;
  left: 0px;
  text-align: center;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1199px) {
  #WinCtaContainer {
    left: auto;
    right: 0px;
    bottom: 0px;
    width: 100%;
    background-color: #a29970;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 10px 5px;
    display: none;
  }
}
#WinCtaContainer h1,
#WinCtaContainer h2 {
  text-transform: uppercase;
}
#WinCtaContainer h1 {
  font-family: 'Quicksand', sans-serif;
  font-size: 42px;
  font-weight: bold;
  margin: 0 0 10px 0;
}
@media only screen and (max-width: 767px) {
  #WinCtaContainer h1 {
    margin: 0;
  }
}
#WinCtaContainer h2 {
  font-family: 'Gotham Book';
  font-size: 13px;
  margin: 0 0 10px 0;
}
@media only screen and (max-width: 767px) {
  #WinCtaContainer h2 {
    margin: 0;
  }
}
#WinCtaContainer p#WinButton {
  display: block;
  margin: auto;
  background-color: #a29970;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  width: 85%;
  padding: 5px 0 5px 0;
  margin-bottom: 10px;
}
#WinCtaContainer p#WinButton:hover {
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  #WinCtaContainer p#WinButton {
    background-color: #978d62;
    margin: 0;
    width: auto;
    padding: 5px 15px 5px 15px;
  }
}
#WinCtaContainer p.termslink {
  font-size: 11px;
}
body.ModalActive {
  overflow: scroll!important;
}
body.ModalActive #fullpage {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}
#Modal {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 100vh;
  background-color: #a29970;
  z-index: 9999;
  -webkit-transition: 1.5s ease;
  transition: 1.5s ease;
}
#Modal.ModalActive {
  position: relative;
  top: 0vh;
  height: auto;
  min-height: 100vh;
}
#Modal .ModalInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
}
#Modal .ModalInner #ModalClose {
  position: absolute;
  top: 20px;
  left: 30px;
  font-size: 45px;
  color: #fff;
  z-index: 999;
}
@media only screen and (max-width: 767px) {
  #Modal .ModalInner #ModalClose {
    left: auto;
    right: 15px;
    top: 5px;
  }
}
#Modal .ModalInner #ModalClose:hover {
  cursor: pointer;
}
#Modal .ModalInner .ModalAside {
  padding: 90px 30px 30px 30px;
  height: 100%;
  width: 450px;
  border-right: dashed 2px rgba(255, 255, 255, 0.6);
  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-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #Modal .ModalInner .ModalAside {
    display: none;
  }
}
#Modal .ModalInner .ModalAside #ModalNavTop {
  width: 100%;
}
#Modal .ModalInner .ModalAside #ModalNavTop ul {
  list-style: none;
  padding: 0;
  width: 100%;
}
#Modal .ModalInner .ModalAside #ModalNavTop ul li {
  width: 100%;
}
#Modal .ModalInner .ModalAside #ModalNavTop ul li a {
  border-radius: 20px;
  padding: 10px;
  font-size: 18px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#Modal .ModalInner .ModalAside #ModalNavTop ul li a span {
  position: absolute;
  left: 60px;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}
#Modal .ModalInner .ModalAside #ModalNavTop ul li a:hover {
  background-color: #aca47f;
}
#Modal .ModalInner .ModalAside #ModalNavBottom {
  width: 100%;
}
#Modal .ModalInner .ModalAside #ModalNavBottom h3,
#Modal .ModalInner .ModalAside #ModalNavBottom p {
  font-size: 16px;
}
#Modal .ModalInner .ModalAside #ModalNavBottom h3 a,
#Modal .ModalInner .ModalAside #ModalNavBottom p a {
  color: #fff;
  text-decoration: none;
}
#Modal .ModalInner .ModalAside #ModalNavBottom h3 a:hover,
#Modal .ModalInner .ModalAside #ModalNavBottom p a:hover {
  text-decoration: underline;
}
#Modal .ModalInner #CompetitionEntryContainer {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#Modal .ModalInner #CompetitionEntryContainer .CompetitionFormContainer {
  width: 80%;
  margin: auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #Modal .ModalInner #CompetitionEntryContainer .CompetitionFormContainer {
    width: 100%;
    padding: 10px;
  }
}
#Modal .ModalInner #CompetitionEntryContainer .CompetitionFormContainer .CompetitionFormIntroContainer {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px), only screen and (max-width: 767px) {
  #Modal .ModalInner #CompetitionEntryContainer .CompetitionFormContainer .CompetitionFormIntroContainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  #Modal .ModalInner #CompetitionEntryContainer .CompetitionFormContainer .CompetitionFormIntroContainer {
    display: block;
  }
}
#Modal .ModalInner #CompetitionEntryContainer .CompetitionFormContainer .CompetitionFormIntroContainer .CompetitionFormIntroImage {
  margin-right: 20px;
  background-image: url('/campaign/sleep-census-2018/img/Census_comp.jpg');
  background-size: cover;
  background-position: center center;
  border-radius: 3px;
  width: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px), only screen and (max-width: 767px) {
  #Modal .ModalInner #CompetitionEntryContainer .CompetitionFormContainer .CompetitionFormIntroContainer .CompetitionFormIntroImage {
    width: 100%;
    height: 400px;
    margin-top: 30px;
    display: none;
  }
}
#Modal .ModalInner #CompetitionEntryContainer .CompetitionFormContainer .CompetitionFormIntroContainer .CompetitionFormIntroCopy {
  margin-right: 20px;
  width: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px), only screen and (max-width: 767px) {
  #Modal .ModalInner #CompetitionEntryContainer .CompetitionFormContainer .CompetitionFormIntroContainer .CompetitionFormIntroCopy {
    width: 100%;
    padding: 3px;
  }
}
#Modal .ModalInner #CompetitionEntryContainer .CompetitionFormContainer h1 {
  font-size: 200px;
  margin: 0 0 0 0;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  #Modal .ModalInner #CompetitionEntryContainer .CompetitionFormContainer h1 {
    font-size: 80px;
  }
}
#Modal .ModalInner #CompetitionEntryContainer .CompetitionFormContainer > p.subhead {
  font-size: 36px;
  margin: 0;
}
#Modal .ModalInner #CompetitionEntryContainer .CompetitionFormContainer h2 {
  margin: 0 0 30px 0;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  #Modal .ModalInner #CompetitionEntryContainer .CompetitionFormContainer h2 {
    font-size: 26px;
    margin: 0 0 10px 0;
  }
}
#Modal .ModalInner #CompetitionEntryContainer .CompetitionFormContainer p {
  margin: 0;
}
#Modal .ModalInner #CompetitionEntryContainer .CompetitionFormContainer form {
  margin-top: 60px;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px), only screen and (max-width: 767px) {
  #Modal .ModalInner #CompetitionEntryContainer .CompetitionFormContainer form {
    margin-top: 15px;
  }
}
#Modal .ModalInner #CompetitionEntryContainer .CompetitionFormContainer form .FieldContainer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  #Modal .ModalInner #CompetitionEntryContainer .CompetitionFormContainer form .FieldContainer {
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #Modal .ModalInner #CompetitionEntryContainer .CompetitionFormContainer form .FieldContainer.SubmitEntryFieldContainer {
    flex-direction: column;
  }
}
#Modal .ModalInner #CompetitionEntryContainer .CompetitionFormContainer form .FieldContainer .field {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0 20px 20px 0;
}
@media only screen and (max-width: 767px) {
  #Modal .ModalInner #CompetitionEntryContainer .CompetitionFormContainer form .FieldContainer .field {
    margin: 3px;
  }
}
#Modal .ModalInner #CompetitionEntryContainer .CompetitionFormContainer form .FieldContainer .field input,
#Modal .ModalInner #CompetitionEntryContainer .CompetitionFormContainer form .FieldContainer .field textarea,
#Modal .ModalInner #CompetitionEntryContainer .CompetitionFormContainer form .FieldContainer .field button {
  color: #fff;
  width: 100%;
  border: none;
  border-bottom: 2px solid #b6af8f;
  background: #a8a079;
  font-size: 18px;
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  #Modal .ModalInner #CompetitionEntryContainer .CompetitionFormContainer form .FieldContainer .field input,
  #Modal .ModalInner #CompetitionEntryContainer .CompetitionFormContainer form .FieldContainer .field textarea,
  #Modal .ModalInner #CompetitionEntryContainer .CompetitionFormContainer form .FieldContainer .field button {
    padding: 5px;
  }
}
#Modal .ModalInner #CompetitionEntryContainer .CompetitionFormContainer form .FieldContainer .field input::-webkit-input-placeholder,
#Modal .ModalInner #CompetitionEntryContainer .CompetitionFormContainer form .FieldContainer .field textarea::-webkit-input-placeholder,
#Modal .ModalInner #CompetitionEntryContainer .CompetitionFormContainer form .FieldContainer .field button::-webkit-input-placeholder {
  font-size: 18px;
  color: #fff;
  font-family: 'Gotham Light Regular';
}
#Modal .ModalInner #CompetitionEntryContainer .CompetitionFormContainer form .FieldContainer .field input:-ms-input-placeholder,
#Modal .ModalInner #CompetitionEntryContainer .CompetitionFormContainer form .FieldContainer .field textarea:-ms-input-placeholder,
#Modal .ModalInner #CompetitionEntryContainer .CompetitionFormContainer form .FieldContainer .field button:-ms-input-placeholder {
  font-size: 18px;
  color: #fff;
  font-family: 'Gotham Light Regular';
}
#Modal .ModalInner #CompetitionEntryContainer .CompetitionFormContainer form .FieldContainer .field input::placeholder,
#Modal .ModalInner #CompetitionEntryContainer .CompetitionFormContainer form .FieldContainer .field textarea::placeholder,
#Modal .ModalInner #CompetitionEntryContainer .CompetitionFormContainer form .FieldContainer .field button::placeholder {
  font-size: 18px;
  color: #fff;
  font-family: 'Gotham Light Regular';
}
@media only screen and (max-width: 767px) {
  #Modal .ModalInner #CompetitionEntryContainer .CompetitionFormContainer form .FieldContainer .field input::placeholder,
  #Modal .ModalInner #CompetitionEntryContainer .CompetitionFormContainer form .FieldContainer .field textarea::placeholder,
  #Modal .ModalInner #CompetitionEntryContainer .CompetitionFormContainer form .FieldContainer .field button::placeholder {
    font-size: 16px;
  }
}
#Modal .ModalInner #CompetitionEntryContainer .CompetitionFormContainer form .FieldContainer .field input#CompetitionEntrySubmitButton,
#Modal .ModalInner #CompetitionEntryContainer .CompetitionFormContainer form .FieldContainer .field textarea#CompetitionEntrySubmitButton,
#Modal .ModalInner #CompetitionEntryContainer .CompetitionFormContainer form .FieldContainer .field button#CompetitionEntrySubmitButton {
  width: 210px;
  border: none;
  background: #9c9267;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#Modal .ModalInner #CompetitionEntryContainer .CompetitionFormContainer form .FieldContainer .field input#CompetitionEntrySubmitButton:hover,
#Modal .ModalInner #CompetitionEntryContainer .CompetitionFormContainer form .FieldContainer .field textarea#CompetitionEntrySubmitButton:hover,
#Modal .ModalInner #CompetitionEntryContainer .CompetitionFormContainer form .FieldContainer .field button#CompetitionEntrySubmitButton:hover {
  background: #a8a079;
  cursor: pointer;
}
#Modal .ModalInner #CompetitionEntryContainer .CompetitionFormContainer form .FieldContainer .field.termsfield label,
#Modal .ModalInner #CompetitionEntryContainer .CompetitionFormContainer form .FieldContainer .field.termsfield input {
  display: inline;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  #Modal .ModalInner #CompetitionEntryContainer .CompetitionFormContainer form .FieldContainer .field.termsfield {
    font-size: 14px;
  }
}
#Modal .ModalInner #CompetitionEntryContainer .CompetitionFormContainer form .FieldContainer .field.termsfield input {
  width: auto;
}
#Modal .ModalInner #CompetitionEntryContainer .CompetitionFormContainer form .FieldContainer .field.termsfield .FormsTermsLink {
  color: #fff;
  text-decoration: none;
  margin-top: 10px;
  font-style: italic;
}
#Modal .ModalInner #CompetitionEntryContainer .CompetitionFormContainer form .FieldContainer .field.termsfield .FormsTermsLink:hover {
  text-decoration: underline;
}
#CompetitionEntryConfirmation {
  display: none;
  margin: 30px 0 30px 0;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1199px) {
  #LogoContainer {
    display: none;
  }
}
#LogoContainer #SleepCensus2018Logo a {
  position: fixed;
  top: 30px;
  left: 75%;
  width: 130px;
  margin-left: -150px;
  z-index: 999;
}
#LogoContainer #SleepCensus2018Logo a img {
  width: 100%;
}
#LogoContainer #SealyLogo a {
  display: block;
  position: fixed;
  bottom: 20px;
  left: 75%;
  width: 130px;
  margin-left: -150px;
  z-index: 999;
}
#LogoContainer #SealyLogo a img {
  width: 100%;
}
#LogoContainer #Copyright {
  position: fixed;
  bottom: 20px;
  left: 75%;
  z-index: 999;
  font-size: 14px;
  margin-left: -530px;
}
#LogoContainer #Copyright p {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  #LogoContainer {
    display: none;
  }
}
#MobileHeader {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 888;
  width: 100%;
  height: 100px;
  background-color: #000;
  display: none;
}
#MobileHeader h1 {
  margin: 0;
  text-transform: uppercase;
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  #MobileHeader h1 {
    font-size: 20px;
    font-weight: bold;
    margin-left: 50px;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1199px) {
  #MobileHeader {
    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;
    height: 80px;
  }
}
@media only screen and (max-width: 767px) {
  #MobileHeader {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
#MobileHeader #MobileHeaderSealyLogo {
  position: absolute;
  right: 10px;
  height: 100%;
  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;
}
#MobileHeader #MobileHeaderSealyLogo a {
  display: block;
  height: 70%;
}
#MobileHeader #MobileHeaderSealyLogo a img {
  display: block;
  height: 100%;
}
.Giaan {
  background-image: url('/campaign/sleep-census-2018/img/ambassador/Giaan_500x500.jpg');
  background-size: cover;
  background-position: center center;
}
.Olivia {
  background-image: url('/campaign/sleep-census-2018/img/ambassador/Olivia.jpg');
  background-size: cover;
  background-position: center center;
}
.Laura {
  background-image: url('/campaign/sleep-census-2018/img/ambassador/Laura_500x500.jpg');
  background-size: cover;
  background-position: center center;
}
.DanGreen {
  background-image: url('/campaign/sleep-census-2018/img/ambassador/Dan-Green_500x500.jpg');
  background-size: cover;
  background-position: center center;
}
.LearnMoreNavContainer {
  margin: 30px 0;
}
.LearnMoreNavContainer p {
  font-family: 'Gotham Book';
  font-size: 14px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .LearnMoreNavContainer p {
    text-align: center;
    margin: 0;
  }
}
.LearnMoreNavContainer .LearnMoreNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .LearnMoreNavContainer .LearnMoreNav {
    margin-right: -30px;
  }
}
.LearnMoreNavContainer .LearnMoreNav .NavItemContainer {
  width: 150px;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .LearnMoreNavContainer .LearnMoreNav .NavItemContainer {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .LearnMoreNavContainer .LearnMoreNav .NavItemContainer {
    margin: 0;
  }
}
.LearnMoreNavContainer .LearnMoreNav .NavItemContainer .NavImage {
  height: 124px;
  width: 124px;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  margin: 20px 0 10px 0;
}
.LearnMoreNavContainer .LearnMoreNav .NavItemContainer .NavLink {
  text-align: center;
  position: relative;
}
.LearnMoreNavContainer .LearnMoreNav .NavItemContainer .NavLink a {
  color: #fff;
  text-decoration: none;
  font-family: 'Gotham Book';
}
@media only screen and (max-width: 767px) {
  .LearnMoreNavContainer .LearnMoreNav .NavItemContainer .NavLink a {
    display: block;
    margin: auto;
    width: 90%;
  }
}
#AsFeaturedContainer {
  position: absolute;
  bottom: 30px;
  width: 100%;
  padding: 0 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #AsFeaturedContainer {
    max-width: 800px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px), only screen and (max-width: 767px) {
  #AsFeaturedContainer {
    position: relative;
    padding: 30px 0 0 0;
  }
}
#AsFeaturedContainer p {
  text-transform: uppercase;
  font-family: 'Gotham Book';
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  #AsFeaturedContainer p {
    text-align: center;
  }
}
#AsFeaturedContainer .Logos {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #AsFeaturedContainer .Logos {
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  #AsFeaturedContainer .Logos {
    justify-content: center;
  }
}
#AsFeaturedContainer .Logos img {
  display: block;
  align-self: center;
}
#AsFeaturedContainer .Logos img:nth-child(1) {
  width: 38px;
}
#AsFeaturedContainer .Logos img:nth-child(2) {
  width: 86px;
}
#AsFeaturedContainer .Logos img:nth-child(3) {
  width: 116px;
}
#AsFeaturedContainer .Logos img:nth-child(4) {
  width: 115px;
}
@media only screen and (max-width: 767px) {
  #AsFeaturedContainer .Logos img:nth-child(1) {
    width: 28px;
  }
  #AsFeaturedContainer .Logos img:nth-child(2) {
    width: 71px;
  }
  #AsFeaturedContainer .Logos img:nth-child(3) {
    width: 101px;
  }
  #AsFeaturedContainer .Logos img:nth-child(4) {
    width: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #AsFeaturedContainer .Logos img {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  #AsFeaturedContainer .Logos img {
    margin: 0 8px 0 8px;
  }
}
#fullpage {
  color: #fff;
}
#fullpage .section {
  background-color: #000;
  background-size: cover;
  background-position: center center;
}
#fullpage .section .SectionContainer {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) and (max-width: 1199px), only screen and (max-width: 767px) {
  #fullpage .section .SectionContainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: block;
    height: auto;
  }
}
#fullpage .section .SectionContainer:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 120px;
  height: 100%;
  background-color: #000;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1199px) {
  #fullpage .section .SectionContainer:before {
    display: none;
  }
}
#fullpage .section .SectionContainer .PrimaryContentContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 100%;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1199px), only screen and (max-width: 767px) {
  #fullpage .section .SectionContainer .PrimaryContentContainer {
    width: 100%;
  }
}
#fullpage .section .SectionContainer .PrimaryContentContainer .NavSpacer {
  height: 100%;
  width: 120px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1199px) {
  #fullpage .section .SectionContainer .PrimaryContentContainer .NavSpacer {
    display: none;
  }
}
#fullpage .section .SectionContainer .PrimaryContentContainer .ContentOutter {
  display: block;
  width: 100%;
  margin: auto;
  height: 100%;
  padding-top: 40px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1199px) {
  #fullpage .section .SectionContainer .PrimaryContentContainer .ContentOutter {
    padding: 0;
  }
}
#fullpage .section .SectionContainer .PrimaryContentContainer .ContentOutter .ContentInner {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0;
  max-width: 800px;
}
#fullpage .section .SectionContainer .PrimaryContentContainer .ContentOutter .ContentInner h1.HomeHeading {
  font-size: 180px;
  margin: 0;
  font-weight: bold;
}
#fullpage .section .SectionContainer .PrimaryContentContainer .ContentOutter .ContentInner h2.HomeSubHeading {
  font-size: 40px;
  margin-bottom: 60px;
  text-transform: uppercase;
  color: #fff;
}
#fullpage .section .SectionContainer .PrimaryContentContainer .ContentOutter .ContentInner h1.SectionHeading {
  font-size: 18px;
  color: #529FD3;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 60px 0;
}
#fullpage .section .SectionContainer .PrimaryContentContainer .ContentOutter .ContentInner h2 {
  font-size: 36px;
  margin: 0 0 15px 0;
}
#fullpage .section .SectionContainer .PrimaryContentContainer .ContentOutter .ContentInner h2 span {
  color: #529FD3;
  font-weight: 400;
}
@media only screen and (min-width: 768px) and (max-width: 1199px), only screen and (max-width: 767px) {
  #fullpage .section .SectionContainer .PrimaryContentContainer .ContentOutter .ContentInner {
    padding: 100px 30px 30px 30px;
  }
}
#fullpage .section .SectionContainer .PrimaryContentContainer .ContentOutter .ContentInner .ContentInnerQuote {
  font-style: italic;
}
#fullpage .section .SectionContainer .SecondaryContentContainer {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 25%;
  height: 100%;
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (min-width: 768px) and (max-width: 1199px), only screen and (max-width: 767px) {
  #fullpage .section .SectionContainer .SecondaryContentContainer {
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 0px 30px 100px 30px;
    box-sizing: border-box;
  }
}
#fullpage .section .SectionContainer .SecondaryContentContainer .QuoteContainer {
  width: 80%;
}
@media only screen and (max-width: 767px) {
  #fullpage .section .SectionContainer .SecondaryContentContainer .QuoteContainer {
    width: 100%;
  }
}
#fullpage .section .SectionContainer .SecondaryContentContainer .QuoteContainer .QuoteImageContainer {
  border-radius: 50%;
  width: 20vw;
  height: 20vw;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.5);
  background-size: cover;
  background-position: center center;
  display: block;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  #fullpage .section .SectionContainer .SecondaryContentContainer .QuoteContainer .QuoteImageContainer {
    width: 50vw;
    height: 50vw;
  }
}
#fullpage .section .SectionContainer .SecondaryContentContainer .QuoteContainer .QuoteContentContainer {
  text-align: center;
}
#fullpage .section .SectionContainer .SecondaryContentContainer .QuoteContainer .QuoteContentContainer .quote {
  font-size: 26px;
  line-height: 30px;
  font-weight: 300;
}
#fullpage .section .SectionContainer .SecondaryContentContainer .QuoteContainer .QuoteContentContainer .quoteauthor,
#fullpage .section .SectionContainer .SecondaryContentContainer .QuoteContainer .QuoteContentContainer .quoteauthortitle {
  margin: 0;
  text-transform: uppercase;
}
#fullpage .section .SectionContainer .SecondaryContentContainer .QuoteContainer .QuoteContentContainer .quoteauthor {
  font-family: 'Gotham Book';
}
#fullpage .section .SectionContainer .SecondaryContentContainer .CircleGraphContainer {
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
  width: 80%;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1199px) {
  #fullpage .section .SectionContainer .SecondaryContentContainer .CircleGraphContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #fullpage .section .SectionContainer .SecondaryContentContainer .CircleGraphContainer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  #fullpage .section .SectionContainer .SecondaryContentContainer .CircleGraphContainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #fullpage .section .SectionContainer .SecondaryContentContainer .CircleGraphContainer .CircleGraph {
    padding: 10px;
    width: 30%;
  }
}
#fullpage .section .SectionContainer .SecondaryContentContainer .CircleGraphContainer .CircleGraph .ProgressContainer {
  width: 65%;
  margin: auto;
  position: relative;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1199px) {
  #fullpage .section .SectionContainer .SecondaryContentContainer .CircleGraphContainer .CircleGraph .ProgressContainer {
    width: 200px;
    height: 200px;
  }
}
#fullpage .section .SectionContainer .SecondaryContentContainer .CircleGraphContainer .CircleGraph .ProgressContainer .CentredContent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 40px;
}
#fullpage .section .SectionContainer .SecondaryContentContainer .CircleGraphContainer .CircleGraph .ProgressContainer .CentredContent p {
  font-size: 11px;
  text-align: center;
  margin: 5px 0 0 0;
  text-transform: uppercase;
}
#fullpage .section .SectionContainer .SecondaryContentContainer .CircleGraphContainer .CircleGraph .ProgressContainer .progress,
#fullpage .section .SectionContainer .SecondaryContentContainer .CircleGraphContainer .CircleGraph .ProgressContainer .progress2 {
  width: 100%;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1199px) {
  #fullpage .section .SectionContainer .SecondaryContentContainer .CircleGraphContainer .CircleGraph .ProgressContainer .progress,
  #fullpage .section .SectionContainer .SecondaryContentContainer .CircleGraphContainer .CircleGraph .ProgressContainer .progress2 {
    width: 200px;
    height: 200px;
  }
}
#fullpage .section .SectionContainer .SecondaryContentContainer .CircleGraphContainer .CircleGraph .ProgressContainer .progress svg,
#fullpage .section .SectionContainer .SecondaryContentContainer .CircleGraphContainer .CircleGraph .ProgressContainer .progress2 svg {
  display: block;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#fullpage .section .SectionContainer .SecondaryContentContainer .CircleGraphContainer .CircleGraph .ProgressContainer .progress svg path:nth-of-type(1),
#fullpage .section .SectionContainer .SecondaryContentContainer .CircleGraphContainer .CircleGraph .ProgressContainer .progress2 svg path:nth-of-type(1) {
  opacity: 0.5;
}
#fullpage .section:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center center;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1199px) {
  #fullpage .section:before {
    height: 100%;
  }
}
#fullpage .section#section0:before {
  background-image: url('/campaign/sleep-census-2018/img/Sealy_Sleep_Census_1.jpg');
}
#fullpage .section#section0 .PrimaryContentContainer {
  background-color: rgba(45, 52, 64, 0.8);
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1199px) {
  #fullpage .section#section0 .SecondaryContentContainer {
    background-color: rgba(45, 52, 64, 0.8);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
#fullpage .section#section1:before {
  background-image: url('/campaign/sleep-census-2018/img/Sealy_Sleep_Census_2.jpg');
}
#fullpage .section#section1 .PrimaryContentContainer {
  background-color: rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1199px) {
  #fullpage .section#section1 .SecondaryContentContainer {
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
#fullpage .section#section2:before {
  background-image: url('/campaign/sleep-census-2018/img/Sealy_Sleep_Census_3.jpg');
}
#fullpage .section#section2 .PrimaryContentContainer {
  background-color: rgba(45, 52, 64, 0.8);
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1199px) {
  #fullpage .section#section2 .SecondaryContentContainer {
    background-color: rgba(45, 52, 64, 0.8);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
#fullpage .section#section3:before {
  background-image: url('/campaign/sleep-census-2018/img/Sealy_Sleep_Census_4.jpg');
}
#fullpage .section#section3 .PrimaryContentContainer {
  background-color: rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1199px) {
  #fullpage .section#section3 .SecondaryContentContainer {
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
#fullpage .section#section4:before {
  background-image: url('/campaign/sleep-census-2018/img/Sealy_Sleep_Census_5.jpg');
}
#fullpage .section#section4 .PrimaryContentContainer {
  background-color: rgba(45, 52, 64, 0.8);
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1199px) {
  #fullpage .section#section4 .SecondaryContentContainer {
    background-color: rgba(45, 52, 64, 0.8);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
#fullpage .section#section5:before {
  background-image: url('/campaign/sleep-census-2018/img/Sealy_Sleep_Census_6.jpg');
}
#fullpage .section#section5 .PrimaryContentContainer {
  background-color: rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1199px) {
  #fullpage .section#section5 .SecondaryContentContainer {
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
#fullpage .section#section6:before {
  background-image: url('/campaign/sleep-census-2018/img/Sealy_Sleep_Census_7.jpg');
}
#fullpage .section .PrimaryContentContainer {
  background-color: rgba(45, 52, 64, 0.8);
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1199px) {
  #fullpage .section .SecondaryContentContainer {
    background-color: rgba(45, 52, 64, 0.8);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
#fullpage .section#section7:before {
  background-image: url('/campaign/sleep-census-2018/img/Sealy_Sleep_Census_8.jpg');
}
#fullpage .section#section7 .PrimaryContentContainer {
  background-color: rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1199px) {
  #fullpage .section#section7 .SecondaryContentContainer {
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
.ProgBarContainer {
  position: relative;
}
#section0 .SectionContainer .PrimaryContentContainer .ContentOutter #MobileIntro {
  position: relative;
  display: none;
  padding: 30px;
  box-sizing: border-box;
  height: 100vh;
  background-image: url('/campaign/sleep-census-2018/img/Sealy_Sleep_Census_1.jpg');
  background-size: cover;
  background-position: center center;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1199px) {
  #section0 .SectionContainer .PrimaryContentContainer .ContentOutter #MobileIntro {
    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;
  }
  #section0 .SectionContainer .PrimaryContentContainer .ContentOutter #MobileIntro #MobileLogoContainer {
    position: absolute;
    bottom: 15px;
    left: 0;
    padding: 0 30px;
    display: block;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  #section0 .SectionContainer .PrimaryContentContainer .ContentOutter #MobileIntro #MobileLogoContainer #MobileSleepCensus2018Logo img {
    height: 150px;
  }
  #section0 .SectionContainer .PrimaryContentContainer .ContentOutter #MobileIntro #MobileLogoContainer #MobileSealyLogo a {
    display: block;
    height: 150px;
  }
  #section0 .SectionContainer .PrimaryContentContainer .ContentOutter #MobileIntro #MobileLogoContainer #MobileSealyLogo a img {
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #section0 .SectionContainer .PrimaryContentContainer .ContentOutter #MobileIntro #MobileLogoContainer #MobileSleepCensus2018Logo img {
    height: 100px;
  }
  #section0 .SectionContainer .PrimaryContentContainer .ContentOutter #MobileIntro #MobileLogoContainer #MobileSealyLogo a {
    display: block;
    height: 100px;
  }
  #section0 .SectionContainer .PrimaryContentContainer .ContentOutter #MobileIntro #MobileLogoContainer #MobileSealyLogo a img {
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #section0 .SectionContainer .PrimaryContentContainer .ContentOutter #MobileIntro h1 {
    margin: 0;
    font-size: 80px;
    font-weight: bold;
  }
  #section0 .SectionContainer .PrimaryContentContainer .ContentOutter #MobileIntro h2 {
    margin: 0;
    margin-bottom: 30vh;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #section0 .SectionContainer .PrimaryContentContainer .ContentOutter #MobileIntro h1 {
    margin: 0;
    font-size: 120px;
    font-weight: bold;
  }
  #section0 .SectionContainer .PrimaryContentContainer .ContentOutter #MobileIntro h2 {
    margin: 0;
    margin-bottom: 30vh;
    font-size: 42px;
  }
}
#section0 .SectionContainer .PrimaryContentContainer .ContentOutter .ContentInner p span {
  font-family: 'Gotham Book';
}
#section0 .SectionContainer .PrimaryContentContainer .ContentOutter .ContentInner h2 {
  color: #529FD3;
  font-weight: 400;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1199px) {
  #section0 .SectionContainer .PrimaryContentContainer .ContentOutter .ContentInner .HomeIntro {
    display: none;
  }
}
#section1 .SectionContainer .PrimaryContentContainer .ContentInner h1.SectionHeading {
  margin-bottom: 30px !important;
}
#section1 .SectionContainer .PrimaryContentContainer .ContentInner h4 {
  font-family: 'Gotham Book';
  font-size: 18px;
}
#DrAmyTips {
  margin-top: 30px;
}
#DrAmyTips ul#DrAmySliderNav {
  width: 100%;
  margin: 15px 0 30px 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
#DrAmyTips ul#DrAmySliderNav li {
  text-align: center;
  width: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-right: 15px;
}
#DrAmyTips ul#DrAmySliderNav li a {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.2);
  text-decoration: none;
}
#DrAmyTips ul#DrAmySliderNav li.active {
  border-bottom: 2px solid #a29970;
}
#DrAmyTips ul#DrAmySliderNav li.active a {
  color: #fff;
}
#DrAmyTips #DrAmySlider {
  margin: 0;
}
#DownloadCensusContainer .ReadMoreContainer {
  display: block;
}
#DownloadCensusContainer .ReadMoreContainer a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
}
#DownloadCensusContainer .ReadMoreContainer a img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#DownloadCensusContainer .ReadMoreContainer a:hover img {
  width: 30px;
}
#FindRightMattressForYouContainer .FindRightMattressForYou {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#FindRightMattressForYouContainer .FindRightMattressForYou .FindRightMattressLinkItem {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 150px;
  margin-right: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#FindRightMattressForYouContainer .FindRightMattressForYou .FindRightMattressLinkItem .IconContainer {
  /*
                         height: 124px;
                         width: 124px;
                         border: 2px solid @gold;
                         background-color: @white;
                         border-radius: 50%;
                         margin: 20px 0 10px 0;
                         */
  display: block;
  width: 100px;
  position: relative;
  width: 80px;
  height: 80px;
}
#FindRightMattressForYouContainer .FindRightMattressForYou .FindRightMattressLinkItem .IconContainer .icon {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
#FindRightMattressForYouContainer .FindRightMattressForYou .FindRightMattressLinkItem .IconContainer .icon img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#FindRightMattressForYouContainer .FindRightMattressForYou .FindRightMattressLinkItem .IconContainer .icon img.inactive {
  opacity: 0;
}
#FindRightMattressForYouContainer .FindRightMattressForYou .FindRightMattressLinkItem .IconContainer .icon img.active {
  opacity: 1;
}
#FindRightMattressForYouContainer .FindRightMattressForYou .FindRightMattressLinkItem .LinkContainer a {
  color: #fff;
  text-decoration: none;
  font-family: 'Gotham Book';
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 20px;
  display: block;
}
#FindRightMattressForYouContainer .FindRightMattressForYou .FindRightMattressLinkItem:hover {
  cursor: pointer;
}
#FindRightMattressForYouContainer .FindRightMattressForYou .FindRightMattressLinkItem:hover .IconContainer .icon img.inactive {
  opacity: 1;
}
#FindRightMattressForYouContainer .FindRightMattressForYou .FindRightMattressLinkItem:hover .IconContainer .icon img.active {
  opacity: 0;
}
#FindRightMattressForYouContainer .FindRightMattressForYou .FindRightMattressLinkItem:hover .LinkContainer a {
  color: #a29970;
}
#BedTips {
  margin-top: 30px;
}
#BedTips ul#BedSliderNav {
  width: 100%;
  margin: 15px 0 30px 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
#BedTips ul#BedSliderNav li {
  text-align: center;
  width: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-right: 15px;
}
#BedTips ul#BedSliderNav li a {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.2);
  text-decoration: none;
}
#BedTips ul#BedSliderNav li.active {
  border-bottom: 2px solid #a29970;
}
#BedTips ul#BedSliderNav li.active a {
  color: #fff;
}
#BedTips #BedSlider {
  margin: 0;
}
#DrAmyQuoteContainer .QuoteImageContainer {
  background-image: url('/campaign/sleep-census-2018/img/DrAmyReynolds2.jpg');
}
.StatsBarsContainer {
  margin-bottom: 30px;
}
.StatsBarsContainer .StatBar {
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
  width: 100%;
  border-radius: 20px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.StatsBarsContainer .StatBar p {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .StatsBarsContainer .StatBar {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 40px;
    overflow: visible;
    border-radius: 0px;
    margin-bottom: 40px;
  }
}
.StatsBarsContainer .StatBar:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
@media only screen and (max-width: 767px) {
  .StatsBarsContainer .StatBar:hover {
    background: none;
  }
}
.StatsBarsContainer .StatBar .StatBarProgress {
  background-color: #fff;
  color: #000;
  width: 0;
  -webkit-transition: width 3s ease-in-out;
  transition: width 3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  margin-right: 15px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .StatsBarsContainer .StatBar .StatBarProgress {
    height: 10px;
  }
}
.StatsBarsContainer .StatBar .StatBarProgress p {
  font-family: 'Gotham Book';
  text-transform: uppercase;
  padding-left: 15px;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .StatsBarsContainer .StatBar .StatBarProgress {
    padding: 5px 0;
    border-radius: 10px 0 0 10px;
  }
  .StatsBarsContainer .StatBar .StatBarProgress p {
    display: none;
  }
}
.StatsBarsContainer .StatBar .StatBarDetailContainer {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .StatsBarsContainer .StatBar .StatBarDetailContainer {
    width: 100%;
    position: relative;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 5px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
.StatsBarsContainer .StatBar .StatBarDetailContainer .IconContainer {
  margin-right: 15px;
}
.StatsBarsContainer .StatBar .StatBarDetailContainer .IconContainer svg {
  display: block;
  width: 30px;
  height: 30px;
}
.StatsBarsContainer .StatBar .StatBarDetailContainer .ContentContainer {
  width: 80%;
}
.StatsBarsContainer .StatBar .StatBarDetailContainer .ContentContainer p {
  line-height: 1;
}
.StatContainer h3 {
  font-family: 'Gotham Book';
  font-size: 18px;
  font-weight: 700;
}
.StatContainer .Stat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .StatContainer .Stat {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.StatContainer .Stat .StatIconContainer {
  width: 200px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 30px;
}
.StatContainer .Stat .StatContent h4 {
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 5px 0;
}
@media only screen and (max-width: 767px) {
  .StatContainer .Stat .StatContent h4 {
    margin: 5px 0 5px 0;
  }
}
.StatContainer .Stat .StatContent p {
  margin: 0;
}
.HealthStatsContainer .HealthStat .HealthStatIconsContainer.Exercise {
  font-size: 50px;
}
.HealthStatsContainer .HealthStat .HealthStatIconsContainer.Exercise svg {
  width: 33%;
}
.HealthStatsContainer .HealthStat .HealthStatIconsContainer.Eating {
  font-size: 25px;
}
.HealthStatsContainer .HealthStat .HealthStatIconsContainer.Eating svg {
  width: 20%;
  margin-bottom: 5px;
}
.HealthStatsContainer .HealthStat .HealthStatIconsContainer.SleepAid {
  font-size: 25px;
}
.HealthStatsContainer .HealthStat .HealthStatIconsContainer.SleepAid svg {
  width: 25%;
  margin-bottom: 5px;
}
.HealthStatsContainer .HealthStat .HealthStatIconsContainer.CarAccident {
  font-size: 60px;
}
.HealthStatsContainer .HealthStat .HealthStatIconsContainer.CarAccident #CarAccidentProgCircle {
  width: 77px;
  height: 77px;
  position: relative;
  margin-right: 15px;
}
.HealthStatsContainer .HealthStat .HealthStatIconsContainer.CarAccident #CarAccidentProgCircle svg {
  display: block;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.HealthStatsContainer .HealthStat .HealthStatIconsContainer.CarAccident #CarAccidentProgCircle svg path:nth-of-type(1) {
  opacity: 0.5;
}
.WorkStatsContainer .WorkStat .WorkStatIconsContainer.StatIconContainer {
  font-size: 50px;
}
.WorkStatsContainer .WorkStat .WorkStatIconsContainer.StatIconContainer img {
  width: 20%;
}
.WorkStatsContainer .WorkStat .WorkStatIconsContainer.StatIconContainer .fa-plus {
  font-size: 20px;
  width: 20px;
}
.WorkStatsContainer .WorkStat .WorkStatIconsContainer.FullTime {
  font-size: 26px;
}
.WorkStatsContainer .WorkStat .WorkStatIconsContainer.FullTime svg {
  width: 20%;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .WorkStatsContainer .WorkStat .WorkStatIconsContainer.FullTime svg {
    width: auto;
  }
}
.WorkStatsContainer .WorkStat .WorkStatsContent h4 {
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 5px 0;
}
.WorkStatsContainer .WorkStat .WorkStatsContent p {
  margin: 0;
}
.AgeStatsContainer {
  margin: 60px 0;
}
.AgeStatsContainer section {
  margin-bottom: 30px;
}
.AgeStatsContainer h3 {
  font-size: 18px;
}
.AgeStatsContainer .AgeStat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.AgeStatsContainer .AgeStat .AgeStatIconsContainer {
  width: 50px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 30px;
  font-size: 40px;
}
.AgeStatsContainer .AgeStat .AgeStatContent {
  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;
}
.AgeStatsContainer .AgeStat .AgeStatContent h4 {
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 5px 0;
}
.AgeStatsContainer .AgeStat .AgeStatContent p {
  margin: 0;
}
/* sample staggered blur effect
 #section7 {
       .ListItem {
             opacity: 0;
             filter: blur(15px);
             transition: 2s;
       }
       &.active {
             .ListItem {
                   &:nth-child(1) {
                         filter: blur(0px);
                         opacity: 1;
                         transition-delay: 1s;
                   }
                   &:nth-child(2) {
                         filter: blur(0px);
                         opacity: 1;
                         transition-delay: 2s;
                   }
                   &:nth-child(3) {
                         filter: blur(0px);
                         opacity: 1;
                         transition-delay: 3s;
                   }
                   &:nth-child(4) {
                         filter: blur(0px);
                         opacity: 1;
                         transition-delay: 4s;
                   }
             }
       }
 }
 */
.section .SectionContainer .SecondaryContentContainer .QuoteContainer {
  opacity: 0;
  filter: blur(50px);
  transition: 2s;
}
.section.active .SectionContainer .SecondaryContentContainer .QuoteContainer {
  opacity: 1;
  filter: blur(0px);
  transition-delay: 1s;
}
.section .StatIconContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section .StatIconContainer img {
  display: block;
  width: 60px;
  align-self: center;
}
.section .StatIconContainer svg,
.section .StatIconContainer img {
  transition: 1.5s;
  opacity: 0.4;
}
.section .StatIconContainer.MediumIcons img {
  width: 50px!important;
}
.section .StatIconContainer .ProgCircle svg {
  opacity: 1;
}
@-webkit-keyframes BLINK {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes BLINK {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
.section.active .Stat .StatIconContainer svg.active:nth-child(1),
.section.active .Stat .StatIconContainer img.active:nth-child(1) {
  opacity: 1;
  transition-delay: 2s;
}
.section.active .Stat .StatIconContainer svg.active:nth-child(2),
.section.active .Stat .StatIconContainer img.active:nth-child(2) {
  opacity: 1;
  transition-delay: 3s;
}
.section.active .Stat .StatIconContainer svg.active:nth-child(3),
.section.active .Stat .StatIconContainer img.active:nth-child(3) {
  opacity: 1;
  transition-delay: 4s;
}
.section.active .Stat .StatIconContainer svg.active:nth-child(4),
.section.active .Stat .StatIconContainer img.active:nth-child(4) {
  opacity: 1;
  transition-delay: 5s;
}
.section.active .Stat .StatIconContainer svg.active:nth-child(5),
.section.active .Stat .StatIconContainer img.active:nth-child(5) {
  opacity: 1;
  transition-delay: 6s;
}
.section.active .Stat .StatIconContainer svg.active:nth-child(6),
.section.active .Stat .StatIconContainer img.active:nth-child(6) {
  opacity: 1;
  transition-delay: 7s;
}
.section.active .Stat .StatIconContainer svg.active:nth-child(7),
.section.active .Stat .StatIconContainer img.active:nth-child(7) {
  opacity: 1;
  transition-delay: 8s;
}
.section.active .Stat .StatIconContainer.AgeStatIconsContainer svg {
  -webkit-animation: BLINK 2s infinite;
  -moz-animation: BLINK 2s infinite;
  -o-animation: BLINK 2s infinite;
  animation: BLINK 2s infinite;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
