.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.cf:after {
  clear: both;
}
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1;
}
@media (min-width: 1200px) {
  .styleFinder {
    max-width: 953px;
    margin: auto;
  }
}
.styleFinder .modal-header h3 {
  font-weight: normal;
  font-size: 28px;
}
.styleFinder .questions {
  position: relative;
}
.styleFinder .questions .num_badge {
  position: absolute;
  right: 20px;
  top: 14px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  behavior: url(/files/pie/PIE.htc);
  width: 64px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  height: 20px;
  padding-top: 5px;
}
.styleFinder .question {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .styleFinder .question {
    flex-wrap: wrap;
  }
}
.styleFinder .question .img_opt_container {
  position: relative;
  display: inline-block;
  max-height: 260px;
  width: 402px;
  aspect-ratio: 1.54615385;
}
@media (max-width: 1199px) {
  .styleFinder .question .img_opt_container {
    width: 100%;
    max-width: 405px;
  }
}
@media (max-width: 767px) {
  .styleFinder .question .img_opt_container {
    max-width: unset;
    height: unset;
    aspect-ratio: 1.57383966;
    margin-bottom: 5px;
  }
}
.styleFinder .question .img_opt_container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.styleFinder .question .img_opt {
  cursor: pointer;
  padding: 3px;
  border-radius: 10px;
}
.styleFinder .question .img_opt.hover,
.styleFinder .question .img_opt:hover {
  border: 3px solid var(--dec-gold);
  padding: 0;
}
.styleFinder .question img {
  width: 100%;
}
.styleFinder .question .img_clone {
  padding: 0;
  border: 0;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 100;
}
.styleFinder .question .spacer {
  font-size: 18px;
  font-weight: 300;
  display: inline-block;
  text-align: center;
  margin: 43px;
}
.styleFinder .question .spacer .circle {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  behavior: url(/files/pie/PIE.htc);
  width: 60px;
  height: 60px;
  color: #585755;
  background-color: #EEEDEE;
  margin: 0 auto;
  margin-left: 2px;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
}
.styleFinder .question .spacer .circle p {
  margin: 0;
  padding: 0;
}
@media (max-width: 1199px) {
  .styleFinder .question .spacer {
    margin: 21px;
  }
}
@media (max-width: 991px) {
  .styleFinder .question .spacer {
    margin: 10.5px;
  }
}
@media (max-width: 768px) {
  .styleFinder .question .spacer {
    display: none;
  }
}
.styleFinder .shift-cont {
  position: absolute;
  bottom: 35px;
  width: 100%;
  text-align: center;
  font-size: 18px;
}
.styleFinder .shift-cont .btn-shift {
  text-transform: unset;
}
@media (max-width: 991px) {
  .styleFinder .shift-cont {
    bottom: 20px;
  }
}
@media (max-width: 768px) {
  .styleFinder .shift-cont {
    position: static;
  }
  .styleFinder .shift-cont .btn-shift {
    text-transform: uppercase;
  }
}
.styleFinder .question_1 .ctrl-skip {
  display: none;
}
.styleFinder .trail {
  padding-top: 26px;
  padding-bottom: 26px;
  padding-left: 6px;
  padding-right: 6px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .styleFinder .trail {
    padding-top: 21px;
    padding-bottom: 26px;
  }
}
.styleFinder .trail-img {
  width: 12%;
  max-width: 90px;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  behavior: url(/files/pie/PIE.htc);
  background-color: var(--dec-white);
  border: 2px solid #e7e9eb;
}
.styleFinder .trail-img .dummy {
  margin-top: 100%;
}
.styleFinder .trail-img.has-image {
  background-size: 135%;
  background-repeat: no-repeat;
  background-position: center;
}
.styleFinder .trail-img.seen {
  background-color: #e7e9eb;
}
.styleFinder .trail-img.seen.hover,
.styleFinder .trail-img.seen:hover {
  border-color: #00A8E6;
  cursor: pointer;
}
.styleFinder .trail-img.current {
  border-color: #e7e9eb;
}
.styleFinderEmbed-header {
  margin-top: 0px !important;
  font-size: 27px !important;
}
.pac-container {
  z-index: 2000;
}
.simple-circle-bar {
  margin-top: 20px;
}
.simple-circle-bar .circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  behavior: url(/files/pie/PIE.htc);
  width: 27px;
  height: 27px;
  background-color: #E2DFD8;
  color: #585755;
  display: inline-block;
  line-height: 27px;
  text-align: center;
  margin-right: 25px;
}
.simple-circle-bar .circle.last {
  margin-right: 0;
}
.simple-circle-bar .circle.passed,
.simple-circle-bar .circle.current {
  background-color: #1EA9E2;
  color: white;
}
.simple-circle-bar a.circle {
  text-decoration: none;
}
.simple-circle-bar a.circle:hover,
.simple-circle-bar a.circle.hover {
  cursor: pointer;
  background-color: #7BCEF0;
  color: white;
}
#content-offer-start {
  text-align: center;
}
#content-offer-start .survey-band {
  padding-top: 26px;
  background-color: var(--dec-light-white-smoke-1);
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  #content-offer-start .survey-band {
    padding-top: 0;
    background-color: unset;
    margin-bottom: 0px;
  }
}
#content-offer-start .circle-bar {
  max-width: 978px;
  margin: 0 auto;
}
#content-offer-start .circle-bar .description {
  top: 40px;
}
#content-offer-start .bottom-line {
  margin-top: 20px;
}
#content-offer-start .continue-addendum {
  margin-top: 21px;
  font-size: 16px;
  font-weight: 100;
}
@media (max-width: 767px) {
  #content-offer-start .continue-addendum {
    font-size: 14px;
  }
}
.iris-flow-headings .subheading-row .subheading-container .subheading {
  margin-bottom: 26px;
}
