@import url(/assets/qx/css/fonts.css);
html {
  width: 100%;
  height: 100%;
}

body {
  background: white;
  color: #444444;
  font-family: 'psRegular', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
}

/* site logo */
.lz-logo a {
  position: relative;
  display: inline-block;
}

.lz-logo a:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* reusable container properties */
.container {
  position: relative;
}

.padding-5 {
  padding: 5px;
}

.padding-10 {
  padding: 10px;
}

.padding-15 {
  padding: 15px;
}

.padding-20 {
  padding: 20px;
}

.margin-5 {
  margin: 5px;
}

.margin-10 {
  margin: 10px;
}

.margin-15 {
  margin: 15px;
}

.margin-20 {
  margin: 20px;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.clear {
  clear: both;
}

/* icon adjustment */
.icon {
  margin-left: -2px;
  display: inline-block;
}

a .icon {
  text-decoration: none;
}

/* header text styles */
h1 {
  font-size: 30px;
  line-height: 1;
  color: #030077;
  margin: 0 0 0.6em 0;
  font-weight: normal;
}

h1.tight {
  margin-bottom: 0.2em;
}

h2 {
  font-size: 18px;
  line-height: 1.3;
  color: #0068d3;
  margin: 0 0 1em 0;
  font-weight: normal;
}

h2.tight {
  margin-bottom: 0.2em;
}

h3 {
  font-family: 'psMedium', 'psRegular', Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #030077;
  font-weight: normal;
}

h3 label {
  font-size: 14px;
}

h3.tight {
  margin-bottom: 0.2em;
  line-height: 1.3;
}

h4 {
  font-family: 'psMedium', 'psRegular', Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #222222;
  margin: 0 0 1.4em 0;
  font-weight: normal;
}

h4.tight {
  margin-bottom: 0.2em;
}

h5 {
  font-weight: normal;
}

/* paragraph style */
p {
  margin: 10px 0 0 20px;
  font-size: 14px;
  line-height: 1.3em;
}

p.tight {
  margin-bottom: 0.4em;
}

/* ordered and unordered lists */
ul {
  margin: 0 0 1.2em 2.9em;
}

ul li {
  font-family: 'psRegular', Helvetica, Arial, sans-serif;
  color: #444444;
  margin: 0 0 0.5em 0;
  line-height: 1.3;
}

ul li span {
  color: #444444;
}

ul li ul {
  margin: 0.3em 0 0 1.2em;
}

ul li ul li {
  margin: 0 0 0.3em 0;
}

ol {
  margin: 0 0 1.2em 2.9em;
}

ol li {
  font-family: 'psRegular', Helvetica, Arial, sans-serif;
  color: #444444;
  margin: 0 0 0.5em 0;
  line-height: 1.3;
}

ol li span {
  color: #444444;
}

/* expandable lists */
ul.expandable {
  list-style: none;
  margin-left: 0;
}

ul.expandable > li:hover a {
  color: #281360;
}

ul.expandable > li {
  cursor: pointer;
}

ul.expandable a {
  text-decoration: none;
}

ul.expandable a:hover {
  color: #281360;
}

ul.expandable ul {
  font-size: 12px;
  margin: 0.4em 0 0.4em 3em;
  display: none;
}

ul.expandable ul li {
  color: #444444;
  font-size: 12px;
  margin-bottom: 0.4em;
}

/* links */
a {
  color: #247bd3;
  text-decoration: none;
  cursor: pointer;
}

.no-touch a:hover {
  color: #281360;
}

p a {
  text-decoration: underline;
}

.moredetail {
  font-size: 12px;
  display: inline-block;
  position: relative;
  top: -24px;
  margin: 0 0 14px 20px;
}

/* horizontal rule */
hr {
  color: #d9d9d9;
}

hr.short {
  width: 300px;
}

hr.top-space {
  margin-top: 50px;
}

/* block quote */
blockquote {
  display: block;
  width: 220px;
  position: relative;
  margin: 10px 10px 10px 20px;
}

blockquote .quote {
  font-family: 'psLight', 'psRegular', Helvetica, Arial, sans-serif;
  color: #0068d3;
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 10px;
}

blockquote .open {
  position: absolute;
  display: block;
  left: -18px;
  top: -8px;
  font-size: 37px;
  color: #acadb1;
  font-family: 'psCondMedium', 'psRegular', Helvetica, Arial, sans-serif;
}

blockquote .close {
  font-size: 37px;
  color: #acadb1;
  font-family: 'psCondMedium', 'psRegular', Helvetica, Arial, sans-serif;
  height: 24px;
  display: inline-block;
}

blockquote .from {
  font-size: 13px;
  color: #222222;
  font-family: 'psRegular', Helvetica, Arial, sans-serif;
}

blockquote .from img {
  margin: 4px 0 0 8px;
}

/* content containers */
.site-container {
  position: relative;
  width: 940px;
  padding: 10px;
  margin: 0 auto;
}

.content-container {
  position: relative;
  width: 100%;
}

.content-container > .container {
  width: 940px;
  padding: 10px;
  margin: 0 auto;
}

@media only screen and (min-width: 761px) and (max-width: 955px) {
  .content-container > .container {
    width: 748px;
    padding: 10px;
  }
}

@media only screen and (max-width: 330px) {
  .content-container > .container {
    width: 300px;
    padding: 10px;
  }
}

@media only screen and (min-width: 331px) and (max-width: 760px) {
  .content-container > .container {
    width: 460px;
  }
}

@media only screen and (max-width: 330px) {
  .content-container > .container {
    width: 300px;
  }
}

.content-container .shadow-strip {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 7px;
  background: transparent url(/assets/qx/images/shadow-strip.png) no-repeat center top;
  background-size: 100% 7px;
}

/*
	button styles
	imported from 'buttons.scss'
*/
.button {
  display: block;
  position: relative;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  font-family: 'psMedium', 'psRegular', Helvetica, Arial, sans-serif;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  border-radius: 24px;
  height: 40px;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
  background: #549cd5;
  /* Old browsers */
  background: -moz-linear-gradient(top, #549cd5 0%, #3e7ac7 100%);
  /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #549cd5),
    color-stop(100%, #3e7ac7)
  );
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #549cd5 0%, #3e7ac7 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #549cd5 0%, #3e7ac7 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #549cd5 0%, #3e7ac7 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #549cd5 0%, #3e7ac7 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#549cd5', endColorstr='#3e7ac7',GradientType=0 );
  /* IE6-9 */
  /* Adds hover events in combination with modernizr.js for desktop browsers */
  /* gradient for right and left icon sections */
  /* button's center, right and left sections */
  /* if small text is needed for two line buttons */
  /* standard and flex sizes, and button section adjustments for icons */
  /* styles for orange buttons */
  /* style for smaller button */
}

.no-touch .button:hover {
  color: #fff;
  background: #4484cb;
  /* Old browsers */
  background: -moz-linear-gradient(top, #549cd5 0%, #4484cb 100%);
  /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #549cd5),
    color-stop(100%, #4484cb)
  );
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #549cd5 0%, #4484cb 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #549cd5 0%, #4484cb 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #549cd5 0%, #4484cb 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #549cd5 0%, #4484cb 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#549cd5', endColorstr='#4484cb',GradientType=0 );
  /* IE6-9 */
}

.button .button-right,
.button .button-left {
  background: #4481c0;
  /* Old browsers */
  background: -moz-linear-gradient(top, #4481c0 0%, #498bce 100%);
  /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #4481c0),
    color-stop(100%, #498bce)
  );
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #4481c0 0%, #498bce 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #4481c0 0%, #498bce 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #4481c0 0%, #498bce 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #4481c0 0%, #498bce 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4481c0', endColorstr='#498bce',GradientType=0 );
  /* IE6-9 */
}

.button .button-center {
  display: block;
  padding: 12px 0 0 0;
  color: #fff;
}

.button .button-center.two-lines {
  padding: 6px 0 0 0;
  line-height: 0.9;
}

.button .button-right {
  display: block;
  height: 40px;
  width: 41px;
  position: absolute;
  top: 0;
  right: 0;
  float: right;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-left: 1px solid rgba(0, 35, 161, 0.2);
}

.button .button-right .inner {
  display: block;
  height: 40px;
  border-left: 1px solid rgba(148, 255, 255, 0.2);
}

.button .button-right .button-icon {
  margin: 7px 0 0 -8px;
}

.button .button-right .fa-icon {
  margin: 8px 0 0 -6px;
}

.button .button-left {
  display: block;
  height: 40px;
  width: 41px;
  position: absolute;
  top: 0;
  left: 0;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  border-right: 1px solid rgba(0, 35, 161, 0.2);
}

.button .button-left .inner {
  display: block;
  height: 40px;
  border-right: 1px solid rgba(148, 255, 255, 0.2);
}

.button .button-left .button-icon {
  margin: 7px 0 0 6px;
}

.button .button-left .fa-icon {
  margin: 8px 0 0 6px;
}

.button .small-text {
  font-size: 10px;
}

.button.has-right {
  padding-right: 40px;
}

.button.has-left {
  padding-left: 40px;
}

.button.standard {
  width: 225px;
}

.button.standard.has-right {
  width: 185px;
  padding-right: 40px;
}

.button.standard.has-left {
  width: 185px;
  padding-left: 40px;
}

.button.flex {
  padding: 0 30px 0 30px;
  display: inline-block;
}

.button.flex.has-right {
  padding-right: 70px;
}

.button.flex.has-left {
  padding-left: 70px;
}

.button.flex.has-both {
  padding: 0 70px 0 70px;
}

.button.orange {
  background: #ff8900;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ff8900 0%, #ff6700 100%);
  /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #ff8900),
    color-stop(100%, #ff6700)
  );
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ff8900 0%, #ff6700 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ff8900 0%, #ff6700 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ff8900 0%, #ff6700 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ff8900 0%, #ff6700 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8900', endColorstr='#ff6700',GradientType=0 );
  /* IE6-9 */
}

.no-touch .button.orange:hover {
  background: #ff7500;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ff8900 0%, #ff7500 100%);
  /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #ff8900),
    color-stop(100%, #ff7500)
  );
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ff8900 0%, #ff7500 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ff8900 0%, #ff7500 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ff8900 0%, #ff7500 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ff8900 0%, #ff7500 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8900', endColorstr='#ff7500',GradientType=0 );
  /* IE6-9 */
}

.button.orange .button-left,
.button.orange .button-right {
  background: #ec6f00;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ec6f00 0%, #ff7800 100%);
  /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #ec6f00),
    color-stop(100%, #ff7800)
  );
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ec6f00 0%, #ff7800 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ec6f00 0%, #ff7800 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ec6f00 0%, #ff7800 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ec6f00 0%, #ff7800 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec6f00', endColorstr='#ff7800',GradientType=0 );
  /* IE6-9 */
}

.button.orange .button-left {
  border-right: 1px solid rgba(255, 230, 0, 0.4);
}

.button.orange .button-left .inner {
  border-right: 1px solid rgba(255, 0, 0, 0.3);
}

.button.orange .button-right {
  border-left: 1px solid rgba(255, 0, 0, 0.3);
}

.button.orange .button-right .inner {
  border-left: 1px solid rgba(255, 230, 0, 0.4);
}

.button.small {
  height: 30px;
  font-size: 14px;
}

.button.small .button-center {
  padding-top: 9px;
}

.button.small.flex {
  padding: 0 14px 0 14px;
}

/* button icon styles */
.button-icon {
  background: transparent url(/assets/qx/images/sprite-button-icons.png) no-repeat 0 0;
  width: 25px;
  height: 25px;
}

.button-icon.arrow {
  background-position: 0 0;
}

.button-icon.arrow-large {
  background-position: 0 -50px;
}

.button-icon.chat {
  background-position: -50px 0;
}

.button-icon.print {
  background-position: -100px 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx) {
  .button-icon {
    background: transparent url(/assets/qx/images/sprite-button-icons-2x.png) no-repeat 0 0;
    background-size: 150px 150px;
  }
}

/* font awesome icon styles */
.button .fa-icon {
  font-size: 20px;
}

/* icon styles */
.lz-icon-help {
  display: inline-block;
  width: 25px;
  height: 25px;
  font-family: 'psMedium', 'psRegular', Helvetica, Arial, sans-serif;
  line-height: 1em;
  margin: 5px 0 0 0;
  text-decoration: none;
  background: transparent url(/assets/qx/images/icon-help.png) no-repeat 0 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx) {
  .lz-icon-help {
    background-image: url(/assets/qx/images/icon-help-2x.png);
    background-size: 25px 25px;
  }
}

.lz-icon-help.gray {
  background-image: url(/assets/qx/images/icon-help-gray.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx) {
  .lz-icon-help.gray {
    background-image: url(/assets/qx/images/icon-help-gray-2x.png);
    background-size: 25px 25px;
  }
}

.lz-icon-help.orange {
  background-image: url(/assets/qx/images/icon-help-orange.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx) {
  .lz-icon-help.orange {
    background-image: url(/assets/qx/images/icon-help-orange-2x.png);
    background-size: 25px 25px;
  }
}

.lz-icon-help.small {
  width: 18px;
  height: 18px;
  background-image: url(/assets/qx/images/icon-help-small.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx) {
  .lz-icon-help.small {
    background-image: url(/assets/qx/images/icon-help-small-2x.png);
    background-size: 18px 18px;
  }
}

.lz-icon-help.small.desc {
  width: auto;
  font-size: 12px;
  padding: 4px 0 0 22px;
  margin-left: 2px;
}

.lz-icon-help.small.gray {
  background-image: url(/assets/qx/images/icon-help-gray-small.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx) {
  .lz-icon-help.small.gray {
    background-image: url(/assets/qx/images/icon-help-gray-small-2x.png);
    background-size: 18px 18px;
  }
}

.lz-icon-help.small.orange {
  background-image: url(/assets/qx/images/icon-help-orange-small.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx) {
  .lz-icon-help.small.orange {
    background-image: url(/assets/qx/images/icon-help-orange-small-2x.png);
    background-size: 18px 18px;
  }
}

.lz-icon-info {
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 1em;
  margin: 5px 0 0 0;
  text-decoration: none;
  background: transparent url(/assets/qx/images/icon-info.png) no-repeat 0 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx) {
  .lz-icon-info {
    background-image: url(/assets/qx/images/icon-info-2x.png);
    background-size: 25px 25px;
  }
}

.lz-icon-info.gray {
  background-image: url(/assets/qx/images/icon-info-gray.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx) {
  .lz-icon-info.gray {
    background-image: url(/assets/qx/images/icon-info-gray-2x.png);
    background-size: 25px 25px;
  }
}

.lz-icon-info.orange {
  background-image: url(/assets/qx/images/icon-info-orange.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx) {
  .lz-icon-info.orange {
    background-image: url(/assets/qx/images/icon-info-orange-2x.png);
    background-size: 25px 25px;
  }
}

.lz-icon-info.small {
  width: 18px;
  height: 18px;
  background-image: url(/assets/qx/images/icon-info-small.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx) {
  .lz-icon-info.small {
    background-image: url(/assets/qx/images/icon-info-small-2x.png);
    background-size: 18px 18px;
  }
}

.lz-icon-info.small.desc {
  width: auto;
  font-size: 12px;
  padding: 4px 0 0 22px;
  margin-left: 2px;
}

.lz-icon-info.small.gray {
  background-image: url(/assets/qx/images/icon-info-gray-small.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx) {
  .lz-icon-info.small.gray {
    background-image: url(/assets/qx/images/icon-info-gray-small-2x.png);
    background-size: 18px 18px;
  }
}

.lz-icon-info.small.orange {
  background-image: url(/assets/qx/images/icon-info-orange-small.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx) {
  .lz-icon-info.small.orange {
    background-image: url(/assets/qx/images/icon-info-orange-small-2x.png);
    background-size: 18px 18px;
  }
}

.lz-icon-blue {
  background: transparent url(/assets/qx/images/sprite-icons-blue.png) no-repeat 0 0;
  width: 25px;
  height: 25px;
}

.lz-icon-blue.arrow {
  background-position: 0 0;
}

.lz-icon-blue.arrow-large {
  background-position: 0 -50px;
}

.lz-icon-blue.chat {
  background-position: -50px 0;
}

.lz-icon-blue.print {
  background-position: -100px 0;
}

.lz-icon-blue.arrow-back {
  background-position: -50px -50px;
}

/* back link */
.link-back {
  color: #247bd3;
  display: inline-block;
}

.link-back span {
  color: #247bd3;
  display: inline-block;
  text-decoration: underline;
  top: -8px;
  position: relative;
}

.link-back:hover {
  color: #281360;
}

.link-back:hover span {
  color: #281360;
}

/* steps navigation bars */
/* steps navigation - solid */
.steps-solid {
  position: relative;
  list-style: none;
  margin: 0 0 10px 0;
  height: 34px;
  width: 100%;
  border-radius: 20px;
  background: #eee;
  display: block;
  overflow: hidden;
}

.steps-solid a {
  cursor: default;
}

.steps-solid.last-step {
  background: transparent url(/assets/qx/images/bg-steps-nav-blue.png) repeat-x 0 0;
}

.steps-solid.completed {
  background: #030077;
}

.steps-solid.product-inc li a .link {
  padding-left: 40px;
  padding-right: 30px;
}

.steps-solid li {
  line-height: 1;
  float: left;
  position: relative;
  margin-left: -10px;
}

.steps-solid li:first-child {
  margin-left: 0;
  z-index: 15;
}

.steps-solid li:first-child a .link {
  padding-left: 28px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.steps-solid li.last a {
  padding-right: 0;
}

.steps-solid li.last a .link {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  display: block;
  padding-left: 30px;
}

.steps-solid li.last a .arrow {
  display: none;
}

.steps-solid li + li {
  z-index: 14;
}

.steps-solid li + li + li {
  z-index: 13;
}

.steps-solid li + li + li + li {
  z-index: 12;
}

.steps-solid li + li + li + li + li {
  z-index: 11;
}

.steps-solid li + li + li + li + li + li {
  z-index: 10;
}

.steps-solid li + li + li + li + li + li + li {
  z-index: 9;
}

.steps-solid li + li + li + li + li + li + li + li {
  z-index: 8;
}

.steps-solid li + li + li + li + li + li + li + li + li {
  z-index: 7;
}

.steps-solid li + li + li + li + li + li + li + li + li + li {
  z-index: 6;
}

.steps-solid li + li + li + li + li + li + li + li + li + li + li {
  z-index: 5;
}

.steps-solid li + li + li + li + li + li + li + li + li + li + li + li {
  z-index: 4;
}

.steps-solid li + li + li + li + li + li + li + li + li + li + li + li + li {
  z-index: 3;
}

.steps-solid li + li + li + li + li + li + li + li + li + li + li + li + li + li {
  z-index: 2;
}

.steps-solid li + li + li + li + li + li + li + li + li + li + li + li + li + li + li {
  z-index: 1;
}

.steps-solid li a {
  display: block;
  height: 39px;
  text-decoration: none;
  color: #fff;
  /*text-shadow: 0 1px 1px rgba(0,0,0,0.7);*/
  font-family: 'psRegular', Helvetica, Arial, sans-serif;
  font-size: 13px;
  padding: 0 20px 0 0;
  /*.no-touch &:hover {
      	color: #fff;
      	.link {background-color: #b3b3b3;}
      	.arrow {
      		background-position: 0 -41px;
      	}
      }*/
}

.steps-solid li.last.active a .link {
  padding-right: 120px;
}

.steps-solid li a .link {
  padding: 12px 46px 10px 28px;
  display: block;
  background: #eee;
  color: #777;
  text-decoration: none;
  float: left;
}

.steps-solid li a .arrow {
  display: block;
  width: 19px;
  height: 39px;
  margin-right: -19px;
  background: transparent url(/assets/qx/images/sprite-steps-nav-solid.png) no-repeat 0 0;
  float: left;
  position: relative;
  top: -3px;
}

.steps-solid li.active a {
  /*.no-touch &:hover {
      	.link {
      		background-position: 0 -41px;
      		background-color: transparent;
      	}
      	.arrow {
      		background-position: 0 -123px;
      	}
      }*/
}

.steps-solid li.active a .link {
  background: transparent url(/assets/qx/images/bg-steps-nav-blue.png) repeat-x 0 0;
  color: #fff;
  font-family: 'psMedium', 'psRegular', Helvetica, Arial, sans-serif;
  margin-left: -6px;
}

.steps-solid li.active a .arrow {
  background-position: 0 -82px;
}

.steps-solid li.inactive a {
  cursor: default;
  /*.no-touch &:hover {
      	.link {background: #eee;}
      	.arrow {background-position: 0 0;}
      }*/
}

.steps-solid li.completed a {
  /*.no-touch &:hover {
      	.link {background: #200d53;}
      	.arrow {background-position: 0 -205px;}
      }*/
}

.steps-solid li.completed a .link {
  background: #030077;
}

.steps-solid li.completed a .arrow {
  background-position: 0 -164px;
}

/* steps nav normal */
.steps-normal {
  list-style: none;
  height: 30px;
  font-family: 'psRegular', Helvetica, Arial, sans-serif;
}

.steps-normal li {
  line-height: 1;
  float: left;
  margin: 0 0 10px 0;
}

.steps-normal li:first-child a {
  padding: 0 0 0 10px;
}

.steps-normal li:first-child a .arrow {
  display: none;
}

.steps-normal li.active a .number {
  background-position: 0 -120px;
}

.steps-normal li.active a .link {
  color: #222222;
}

.steps-normal li.active a:hover .link {
  color: #222222;
}

.steps-normal li.inactive a {
  cursor: default;
}

.no-touch .steps-normal li.inactive a:hover .link {
  color: #a4a4a4;
}

.steps-normal li.completed a .number {
  background-position: 0 -180px;
}

.steps-normal li.completed a .link {
  color: #030077;
}

.no-touch .steps-normal li.completed a:hover .link {
  color: #247bd3;
}

.steps-normal li a {
  display: block;
  padding: 0 0 0 50px;
  font-size: 14px;
  color: #a4a4a4;
  text-decoration: none;
}

.steps-normal li a .number {
  background: transparent url(/assets/qx/images/sprite-steps-nav-normal.png) no-repeat 0 -60px;
  display: block;
  float: left;
  width: 24px;
  height: 18px;
  color: #fff;
  padding: 6px 0 0 0;
  text-align: center;
  font-size: 13px;
  margin-left: -20px;
}

.steps-normal li a .arrow {
  display: block;
  float: left;
  background: transparent url(/assets/qx/images/sprite-steps-nav-normal.png) no-repeat 0 0;
  width: 10px;
  height: 16px;
  margin-top: 4px;
  margin-left: -42px;
}

.steps-normal li a .link {
  display: block;
  padding: 5px 0 0 10px;
}

.no-touch .steps-normal li a:hover .link {
  color: #247bd3;
}

/* video play button */
.button-play {
  display: block;
  width: 90px;
  height: 90px;
  background: transparent url(/assets/qx/images/sprite-button-video.png) no-repeat 0 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx) {
  .button-play {
    background-image: url(/assets/qx/images/sprite-button-video-2x.png);
    background-size: 250px 257px;
  }
}

.no-touch .button-play:hover {
  background-position: 0 -130px;
}

.button-play.small {
  width: 62px;
  height: 62px;
  background-position: -130px 0;
}

.no-touch .button-play.small:hover {
  background-position: -130px -130px;
}

/*
	form style and layout - basic input, checkbox, radio box, textarea, select dropdown styling
	imported from 'forms.scss'
*/
.form-group {
  padding: 0 0 30px 20px;
}

.form-group.tight {
  padding-bottom: 10px;
}

/*.form-group h4 {
        margin: 1em 0 0.2em 0;
    }*/
.form-group p.sign-in-link {
  font-size: 12px;
  margin-left: 4px;
}

.form-group p.notes {
  font-size: 11px;
}

.form-group label {
  font-size: 14px;
  padding: 0;
  position: relative;
  line-height: 1;
  font-weight: normal;
}

.form-group label.column {
  display: inline-block;
  width: 110px;
  margin-right: 4px;
  font-size: 12px;
}

.form-group .form-field {
  list-style: none;
  margin: 10px 0 0 0;
}

.form-group .form-fields {
  list-style: none;
  margin: 8px 0 0 28px;
}

/*.form-group .form-fields .form-fields .form-field {
            margin: 10px 0 0 0;
        }*/
.form-group .form-fields p {
  margin-left: 0;
  margin-top: 4px;
}

.form-group .form-fields label {
  font-weight: bold;
}

.form-group .form-fields.select .lz-icon-help {
  top: -8px;
}

.form-group .form-fields.select label.column {
  margin: 17px 7px 0 0;
  float: left;
}

.form-group .form-fields.select label {
  padding-top: 4px;
  padding-bottom: 2px;
  display: block;
}

.form-group .lz-icon-help {
  top: 5px;
  margin: 0 0 0 4px;
  position: relative;
}

.error-text {
  color: #e10b00;
  font-size: 12px;
  position: relative;
  margin-left: 2px;
  margin-top: 6px;
  font-weight: normal;
}

.form-group .helper-text {
  color: #999;
  width: 300px;
  font-size: 12px;
  line-height: 1.2em;
  position: relative;
  margin-left: 2px;
  margin-top: 6px;
  font-family: 'psRegular', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: normal;
}

p.helper-text,
span.helper-text {
  color: #999;
  font-size: 12px;
  padding: 0;
  margin: 0;
}

/* select field replacement styles */
.select-field {
  display: inline-block;
  width: 300px;
  height: 35px;
  margin: 3px 0 0 0;
  border: 1px solid #ddd;
  border-radius: 4px;
  /*box-shadow: 0 1px 0 rgba(0,0,0,0.15);*/
  overflow: hidden;
  cursor: pointer;
  position: relative;
  background: #f1f1f1;
}

.no-touch .select-field:hover .select-arrow-container .select-arrow {
  background-position: 0 -20px;
}

.select-field.column {
  float: left;
}

.select-field select {
  font-size: 13px;
  font-family: 'psRegular', Helvetica, Arial, sans-serif;
  line-height: 1em;
  color: #222222;
  background: transparent;
  -webkit-appearance: none;
  border: 0;
  padding: 11px 0 10px 12px;
  width: 340px;
  outline: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}

.select-field .select-arrow-container {
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 0;
  width: 34px;
  height: 40px;
  background: #f1f1f1;
}

.select-field .select-arrow {
  position: absolute;
  width: 14px;
  height: 11px;
  background: transparent url(/assets/qx/images/sprite-form-select.png) no-repeat 0 0;
  margin: 13px 0 0 8px;
  pointer-events: none;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx) {
  .select-field .select-arrow {
    background-image: url(/assets/qx/images/sprite-form-select-2x.png);
    background-size: 14px 310px;
  }
}

.select-field.long {
  width: 390px;
}

.select-field.long select {
  width: 410px;
}

.select-field.longer {
  width: 440px;
}

.select-field.longer select {
  width: 480px;
}

.select-field.longest {
  width: 520px;
}

.select-field.longest select {
  width: 560px;
}

.select-field.short {
  width: 140px;
}

.select-field.short select {
  width: 180px;
}

.select-field.shortest {
  width: 77px;
}

.select-field.shortest select {
  width: 117px;
}

.select-field.month {
  width: 130px;
}

.select-field.month select {
  width: 170px;
}

.select-field.year {
  width: 87px;
}

.select-field.year select {
  width: 127px;
}

.select-field.state {
  width: 340px;
}

.select-field.state select {
  width: 380px;
}

.select-field.wide {
  width: 520px;
}

.select-field.wide select {
  width: 560px;
}

.select-field.credit-cards {
  width: 220px;
}

.select-field.credit-cards select {
  width: 260px;
}

.select-field.country {
  width: 464px;
}

.select-field.country select {
  width: 504px;
}

.select-field.micro {
  height: 22px;
}

.no-touch .select-field.micro:hover .select-arrow-container .select-arrow {
  background-position: 0 -220px;
}

.select-field.micro .select-arrow-container {
  width: 18px;
  height: 20px;
}

.select-field.micro .select-arrow {
  width: 9px;
  height: 10px;
  margin: 7px 0 0 2px;
  background-position: 0 -200px;
}

.select-field.micro select {
  font-size: 12px;
  padding: 4px 0 0 4px;
}

.select-field optgroup {
  font-family: Helvetica, Arial, sans-serif;
}

/* text, radio, and checkbox input replacement */
input[type='text'],
input[type='password'] {
  font-family: 'psRegular', Helvetica, Arial, sans-serif;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  font-size: 13px;
  height: 35px;
  padding: 0 10px;
  margin: 3px 0 0 0;
  width: 280px;
  display: inline-block;
  background: #fff;
}

input[type='text'].short,
input[type='password'].short {
  width: 160px;
}

input[type='text'].shortest,
input[type='password'].shortest {
  width: 80px;
}

input[type='text'].error,
input[type='password'].error {
  background: #ffe1e2;
}

input[type='text']:focus,
input[type='password']:focus {
  outline: none;
}

textarea {
  font-family: 'psRegular', Helvetica, Arial, sans-serif;
  border: 1px solid #d1d1d1;
  border-radius: 8px;
  font-size: 14px;
  padding: 10px;
  width: 400px;
  height: 140px;
  display: inline-block;
  box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  margin: 3px 0 0 0;
}

textarea.short {
  width: 180px;
}

textarea.error {
  background: #ffe1e2;
}

input[type='radio'] {
  display: none;
}

input[type='radio'] + label {
  background: transparent url(/assets/qx/images/sprite-form-radio.png) no-repeat 0 0;
  display: inline-block;
  padding: 4px 0 0 28px;
  font-size: 14px;
  margin: 0 0 0 0;
  cursor: pointer;
  line-height: 1.3;
}

input[type='radio'] + label:hover {
  background-position: 0 -600px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx) {
  input[type='radio'] + label {
    background-image: url(/assets/qx/images/sprite-form-radio-2x.png);
    background-size: 22px 621px;
  }
}

input[type='radio']:checked + label {
  background-position: 0 -300px;
}

input[type='checkbox'] {
  display: none;
}

input[type='checkbox'] + label {
  background: transparent url(/assets/qx/images/sprite-form-checkbox.png) no-repeat 0 0;
  height: 22px;
  display: inline-block;
  padding: 2px 0 0 28px;
  font-size: 14px;
  margin: 0 0 0 0;
  cursor: pointer;
  line-height: 1.3;
}

input[type='checkbox'] + label:hover {
  background-position: 0 -600px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx) {
  input[type='checkbox'] + label {
    background-image: url(/assets/qx/images/sprite-form-checkbox-2x.png);
    background-size: 22px 620px;
  }
}

input[type='checkbox']:checked + label {
  background-position: 0 -300px;
}

input[type='checkbox'].disclaimer + label {
  font-size: 12px;
  padding: 2px 0 0 28px;
  line-height: 1.3;
}

/* input form placeholder text styles */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #c4c4c3;
  font-family: 'psRegular', Helvetica, Arial, sans-serif;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #c4c4c3;
  font-family: 'psRegular', Helvetica, Arial, sans-serif;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #c4c4c3;
  font-family: 'psRegular', Helvetica, Arial, sans-serif;
}

input:-ms-placeholder,
textarea:-ms-placeholder {
  color: #c4c4c3;
  font-family: 'psRegular', Helvetica, Arial, sans-serif;
}

/*
	tooltips - standard "help content" tooltips
	imported from 'tooltips.scss'
*/
.tooltip-container {
  overflow: hidden;
  display: block;
  height: 0;
  width: 0;
}

.tooltip {
  background: #fff;
  display: none;
  font-size: 13px;
  border-radius: 8px;
  position: absolute;
  height: 0;
  width: 0;
  opacity: 0;
  overflow: hidden;
  font-size: 13px;
  font-family: 'psRegular', Helvetica, Arial, sans-serif;
  line-height: 1.4;
  z-index: 50;
  border: 2px solid #0068d3;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
}

.tooltip.active {
  display: block;
  width: 260px;
  opacity: 1;
  height: auto;
  overflow: visible;
  padding: 20px;
}

.csstransitions .tooltip {
  display: block;
  opacity: 0;
  -webkit-transition-property: opacity, margin;
  -webkit-transition-duration: 0ms;
  -moz-transition-property: opacity, margin;
  -moz-transition-duration: 0ms;
  -ms-transition-property: opacity, margin;
  -ms-transition-duration: 0ms;
  -o-transition-property: opacity, margin;
  -o-transition-duration: 0ms;
  transition-property: opacity, margin;
  transition-duration: 0ms;
}

.csstransitions .tooltip.active {
  opacity: 100;
  margin: 2px 0 0 0;
}

.tooltip.wide.active {
  width: 360px;
}

.tooltip .close {
  position: absolute;
  top: -14px;
  right: -14px;
}

.tooltip .close .icon {
  cursor: pointer;
}

.tooltip .icon-tooltip-close {
  width: 31px;
  height: 31px;
  background: transparent url(/assets/qx/images/sprite-modal-close.png) no-repeat 0 0;
}

.no-touch .tooltip .icon-tooltip-close:hover {
  background-position: 0 -50px;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  background: transparent url(/assets/qx/images/sprite-tooltip.png) no-repeat 0 0;
}

.tooltip .arrow.up {
  background-position: 0 0;
  width: 14px;
  height: 9px;
  top: -9px;
  left: 50%;
  margin-left: -7px;
}

.tooltip .arrow.right {
  background-position: 0 -40px;
  width: 9px;
  height: 14px;
  right: -9px;
  top: 50%;
  margin-top: -7px;
}

.tooltip .arrow.down {
  background-position: 0 -80px;
  width: 14px;
  height: 9px;
  bottom: -9px;
  left: 50%;
  margin-left: -7px;
}

.tooltip .arrow.left {
  background-position: 0 -120px;
  width: 9px;
  height: 14px;
  top: 24px;
  left: -8px;
}

.tooltip p {
  font-size: 13px;
  margin: 0 0 1em 0;
  line-height: 1.4;
}

.tooltip p:last-child {
  margin-bottom: 0;
}

.tooltip ul {
  margin-bottom: 1em;
}

.tooltip ul li {
  font-size: 13px;
  color: #444444;
}

.no-touch .tooltip a:hover {
  color: #fff;
}

.tooltip .disclaimer {
  font-size: 0.85em;
}

.help.text,
.help.icon {
  position: relative;
}

/*
	modal - standard modal style for loading inline and external resources
	imported from 'modal.scss'
*/
.modal,
.sign-in-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 80px;
  left: 50%;
}

@media only screen and (min-width: 331px) and (max-width: 760px) {
  .modal,
  .sign-in-modal {
    top: 30px;
  }
}

@media only screen and (max-width: 330px) {
  .modal,
  .sign-in-modal {
    top: 24px;
  }
}

.modal.active,
.sign-in-modal.active {
  display: block;
}

.modal.text,
.sign-in-modal.text {
  width: 800px;
  margin-left: -410px;
  padding: 10px;
  background: #dadada;
  /* modal content formatting */
}

@media only screen and (min-width: 761px) and (max-width: 955px) {
  .modal.text,
  .sign-in-modal.text {
    width: 600px;
    margin-left: -310px;
  }
}

@media only screen and (min-width: 331px) and (max-width: 760px) {
  .modal.text,
  .sign-in-modal.text {
    width: 400px;
    margin-left: -210px;
  }
}

@media only screen and (max-width: 330px) {
  .modal.text,
  .sign-in-modal.text {
    width: 260px;
    padding: 6px;
    margin-left: -136px;
  }
}

.modal.text .content,
.sign-in-modal.text .content {
  background: #fff;
  padding: 20px 30px 40px 30px;
  min-height: 200px;
  overflow: auto;
}

@media only screen and (min-width: 331px) and (max-width: 760px) {
  .modal.text .content,
  .sign-in-modal.text .content {
    max-height: 200px;
    padding: 12px 12px 30px 12px;
  }
}

@media only screen and (max-width: 330px) {
  .modal.text .content,
  .sign-in-modal.text .content {
    padding: 12px 12px 30px 12px;
    max-height: 320px;
  }
}

.modal.text .content h1,
.sign-in-modal.text content h1 {
  font-size: 24px;
}

@media only screen and (min-width: 331px) and (max-width: 760px),
  only screen and (max-width: 330px) {
  .modal.text .content h1,
  .sign-in-modal.text .content h1 {
    font-size: 20px;
    line-height: 1.1;
  }

  .modal.text .content p,
  .sign-in-modal.text .content p {
    font-size: 12px;
  }

  .modal.text .content ul,
  .sign-in-modal.text .content ul {
    font-size: 12px;
  }
}

.modal.text .overlay,
.sign-in-modal.text .overlay {
  width: 780px;
  height: 60px;
  position: absolute;
  bottom: 0px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 73%, white 100%);
  /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(255, 255, 255, 0)),
    color-stop(73%, white),
    color-stop(100%, white)
  );
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 73%, white 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 73%, white 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 73%, white 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 73%, white 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
  pointer-events: none;
}

@media only screen and (min-width: 761px) and (max-width: 955px) {
  .modal.text .overlay,
  .sign-in-modal.text .overlay {
    width: 580px;
  }
}

@media only screen and (min-width: 331px) and (max-width: 760px) {
  .modal.text .overlay,
  .sign-in-modal.text .overlay {
    width: 380px;
    height: 30px;
  }
}

@media only screen and (max-width: 330px) {
  .modal.text .overlay,
  .sign-in-modal.text .overlay {
    width: 240px;
    height: 40px;
  }
}

.modal.video {
  width: 800px;
  margin-left: -400px;
  padding: 10px;
  background: #fff;
}

@media only screen and (min-width: 761px) and (max-width: 955px) {
  .modal.video {
    width: 600px;
    margin-left: -300px;
  }

  .modal.video iframe {
    width: 600px;
    height: 361px;
    overflow: hidden;
  }
}

.modal .close,
.sign-in-modal .close {
  display: block;
  position: absolute;
  width: 31px;
  height: 31px;
  background: transparent url(/assets/qx/images/sprite-modal-close.png) no-repeat 0 0;
  z-index: 10;
  top: -22px;
  right: -22px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx) {
  .modal .close,
  .sign-in-modal .close {
    background-image: url(/assets/qx/images/sprite-modal-close-2x.png);
    background-size: 31px 100px;
  }
}

.no-touch .modal .close:hover,
.no-touch .sign-in-modal.close:hover {
  background-position: 0 -50px;
}

.modal .shadow,
.sign-in-modal .shadow {
  position: absolute;
  bottom: -8px;
  width: 100%;
  height: 10px;
  background: transparent url(/assets/qx/images/shadow-curved-photo-md.png) no-repeat center top;
  background-size: 100% 10px;
}

@media only screen and (max-width: 330px) {
  .modal .shadow,
  .sign-in-modal .shadow {
    bottom: -16px;
  }
}

.modal .shadow-ie8,
.sign-in-modal .shadow-ie8 {
  position: absolute;
  bottom: -20px;
  width: 100%;
  height: 10px;
}

.modal-overlay,
.sign-in-modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f2f2f2;
  z-index: 900;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=90)';
  filter: alpha(opacity=90);
  opacity: 0.9;
}

@media only screen and (min-width: 331px) and (max-width: 760px),
  only screen and (max-width: 330px) {
  .modal-overlay,
  .sign-in-modal-overlay {
    background: #000;
    opacity: 0.6;
  }
}

.modal-overlay.active,
.sign-in-modal-overlay.acti {
  display: block;
}

/* page 1 modal */
.modal.text.page-one-modal .content h1 {
  font-size: 36px;
  text-align: center;
  margin-bottom: 0.2em;
}

.modal.text.page-one-modal .content h2 {
  font-size: 18px;
  text-align: center;
  color: #222222;
  margin-bottom: 0.1em;
  padding-top: 0em;
}

.modal.text.page-one-modal .content h3 {
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  margin-left: 80px;
  color: #222222;
  margin-bottom: 0.1em;
  padding-top: 0em;
}

.modal.text.page-one-modal .content .form-group {
  position: relative;
}

.modal.text.page-one-modal .content .form-group .button {
  float: left;
  margin-right: 60px;
  margin-top: 18px;
  position: absolute;
  right: 0;
}

.modal.text.page-one-modal .content .forgot-password-link {
  top: 5px;
  margin-left: 80px;
  position: relative;
  font-size: 12px;
}

.modal.text.page-one-modal .content .forgot-password {
  display: none;
}

/* sign in modal */
.sign-in-modal h1 {
  margin-bottom: 0.2em;
}

.sign-in-modal h2 {
  margin-bottom: 0.1em;
  padding-top: 0.4em;
  color: #498bce;
}

.sign-in-modal .form-group {
  position: relative;
}

.sign-in-modal .form-group .button {
  float: left;
  margin-top: 18px;
  position: absolute;
  right: 0;
}

.sign-in-modal .forgot-password-link {
  top: 5px;
  position: relative;
  font-size: 12px;
}

.forgot-password-success {
  color: #498bce;
  font-size: 14px;
  padding-top: 20px;
  font-weight: bold;
}

.signin-saveanswer-link {
  float: right;
}

.sign-in-modal .form-group .form-field {
  float: left;
  width: 190px;
}

.sign-in-modal .form-group .form-field label {
  font-size: 12px;
}

/* 
	questionnaire layouts - this includes all miscellaneous layout needed for the qaire pages
	imported from 'qaire-layout.scss'
*/
/* questionnaire header */
.qaire-header {
  position: relative;
  margin: 20px 0 20px 0;
}

.qaire-header .lz-logo {
  margin: 4px 0 0 14px;
}

.qaire-header h1 {
  font-family: 'psRegular', Helvetica, Arial, sans-serif;
  position: absolute;
  top: 12px;
  left: 180px;
  font-size: 24px;
}

.qaire-header .customer-service {
  top: 9px;
  background: none;
  font-size: 13px;
  float: right;
}

.qaire-header .customer-service strong {
  font-size: 17px;
  color: #0068d3;
}

.qaire-header .customer-service .sign-in {
  float: right;
  height: 25px;
}

/* content containers */
.content-main {
  width: 600px;
  padding-right: 30px;
  margin: 20px 10px 0 0;
  float: left;
}

.content-main-full {
  width: 100%;
  padding-right: 30px;
  margin: 20px 10px 0 0;
  float: none;
}

.content-sidebar {
  width: 300px;
  float: left;
}

/* page layout */
h1 {
  margin-bottom: 0.7em;
}

h3 {
  font-size: 1.55em;
  line-height: 1.3;
  font-family: 'psRegular', Helvetica, Arial, sans-serif;
}

p.smaller {
  font-size: 12px;
}

p.gray {
  color: #a5a5a5;
}

.steps-solid {
  margin-bottom: 20px;
}

.map {
  display: block;
  background: transparent url(/assets/qx/images/blue-us-map.jpg) no-repeat 0 0;
  width: 600px;
  height: 320px;
  margin-bottom: 80px;
}

.qaire-sidebar {
  position: relative;
}

.qaire-sidebar.fixed {
  position: fixed;
  top: 14px;
}

.save-your-answers-container {
  width: 300px;
  margin: 20px 0 0 0;
  background: #fafafa;
  border-radius: 4px;
}

.save-your-answers-container .save-your-answers {
  padding: 20px;
}

.save-your-answers-container p {
  margin: 0 0 1em 0;
}

.save-your-answers-container input {
  width: 240px;
}

.save-your-answers-container .error-text {
  color: #e10b00;
  font-size: 12px;
  position: relative;
  margin-left: 2px;
  margin-top: 6px;
  font-weight: normal;
}

.save-your-answers-container .helper-text {
  color: #999;
  font-size: 12px;
  position: relative;
  margin-left: 2px;
  margin-top: 6px;
  font-family: 'psRegular', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: normal;
}

.form-group .columns {
  width: 280px;
  float: left;
  margin-right: 5px;
}

.form-group .columns.small {
  width: 180px;
}

.page-nav {
  list-style: none;
  width: 100%;
  margin: 0;
}

.page-nav li {
  float: left;
  display: block;
  width: 50%;
}

.page-nav li .button {
  float: right;
}

.page-nav .link-back {
  margin-top: 5px;
}

.page-nav2 {
  list-style: none;
  width: 100%;
  margin: 0;
}

.page-nav2 li {
  float: left;
  vertical-align: middle;
  display: block;
  width: 33%;
}

.page-nav2 li .button {
  float: left;
}

.page-nav2 .link-back {
  margin-top: 5px;
}

/* owner and management pages */
.owner-info {
  position: relative;
}

.link-remove {
  float: right;
  margin-top: -20px;
  font-size: 12px;
}

.owner-info h3 {
  margin-bottom: 0.5em;
}

.owner-info hr {
  margin-bottom: 8px;
}

.header-owners {
  margin-bottom: -10px;
}

.owner-addmore {
  padding: 8px;
  margin-bottom: 40px;
}

/* blockquote adjustments */
.qaire-sidebar blockquote {
  width: 280px;
  margin-top: 40px;
}

.qaire-sidebar blockquote .quote {
  font-size: 18px;
}

.qaire-sidebar blockquote .open {
  font-size: 32px;
  top: -4px;
}

.qaire-sidebar blockquote .close {
  font-size: 32px;
  margin-top: -18px;
  height: 22px;
}

/* offer selection with images */
.offer-selection-with-image {
  list-style: none;
  margin: 15px 0 15px 0;
}

.offer-selection-with-image li {
  color: #444444;
  display: block;
  float: left;
  margin: 0 8px 10px 0;
  line-height: 1.3;
}

.offer-selection-with-image li.text {
  width: 380px;
}

.offer-selection-with-image li.checkbox {
  width: 22px;
}

.image-amex-gold-rewards {
  display: block;
  width: 160px;
  height: 101px;
  overflow: hidden;
  background: transparent url(/assets/qx/images/image-amex-gold-rewards.jpg) no-repeat 0 0;
}

.image-amex-simply-cash {
  display: block;
  width: 160px;
  height: 101px;
  overflow: hidden;
  background: transparent url(/assets/qx/images/image-amex-simply-cash.jpg) no-repeat 0 0;
}

/* California-only compliance package */
.california-compliance-package {
  cursor: pointer;
  margin: 0;
  list-style: none;
  position: relative;
  padding: 16px 10px 10px 10px;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}

.california-compliance-package:first-child {
  border-top: 1px solid #cccccc;
}

.california-compliance-package.last {
  border: none;
  padding: 11px;
}

.california-compliance-package .best {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 128px;
  height: 130px;
  background: transparent url(/assets/qx/images/banner-california-compliance-package-best.png)
    no-repeat 0 0;
}

.california-compliance-package p {
  margin-bottom: 10px;
}

.california-compliance-package li {
  color: #444444;
  float: left;
  margin: 0 8px 10px 0;
  line-height: 1.3;
  position: relative;
}

.california-compliance-package li.text {
  width: 530px;
}

.california-compliance-package li.text .heading {
  font-family: 'psMedium', 'psRegular', Helvetica, Arial, sans-serif;
  font-size: 14px;
}

.california-compliance-package li.text .heading em {
  font-size: 18px;
  color: #0068d3;
  text-transform: uppercase;
}

.california-compliance-package li.checkbox {
  width: 22px;
}

.california-compliance-package ul {
  margin: 10px 0 10px 14px;
  list-style: disc;
}

.california-compliance-package ul li {
  margin-bottom: 10px;
  font-size: 13px;
}

.california-compliance-package .expandable {
  list-style: none;
  margin-left: -10px;
}

.california-compliance-package .expandable ul {
  list-style: disc;
  margin-left: 4px;
}

.california-compliance-package .expandable ul li {
  font-size: 13px;
  margin-left: 14px;
}

.compliance-package-statement {
  font-size: 13px;
}

.compliance-package-statement em {
  font-style: italic;
  font-family: psRegularItalic, psRegular, Arial, sans-serif;
}

/* save your work */
.form-group.save-your-work h3 {
  font-size: 16px;
}

/* email address/save your work on the sidebar */
.email-sidebar {
  margin: 24px 0 10px 0;
  border-bottom: 1px solid #cccccc;
}

.email-sidebar h3 {
  font-size: 14px;
}

.email-sidebar p {
  font-size: 12px;
}

.email-sidebar .form-group {
  padding-bottom: 10px;
}

.email-sidebar .form-group input[type='text'] {
  font-size: 12px;
  height: 28px;
  width: 160px;
  margin-right: 4px;
  margin-top: -2px;
}

.email-sidebar .form-group .sign-in-link {
  font-size: 10px;
}

/* modal help styles */
.modal .columns {
  width: 280px;
  float: left;
  margin-right: 10px;
}

.modal .columns.small {
  width: 190px;
}

/* Bank of America offer block */
.offer-bofa {
  width: 527px;
  position: relative;
  margin: 4px 0 0 36px;
  display: block;
}

.offer-bofa .form-field {
  margin: 4px 0 15px 15px;
  color: white;
  font-weight: bold;
}

.offer-bofa.no-margin {
  margin: 4px 0 0 0;
  width: 580px;
}

.offer-bofa.no-margin .disclaimer {
  padding: 0 0 10px 0;
}

.offer-bofa .offer-bofa-top h1 {
  font-size: 18px;
  padding: 60px 0 0 50px;
  color: #444444;
}

.offer-bofa .offer-bofa-top h1 em {
  font-size: 80px;
  font-family: 'psMedium', 'psRegular', Helvetica, Arial, sans-serif;
  font-style: normal;
}

.offer-bofa .offer-bofa-top h1 em sup {
  font-size: 40px;
  top: -16px;
  position: relative;
}

.offer-bofa .offer-bofa-top h2 {
  padding: 0 0 0 50px;
  color: #444444;
  line-height: 1.1;
  margin-bottom: 0.4em;
}

.offer-bofa .offer-bofa-top p strong {
  font-weight: bold;
  color: #0068d3;
}

.offer-bofa .offer-bofa-bottom {
  width: 507px;
  padding: 10px;
  background: #d64b48 url(/assets/qx/images/offer-bofa-bottom.jpg) repeat-x bottom center;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.offer-bofa .offer-bofa-bottom p {
  text-align: center;
  width: 490px;
  margin: 0 auto;
  color: #fff;
  font-size: 12px;
  font-family: 'psMedium', 'psRegular', Helvetica, Arial, sans-serif;
}

.offer-bofa .offer-bofa-bottom .form-group {
  padding: 10px 0 8px 0;
}

.offer-bofa .offer-bofa-bottom .form-group .select-field.wide {
  margin-left: 23px;
  width: 460px;
}

.offer-bofa .offer-bofa-bottom .form-group .select-field.wide select {
  width: 500px;
}

.offer-bofa .disclaimer {
  margin: 0;
  padding: 10px;
}

.offer-bofa .disclaimer p {
  font-size: 12px;
  color: #9e9e9e;
}

.offer-bofa .disclaimer p.dark {
  color: #666767;
}

.offer-bofa .tos {
  padding: 10px;
  border: 1px solid #cccccc;
  height: 60px;
  overflow: auto;
}

.offer-bofa .tos p {
  font-size: 12px;
  color: #9e9e9e;
}

.offer-bofa .tos a {
  color: #444444;
}

/* Bank of America Offer in a modal display */
.modal.text.offer-bofa-modal {
  width: 586px;
  height: auto;
  margin-left: -293px;
}

.modal.text.offer-bofa-modal .offer-bofa {
  margin: 0;
}

.modal.text.offer-bofa-modal .overlay {
  width: 570px;
}

/*
	simple footer - used on the checkout and questionaire pages
	imported from 'footer-simple.scss'
*/
.footer {
  position: relative;
  width: 940px;
  padding: 10px 10px 30px 10px;
  margin: 0 auto;
  margin-top: 10px;
}

.footer .divider {
  width: 100%;
  height: 10px;
  background: #0068d3;
  margin-bottom: 10px;
}

.footer .legal {
  margin: 0 0 10px 0;
  font-size: 10px;
}

.select-field.bap-offer {
  width: 500px;
}

.select-field.bap-offer select {
  width: 540px;
}

.select-field.bap-offer {
  width: 500px;
}

.select-field.bap-offer select {
  width: 540px;
}

.bold {
  font-weight: bold;
}

/* Bank of America offer block */
.offer-bofa {
  width: 527px;
  position: relative;
  margin: 10px 0 0 36px;
  display: block;
  font-family: ConnReg, arial;
}

.offer-bofa .title {
  color: #c41230;
  font-size: 25px;
  padding: 5px 0 0 15px;
}

.offer-bofa .title-left {
  float: left;
}

.offer-bofa .title-right {
  float: left;
  font-size: 22px;
  line-height: 1.1;
  padding: 63px 0 0 15px;
}

.offer-bofa.no-margin .disclaimer {
  padding: 0 0 10px 0;
}

.offer-bofa .dollar {
  display: inline-block;
  font-family: ConnBold, arial;
  font-size: 59px;
  margin-top: 14px;
}

.offer-bofa .number {
  display: inline-block;
  font-family: ConnBold;
  font-size: 96px;
  letter-spacing: -5px;
  margin-top: 0px;
  vertical-align: top;
}

.offer-bofa .offer-bofa-top {
  background: url('/assets/qx/images/offer-bofa-top-v3.jpg');
  height: 459px;
  position: relative;
  width: 527px;
  display: block;
  padding-bottom: 20px;
}

.offer-bofa .limited-time-offer {
  font-family: ConnBold, arial;
  color: #c41230;
  font-weight: bold;
}

.offer-bofa .offer-bofa-top p {
  font-size: 16px;
  line-height: 1.2;
  margin: 0 20px 20px 20px;
}

.offer-bofa .offer-bofa-top p.bofa-specialist {
  margin-top: 45px;
  font-size: 18px;
  font-family: ConnBold, arial;
}

.offer-bofa .select-field {
  margin-left: 40px;
  width: 440px;
}

.offer-bofa select {
  width: 480px;
}

.offer-bofa p.disclaimer {
  font-size: 12px;
  color: #9e9e9e;
}

.offer-bofa p.disclaimer.dark {
  color: #666767;
}

.offer-bofa .button {
  background: #0052c2;
  border-radius: 5px;
  color: #ffffff;
  display: block;
  font-size: 16px;
  margin: 10px 0 0 20px;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  width: 165px;
  height: 18px;
}

.offer-adp {
  background: url('/assets/qx/images/offer-adp-top.jpg') no-repeat;
  margin-left: 20px;
}

.offer-adp .offer-adp-title {
  color: #ffffff;
  font-size: 21px;
  padding: 28px 0 0 70px;
}

.offer-adp .offer-adp-content {
  margin: 34px 0 0 75px;
  width: 460px;
}

.offer-adp-content p {
  font-size: 16px;
}

.offer-adp-content ul {
  margin: 25px 0 38px 20px;
}

.offer-adp-content ul > li {
  color: #ed1e32;
  list-style-image: url('/assets/qx/images/listCheckMark.png');
  font-size: 16px;
}

.offer-adp-content .adp-rep {
  padding-top: 5px;
  font-family: psBold, Arial;
  font-weight: bold;
}

.offer-adp .bottom-text {
  color: #ffffff;
  font-family: psMedium;
  font-size: 13px;
  margin: 32px 0 0 0;
  width: 500px;
  padding-left: 15px;
}

.offer-adp .select-field {
  margin-left: 40px;
  width: 460px;
}

.offer-adp select {
  width: 500px;
}

.offer-adp-title .title-left {
  float: left;
  font-family: psCondMedium;
  line-height: 1.1;
  width: 160px;
}

.offer-adp-title .dollar {
  display: inline;
  font-family: psLight;
  font-size: 40px;
  font-weight: bold;
}

.offer-adp-title .number {
  display: inline;
  font-family: pslight;
  font-size: 60px;
  font-weight: bold;
  vertical-align: top;
}

.offer-adp-title .title-right {
  font-family: psLight;
  font-size: 17px;
  line-height: 1.1;
  margin: 20px 0 0;
}

.offer-adp p.disclaimer {
  font-size: 12px;
  color: #9e9e9e;
}

.offer-adp .tos {
  padding: 10px 0 0 0;
  margin: 40px 0 0 0;
  border: 1px solid #cccccc;
  height: 60px;
  overflow: auto;
}

.offer-adp .tos p {
  font-size: 12px;
  color: #9e9e9e;
}

.offer-adp .tos a {
  color: #444444;
}

.amex-offer-bgr {
  background: url('/assets/qx/images/image-amex-gold-rewards.jpg') no-repeat scroll 410px 0
    transparent;
  padding-right: 192px;
}

.amex-offer-sc {
  background: url('/assets/qx/images/image-amex-simply-cash.jpg') no-repeat scroll 410px 0
    transparent;
  padding-right: 192px;
}

.amex-offer .form-fields {
  font-size: 11px;
}

/* Bank of America Offer in a modal display */
.modal.text.offer-bofa-modal {
  width: 586px;
  height: auto;
  margin-left: -293px;
}

.modal.text.offer-bofa-modal .offer-bofa {
  margin: 0;
}

.modal.text.offer-bofa-modal .overlay {
  width: 570px;
}

.underline {
  text-decoration: underline;
}

/* review your detail */
.review-your-detail {
  width: 940px;
  line-height: 1.4;
}

.review-your-detail .section {
  display: block;
  padding: 10px;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

.review-your-detail .section .question,
.review-your-detail .section .answer,
.review-your-detail .section .link-edit {
  display: block;
  float: left;
}

.review-your-detail .section .question {
  width: 530px;
  margin-right: 30px;
}

.review-your-detail .section .answer {
  width: 300px;
  margin-right: 20px;
  font-weight: bold;
}

.review-your-detail .section .answer .form-group {
  padding-bottom: 0;
}

.review-your-detail .link-add {
  font-size: 10px;
}

.review-your-detail .link-edit a {
  font-size: 12px;
}

.review-your-detail .section:first-child {
  border-top: 1px solid #cccccc;
}

.review-your-detail .section ul {
  color: #444444;
  list-style: none;
  margin: 0;
}

.review-your-detail .section ul.section-head .items > ul {
  margin-left: 0px;
}

.review-your-detail .section ul.section-head .items .detail > a {
  font-weight: bold;
  color: #281360;
}

.review-your-detail .section ul li {
  color: #444444;
}

.review-your-detail .section ul .items,
.review-your-detail .section ul .item-price,
.review-your-detail .section ul .change {
  display: block;
  float: left;
}

.review-your-detail .section ul .change {
  font-size: 12px;
  margin-top: 2px;
}

.review-your-detail .section ul .change p {
  font-size: 12px;
}

.review-your-detail .section ul .items {
  width: 560px;
  margin-right: 20px;
}

.review-your-detail .section ul .items ul {
  list-style: none;
  margin-left: 14px;
}

.review-your-detail .section ul .items ul li {
  font-size: 14px;
  /*&.active {
            	> ul {
            		display: block;
            		max-height: 500px;
            		transition: 2s;
            	}
            }*/
}

.review-your-detail .section ul .items ul li a {
  text-decoration: none;
  color: #000;
}

.review-your-detail .section ul .items ul li a .icon {
  color: #c4c4c3;
}

.no-touch .review-your-detail .section ul .items ul li a:hover {
  color: #247bd3;
}

.review-your-detail .section ul .items ul li > ul {
  display: none;
  /*overflow: hidden;
              max-height: 0;*/
}

.review-your-detail .section ul .items ul li > ul li {
  margin: 2px 0 0 4px;
}

.review-your-detail .section ul .items ul li > ul p {
  font-size: 13px;
  color: #666767;
}

.review-your-detail .section ul .items ul li > ul a {
  color: #498bce;
}

.review-your-detail .section ul .item-price {
  width: 150px;
  margin-right: 30px;
  text-align: right;
}

.review-your-detail .section ul .item-price .price.header {
  margin-top: 4px;
}

.review-your-detail .section ul .gray {
  color: #9f9f9f;
}

.review-your-detail .section .change {
  width: 140px;
}

.review-your-detail .section .change a {
  display: inline-block;
}

.review-your-detail .section .change a.remove {
  color: #9f9f9f;
}

.no-touch .review-your-detail .section .change a.remove:hover {
  color: #281360;
}

.review-your-detail .section .change .header {
  margin-top: 4px;
}

.review-your-detail .section .shipping-heading {
  margin-top: 8px;
}

.review-your-detail .section .shipping-method {
  margin: 8px 0 0 20px;
}

.review-your-detail .section h3 {
  margin-bottom: 0.5em;
}

.review-your-detail .section p {
  margin-bottom: 0.8em;
}

.review-your-detail .section.removed {
  background: #ededed;
}

.review-your-detail .section.removed ul li {
  color: #9f9f9f;
}

.review-your-detail .section.removed ul .items ul .detail {
  color: #9f9f9f;
}

.review-your-detail .section.removed ul .items ul .detail a {
  color: #9f9f9f;
}

.review-your-detail .section.removed ul .items ul .detail ul li p {
  color: #9f9f9f;
}

.review-your-detail .section.removed ul .item-price p {
  text-decoration: line-through;
}

.review-your-detail .section.total {
  background: #eef3f9;
}

.review-your-detail .section.total ul .discount-code,
.review-your-detail .section.total ul .total-text,
.review-your-detail .section.total ul .total-display {
  float: left;
  display: block;
}

.review-your-detail .section.total ul .discount-code {
  width: 470px;
  padding-left: 20px;
  margin-top: -12px;
  color: #281360;
  font-weight: bold;
  font-size: 13px;
}

.review-your-detail .section.total ul .discount-code input[type='text'] {
  font-size: 13px;
}

.review-your-detail .section.total ul .discount-code input[type='text'].short {
  width: 100px;
  height: 30px;
  margin-top: -2px;
}

.review-your-detail .section.total ul .total-text {
  width: 130px;
  color: #281360;
  font-weight: bold;
  font-size: 16px;
  margin: -5px 0 0 0;
}

.review-your-detail .section.total ul .total-display {
  text-align: center;
  width: 160px;
  margin-top: -5px;
  font-size: 18px;
  font-weight: bold;
  color: #000;
}

.slide-up-down {
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  max-height: 9000px;
  opacity: 1;
  overflow: hidden;
}

.slide-up-down.ng-hide {
  max-height: 0;
  opacity: 0;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.group-slide-up-down.ng-move,
.group-slide-up-down.ng-enter {
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  overflow: hidden;
}

.group-slide-up-down.ng-leave {
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.group-slide-up-down.ng-leave.ng-leave-active,
.group-slide-up-down.ng-move,
.group-slide-up-down.ng-enter {
  opacity: 0;
  max-height: 0;
}

.group-slide-up-down.ng-leave,
.group-slide-up-down.ng-move.ng-move-active,
.group-slide-up-down.ng-enter.ng-enter-active {
  opacity: 1;
  max-height: 9000px;
}

.form-group hr {
  margin: 0 0 10px 0;
}

.form-group h2 {
  margin: 5px 0;
}

.form-group .columns .lz-icon-help {
  float: right;
  top: 2px;
  margin-right: 70px;
}

p.page-instructions {
  margin: 0;
}

.form-group label.bold {
  font-weight: bold;
}

.sign-in-link.sign-in-button {
  background-image: url('/assets/qx/images/button-basic-small-blue-bk.jpg');
  background-repeat: repeat-x;
  background-color: #277fda;
  color: #fff !important;
  padding: 5px 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22);
}

.qaire-header .title {
  float: left;
}

.amex-offer-content {
  margin: -24px 0 0 29px;
  display: inline-block;
}

input.lock-field {
  background: url(/assets/qx/images/icon_lock.png) 270px 12px no-repeat;
}

.listItem {
  clear: both;
}

.listItem .bullet {
  float: left;
  margin-right: 5px;
}

.listItem .detail {
  margin-bottom: 10px;
  float: left;
  width: 97%;
}

/* Spinning Loader */
.qx-loading-panel {
  position: relative;
}

.loading-overlay {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.3;
  filter: alpha(opacity=30);
  z-index: 10;
}

.loading-dialog-background {
  position: absolute;
  margin-left: 40%;
  margin-right: auto;
  top: 40%;
  height: 150px;
  width: 25%;
  min-width: 150px;
  background-position-x: center;
  background-position-y: 10px;
  z-index: 11;
  background-color: white;
  background-repeat: no-repeat;
  text-align: center;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.loading-indicator {
  background-image: url('/assets/images/loader1.gif');
  height: 62px;
  width: 62px;
  display: inline-block;
  overflow: hidden;
  background-repeat: no-repeat;
}

.loading-dialog-content {
  padding-top: 20px;
  min-width: 150px;
  min-height: 130px;
  /*border: solid 1px black;*/
  font-size: 1em;
  /*font-family: "psRegular", Helvetica, Arial, sans-serif*/
}

.sign-in-loading-indicator.signin-in-progress-popup {
  top: 2%;
  left: 80%;
}

.sign-in-loading-indicator {
  position: absolute;
  top: 50%;
  left: 50%;
  background-image: url('/assets/qx/images/loader1.gif');
  height: 62px;
  width: 62px;
}

sup {
  vertical-align: super;
  font-size: 0.5em;
}

sub {
  vertical-align: sub;
}

/*test*/
@media only screen and (max-width: 940px) {
  /* ----------------------------------------------------------
	/* Common */
  h1 {
    font-size: 24px;
    line-height: 1;
    margin: 0 0 0.6em 0;
  }

  h3 {
    font-size: 1.25em;
    line-height: 1.1em;
    font-family: 'psRegular', Helvetica, Arial, sans-serif;
  }

  p {
    font-size: 13px;
    margin: 10px 0 0 0;
  }

  p.helper-text,
  span.helper-text {
    color: #999;
    font-size: 12px;
    padding: 0;
  }

  hr {
    border: none;
    background: #ddd;
  }

  hr.top-space {
    margin-top: 20px;
  }

  /* ----------------------------------------------------------
	/* Site Container */
  .site-container {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0;
  }

  /* ----------------------------------------------------------
	/* Header */
  .qaire-header {
    margin: 15px 0 5px 0;
  }

  .qaire-header .lz-logo {
    width: 125px;
    background-size: 125px;
    margin: 4px 0 0 20px;
    position: absolute;
  }

  .qaire-header .title {
    display: table;
    height: 31px;
  }

  .qaire-header h1 {
    position: relative;
    top: 0;
    left: 0;
    font-family: 'psRegular', Helvetica, Arial, sans-serif;
    font-size: 18px;
    width: 100%;
    padding: 0 10px 0 155px;
    display: table-cell;
    vertical-align: bottom;
  }

  .qaire-header .customer-service {
    display: none;
  }

  /* ----------------------------------------------------------
	/* Steps */
  .steps-solid {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: transparent;
    border-radius: 0;
    width: 160px;
    height: 0;
    margin: auto;
    position: static;
    padding-top: 0;
    overflow: visible;
  }

  .steps-solid li {
    width: 28px;
    height: 4px;
    background: #ddd;
    display: block;
    margin: 57px 1px 20px 0;
    position: static;
    /*border-radius: 100px;*/
  }

  .steps-solid li:first-child {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .steps-solid li:last-child {
    margin-right: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .steps-solid li.active {
    background: #0068d3;
  }

  .steps-solid li a .link,
  .steps-solid li.last a .link {
    position: absolute;
    background: none;
    display: none;
    border-radius: 0 !important;
  }

  .steps-solid li a .arrow {
    display: none;
  }

  .steps-solid li.active a .link {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 0 6px 0 !important;
    font-family: 'psRegular', Helvetica, Arial, sans-serif;
    margin: 0;
    display: block;
    position: absolute;
    top: 47px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    background: #0068d3;
  }

  .steps-solid li:only-child {
    background: none !important;
    margin: 0 0 20px 0;
  }

  .steps-solid li:only-child a .link {
    font-size: 1px;
    color: #0068d3;
    padding: 2px !important;
  }

  /* ----------------------------------------------------------
	/* Content */
  .content-main {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 20px;
    margin: 0;
  }

  /* ----------------------------------------------------------
	/* Sidebar */
  .content-sidebar {
    display: none;
  }

  /* ----------------------------------------------------------
	/* Footer */
  .footer {
    width: 100%;
    padding: 0 0 15px 0;
  }

  .footer .divider {
    height: 5px;
    margin-bottom: 15px;
  }

  .footer p {
    padding: 0 15px;
  }

  .footer .legal {
    line-height: 1.1em;
  }

  .page-nav li:nth-of-type(1) {
    width: 25%;
  }

  .page-nav li:nth-of-type(2) {
    width: 75%;
  }

  .page-nav .button {
    font-size: 14px;
    line-height: 1.3em;
  }

  .page-nav .button.flex {
    padding: 0 60px 0 20px;
    display: inline-block;
  }

  .link-back {
    position: relative;
    top: 4px;
  }

  .link-back span {
    text-decoration: none;
    left: -5px;
  }

  /* ----------------------------------------------------------
	/* Forms */
  .form-group {
    padding: 0 0 20px 0;
  }

  .select-field,
  .form-group .helper-text {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 300px;
  }

  .select-field {
    margin: 6px 0 0 0;
  }

  .select-field .select-arrow-container {
    z-index: 1;
  }

  .form-group .form-field {
    margin: 10px 0 0 0;
  }

  .form-group .form-fields {
    margin: 10px 0 10px 28px;
  }

  .form-group .form-field label,
  .form-group .form-fields label {
    line-height: 1.4em;
  }

  .form-group .form-fields p {
    font-size: 13px;
    line-height: 1.2em;
  }

  .group-slide-up-down {
    margin: 15px 0 5px 0;
  }

  .link-add {
    margin-bottom: 10px;
  }

  input[type='text'],
  input[type='password'] {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 300px;
    margin: 6px 0 0 0;
  }

  input[type='radio'] + label {
    height: auto;
  }

  input[type='checkbox'] + label {
    height: auto;
  }

  textarea {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 400px;
    margin: 6px 0 0 0;
  }

  input.lock-field {
    background: url(/assets/qx/images/icon_lock.png) right 7px center no-repeat;
  }

  .select-field.bap-offer {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 500px;
  }

  .select-field.bap-offer select {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 540px;
  }

  /* ----------------------------------------------------------
	/* Tooltip */
  .tooltip {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    left: 0 !important;
  }

  .tooltip p {
    font-size: 13px;
    margin: 0 0 1em 0;
    line-height: 1.3;
  }

  .csstransitions .tooltip {
    display: none;
  }

  .tooltip.active {
    display: block;
    width: 90% !important;
    margin: 5% !important;
    opacity: 1;
    height: auto;
    overflow: visible;
    padding: 17px;
  }

  .tooltip .arrow {
    display: none;
  }

  /* ----------------------------------------------------------
	/* Icon */
  .icon {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 585px) {
  /* ----------------------------------------------------------
	/* Bank of America */
  .offer-bofa {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 527px;
    margin: 15px 0;
  }

  .offer-bofa .title {
    color: #c41230;
    font-size: 25px;
    padding: 5px 0 15px 20px;
  }

  .offer-bofa .title-left {
    float: none;
    position: relative;
    top: 10px;
  }

  .offer-bofa .title-right {
    float: left;
    font-size: 22px;
    line-height: 1.1;
    padding: 0;
  }

  .offer-bofa .offer-bofa-top {
    background: #f9f8f4;
    border: 1px solid #c6c4be;
    width: 100%;
    max-width: 527px;
    height: auto;
    padding: 0;
  }

  .offer-bofa .offer-bofa-top p {
    margin: 0 20px 20px 20px;
  }

  .offer-bofa .offer-bofa-top p.bofa-specialist {
    margin-top: 15px;
    border-top: 5px solid #d1c9c0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    left: -20px;
    padding: 15px 20px 0 20px;
    margin-bottom: 10px;
  }

  .offer-bofa .form-field {
    margin: 0;
    padding: 15px 5px 15px 10px;
  }

  .offer-bofa .form-field:nth-of-type(2) {
    background: #c31431;
  }

  .offer-bofa .form-field:nth-of-type(3) {
    color: #404040;
  }

  .offer-bofa .button {
    font-size: 14px;
    margin: 0 0 0 20px;
    height: 14px;
    position: relative;
    top: -5px;
  }

  .offer-bofa .disclaimer {
    padding: 10px 10px 0 0;
  }

  .offer-bofa .tos {
    margin-top: 10px;
    padding-top: 0;
  }

  /* ----------------------------------------------------------
	/* ADP */
  .offer-adp {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: none;
    margin-left: 0;
    position: relative;
    width: 100%;
  }

  .offer-adp .offer-adp-content {
    margin: 0;
    background-color: #eaeaea;
    padding: 5px 10px 0 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }

  .offer-adp-content p {
    font-size: 14px;
    line-height: 1.2em;
  }

  .offer-adp-content ul {
    margin: 20px 0 20px 20px;
  }

  .offer-adp-content ul > li {
    font-size: 14px;
  }

  .offer-adp .offer-adp-title {
    padding: 15px 0 15px 10px;
    background: #ed1d33;
  }

  .offer-adp-title .title-left {
    width: 140px;
  }

  .offer-adp-title .number {
    display: inline;
    font-family: pslight;
    font-size: 50px;
    font-weight: bold;
    vertical-align: top;
  }

  .offer-adp-title .title-right {
    display: inline-block;
    float: left;
    width: 120px;
    font-family: psLight;
    font-size: 13px;
    line-height: 1.1;
    margin: 25px 5px 0 0;
  }

  .offer-adp-content .adp-rep {
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 15px;
    font-family: psBold, Arial;
    font-weight: bold;
    font-size: 13px;
  }

  .offer-adp .bottom-text {
    background: #222;
    margin: 0;
    padding: 15px 15px 70px 15px;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .offer-adp .select-field {
    width: 92%;
    margin: 0 4%;
    max-width: 460px;
    position: relative;
    top: -60px;
  }

  .offer-adp select {
    width: 100%;
    max-width: 500px;
  }

  .offer-adp .tos {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    position: relative;
    top: -50px;
    padding-top: 0;
  }

  .offer-adp .tos p {
    padding: 0 10px 10px 10px;
  }

  /* ----------------------------------------------------------
	/* American Express */
  .amex-offer {
    padding: 0 0 10px 0;
  }

  .amex-offer .form-field {
    margin: 0 0 0 0;
  }

  .amex-offer-bgr {
    background: url('/assets/qx/images/image-amex-gold-rewards.jpg') no-repeat scroll top right
      transparent;
    background-size: 80px 50px;
    padding-right: 90px;
  }

  .amex-offer-sc {
    background: url('/assets/qx/images/image-amex-simply-cash.jpg') no-repeat scroll top right
      transparent;
    background-size: 80px 50px;
    padding-right: 90px;
  }

  .amex-offer .form-fields {
    font-size: 11px;
  }

  .amex-offer-content {
    margin: 0 0 0 29px;
    line-height: 1.1em;
  }

  .amex-offer input[type='checkbox'] + label {
    padding: 0;
    margin: 0;
  }
}

/*# sourceMappingURL=qaire.css.map */
