.HeroLayout {
  background-color: #FFF;
}
.HeroLayout .HeroLayout-bg {
  background-color: #FFF;
}
.HeroLayout .HeroLayout-bg:before {
  display: none;
}
.HeroLayout .HeroLayout-bcol {
  color: #444;
}
@media screen and (max-width: 768px) {
  .HeroLayout .HeroLayout-bcol {
    background-color: #FFF;
  }
}
.HeroLayout-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .HeroLayout-bg {
    background-position: right;
  }
  .HeroLayout-bg.HeroLayout-hero {
    background: none !important;
  }
  .HeroLayout-bg.HeroLayout-hero:before {
    content: none;
  }
}
@media screen and (min-width: 769px) {
  .HeroLayout-bg.HeroLayout-bcol {
    background: none !important;
  }
  .HeroLayout-bg.HeroLayout-bcol:before {
    content: none;
  }
}
.HeroLayout-bg-content {
  width: 100%;
}
.HeroLayout-hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .HeroLayout-hero {
    padding: 0;
    margin: 0;
  }
}
.HeroLayout-columns {
  display: flex;
  flex-direction: row;
  align-items: center;
  min-height: 300px;
}
@media screen and (max-width: 768px) {
  .HeroLayout-columns {
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  .HeroLayout-columns {
    margin-top: 60px;
  }
}
.HeroLayout-bcol {
  order: 1;
  font-size: 18px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .HeroLayout-bcol {
    text-align: center;
    font-size: inherit;
    padding: 30px 20px;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 480px) {
  .HeroLayout-bcol {
    padding-left: 10px;
    padding-right: 10px;
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (max-width: 768px) {
  .HeroLayout-bcol {
    width: calc(100% + 20px + 20px);
  }
}
@media screen and (max-width: 480px) {
  .HeroLayout-bcol {
    width: calc(100% + 10px + 10px);
  }
}
.HeroLayout-content {
  overflow: hidden;
  position: relative;
  top: 0px;
  transition: top 900ms cubic-bezier(0.22, 0.61, 0.36, 1);
}
@media screen and (max-width: 768px) {
  .HeroLayout-content {
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  .HeroLayout-hero-fineprint {
    color: #fff;
  }
}
.HeroLayout-content_mobile-left {
  text-align: start;
}
@media screen and (max-width: 480px) {
  .HeroLayout-content {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.AverageRatesTable {
  white-space: nowrap;
}
.AverageRatesTable .AverageRatesTable-program {
  white-space: normal;
}
.AverageRatesTable .zsg-icon-circle-arrow-up,
.AverageRatesTable .zsg-icon-circle-arrow-down {
  border-radius: 50%;
  display: inline-block;
  height: 14px;
}
.AverageRatesTable .zsg-icon-circle-arrow-up {
  color: #FF5A50;
}
.AverageRatesTable .zsg-icon-circle-arrow-down {
  color: #17B036;
}
.AverageRatesTable thead,
.AverageRatesTable tbody,
.AverageRatesTable tfoot,
.AverageRatesTable {
  display: block;
}
.AverageRatesTable tbody {
  font-size: 15px;
}
.AverageRatesTable tr {
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 1px solid #54545A;
}
.AverageRatesTable th,
.AverageRatesTable td {
  display: block;
  padding: 5px 0;
}
.AverageRatesTable th {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
}
.AverageRatesTable tfoot tr {
  display: block;
  border: 0;
  text-align: start;
}
.AverageRatesTable_header .zsg-icon-circle-arrow-up,
.AverageRatesTable_header .zsg-icon-circle-arrow-down {
  height: 19px;
}
.AverageRatesTable_header tbody {
  font-weight: bold;
  font-size: 20px;
}
.AverageRatesTable_darkbg .zsg-icon-circle-arrow-up {
  background-color: #FF5A50;
}
.AverageRatesTable_darkbg .zsg-icon-circle-arrow-down {
  background-color: #17B036;
}
.AverageRatesTable_darkbg tbody,
.AverageRatesTable_darkbg .zsg-fineprint,
.AverageRatesTable_darkbg .zsg-icon-circle-arrow-up,
.AverageRatesTable_darkbg .zsg-icon-circle-arrow-down {
  color: #FFF;
}
.AverageRatesTable_darkbg tr {
  border-bottom-color: #FFF;
}
.AverageRatesTable-program {
  text-align: left;
  flex-grow: 1;
}
.AverageRatesTable-rate,
.AverageRatesTable-apr,
.AverageRatesTable-change {
  text-align: right;
  margin-left: 20px;
  flex-grow: 1;
  flex-shrink: 0;
}
.AverageRatesTable_animate .zsg-icon-circle-arrow-up,
.AverageRatesTable_animate .zsg-icon-circle-arrow-down {
  animation: 650ms ease-in-out 200ms icon-pulse-in;
}
@keyframes header-icon-pulse-in {
  0% {
    font-size: 20px;
    height: 19px;
    margin-top: 0;
    position: relative;
    left: 0;
    top: 0;
  }
  50% {
    font-size: 30px;
    height: 29px;
    margin-top: -10px;
    position: relative;
    left: 5px;
    top: 5px;
  }
  100% {
    font-size: 20px;
    height: 19px;
    margin-top: 0;
    position: relative;
    left: 0;
    top: 0;
  }
}
@keyframes icon-pulse-in {
  0% {
    font-size: 15px;
    height: 14px;
    margin-top: 0;
    margin-left: 0;
    position: relative;
    left: 0;
    top: 0;
  }
  50% {
    font-size: 21px;
    height: 20px;
    margin-top: -6px;
    margin-left: -6px;
    position: relative;
    left: 3px;
    top: 3px;
  }
  100% {
    font-size: 15px;
    height: 14px;
    margin-top: 0;
    margin-left: 0;
    position: relative;
    left: 0;
    top: 0;
  }
}
.AverageRatesTable_header.AverageRatesTable_xl.AverageRatesTable_animate .zsg-icon-circle-arrow-up,
.AverageRatesTable_header.AverageRatesTable_xl.AverageRatesTable_animate .zsg-icon-circle-arrow-down {
  animation: 650ms ease-in-out 200ms header-icon-pulse-in;
}
.AverageRatesTable-concise {
  display: none;
}
.AverageRatesTable-program {
  flex-grow: 6;
  flex-basis: 200px;
}
.AverageRatesTable_sm .AverageRatesTable-program,
.AverageRatesTable_xs .AverageRatesTable-program {
  flex-basis: 150px;
}
.AverageRatesTable-apr,
.AverageRatesTable-rate {
  flex-grow: 3;
  flex-basis: 60px;
}
.AverageRatesTable_lg .AverageRatesTable-apr,
.AverageRatesTable_lg .AverageRatesTable-rate,
.AverageRatesTable_md .AverageRatesTable-apr,
.AverageRatesTable_md .AverageRatesTable-rate,
.AverageRatesTable_sm .AverageRatesTable-apr,
.AverageRatesTable_sm .AverageRatesTable-rate,
.AverageRatesTable_xs .AverageRatesTable-apr,
.AverageRatesTable_xs .AverageRatesTable-rate {
  flex-basis: 50px;
}
.AverageRatesTable-change {
  flex-grow: 1;
  flex-basis: 85px;
}
.AverageRatesTable_header .AverageRatesTable-change {
  flex-basis: 95px;
}
.AverageRatesTable-change .AverageRatesTable_lg {
  flex-basis: 70px;
}
.AverageRatesTable_md .AverageRatesTable-change,
.AverageRatesTable_sm .AverageRatesTable-change,
.AverageRatesTable_xs .AverageRatesTable-change {
  flex-basis: 15px;
  flex-grow: 0;
  margin-left: 10px;
}
.AverageRatesTable_lg tbody,
.AverageRatesTable_md tbody,
.AverageRatesTable_sm tbody,
.AverageRatesTable_xs tbody {
  font-size: 15px;
  font-weight: normal;
}
.AverageRatesTable_lg .zsg-icon-circle-arrow-up,
.AverageRatesTable_md .zsg-icon-circle-arrow-up,
.AverageRatesTable_sm .zsg-icon-circle-arrow-up,
.AverageRatesTable_xs .zsg-icon-circle-arrow-up,
.AverageRatesTable_lg .zsg-icon-circle-arrow-down,
.AverageRatesTable_md .zsg-icon-circle-arrow-down,
.AverageRatesTable_sm .zsg-icon-circle-arrow-down,
.AverageRatesTable_xs .zsg-icon-circle-arrow-down {
  height: 14px;
}
.AverageRatesTable_lg .AverageRatesTable-change .AverageRatesTable-verbose,
.AverageRatesTable_md .AverageRatesTable-change .AverageRatesTable-verbose,
.AverageRatesTable_sm .AverageRatesTable-change .AverageRatesTable-verbose,
.AverageRatesTable_xs .AverageRatesTable-change .AverageRatesTable-verbose {
  display: none;
}
.AverageRatesTable_md .AverageRatesTable-change-text,
.AverageRatesTable_sm .AverageRatesTable-change-text,
.AverageRatesTable_xs .AverageRatesTable-change-text {
  display: none;
}
.AverageRatesTable_sm .AverageRatesTable-program .AverageRatesTable-verbose,
.AverageRatesTable_xs .AverageRatesTable-program .AverageRatesTable-verbose {
  display: none;
}
.AverageRatesTable_sm .AverageRatesTable-program .AverageRatesTable-concise,
.AverageRatesTable_xs .AverageRatesTable-program .AverageRatesTable-concise {
  display: inline;
}
.AverageRatesTable_xs .AverageRatesTable-change {
  display: none;
}
@keyframes zsgLoaderSpin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*
* Constrains containers to a desired aspect ratio
* See https://css-tricks.com/snippets/sass/maintain-aspect-ratio-mixin/
*/
/**
 * Assigns z-index values from top to bottom in correspondence
 * with the order of the the selector list.
 * 
 * Examples:
 *
 * Given @selctors: '.top', '.middle', '.bottom';
 * .mapZIndices(@selectors); would render as
 * .top {
 *   z-index: 1000;
 * }
 * .middle {
 *   z-index: 990;
 * }
 * .bottom {
 *   z-index: 980;
 * }
 *
 * .mapZIndices(@selectors; 1200; 50); would render as
 * .top {
 *   z-index: 1200;
 * }
 * .middle {
 *   z-index: 1150;
 * }
 * .bottom {
 *   z-index: 1100;
 * }
 *
 * @param {List[String]} selectorList
 *                         list of selector strings
 * @param {Number}       ceiling
 *                         highest z-index value assigned
 * @param {Number}       step
 *                         gap between consecutively assigned z-indices
 */
@media screen and (min-width: 769px) {
  .fhaTable {
    table-layout: fixed;
    border-left: 1px solid #A7A6AB;
    border-top: 1px solid #A7A6AB;
  }
  .fhaTable tr:hover {
    background-color: #F2FAFF;
  }
  .fhaTable th,
  .fhaTable td {
    text-align: left;
    padding: 20px 10px;
    width: 20%;
    border-right: 1px solid #A7A6AB;
    border-bottom: 1px solid #A7A6AB;
  }
  .fhaTable th {
    background-color: #F1F1F4;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
  }
  .fhaTable td {
    vertical-align: top;
  }
}
@media screen and (max-width: 768px) {
  .fhaTable td:nth-of-type(1) {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
    text-align: center;
  }
  .fhaTable thead {
    display: none;
  }
  .fhaTable,
  .fhaTable tbody,
  .fhaTable tr,
  .fhaTable td {
    display: block;
  }
  .fhaTable tr {
    margin-bottom: 20px;
  }
  .fhaTable td {
    margin-bottom: 10px;
  }
  .fhaTable td:before {
    display: block;
    font-family: "Open Sans", Gotham, gotham, Tahoma, Geneva, sans-serif;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 600;
    text-transform: uppercase;
    color: #596B82;
  }
}
@media screen and (max-width: 480px) {
  .fhaTable td:nth-of-type(1) {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .fhaTable_mobile td:nth-of-type(2):before {
    content: 'EXAMPLE AREAS';
  }
  .fhaTable_mobile td:nth-of-type(3):before {
    content: 'FHA LIMIT';
  }
  .fhaTable_mobile td:nth-of-type(4):before {
    content: 'CONFORMING LIMIT';
  }
}
.BestMortgageSteps {
  counter-reset: li;
}
.BestMortgageSteps > li {
  position: relative;
  padding-left: 60px;
  min-height: 40px;
}
.BestMortgageSteps > li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  background-color: #0D4599;
}
.BestMortgageSteps > li .bestMortgageStepsAnchor {
  padding: 0rem 0.25rem;
}
@media screen and (max-width: 768px) {
  .BestMortgageSteps > li {
    padding: 0;
    margin-bottom: 20px;
  }
  .BestMortgageSteps > li:before {
    position: static;
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
.IsItWorthRefinancingList {
  margin-left: 5em;
}
.IsItWorthRefinancingList > li {
  list-style: disc;
  text-align: start;
}
@media screen and (max-width: 768px) {
  .IsItWorthRefinancingList {
    margin-left: 3em;
  }
}
.MortgageRateTrends {
  display: flex;
}
@media screen and (max-width: 768px) {
  .MortgageRateTrends {
    flex-direction: column;
  }
}
.MortgageRateTrends .RatesForm {
  display: flex;
}
.MortgageRateTrends .RatesForm-programs {
  flex-basis: 140px;
  flex-grow: 0;
  flex-shrink: 0;
}
.MortgageRateTrends .RatesForm-inputs {
  flex-grow: 1;
  margin: 0 30px;
}
@media screen and (max-width: 768px) {
  .MortgageRateTrends .RatesForm-inputs {
    margin: 0 0 0 20px;
  }
}
.MortgageRateTrends-chart {
  flex-grow: 1;
}
@media screen and (min-width: 769px) {
  .MortgageRateTrends-chart {
    order: 2;
  }
}
.RefinanceResources {
  display: flex;
  flex-direction: row;
}
.RefinanceResources > li {
  text-align: center;
  margin: 0 30px;
}
@media screen and (max-width: 768px) {
  .RefinanceResources {
    flex-direction: column;
  }
  .RefinanceResources > li {
    margin: 0 0 20px;
  }
}
.LegalDisclosuresLightbox .yui3-lightbox-content {
  max-width: 800px;
}
.RefinanceCalculator-form {
  width: 320px;
}
@media screen and (max-width: 768px) {
  .RefinanceCalculator-form {
    width: 100%;
  }
}
.RefinanceCalculator-results {
  float: right;
  width: calc(100% - 350px);
}
@media screen and (max-width: 768px) {
  .RefinanceCalculator-results {
    float: none;
    width: auto;
  }
}
/**
 * These styles are common to the LRF across pages (landing page, quotes page, etc.)
 */
.downPayment {
  width: 67%;
  display: inline-block;
}
.downPercent {
  width: 33%;
  display: inline-block;
}
#downPercent {
  border-left: 0;
}
[class^="zmm-field-"] .zsg-form-button-group,
[class*=" zmm-field-"] .zsg-form-button-group {
  width: 100%;
  white-space: nowrap;
}
[class^="zmm-field-"] .zsg-form-button-group > li,
[class*=" zmm-field-"] .zsg-form-button-group > li {
  width: 50%;
}
[class^="zmm-field-"] .zsg-form-button-group > li > label,
[class*=" zmm-field-"] .zsg-form-button-group > li > label {
  width: 100%;
  padding: 0.4em;
}
.zmm-lrf-advanced-content {
  display: none;
}
.zmm-lrf_advanced .zmm-lrf-advanced-content {
  display: block;
}
.zmm-lrf-input-iconwrap {
  position: relative;
}
.zmm-lrf-input-iconwrap > input::-ms-clear {
  display: none;
}
.zmm-lrf-input-iconwrap .zmm-lrf-input-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  padding-right: 5px;
  height: 30px;
  line-height: 30px;
}
.zmm-iconPoints {
  margin-bottom: 30px;
  margin-top: 20px;
}
.zmm-iconPoints-iconGroup {
  margin-bottom: 30px;
}
.zmm-iconPoints-icon {
  display: flex;
  justify-content: center;
}
.zmm-iconPoints-title,
.zmm-iconPoints-content {
  text-align: center;
}
.zmm-iconPoints-title {
  white-space: nowrap;
}
.zmm-iconPoints--longForm .zmm-iconPoints-title {
  font-weight: normal;
}
.zmm-iconPoints--longFormSuccess {
  margin-bottom: 0;
  margin-top: 0;
}
.zmm-iconPoints--longFormSuccess .zmm-iconPoints-iconGroup {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .zmm-iconPoints--longFormSuccess .zmm-iconPoints-iconGroup {
    margin-bottom: 30px;
  }
}
.zsg-autocomplete {
  position: relative;
}
.zsg-autocomplete-dropdown {
  position: absolute;
  top: 100%;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  text-align: left;
  z-index: 1;
}
.zsg-autocomplete-item {
  border-bottom: 1px solid #F1F1F4;
  padding: 8px;
}
.zsg-autocomplete-item:hover,
.zsg-autocomplete-item_selected {
  cursor: pointer;
  background: #F1F1F4;
  color: #006AFF;
}
.zsg-autocomplete-highlight {
  font-weight: bold;
}
.icon-button-select {
  position: relative;
  border: 1px solid #006AFF;
  overflow: hidden;
  color: #006AFF;
  will-change: opacity;
  transform: translateZ(0);
  display: inline-block;
  border-radius: 50%;
  outline: none;
  flex-shrink: 0;
  margin: 0 15px;
}
.icon-button-select.icon-button-select-disabled {
  opacity: 0.35;
}
.icon-button-select .icon-button-select-background {
  transition: opacity 0.2s ease;
  background-color: #006AFF;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.icon-button-select:focus {
  box-shadow: 0 0 5px #006AFF;
}
.icon-button-select:focus .icon-button-select-background {
  opacity: 0.1;
}
.icon-button-select.icon-button-select_selected {
  color: #FFF;
}
.icon-button-select.icon-button-select_selected .icon-button-select-background {
  opacity: 1;
}
.icon-button-select-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.icon-button-select-container + .icon-button-select-container {
  margin-left: 60px;
}
.icon-button-select-container .icon-button-select-anchor {
  transition: color 0.2s ease;
  margin-top: 15px;
  width: 100%;
}
.icon-button-select-container.icon-button-select-container-active {
  cursor: pointer;
}
.icon-button-select-container:hover .icon-button-select-anchor {
  color: #62aef7;
}
.icon-button-select-container:hover .icon-button-select:not(.icon-button-select_selected) .icon-button-select-background {
  opacity: 0.1;
}
.icon-button-select-container:active .icon-button-select:not(.icon-button-select_selected) .icon-button-select-background {
  opacity: 0.2;
}
.icon-button-select-list {
  display: flex;
  justify-content: center;
}
.icon-button-select-list.is-stacked {
  display: inline-block;
  text-align: left;
}
.icon-button-select-list.is-stacked .icon-button-select-anchor {
  margin-top: 0;
}
.icon-button-select-list.is-stacked .icon-button-select-container {
  margin-left: 0;
  margin-bottom: 15px;
  flex-direction: row;
}
.zmm-inlineInputAndButton {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-top: 20px;
}
.zmm-inlineInputAndButton .zmm-next {
  margin-top: 20px;
}
.zmm-inlineInputAndButton .zmm-inlineInputAndButton-input {
  margin: 0;
  display: flex;
  flex-grow: 1;
}
@media screen and (min-width: 481px) {
  .zmm-inlineInputAndButton .zmm-inlineInputAndButton-input > input {
    border-radius: 5px 0 0 5px;
    height: auto;
  }
}
@media screen and (min-width: 481px) {
  .zmm-inlineInputAndButton {
    flex-direction: row;
    margin-top: 0;
  }
  .zmm-inlineInputAndButton .zmm-next {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-top: 0;
    width: 150px;
  }
}
.zmm-longTableQuestion {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.zmm-longTableQuestion .zmm-inputGroup {
  width: 505px;
  max-width: 100%;
}
.zmm-longTableQuestion .zmm-longTableQuestion-title,
.zmm-longTableQuestion .zmm-longTableQuestion-text {
  text-align: center;
  width: 100%;
}
.zmm-longTableQuestion .zmm-longTableQuestion-inputWrapper,
.zmm-longTableQuestion .zmm-next:not(.zmm-next--inline) {
  width: 240px;
}
.zmm-longTableQuestion:not(.zmm-longTableQuestion--landing) {
  background-color: #FFF;
  border-radius: 3px;
  box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.5);
}
.zmm-longTableQuestion:not(.zmm-longTableQuestion--landing) .zsg-form-field {
  width: 100%;
}
.zmm-longTableQuestion.zmm-longTableQuestion--completedRequest .zmm-longTableQuestion-cta,
.zmm-longTableQuestion.zmm-longTableQuestion--completedRequest .zmm-longTableQuestion-secondaryAction {
  margin-top: 16px;
}
@media screen and (min-width: 481px) {
  .zmm-longTableQuestion {
    padding: 80px 40px;
    min-height: 475px;
  }
  .zmm-longTableQuestion.zmm-longTableQuestion--completedRequest .zmm-longTableQuestion-cta,
  .zmm-longTableQuestion.zmm-longTableQuestion--completedRequest .zmm-longTableQuestion-secondaryAction {
    margin-top: 30px;
  }
  .zmm-longTableQuestion.zmm-longTableQuestion--landing .zmm-longTableQuestion-title {
    font-size: 55px;
  }
  .zmm-longTableQuestion:not(.zmm-longTableQuestion--landing) {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .zmm-longTableQuestion:not(.zmm-longTableQuestion--landing) {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.zmm-longTableQuestion .zsg-form-field {
  color: #2A2A33;
}
.zmm-longTableQuestion .zmm-next:not(.zmm-next--inline) {
  margin-top: 60px;
}
.zmm-statusBar {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  width: 100%;
  justify-content: center;
}
.zmm-statusBar .zmm-statusBar-content {
  position: relative;
  width: 100%;
  display: flex;
  height: 40px;
}
.zmm-statusBar .zmm-statusBar-content .zmm-statusBar-text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
}
.zmm-statusBar .zmm-statusBar-content .zmm-statusBar-completed {
  background-color: #63E37D;
}
.zmm-statusBar .zmm-statusBar-content .zmm-statusBar-incomplete {
  background-color: #D8F4DE;
}
#zcq-landing > .zsg-loading-spinner_lg {
  position: fixed;
  display: inline-block;
  top: 50%;
  left: 50%;
  margin-top: calc(-45px / 2);
  margin-left: calc(-45px / 2);
  animation: load_spinner 1s steps(1, end);
}
@keyframes load_spinner {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cqlp-gutter-header {
  margin-bottom: 8px;
  margin-top: 76px;
  text-align: right;
  position: relative;
}
.cqlp-gutter-header .zsg-breadcrumbs {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 22px;
}
@media screen and (max-width: 768px) {
  .cqlp-gutter-header {
    margin-top: 0;
  }
  .cqlp-gutter-header .zsg-breadcrumbs {
    display: none;
  }
}
.zcq-top {
  margin-bottom: 40px;
}

