<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.fm-body {
  margin-top: calc(60px + 10px);
}

nav {
  margin-bottom: 10px;
}

.interior {
  padding-top: 60px;
}

.fm-flex-buttons {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 10px;
  height: 56px;
  background: rgba(251, 255, 207, 0.57);
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  z-index: 1;
}

.modal {
  z-index: calc(100 + 2);
}

.modal-backdrop {
  z-index: calc(100 + 1);
}

.showControlBar .fm-nav-bar {
  top: 53px;
}

.fm-nav-bar {
  width: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  padding: 10px;
  height: 60px;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.listPriceTooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.listPriceTooltip .listPriceTooltipText {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.listPriceTooltip .listPriceTooltipText::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.listPriceTooltip:hover .listPriceTooltipText {
  visibility: visible;
  opacity: 1;
}

.fm-container {
  /* Prefix Support */
}
.fm-container ol {
  list-style: none;
}
.fm-container .gf_page_steps {
  display: flex;
  flex-flow: row wrap;
}
.fm-container .gf_page_steps .gf_step {
  color: rgb(131, 131, 131);
  flex: 1 1 150px;
  margin: 0 0 10px;
}
.fm-container .gf_page_steps .gf_step div {
  text-align: center;
  width: 100%;
}
.fm-container .gf_page_steps .gf_step_label {
  font-size: 16px;
  font-weight: bold;
}
.fm-container .gf_page_steps .gf_step_pending {
  color: rgb(161, 161, 161);
}
.fm-container .gf_page_steps .gf_step_active {
  color: rgb(0, 0, 0);
}
.fm-container .gf_page_steps .gf_step_completed {
  color: rgb(97, 97, 97);
}
.fm-container .gf_page_steps .gf_checkmark {
  color: rgb(15, 79, 152);
}
.fm-container .gf_page_steps .gf_step_clear {
  clear: both;
}
.fm-container .btn {
  font-size: 16px;
  line-height: normal;
  font-family: Arial;
  min-width: 195px;
  height: 55px;
  border-radius: 5px;
  text-transform: uppercase;
}
.fm-container .btn-primary {
  background-color: rgb(15, 79, 152);
  color: rgb(255, 255, 255);
}
.fm-container h2 {
  color: rgb(131, 131, 131);
  font-size: 38px;
  font-weight: normal;
  margin: 8px 0;
}
.fm-container label {
  display: inline-block;
  color: rgb(0, 0, 0);
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  padding: 0 1% 0 0;
  text-align: right;
  vertical-align: top;
  width: 100%;
}
.fm-container a {
  color: rgb(15, 79, 152) !important;
}
.fm-container h4 {
  font-style: italic;
  font-size: 24px;
  height: auto;
  margin: 5px;
  padding: 5px;
}
.fm-container .row {
  margin-bottom: 8px;
}
.fm-container .help-icon-container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
}
.fm-container .help-icon-container select, .fm-container .help-icon-container input {
  flex: 2 1 auto;
}
.fm-container .help-icon-container a {
  flex: 1 1 auto;
  margin-left: 4px;
  font-size: 18px;
}
.fm-container .help-question {
  cursor: pointer;
}
.fm-container .help-badge {
  background: rgb(15, 79, 152);
  border: 1px solid rgb(15, 79, 152);
  color: rgb(255, 255, 255);
  border-radius: 3px;
  font-size: 10px;
  margin-left: 4px;
  padding: 2px;
}
.fm-container .video-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 10px;
}
.fm-container .video-wrap div {
  flex: 1 1 49%;
  margin-right: 4px;
  text-align: center;
}
.fm-container .video-wrap div div {
  position: relative;
  height: calc(27.5vw - 10px);
  padding: 0;
  overflow: hidden;
}
.fm-container .video-wrap iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.fm-container .followup-wrap input {
  margin: 0px 4px 4px 4px;
}
.fm-container .followup-wrap .btn {
  height: 66px;
  font-size: 14px;
}
.fm-container .options-wrap {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 9pt;
}
.fm-container .options-wrap div {
  background: rgba(60, 60, 60, 0.2);
  padding: 3px 8px;
}
.fm-container .animated {
  animation: bounce 0.5s;
  animation-direction: alternate;
  animation-timing-function: cubic-bezier(0.5, 0.05, 1, 0.5);
  animation-iteration-count: infinite;
  display: inline-block;
}
@keyframes bounce {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, -5px, 0);
  }
}
.fm-container animated {
  -webkit-animation-name: bounce;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-direction: alternate;
  -webkit-animation-timing-function: cubic-bezier(0.5, 0.05, 1, 0.5);
  -webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes bounce {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
}
.fm-container .validationMessage {
  color: rgb(255, 0, 0);
  font-weight: bold;
  border: 1px solid rgb(255, 0, 0);
  border-radius: 3px;
}

@media (max-width: 575px) {
  .fm-container label {
    text-align: center;
  }
}
.fm-loader {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(140, 140, 140, 0.9);
}

.fm-loader &gt; p {
  position: relative;
  font-size: 20px;
  font-weight: bolder;
  width: 100%;
  text-align: center;
  top: calc(50% - 10px);
}

.fm-small-text {
  color: rgb(100, 100, 100);
  font-size: 12px;
  display: block;
}

.fm-highlight-issue {
  font-size: 12px;
  color: rgb(255, 0, 0);
}

.fm-container .gif-wrapper {
  padding-right: 0;
  width: 100%;
  text-align: center;
}
.fm-container .gif-wrapper img {
  min-width: 192px;
  min-height: 140px;
  max-width: 576px;
  max-height: 421px;
  width: 100%;
  height: auto;
}
.fm-container .fm-lower-label {
  font-size: 12px;
  display: block;
}
.fm-container .bundler-img-wrapper {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}
.fm-container .bundler-img-wrapper div {
  flex: 1 1 32%;
  width: auto;
}
.fm-container .wrapped-shampoo-img {
  width: 100%;
  height: auto;
  max-width: 576px;
  max-height: 288px;
  min-width: 200px;
}
.fm-container .wrapped-bottles-img {
  width: 100%;
  height: auto;
  max-width: 576px;
  max-height: 288px;
  min-width: 200px;
}
.fm-container .wrapped-lumber-img {
  width: 100%;
  height: auto;
  max-width: 576px;
  max-height: 288px;
  min-width: 200px;
}

#cqmForm {
  min-width: 480px;
  margin-top: 20px;
  /* Rounded sliders */
}
#cqmForm label {
  display: inline-block;
  color: rgb(0, 0, 0);
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  padding: 0 1% 0 0;
  text-align: right;
  vertical-align: top;
  width: 100%;
}
#cqmForm .align-center {
  text-align: center;
}
#cqmForm .row {
  margin-bottom: 8px;
}
#cqmForm table .fm-td-center {
  text-align: center;
}
#cqmForm .fm-spacing {
  margin-top: 50px;
}
#cqmForm .tab-content {
  background: rgb(249, 249, 249);
  padding: 10px;
  margin-bottom: calc(56px + 10px);
}
#cqmForm .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
#cqmForm .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
#cqmForm .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#cqmForm .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#cqmForm input:checked + .slider {
  background-color: #2196F3;
}
#cqmForm input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
#cqmForm input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
#cqmForm .slider.round {
  border-radius: 34px;
}
#cqmForm .slider.round:before {
  border-radius: 50%;
}
#cqmForm .fm-flex {
  display: flex;
}
#cqmForm .fm-flex &gt; :not(:first-child) {
  margin-left: 5px;
}
#cqmForm .fm-flex &gt; div {
  flex: 1 1 auto;
  width: 100%;
}
#cqmForm .fm-flex .slider {
  background-color: rgb(255, 0, 0);
}
#cqmForm .fm-flex input:disabled + .slider {
  background-color: rgba(255, 0, 0, 0.5);
}
#cqmForm .fm-flex input:checked + .slider {
  background-color: rgb(12, 255, 2);
}
#cqmForm .fm-flex input:checked:disabled + .slider {
  background-color: rgba(12, 255, 2, 0.5);
}
#cqmForm .fm-flex input:focus + .slider {
  box-shadow: 0 0 1px rgb(12, 255, 2);
}
#cqmForm .fm-center-text {
  text-align: center;
}

