/************  RESPONSIVE HELPER  ************/
.responsivehelper,
.responsivehelper:after {
  background: green;
  color: #fff;
  content: "undefined";
  right: 0;
  padding: 0.5em 1em;
  position: fixed;
  text-align: center;
  top: 200px;
  z-index: 9999999999;
}
@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";
  }
}
/*
fieldset {
    position: absolute;
    width: 99%;
    opacity: .2;
    transition: opacity .3s, left .3s;
    z-index: 0;
    top: 0;
    left: -100%;
}

fieldset.active {
    position: relative;
    opacity: 1;
    z-index: 1;
    left: 0
}

fieldset.active~fieldset {
    z-index: 2;
    left: 100%;
}
*/
fieldset {
  position: relative;
  width: 99%;
  opacity: 1;
  z-index: 0;
  top: auto;
  left: auto !important;
  border: 0;
}
.blocker {
  z-index: 9999999 !important;
}
#locateCustomerCareNumberModalContainer.modal {
  max-width: 1500px;
  width: 95%;
  padding: 0px;
}
#locateCustomerCareNumberModalContainer.modal .modal_header {
  overflow: hidden;
  background-image: url(/_Novus/modules/warranty-registration/assets/locating_customer_care_modal/Warranty_header.jpg);
  background-size: cover;
  background-position: center center;
  padding: 30px 30px 0 30px;
}
#locateCustomerCareNumberModalContainer.modal .modal_header .header_1 {
  display: flex;
  color: #fff;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  #locateCustomerCareNumberModalContainer.modal .modal_header .header_1 {
    flex-direction: column;
  }
}
#locateCustomerCareNumberModalContainer.modal .modal_header .header_1 > div {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  #locateCustomerCareNumberModalContainer.modal .modal_header .header_1 > div {
    width: 100%;
  }
}
#locateCustomerCareNumberModalContainer.modal .modal_header .header_1 > div h3 {
  color: #fff;
  line-height: 1.2;
  margin: 0 10px 15px 0 !important;
  font-size: 30px;
}
#locateCustomerCareNumberModalContainer.modal .modal_header .header_1 > div span {
  font-weight: bold;
}
#locateCustomerCareNumberModalContainer.modal .modal_header .header_2 {
  display: flex;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #locateCustomerCareNumberModalContainer.modal .modal_header .header_2 {
    flex-direction: column;
  }
}
#locateCustomerCareNumberModalContainer.modal .modal_header .header_2 > div {
  width: 50%;
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  border-left: 5px solid #A29870;
}
@media only screen and (max-width: 767px) {
  #locateCustomerCareNumberModalContainer.modal .modal_header .header_2 > div {
    width: 100%;
  }
}
#locateCustomerCareNumberModalContainer.modal .modal_header .header_2 > div .number {
  border-radius: 50%;
  flex-shrink: 0;
  background-color: #A29870;
  width: 50px;
  height: 50px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 30px;
  font-weight: bold;
  font-size: 20px;
}
#locateCustomerCareNumberModalContainer.modal .modal_header .header_2 > div p {
  color: #A29870;
  font-size: 26px;
  font-weight: bold;
}
#locateCustomerCareNumberModalContainer.modal .CustomerCareLabelsExample {
  margin: auto;
  display: flex;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #locateCustomerCareNumberModalContainer.modal .CustomerCareLabelsExample {
    flex-direction: column;
  }
}
#locateCustomerCareNumberModalContainer.modal .CustomerCareLabelsExample .label {
  width: 50%;
  position: relative;
  padding: 30px;
  box-sizing: border-box;
}
#locateCustomerCareNumberModalContainer.modal .CustomerCareLabelsExample .label .number_mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  #locateCustomerCareNumberModalContainer.modal .CustomerCareLabelsExample .label {
    width: 100%;
  }
  #locateCustomerCareNumberModalContainer.modal .CustomerCareLabelsExample .label .number_mobile {
    display: flex;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 50%;
    flex-shrink: 0;
    background-color: #A29870;
    width: 40px;
    height: 40px;
    color: #fff;
    align-items: center;
    justify-content: center;
    margin: 15px;
    font-weight: bold;
    font-size: 18px;
  }
}
#locateCustomerCareNumberModalContainer.modal .CustomerCareLabelsExample .label .image_container {
  width: 100%;
}
#locateCustomerCareNumberModalContainer.modal .CustomerCareLabelsExample .label .image_container img {
  display: block;
  max-width: 100%;
  margin: auto;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1199px) {
  #locateCustomerCareNumberModalContainer.modal .CustomerCareLabelsExample .label .image_container {
    margin-bottom: 10px;
  }
}
#locateCustomerCareNumberModalContainer.modal .CustomerCareLabelsExample .label .label_content {
  position: absolute;
  width: 300px;
  bottom: 30px;
  right: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px), only screen and (max-width: 767px) {
  #locateCustomerCareNumberModalContainer.modal .CustomerCareLabelsExample .label .label_content {
    position: relative;
    width: 100%;
    bottom: auto;
    right: auto;
  }
}
.sealy50yearsSidebarPromoContainer {
  position: relative;
  max-width: 100%;
}
.sealy50yearsSidebarPromoContainer img {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 767px) {
}
#nav-sidebar-left {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  #nav-sidebar-left {
    margin-top: 0px;
    z-index: 999;
  }
}
.form-navigation {
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .form-navigation {
    margin-bottom: 30px;
  }
}
.form-navigation button {
  display: flex !important;
  align-items: center;
}
.form-navigation button.next svg {
  margin-left: 10px;
}
.form-navigation button.prev svg {
  margin-right: 10px;
}
.form-navigation button.initialSubmitButton {
  position: absolute;
  right: 0px;
  top: 0px;
}
.product_registration {
  display: none;
}
.product_registration#product_1 {
  display: block;
}
.add_product_button {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.add_product_button svg {
  vertical-align: -8%;
}
.registration_in_progress {
  font-size: 20px;
  color: #A29870;
  margin-bottom: 30px;
}
.product_registered {
  color: #A29870;
  font-size: 14px;
}
.product_registered p {
  margin: 0;
}
#WarrantyRegPageContainer h3.WarrantyRegFormHeading {
  font-family: Raleway, Palatino, 'Palatino Linotype', 'Libre Baskerville', 'Palatino LT STD', 'Book Antiqua', Georgia, serif !important;
  font-weight: 300;
  font-size: 24px;
  line-height: 36px;
  margin: 60px 0 -30px 0;
}
#WarrantyRegPageContainer .WarrantyRegInstructionContainer h2 {
  font-family: Raleway, Palatino, 'Palatino Linotype', 'Libre Baskerville', 'Palatino LT STD', 'Book Antiqua', Georgia, serif !important;
  font-weight: 300;
  font-size: 28px;
  line-height: 36px;
  margin: 30px 0 30px 0;
  text-transform: uppercase;
  text-align: center;
}
#WarrantyRegPageContainer .WarrantyRegInstructionContainer h3 {
  font-family: Raleway, Palatino, 'Palatino Linotype', 'Libre Baskerville', 'Palatino LT STD', 'Book Antiqua', Georgia, serif !important;
  font-weight: 300;
  font-size: 24px;
  line-height: 36px;
  margin: 30px 0 15px 0;
}
#WarrantyRegPageContainer .WarrantyRegInstructionContainer h3.or {
  margin: 15px 0 15px 0;
  font-weight: 500;
}
#WarrantyRegPageContainer .WarrantyRegInstructionContainer .WarrantyRegInstructions h4 {
  font-family: Raleway, Palatino, 'Palatino Linotype', 'Libre Baskerville', 'Palatino LT STD', 'Book Antiqua', Georgia, serif !important;
  font-weight: 300;
  font-size: 22px;
  line-height: 36px;
  margin: 30px 0 30px 0;
}
#WarrantyRegPageContainer .WarrantyRegInstructionContainer .WarrantyRegInstructions p {
  margin-bottom: 10px;
}
#WarrantyRegPageContainer .WarrantyRegInstructionContainer .WarrantyRegInstructions span {
  font-weight: 500;
}
#WarrantyRegPageContainer .WarrantyRegInstructionContainer .WarrantyRegInstructions .optionContainer {
  display: flex;
}
#WarrantyRegPageContainer .WarrantyRegInstructionContainer .WarrantyRegInstructions .optionContainer .optionIconContainer {
  flex-shrink: 0;
}
#WarrantyRegPageContainer .WarrantyRegInstructionContainer .WarrantyRegInstructions .optionContainer .optionIconContainer img {
  display: block;
  width: auto;
  height: auto;
}
#WarrantyRegPageContainer .WarrantyRegInstructionContainer .WarrantyRegInstructions .optionContainer .optionTextContainer {
  margin-left: 15px;
}
#WarrantyRegPageContainer .WarrantyRegInstructionContainer .WarrantyRegInstructions .optionContainer .optionTextContainer .locateCustomreCareNumberContainer {
  display: flex;
  align-items: center;
}
#WarrantyRegPageContainer .WarrantyRegInstructionContainer .WarrantyRegInstructions .optionContainer .optionTextContainer .locateCustomreCareNumberContainer:hover {
  cursor: pointer;
}
#WarrantyRegPageContainer .WarrantyRegInstructionContainer .WarrantyRegInstructions .optionContainer .optionTextContainer .locateCustomreCareNumberContainer p {
  font-weight: bold;
  font-size: 14px;
  margin: 0px;
}
#WarrantyRegPageContainer .WarrantyRegInstructionContainer .WarrantyRegInstructions .optionContainer .optionTextContainer .locateCustomreCareNumberContainer img {
  display: block;
  width: 30px;
  height: auto;
  margin-left: 5px;
}
#WarrantyRegFormContainer fieldset div {
  position: relative;
}
@media only screen and (max-width: 767px) {
  #WarrantyRegFormContainer fieldset .form-group {
    margin-top: 0px;
  }
}
#WarrantyRegFormContainer fieldset .form-control {
  line-height: 1;
}
#WarrantyRegFormContainer fieldset .flex_3_col {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #WarrantyRegFormContainer fieldset .flex_3_col {
    flex-direction: column;
  }
}
#WarrantyRegFormContainer fieldset .flex_3_col div {
  width: 32%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  #WarrantyRegFormContainer fieldset .flex_3_col div {
    width: 100%;
  }
}
#WarrantyRegFormContainer fieldset .flex_3_col div label {
  height: auto;
}
#WarrantyRegFormContainer fieldset .flex_3_col .remove_product {
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0px;
}
#WarrantyRegFormContainer fieldset .flex_3_col .remove_product:hover {
  cursor: pointer;
}
#WarrantyRegFormContainer fieldset h2,
#WarrantyRegFormContainer fieldset h3,
#WarrantyRegFormContainer fieldset h4 {
  font-family: Raleway, Palatino, 'Palatino Linotype', 'Libre Baskerville', 'Palatino LT STD', 'Book Antiqua', Georgia, serif !important;
}
#WarrantyRegFormContainer .thankYouContainer {
  border: 1px solid #000;
  padding: 15px;
  margin-bottom: 60px;
}
#WarrantyRegFormContainer .thankYouContainer h2,
#WarrantyRegFormContainer .thankYouContainer p {
  font-weight: 500;
}
#WarrantyRegFormContainer .thankYouContainer h2 {
  margin: 0;
  font-family: Raleway, Palatino, 'Palatino Linotype', 'Libre Baskerville', 'Palatino LT STD', 'Book Antiqua', Georgia, serif !important;
}
#WarrantyRegFormContainer #NewWarrantyRegistrationError {
  background-color: red;
  padding: 15px;
  color: #fff;
  display: none;
}
#WarrantyRegFormContainer #NewWarrantyRegistrationError p {
  margin: 0;
  font-weight: bold;
}
#WarrantyRegFormContainer #SurveyConfirmation {
  display: none;
  font-family: "Gotham A", "Gotham B";
  clear: both;
  padding: 30px;
  border: 1px solid #efefef;
  margin: 30px 0;
}
#WarrantyRegFormContainer #SurveyConfirmation h1 {
  margin: 0;
  font-family: Raleway, Palatino, 'Palatino Linotype', 'Libre Baskerville', 'Palatino LT STD', 'Book Antiqua', Georgia, serif !important;
  font-weight: 300;
}
#WarrantyRegFormContainer input.parsley-error,
#WarrantyRegFormContainer select.parsley-error,
#WarrantyRegFormContainer textarea.parsley-error {
  color: #ac0606;
  border: 1px solid #ac0606 !important;
}
#WarrantyRegFormContainer .parsley-errors-list {
  position: absolute;
  left: 0px;
  bottom: -15px;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;
  color: #ac0606;
  transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
