/* Breakpoints*/
/*font weights*/
/*globals*/
.hidden {
  display: none;
}
#content {
  max-width: 100vw!important;
}
/*
@media only screen and (max-width: 767px) {
  #content {
    padding: 0!important;
    margin: 0!important;
  }
}
*/
#MobilePageHeader {
  text-align: center;
  padding: 0 15px;
}
#MobilePageHeader h1 {
  text-transform: uppercase;
  font-size: 24px;
  color: #000;
  font-weight: 300;
  display: block;
  width: 100%;
}
#MobilePageHeader h1:after {
  content: "";
  display: block;
  width: 50px;
  height: 0px;
  border-top: 2px solid #333333;
  margin: 30px auto 0 auto;
}
@media only screen and (max-width: 767px) {
  #LoadMoreButton {
    display: block;
    margin: auto;
  }
}
/*
#banner {
  position: relative;
  height: 500px;
  background-size: cover;
  background-position: center center;
}
@media only screen and (max-width: 767px) {
  #banner {
    margin-top: 51px;
    height: 350px!important;
    background-position: right top;
  }
}
#banner .container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  padding: 0 25px;
}
#banner .container .BannerContent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: right;
  height: 100%;
  max-width: 730px;
}
@media only screen and (max-width: 767px) {
  #banner .container .BannerContent {
    text-align: center;
    max-width: none;
    width: 100%;
    justify-content: flex-end;
  }
}
#banner .container .BannerContent p {
  margin: 0;
}
#banner .container .BannerContent .BannerTestimonial {
  font-size: 36px;
  color: rgba(51,51,51,.95);
  font-weight: lighter;
  line-height: 1.2;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #banner .container .BannerContent .BannerTestimonial {
    font-size: 18px;
  }
}
#banner .container .BannerContent .BannerTestimonial:before {
  content: open-quote;
}
@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) {
  #banner .container .BannerContent .BannerTestimonial:before {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
  }
}
#banner .container .BannerContent .BannerTestimonial:after {
  content: close-quote;
}
@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) {
  #banner .container .BannerContent .BannerTestimonial:after {
    display: block;
    position: absolute;
    right: -20px;
    bottom: 0px;
  }
}
#banner .container .BannerContent .BannerTestimonial:before,
#banner .container .BannerContent .BannerTestimonial:after {
  font-size: 60px;
  line-height: 0.5;
}
@media only screen and (max-width: 767px) {
  #banner .container .BannerContent .BannerTestimonial:before,
  #banner .container .BannerContent .BannerTestimonial:after {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    font-size: 35px;
    line-height: 0.2;
  }
}
#banner .container .BannerContent .BannerTestimonialAuthor {
  position: relative;
}
@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) {
  #banner .container .BannerContent .BannerTestimonialAuthor p {
    position: absolute;
    right: 0px;
    top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  #banner .container .BannerContent .BannerTestimonialAuthor p {
    font-size: 14px;
    margin: 30px 0;
  }
}
#banner #BannerBreadcrumbs {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.4);
}
#banner #BannerBreadcrumbs .container {
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#banner #BannerBreadcrumbs .container p,
#banner #BannerBreadcrumbs .container a,
#banner #BannerBreadcrumbs .container i {
  color: #fff;
  margin: 0;
}
#banner #BannerBreadcrumbs .container a,
#banner #BannerBreadcrumbs .container i {
  font-size: 14px;
}
#banner #BannerBreadcrumbs .container i {
  margin: 0 10px;
}
#banner #BannerBreadcrumbs .container p {
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  #banner #BannerBreadcrumbs {
    display: none;
  }
}
*/
#SidebarAd {
  margin-top: 30px;
  padding: 30px;
  border: 2px solid #EFEFEF;
}
#SidebarAd .SidebarAdHeader {
  margin-bottom: 15px;
}
#SidebarAd .SidebarAdHeader h2 {
  font-style: italic;
  margin-bottom: 10px;
  color: #666;
  line-height: 1;
  margin: 0;
}
#SidebarAd .SidebarAdContent p {
  font-size: 14px;
  line-height: normal;
}
#SidebarAd .SidebarAdContent a.button {
  display: block;
  margin: 30px auto 15px auto;
  padding: 8px 0;
  background-color: #559ED2;
  border: 1px solid #4685B2;
  color: #fff;
  width: 160px;
  height: auto;
  -webkit-box-shadow: 0px 6px 1px 0px #e1e1e1 !important;
  -moz-box-shadow: 0px 6px 1px 0px #e1e1e1 !important;
  box-shadow: 0px 6px 1px 0px #e1e1e1 !important;
  background-clip: border-box;
}
#SidebarAd .SidebarAdFooter {
  text-align: center;
}
#SidebarAd .SidebarAdFooter p {
  font-size: 10px;
}
@media only screen and (max-width: 767px) {
  #SidebarAd {
    display: none;
  }
}
#SidebarWiteReview {
  padding: 30px;
  border: 2px solid #E1E1E1;
  text-align: center;
}
#SidebarWiteReview .SidebarWiteReviewHeader {
  margin-bottom: 15px;
}
#SidebarWiteReview .SidebarWiteReviewHeader img {
  display: block;
  margin: auto;
  max-width: 220px;
}
#SidebarWiteReview .SidebarWiteReviewContent .button {
  display: block;
  border-radius: 3px;
  margin-top: 30px;
  color: #fff;
  background-color: #80BA27;
  border: 1px solid #71A523;
  padding: 8px 5px;
  height: auto;
}
@media only screen and (max-width: 767px) {
  #SidebarWiteReview {
    margin: 0 30px 30px 30px;
  }
}
#TestimonialsFilterContainer {
  margin-bottom: 30px;
  padding: 0 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #TestimonialsFilterContainer {
    justify-content: center;
    display: none;
  }
}
#TestimonialsFilterContainer p {
  margin: 0 15px 0 0;
}
#TestimonialsFilterContainer button {
  margin-right: 5px;
  border-radius: 5px;
  background-clip: border-box;
  font-size: smaller;
  font-weight: 700;
}
#TestimonialsFilterContainer button:hover {
  color: #000000;
}
@media only screen and (max-width: 767px) {
  #TestimonialsFilterContainer button {
    margin-bottom: 5px;
  }
}
#TestimonialsFilterContainer button.active {
  color: #fff;
  background-color: #559ED2;
}
.TestimonialsContainer .testimonial,
.PinnedTestimonialsContainer .testimonial {
  border-radius: 0px;
  display: block;
  width: 100%;
  background: none;
  padding: 0 0 30px 0;
  box-sizing: border-box;
  margin: 0 0 30px 0;
  border-bottom: 1px solid #EAEAEA;
}
.TestimonialsContainer .testimonial p,
.PinnedTestimonialsContainer .testimonial p {
  color: #000;
}
@media only screen and (max-width: 767px) {
  .TestimonialsContainer .testimonial,
  .PinnedTestimonialsContainer .testimonial {
    padding: 0 15px 30px 15px;
  }
}
.TestimonialsContainer .testimonial:after,
.PinnedTestimonialsContainer .testimonial:after,
.TestimonialsContainer .testimonial:before,
.PinnedTestimonialsContainer .testimonial:before {
  display: none;
}
.TestimonialsContainer .testimonial .TestimonialHeaderContainer,
.PinnedTestimonialsContainer .testimonial .TestimonialHeaderContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.TestimonialsContainer .testimonial .TestimonialHeaderContainer .StarRatingContainer img.star,
.PinnedTestimonialsContainer .testimonial .TestimonialHeaderContainer .StarRatingContainer img.star {
  width: 24px;
  height: 23px;
}
.TestimonialsContainer .testimonial .TestimonialHeaderContainer .StarRatingContainer .fa-star,
.PinnedTestimonialsContainer .testimonial .TestimonialHeaderContainer .StarRatingContainer .fa-star,
.TestimonialsContainer .testimonial .TestimonialHeaderContainer .StarRatingContainer .fa-star-o,
.PinnedTestimonialsContainer .testimonial .TestimonialHeaderContainer .StarRatingContainer .fa-star-o {
  font-size: 1.75em;
  color: #A29870;
}
.TestimonialsContainer .testimonial .TestimonialHeaderContainer .TestimonialDateContainer p,
.PinnedTestimonialsContainer .testimonial .TestimonialHeaderContainer .TestimonialDateContainer p {
  margin: 0;
  text-transform: uppercase;
  font-size: 14px;
  color: #000;
  font-weight: 300;
}
.TestimonialsContainer .testimonial .TestimonialBodyContainer,
.PinnedTestimonialsContainer .testimonial .TestimonialBodyContainer {
  margin-bottom: 30px;
  color: #000;
}
.TestimonialsContainer .testimonial .TestimonialBodyContainer p,
.PinnedTestimonialsContainer .testimonial .TestimonialBodyContainer p {
  font-weight: 200;
  font-size: 18px;
}
.TestimonialsContainer .testimonial .TestimonialFooter,
.PinnedTestimonialsContainer .testimonial .TestimonialFooter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .TestimonialsContainer .testimonial .TestimonialFooter,
  .PinnedTestimonialsContainer .testimonial .TestimonialFooter {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .TestimonialsContainer .testimonial .TestimonialFooter .TestimonialDetails,
  .PinnedTestimonialsContainer .testimonial .TestimonialFooter .TestimonialDetails {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
}
.TestimonialsContainer .testimonial .TestimonialFooter .TestimonialDetails p,
.PinnedTestimonialsContainer .testimonial .TestimonialFooter .TestimonialDetails p {
  margin: 0;
  color: #000;
  font-size: 14px;
}
.TestimonialsContainer .testimonial .TestimonialFooter .TestimonialDetails .author,
.PinnedTestimonialsContainer .testimonial .TestimonialFooter .TestimonialDetails .author {
  text-transform: uppercase;
}
.TestimonialsContainer .testimonial .TestimonialFooter .TestimonialDetails .mattress,
.PinnedTestimonialsContainer .testimonial .TestimonialFooter .TestimonialDetails .mattress {
  font-style: italic;
}
.TestimonialsContainer .testimonial .TestimonialFooter .TestimonialVotesContainer,
.PinnedTestimonialsContainer .testimonial .TestimonialFooter .TestimonialVotesContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .TestimonialsContainer .testimonial .TestimonialFooter .TestimonialVotesContainer,
  .PinnedTestimonialsContainer .testimonial .TestimonialFooter .TestimonialVotesContainer {
    width: 100%;
    flex-direction: column;
  }
}
.TestimonialsContainer .testimonial .TestimonialFooter .TestimonialVotesContainer p,
.PinnedTestimonialsContainer .testimonial .TestimonialFooter .TestimonialVotesContainer p {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .TestimonialsContainer .testimonial .TestimonialFooter .TestimonialVotesContainer .VoteCountContainer,
  .PinnedTestimonialsContainer .testimonial .TestimonialFooter .TestimonialVotesContainer .VoteCountContainer {
    width: 100%;
    display: block;
    order: 2;
  }
}
.TestimonialsContainer .testimonial .TestimonialFooter .TestimonialVotesContainer .VoteButtonContainer,
.PinnedTestimonialsContainer .testimonial .TestimonialFooter .TestimonialVotesContainer .VoteButtonContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .TestimonialsContainer .testimonial .TestimonialFooter .TestimonialVotesContainer .VoteButtonContainer,
  .PinnedTestimonialsContainer .testimonial .TestimonialFooter .TestimonialVotesContainer .VoteButtonContainer {
    order: 1;
    width: 100%;
  }
}
.TestimonialsContainer .testimonial .TestimonialFooter .TestimonialVotesContainer .VoteButtonContainer button,
.PinnedTestimonialsContainer .testimonial .TestimonialFooter .TestimonialVotesContainer .VoteButtonContainer button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #F7F7F7;
  margin-left: 10px;
  border: 1px solid #E3E3E3;
  text-transform: none;
  font-weight: 300;
  color: #000;
  background-clip: border-box;
}
.TestimonialsContainer .testimonial .TestimonialFooter .TestimonialVotesContainer .VoteButtonContainer button:hover,
.PinnedTestimonialsContainer .testimonial .TestimonialFooter .TestimonialVotesContainer .VoteButtonContainer button:hover {
  background-color: #E3E3E3;
  cursor: pointer;
}
@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) {
  .TestimonialsContainer .testimonial .TestimonialFooter .TestimonialVotesContainer .TestimonialResultsContainer,
  .PinnedTestimonialsContainer .testimonial .TestimonialFooter .TestimonialVotesContainer .TestimonialResultsContainer {
    margin-right: 10px;
    border-right: 2px solid #eaeaea;
    padding-right: 10px;
  }
}
.TestimonialsContainer .testimonial .TestimonialFooter .TestimonialVotesContainer .TestimonialResultsContainer p,
.PinnedTestimonialsContainer .testimonial .TestimonialFooter .TestimonialVotesContainer .TestimonialResultsContainer p {
  color: #5DB748;
  font-weight: 300;
}
.TestimonialsContainer .testimonial .TestimonialFooter .TestimonialVotesContainer .AlreadyVotedContainer p,
.PinnedTestimonialsContainer .testimonial .TestimonialFooter .TestimonialVotesContainer .AlreadyVotedContainer p {
  color: #5DB748;
}
@media only screen and (max-width: 767px) {
  .TestimonialsContainer .testimonial .TestimonialFooter .TestimonialVotesContainer .AlreadyVotedContainer,
  .PinnedTestimonialsContainer .testimonial .TestimonialFooter .TestimonialVotesContainer .AlreadyVotedContainer {
    width: 100%;
  }
}
.FeatureTestimonial {
  display: flex;
  position: relative;
  padding: 15px 0 15px 0;
}
.FeatureTestimonial .FeatureTestimonialImageContainer {
  flex-shrink: 0;
  width: 270px;
  margin-left: 30px;
  display: flex;
  align-items: center;
}
.FeatureTestimonial .FeatureTestimonialImageContainer img {
  width: 270px;
  display: block;
  width: 100%;
}
.FeatureTestimonial .FeatureTestimonialContentContainer .TestimonialBodyContainer p {
  font-size: 24px;
  line-height: 28px;
}
.FeatureTestimonial .FeatureTestimonialContentContainer .TestimonialFooter {
  display: block;
}
.FeatureTestimonial .FeatureTestimonialContentContainer .TestimonialFooter .TestimonialDetails {
  margin-bottom: 15px;
}
#PromoBannerContainer {
  display: block;
  clear: both;
  padding: 60px 0;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  #PromoBannerContainer {
    padding: 0 0 60px 0;
  }
}
#PromoBannerContainer #PromoBanner {
  width: 100%;
  background-color: #efefef;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 60px 0;
}
#PromoBannerContainer #PromoBanner .container {
  padding: 0 15px;
}
#PromoBannerContainer #PromoBanner .container .PromoBannerHeader {
  margin-bottom: 30px;
}
/* #PromoBannerContainer #PromoBanner .container .PromoBannerHeader p {
  font-size: 14px;
} */
#PromoBannerContainer #PromoBanner .container .PromoBannerContent {
  margin-bottom: 30px;
}
#PromoBannerContainer #PromoBanner .container .PromoBannerContent h1 {
  font-size: 48px;
  font-weight: bold;
  max-width: 470px;
  margin-bottom: 30px;
}
/* #PromoBannerContainer #PromoBanner .container .PromoBannerContent p {
  max-width: 890px;
  font-size: 18px;
} */
#PromoBannerContainer #PromoBanner .container .PromoBannerFooter a {
  color: #333;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  padding: 15px 0 0 0;
}
#PromoBannerContainer #PromoBanner .container .PromoBannerFooter a:before {
  content: '';
  width: 50%;
  height: 2px;
  background-color: #333;
  transition: width 0.3s, background-color 0.3s;
  position: absolute;
  top: 0;
  left: 0;
}
#PromoBannerContainer #PromoBanner .container .PromoBannerFooter a:hover {
  text-decoration: none;
}
#PromoBannerContainer #PromoBanner .container .PromoBannerFooter a:hover:before {
  width: 100%;
}
