.clear-select {
  border: none;
  border-radius: 0;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}
.clear-select::-ms-expand {
  display: none;
}
.fsp_component-button,
.form-submit.fsp_component-button {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  *display: inline;
  padding: 0.5em 1.5em 0.5em;
  zoom: 1;
  line-height: normal;
  white-space: nowrap;
  vertical-align: baseline;
  cursor: pointer;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  *overflow: visible;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: 0.1s linear -webkit-box-shadow;
  -moz-transition: 0.1s linear -moz-box-shadow;
  -ms-transition: 0.1s linear box-shadow;
  -o-transition: 0.1s linear box-shadow;
  transition: 0.1s linear box-shadow;
  text-align: center;
  *font-size: 12px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  color: #4f535a;
  background-color: #d9e1ef;
  border: 1px solid #999;
  border: none rgba(0,0,0,0);
  border: 1px solid rgba(0,53,145,0.15);
  text-shadow: 1px 1px 0 rgba(255,255,255,0.5);
}
.fsp_component-button:visited,
.form-submit.fsp_component-button:visited {
  color: #444;
  color: rgba(0,0,0,0.8);
  *color: #444;
  background-color: rgba(0,53,145,0.05);
}
.fsp_component-button::-moz-focus-inner,
.form-submit.fsp_component-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
a.fsp_component-button,
a.form-submit.fsp_component-button {
  padding: 0.5em 1em;
}
.fsp_component-button:hover,
.fsp_component-button:focus,
.form-submit.fsp_component-button:hover,
.form-submit.fsp_component-button:focus {
  color: #444;
  color: rgba(0,0,0,0.8);
  *color: #444;
  background-image: -webkit-gradient(linear,0 0,0 100%,from(transparent),color-stop(40%,rgba(255,255,255,0.05)),to(rgba(255,255,255,0.1)));
  background-image: -webkit-linear-gradient(transparent,rgba(255,255,255,0.05) 40%,rgba(255,255,255,0.1));
  background-image: -moz-linear-gradient(top,rgba(255,255,255,0.05) 0%,rgba(255,255,255,0.1));
  background-image: -ms-linear-gradient(transparent,rgba(255,255,255,0.05) 40%,rgba(255,255,255,0.1));
  background-image: -o-linear-gradient(transparent,rgba(255,255,255,0.05) 40%,rgba(255,255,255,0.1));
  background-image: linear-gradient(transparent,rgba(255,255,255,0.05) 40%,rgba(255,255,255,0.1));
  text-decoration: none !important;
}
.fsp_component-button:focus,
.form-submit.fsp_component-button:focus {
  outline: 0;
}
.fsp_component-button-active,
.fsp_component-button:active,
.form-submit.fsp_component-button-active,
.form-submit.fsp_component-button:active {
  box-shadow: 0 0 0 1px rgba(0,0,0,0.15) inset, 0 0 6px rgba(0,0,0,0.2) inset;
}
.fsp_component-button--fullwidth,
a.fsp_component-button--fullwidth,
.form-submit.fsp_component-button--fullwidth,
a.form-submit.fsp_component-button--fullwidth {
  width: 100% !important;
}
.fsp_component-button--small,
a.fsp_component-button--small,
.form-submit.fsp_component-button--small,
a.form-submit.fsp_component-button--small {
  font-size: 10px;
  padding: 2px 4px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.fsp_component-button--inline,
a.fsp_component-button--inline,
.form-submit.fsp_component-button--inline,
a.form-submit.fsp_component-button--inline {
  display: inline-flex;
  vertical-align: top;
}
.fsp_component-button--right,
a.fsp_component-button--right,
.form-submit.fsp_component-button--right,
a.form-submit.fsp_component-button--right {
  float: right;
  margin-left: auto;
}
.fsp_component-button--left,
a.fsp_component-button--left,
.form-submit.fsp_component-button--left,
a.form-submit.fsp_component-button--left {
  float: left;
  margin-right: auto;
}
.fsp_component-button-primary,
.fsp_component-button-selected,
a.fsp_component-button-primary,
a.fsp_component-button-selected,
.form-submit.fsp_component-button-primary,
.form-submit.fsp_component-button-selected,
a.form-submit.fsp_component-button-primary,
a.form-submit.fsp_component-button-selected {
  color: white;
  background-color: #003591;
  text-shadow: 1px 1px 0 rgba(0,53,145,0.5);
}
.fsp_component-button-primary:hover,
.fsp_component-button-primary:focus,
.fsp_component-button-primary:visited,
.fsp_component-button-primary:active,
.fsp_component-button-primary:link,
.fsp_component-button-selected:hover,
.fsp_component-button-selected:focus,
.fsp_component-button-selected:visited,
.fsp_component-button-selected:active,
.fsp_component-button-selected:link,
a.fsp_component-button-primary:hover,
a.fsp_component-button-primary:focus,
a.fsp_component-button-primary:visited,
a.fsp_component-button-primary:active,
a.fsp_component-button-primary:link,
a.fsp_component-button-selected:hover,
a.fsp_component-button-selected:focus,
a.fsp_component-button-selected:visited,
a.fsp_component-button-selected:active,
a.fsp_component-button-selected:link,
.form-submit.fsp_component-button-primary:hover,
.form-submit.fsp_component-button-primary:focus,
.form-submit.fsp_component-button-primary:visited,
.form-submit.fsp_component-button-primary:active,
.form-submit.fsp_component-button-primary:link,
.form-submit.fsp_component-button-selected:hover,
.form-submit.fsp_component-button-selected:focus,
.form-submit.fsp_component-button-selected:visited,
.form-submit.fsp_component-button-selected:active,
.form-submit.fsp_component-button-selected:link,
a.form-submit.fsp_component-button-primary:hover,
a.form-submit.fsp_component-button-primary:focus,
a.form-submit.fsp_component-button-primary:visited,
a.form-submit.fsp_component-button-primary:active,
a.form-submit.fsp_component-button-primary:link,
a.form-submit.fsp_component-button-selected:hover,
a.form-submit.fsp_component-button-selected:focus,
a.form-submit.fsp_component-button-selected:visited,
a.form-submit.fsp_component-button-selected:active,
a.form-submit.fsp_component-button-selected:link {
  color: white;
}
.fsp_component-button-asText,
a.fsp_component-button-asText,
.form-submit.fsp_component-button-asText,
a.form-submit.fsp_component-button-asText {
  display: inline;
  display: inline-flex;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  border: none;
  font-weight: normal;
  text-transform: capitalize;
  color: currentColor;
  background-color: transparent;
}
.fsp_component-button-asText--small,
a.fsp_component-button-asText--small,
.form-submit.fsp_component-button-asText--small,
a.form-submit.fsp_component-button-asText--small {
  font-size: 12px;
  line-height: 14px;
}
.fsp_component-button-secondary,
.fsp_component-button-secondary:visited,
a.fsp_component-button-secondary,
a.fsp_component-button-secondary:visited,
.form-submit.fsp_component-button-secondary,
.form-submit.fsp_component-button-secondary:visited,
a.form-submit.fsp_component-button-secondary,
a.form-submit.fsp_component-button-secondary:visited {
  color: #003591;
  text-shadow: 1px 1px 0 #fff;
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
}
.fsp_component-button-secondary:hover,
.fsp_component-button-secondary:focus,
.fsp_component-button-secondary:visited:hover,
.fsp_component-button-secondary:visited:focus,
a.fsp_component-button-secondary:hover,
a.fsp_component-button-secondary:focus,
a.fsp_component-button-secondary:visited:hover,
a.fsp_component-button-secondary:visited:focus,
.form-submit.fsp_component-button-secondary:hover,
.form-submit.fsp_component-button-secondary:focus,
.form-submit.fsp_component-button-secondary:visited:hover,
.form-submit.fsp_component-button-secondary:visited:focus,
a.form-submit.fsp_component-button-secondary:hover,
a.form-submit.fsp_component-button-secondary:focus,
a.form-submit.fsp_component-button-secondary:visited:hover,
a.form-submit.fsp_component-button-secondary:visited:focus {
  color: #0040b0;
  background: #ffffff;
  background: -moz-linear-gradient(top,#ffffff 0%,#f6f6f6 47%,#ededed 100%);
  background: -webkit-linear-gradient(top,#ffffff 0%,#f6f6f6 47%,#ededed 100%);
  background: linear-gradient(to bottom,#ffffff 0%,#f6f6f6 47%,#ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ededed',GradientType=0);
}
.fsp_component-button-call-to-action,
a.fsp_component-button-call-to-action,
.form-submit.fsp_component-button-call-to-action,
a.form-submit.fsp_component-button-call-to-action {
  color: #fff !important;
  text-shadow: 1px 1px 0 #b24a00 !important;
  background-color: #db5b00 !important;
  border: 1px solid #ff730f !important;
}
.fsp_component-button-call-to-action-hover,
.fsp_component-button-call-to-action:hover,
.fsp_component-button-call-to-action:focus,
.fsp_component-button-call-to-action:visited,
a.fsp_component-button-call-to-action-hover,
a.fsp_component-button-call-to-action:hover,
a.fsp_component-button-call-to-action:focus,
a.fsp_component-button-call-to-action:visited,
.form-submit.fsp_component-button-call-to-action-hover,
.form-submit.fsp_component-button-call-to-action:hover,
.form-submit.fsp_component-button-call-to-action:focus,
.form-submit.fsp_component-button-call-to-action:visited,
a.form-submit.fsp_component-button-call-to-action-hover,
a.form-submit.fsp_component-button-call-to-action:hover,
a.form-submit.fsp_component-button-call-to-action:focus,
a.form-submit.fsp_component-button-call-to-action:visited {
  color: #fff !important;
}
.fsp_component-button-negative,
.form-submit.fsp_component-button-negative {
  color: #fff;
  background-color: #bb1e10;
  text-shadow: 1px 1px 0 #8c160c;
}
.fsp_component-button-negative-hover,
.fsp_component-button-negative:hover,
.fsp_component-button-negative:focus,
.fsp_component-button-negative:visited,
.form-submit.fsp_component-button-negative-hover,
.form-submit.fsp_component-button-negative:hover,
.form-submit.fsp_component-button-negative:focus,
.form-submit.fsp_component-button-negative:visited {
  color: #fff !important;
}
.fsp_component-button-positive,
.form-submit.fsp_component-button-positive {
  color: #fff;
  background-color: #66aa33;
  text-shadow: 1px 1px 0 #4e8327;
}
.fsp_component-button-positive-hover,
.fsp_component-button-positive:hover,
.fsp_component-button-positive:focus,
.fsp_component-button-positive:visited,
.form-submit.fsp_component-button-positive-hover,
.form-submit.fsp_component-button-positive:hover,
.form-submit.fsp_component-button-positive:focus,
.form-submit.fsp_component-button-positive:visited {
  color: #fff !important;
}
.fsp_component-button--working,
.form-submit.fsp_component-button--working {
  color: rgba(0,0,0,0.05);
}
.fsp_component-button--working:before,
.form-submit.fsp_component-button--working:before {
  content: '';
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-top: 2px solid #003591;
  border-right: 2px solid #005af7;
  border-bottom: 2px solid #5e99ff;
  border-left: 2px solid #c4daff;
  box-shadow: 0 2px 0 0 rgba(79,83,90,0.1);
  -ms-animation: uil-ring-anim 1s linear infinite;
  -moz-animation: uil-ring-anim 1s linear infinite;
  -webkit-animation: uil-ring-anim 1s linear infinite;
  -o-animation: uil-ring-anim 1s linear infinite;
  animation: uil-ring-anim 1s linear infinite;
}
.fsp_component-button[disabled],
.fsp_component-button-disabled,
.fsp_component-button-disabled:hover,
.fsp_component-button-disabled:focus,
.fsp_component-button-disabled:active,
.fsp_component-button-disabled:visited,
.fsp_component-button--working,
.form-submit.fsp_component-button[disabled],
.form-submit.fsp_component-button-disabled,
.form-submit.fsp_component-button-disabled:hover,
.form-submit.fsp_component-button-disabled:focus,
.form-submit.fsp_component-button-disabled:active,
.form-submit.fsp_component-button-disabled:visited,
.form-submit.fsp_component-button--working {
  border: none !important;
  background-image: none !important;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
  box-shadow: none;
  color: #8691a3 !important;
  text-shadow: none !important;
  background-color: #e0e5ef !important;
}
.fsp_component-button--toolbar {
  background-color: rgba(0,53,145,0.05);
  padding: 4px;
  margin: 4px 0;
  font-size: 12px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.fsp_component-button--toolbar fieldset {
  margin: 0 !important;
  padding: 0 !important;
}
.fsp_component-button--toolbar > [class*='-button'] {
  margin: 0 4px 4px 0;
}
.fsp_component-button--vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
}
.fsp_component-button--vertical [class*='-button'] {
  margin: 4px;
  -webkit-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@-webkit-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.page-tq-cart-wizard #main-content {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.page-tq-cart-wizard #main-content #content {
  padding: 0;
}
.fsp-wizard__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-align-content: stretch;
  -ms-align-content: stretch;
  align-content: stretch;
  -ms-flex-line-pack: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  max-width: 100%;
}
@media screen and (min-width: 800px) {
  .fsp-wizard__container {
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-orient: horizontal;
  }
}
.fsp-wizard__main-questions {
  padding: 1em;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-pack: space-around;
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: distribute;
}
@media screen and (min-width: 569px) {
  .fsp-wizard__main-questions {
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-orient: horizontal;
  }
}
@media screen and (min-width: 800px) {
  .fsp-wizard__main-questions {
    -webkit-box-flex: 1 0 0;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
  }
}
.fsp-wizard__current-question,
.fsp-wizard__previous {
  -webkit-box-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
@media screen and (min-width: 569px) {
  .fsp-wizard__current-question {
    margin-right: 1em;
  }
}
@media screen and (min-width: 800px) {
  .fsp-wizard__current-question {
    margin-right: 0;
  }
}
.fsp-wizard__main-images {
  padding: 1em;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
@media screen and (min-width: 569px) {
  .fsp-wizard__main-images {
    -webkit-box-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}
@media screen and (min-width: 800px) {
  .fsp-wizard__main-images {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
}
.fsp-wizard__main-images-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
  text-align: center;
  vertical-align: middle;
  margin: auto;
}
.fsp-wizard__main-images-image img {
  min-width: 0;
  max-width: 50vw;
  min-height: 0;
  max-height: 60vh;
  margin: 1em auto;
  flex: 1;
}
@media screen and (min-width: 800px) {
  .fsp-wizard__main-images-image {
    -webkit-box-flex: 3;
    -webkit-flex: 3;
    -ms-flex: 3;
    flex: 3;
  }
}
.fsp-wizard__main-images-disclaimer {
  flex: 1;
  width: 100%;
  padding: 4px;
  font-size: 0.8em;
  color: rgba(79,83,90,0.7);
}
.fsp-wizard__main-images-gallery {
  -webkit-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-orient: horizontal;
}
@media screen and (min-width: 569px) {
  .fsp-wizard__main-images-gallery {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    min-width: 15vh;
    max-width: 15vh;
    max-height: 80vh;
    overflow: auto;
  }
}
.fsp-wizard__main-images-gallery-item {
  -webkit-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.fsp-wizard__main-images-gallery-item img {
  max-height: 100px;
}
.fsp-wizard__current-question,
.fsp-wizard__results-summary {
  margin-bottom: 4vh;
}
.fsp-wizard__answer-list,
.fsp-wizard__results-summary-list {
  margin: 0.5em 0;
  padding: 0;
  max-height: 45vh;
  overflow-y: auto;
}
@media screen and (min-width: 800px) {
  .fsp-wizard__answer-list,
  .fsp-wizard__results-summary-list {
    height: auto;
    max-height: 50vh;
    overflow-y: auto;
  }
}
.fsp-wizard__answer-list::-webkit-scrollbar,
.fsp-wizard__results-summary-list::-webkit-scrollbar {
  width: 8px;
  margin-left: 2px;
  margin-right: -2px;
}
.fsp-wizard__answer-list::-webkit-scrollbar-track,
.fsp-wizard__results-summary-list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.05);
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 122px;
}
.fsp-wizard__answer-list::-webkit-scrollbar-thumb,
.fsp-wizard__results-summary-list::-webkit-scrollbar-thumb {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #f4f4f4;
}
.fsp-wizard__results {
  padding: 1em;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-pack: space-around;
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: distribute;
}
@media screen and (min-width: 569px) {
  .fsp-wizard__results {
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-orient: horizontal;
  }
}
.fsp-wizard__results-summary {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (min-width: 569px) {
  .fsp-wizard__results-summary {
    margin-right: 1em;
  }
}
@media screen and (min-width: 800px) {
  .fsp-wizard__results-summary {
    max-width: 400px;
  }
}
.fsp-wizard__results-configuration {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (min-width: 800px) {
  .fsp-wizard__results-configuration {
    margin-left: 2em;
    padding-left: 2em;
  }
}
@media screen and (min-width: 800px) {
  .fsp-wizard__results-configuration {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 600px;
  }
}
.fsp-wizard__results-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.fsp-wizard__current-question,
.fsp-wizard__previous,
.fsp-wizard__results-summary {
  background-color: rgba(255,255,255,0.99);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.fsp-wizard__current-question-title,
.fsp-wizard__previous-title,
.fsp-wizard__results-summary-title {
  margin: 0;
  padding: 2px 0;
  font-size: 1.2em;
  color: #191919;
  text-shadow: 1px 1px 0 rgba(255,255,255,0.9);
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.fsp-wizard__current-question-subtitle,
.fsp-wizard__previous-subtitle,
.fsp-wizard__results-summary-subtitle {
  font-size: 0.9em;
  padding: 8px 0;
  color: #555;
}
@media screen and (min-width: 800px) {
  .fsp-wizard__current-question,
  .fsp-wizard__previous,
  .fsp-wizard__results-summary {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
  }
}
.fsp-wizard__answer-list,
.fsp-wizard__previous-list {
  margin: 1em 0;
  padding: 0;
  position: relative;
}
.fsp-wizard__answer-list-item,
.fsp-wizard__previous-list-item {
  list-style-type: none;
  margin: 4px 4px 0 0;
  padding: 0;
}
.fsp-wizard__answer-option,
.fsp-wizard__previous-option {
  display: block;
  text-decoration: none;
  font-weight: 500;
  padding: 5px;
  color: #000;
  text-shadow: 1px 1px 0 rgba(255,255,255,0.9);
  background-color: #f9f9f9;
  border: 1px solid rgba(0,0,0,0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.fsp-wizard__answer-option:visited,
.fsp-wizard__answer-option:link,
.fsp-wizard__previous-option:visited,
.fsp-wizard__previous-option:link {
  color: #000;
  text-shadow: 1px 1px 0 rgba(255,255,255,0.9);
  background-color: #f9f9f9;
}
.fsp-wizard__answer-option:hover,
.fsp-wizard__answer-option:active,
.fsp-wizard__previous-option:hover,
.fsp-wizard__previous-option:active {
  color: #003591;
  text-decoration: none;
  background-color: white;
}
.fsp-wizard__answer-list-item--selected .fsp-wizard__answer-option,
.fsp-wizard__answer-list-item--selected .fsp-wizard__previous-option {
  font-weight: 600;
  text-decoration: none;
  color: #003591;
  background-color: white;
  padding-left: 4px;
  border-left: 2px solid #003591;
}
.fsp-wizard__answer-list-item--selected .fsp-wizard__answer-option:hover,
.fsp-wizard__answer-list-item--selected .fsp-wizard__answer-option:active,
.fsp-wizard__answer-list-item--selected .fsp-wizard__previous-option:hover,
.fsp-wizard__answer-list-item--selected .fsp-wizard__previous-option:active {
  padding-left: 4px;
}
.fsp-wizard__answer-text,
.fsp-wizard__previous-text {
  display: inline;
  vertical-align: middle;
  margin-left: 5px;
}
.fsp-wizard__answer-question,
.fsp-wizard__answer-answer,
.fsp-wizard__previous-question,
.fsp-wizard__previous-answer {
  color: #191919;
}
.fsp-wizard__answer-question,
.fsp-wizard__previous-question {
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.fsp-wizard__answer-answer,
.fsp-wizard__previous-answer {
  padding-left: 2px;
  font-size: 1.1em;
  font-weight: 600;
}
.fsp-wizard__previous-option {
  background-color: #f9f9f9;
}
.fsp-wizard__previous-option .fsp-wizard__icon {
  color: rgba(0,0,0,0.3);
}
.fsp-wizard__previous-option:visited,
.fsp-wizard__previous-option:link {
  color: #191919;
}
.fsp-wizard__previous-option:visited .fsp-wizard__icon,
.fsp-wizard__previous-option:link .fsp-wizard__icon {
  color: #a8a8a8;
}
.fsp-wizard__previous-option:hover {
  color: #003591;
}
.fsp-wizard__previous-option:hover .fsp-wizard__icon {
  color: #003591;
}
.fsp-wizard__icon {
  display: inline;
  vertical-align: middle;
  margin-left: 5px;
}
.fsp-wizard__icon-checkbox {
  display: none !important;
  color: #003591;
}
.fsp-wizard__icon-checkbox-blank {
  display: inline-block !important;
  color: #a8a8a8;
}
.fsp-wizard__answer-list-item--selected .fsp-wizard__icon-checkbox {
  display: inline-block !important;
}
.fsp-wizard__answer-list-item--selected .fsp-wizard__icon-checkbox-blank {
  display: none !important;
}
.fsp-wizard__results-summary-title {
  font-size: 1.2em;
  color: #003591;
  text-shadow: 1px 1px 0 white;
}
.fsp-wizard__results-summary-list-item {
  border-bottom: 1px solid rgba(0,0,0,0.1);
  margin-bottom: 0.5em;
  padding: 0.3em 0;
}
.fsp-wizard__results-summary-list-item:last-of-type {
  border-bottom: none;
}
.fsp-wizard__results-label {
  display: block;
  font-size: 1em;
  color: #555;
}
.fsp-wizard__results-data {
  display: block;
  font-weight: 600;
  font-size: 1.2em;
  color: #191919;
}
@media screen and (min-width: 800px) {
  .fsp-wizard__results-configuration {
    border-left: 1px solid whitesmoke;
  }
}
@media screen and (min-width: 800px) {
  .fsp-wizard__results .fsp-wizard__previous-list-item {
    border-bottom: 1px solid whitesmoke;
  }
  .fsp-wizard__results .fsp-wizard__previous-list-item:last-of-type {
    border-bottom: none;
  }
  .fsp-wizard__results .fsp-wizard__previous-option {
    background-color: white;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .fsp-wizard__results .fsp-wizard__previous-question,
  .fsp-wizard__results .fsp-wizard__previous-answer {
    -webkit-box-flex: 1 0 100px;
    -webkit-flex: 1 0 100px;
    -ms-flex: 1 0 100px;
    flex: 1 0 100px;
    font-size: 1em;
    line-height: 1.4em;
    border-bottom: none;
    min-width: 100px;
  }
}