#WarrantyRegFormContainer .parsley-errors-list li {
  font-size: 14px;
  font-style: italic;
}
#WarrantyRegFormContainer .parsley-errors-list.filled {
  opacity: 1;
}
#WarrantyRegFormContainer .form-navigation {
  clear: both;
}
#exquisite_cashback_promo_banner_container {
  width: 100%;
  height: auto;
  background-image: url(/_Novus/modules/Competitions/exquisite_cashback_march_2020/images/promo_banner/Asset_2.png);
  background-size: cover;
  background-position: center center;
  color: #fff;
}
#exquisite_cashback_promo_banner_container .divider {
  display: block;
  width: 80%;
  color: #A29870;
  background-color: #A29870;
  margin: 5px auto;
}
#exquisite_cashback_promo_banner_container .banner_header {
  display: flex;
}
#exquisite_cashback_promo_banner_container .banner_header > div {
  position: relative;
  width: 50%;
  text-align: center;
}
#exquisite_cashback_promo_banner_container .banner_header > div h4 {
  color: #fff;
}
#exquisite_cashback_promo_banner_container .banner_header > div img {
  display: block;
  max-width: 100%;
}
#exquisite_cashback_promo_banner_container .banner_header .header_left {
  padding-left: 5px;
}
#exquisite_cashback_promo_banner_container .banner_header .header_right {
  padding: 5px 5px 5px 0;
}
#exquisite_cashback_promo_banner_container .banner_header .header_right h4 {
  font-size: 26px;
  line-height: 1.2;
  margin-top: 30px;
  margin-bottom: 15px;
  font-family: "Gotham A", "Gotham B";
  font-weight: 700;
}
#exquisite_cashback_promo_banner_container .banner_section_1 {
  padding: 10px 30px;
}
#exquisite_cashback_promo_banner_container .banner_section_1 .step {
  position: relative;
  padding: 3px;
}
#exquisite_cashback_promo_banner_container .banner_section_1 .step:before {
  display: block;
  color: #A29870;
  font-weight: bold;
  font-size: 30px;
  position: absolute;
  left: 0px;
}
#exquisite_cashback_promo_banner_container .banner_section_1 .step p {
  margin-left: 20px;
  font-weight: bold;
}
#exquisite_cashback_promo_banner_container .banner_section_1 .step.step_1:before {
  content: "1";
}
#exquisite_cashback_promo_banner_container .banner_section_1 .step.step_2:before {
  content: "2";
}
#exquisite_cashback_promo_banner_container .banner_section_1 .step.step_3:before {
  content: "3";
}
#exquisite_cashback_promo_banner_container .banner_section_2 {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
#exquisite_cashback_promo_banner_container .banner_section_2 h5 {
  color: #A29870;
  font-size: 18px;
  margin-bottom: 10px;
}
#exquisite_cashback_promo_banner_container .banner_section_2 p {
  margin-bottom: 10px;
  font-size: 18px;
}
#exquisite_cashback_promo_banner_container .banner_section_2 p span {
  font-size: 14px;
}
#exquisite_cashback_promo_banner_container .banner_section_2 a {
  display: block;
  font-size: 14px;
  color: #fff;
}
#exquisite_cashback_promo_banner_container .banner_footer {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
#exquisite_cashback_promo_banner_container .banner_footer h5 {
  color: #A29870;
  font-size: 16px;
  margin-bottom: 10px;
}
#exquisite_cashback_promo_banner_container .banner_footer p {
  margin-bottom: 10px;
  font-size: 18px;
}
#exquisite_cashback_promo_banner_container .banner_footer p span {
  display: block;
  font-size: 14px;
}