.fm-prev-revision-col {
  overflow: hidden;
}

.cqm-info-right {
  text-align: right;
}
.cqm-info-right &gt; .row span:first-child {
  font-weight: bold;
}

.flex-audit {
  display: flex;
}
.flex-audit &gt; label {
  flex: 0 0 60px;
}
.flex-audit &gt; textarea, .flex-audit &gt; .input-group {
  flex: 1 1 auto;
  margin-left: 10px;
  height: 38px;
}

#cqmListForm .fm-deny-access-to-cqm-stage {
  color: rgba(190, 190, 190, 0.7);
}
#cqmListForm .table-responsive a {
  color: rgb(0, 0, 255);
}
#cqmListForm .fm-search-controls {
  display: flex;
}
#cqmListForm .fm-search-controls div {
  flex: 1 1 auto;
}
#cqmListForm .fm-search-controls input, #cqmListForm .fm-search-controls select {
  width: auto;
  display: inline-block;
}
#cqmListForm #pages {
  width: auto;
  display: inline-block;
}

.ddl-row {
  display: flex;
}

.ddl-col-sm {
  flex: 1 1 auto;
}

.ddl-col-md {
  flex: 2 1 auto;
}

.ddl-col-lg {
  flex: 3 1 auto;
}

.fm-align-right {
  text-align: right;
}

.fm-searching {
  background: rgb(173, 216, 230);
  border: 1px solid rgb(0, 0, 139);
  border-radius: 3px;
  text-align: center;
  height: 50px;
  vertical-align: middle;
}

.fm-col-med-width {
  width: 30%;
}

.fm-col-xxs-width {
  width: 20px;
}

.fm-col-xs-width {
  width: 80px;
}

.fm-part-btn {
  width: 100%;
}</pre></body></html>